﻿

.barghnet-continent-baner:before{
  content: '';
  width:44px;
  height:28px;
  background:#29A0CA;
  position: absolute;
  border-radius: 15px 0 0 15px;
 }
 .barghnet-continent-baner {
   background: #000;
   display: flex;
   height: 500px;
   color: #fff;
   align-items: center;
   background-size: cover;
 }
 .barghnet-continent-items img {height: 404px;border-radius: 20px;max-width: 100%;display: block;}
 
 .barghnet-continent-items {
   border-radius: 20px;
   position: relative;
   transition:
   all .5s ease-in-out;
   margin: 20px 0;
  background:#fff;
   box-shadow: 0 0 6px rgb(0 0 0 / 16%);
 } 
 .barghnet-continent-items a:hover,.barghnet-continent-items.swiper-slide-active a{color: #000;}
 .barghnet-continent-items .text-image {
   height: 66px;
   background: hsl(0deg 0% 97% / 43%);
   border-radius: 20px;
   justify-content: space-between;
   align-items: center;
   display: flex;
 }

 .barghnet-continent-items.swiper-slide-active .text-image{
   position:
   absolute;
   bottom: 0;
   width: 100%;
   height: 66px;
   background: #FFA40B;
   border-radius: 20px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   }
 .barghnet-continent-items .text-image .viwe {
   background:#A8B3BA !important;
   padding: 10px;
   border-radius: 0 0 0 20px;
   position: relative;
 }
 .barghnet-continent-items .text-image .viwe:before {
   position: absolute;
   transform: translate(150%, 10%);
 
 }
 .barghnet-continent-items .text-image .maker {
  padding-right: 20px;
 }
 .barghnet-continent-items .text-image .maker::before {
     content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.254' height='10.442' viewBox='0 0 5.254 10.442'%3E%3Cpath id='arrow-ios-forward-outline' d='M18.005,17.9a.744.744,0,0,0,.573-1.221l-3.334-3.989,3.215-4a.761.761,0,1,0-1.2-.938l-3.595,4.465a.744.744,0,0,0,0,.945l3.721,4.465a.744.744,0,0,0,.618.268Z' transform='translate(-13.497 -7.456)'/%3E%3C/svg%3E%0A");
     margin-left: 5px; 
  position:absolute;
  left:10px;
  border-right:1px solid #000;
  padding-right:10px;
 }