a {
  color: white;
  text-decoration: none;
}
.sw-sec{display:none;}

ul{margin:0;padding:0;}
.gap-5 {
  gap: 54px;
  justify-content: space-between;
}
 .onmysec {
    margin-top:72px !important;
    padding-bottom:60px;
  }
.parallax-bg{background: linear-gradient(to top rgba(0, 0, 0, 0.293),rgba(0, 0, 0, 0.293));}
.row{row-gap: 30px;}
  /* Custom styles to replace Tailwind utility classes not available in Bootstrap */
    .custom-header {
      /* Tailwind: fixed, w-full, top-0, left-0, z-50, py-5, duration-200 */
      padding-block: .75rem;
      /* Bootstrap fixed-top already applies position and a high z-index */
      transition-duration: 200ms;
    }
    .custom-text-17 {
      /* Tailwind: text-[17px] */
      font-size: 17px;
    }
    .custom-text-22 {
      /* Tailwind: text-[22px] */
      font-size: 16px;
    }
    .custom-gap-20 {
      /* Custom gap for 20px spacing */
      gap: 20px;
    }
    .close-menu-img {
      /* Tailwind: w-4 (approx. 16px width) */
      width: 16px;
    }
/* banner */
.banner-img {
  position: relative;
}
/*.overlay-img{*/
/*    position:absolute;*/
/*    z-index:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .8));*/
/*}*/
.banner-img img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body {
  background : #F6F7F9;
  
}
.banner {
  height: 100vh;
}
.banner-img{position:relative;}
.banner-img::after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    content:" ";
    height:100%;
    z-index:0;
    background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .8));
}
.banner-img,
.banner-swiper .swiper-slide {
  height: 100vh;
}
.banner-img img {
  object-fit: cover;
  filter:brightness(70%);
}
.banner-swiper .swiper-slide .banner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position:relative;
  z-index:1;
}
.banner-swiper .container,
.banner-content {
  height: 100%;
}
.banner-swiper,
.banner-swiper .swiper-wrapper {
  height: 100vh;
}
.banner-swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: 20px;
  right: inherit;
}
.banner-content {
  color: white;
}
.banner-content h3 {
  font-size: 68px;
  margin-bottom: 15px;
}
.banner-content p {
  width: 500px;
}
.banner-content button {
  width: 160px;
  height: 45px;
  border-radius: 9999px;
  border: 2px solid white;
  background-color: transparent;
  font-weight: 600;
  color: white;
  transition: 0.4s;
}
.banner-swiper .swiper-pagination-bullet {
  background-color: white;
  margin-block: 20px !important;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner-content button:hover {
  background-color: white;
  color: black;
}
.filter {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.filter-card {
  background-color: white;
}
.filter form {
  display: flex;
}
/* house */

.prod-pr{left:0 !important;right:unset !important;}
.prod-nx{right:0 !important;left:unset !important;}
.prod-pr.swiper-button-disabled,.prod-nx.swiper-button-disabled{opacity:1 !important;}
 .prod-pr::after, .prod-nx::after{content:"";}
.houses{background:#fff;padding-block:80px}
.houses h3{text-align:center;}
.houses-swiper .swiper-wrapper{height:auto;}
.swiper-pagination-bullet{background:white;}
.property-card__body{
    padding: clamp(1rem, 0.9316rem + 0.3419vi, 1.25rem);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap:clamp(1rem, 0.9316rem + 0.3419vi, 1.25rem);
}
.property-card__meta{
   font-size: clamp(0.7901rem, 0.7558rem + 0.1718vi, 0.8889rem);
   font-weight: 400;
}
.property-card__price {
    font-weight: 600;
    font-size: clamp(1rem, 0.9565rem + 0.2174vi, 1.125rem);
}
.property-card__title {
    line-height: 1.3;
    font-size: clamp(1rem, 0.9565rem + 0.2174vi, 1.125rem);
}
.card{overflow:hidden;}
.products-swiper .swiper-slide img{min-height:310px;}
.product-next,.product-prev{opacity:0;background:white;transition:.4s;width:40px;height:40px;border-radius:50%;}
.swiper-button-disabled{opacity:0 !important;pointer-events:none}
.card:hover .swiper-button-disabled {opacity:.5 !important;pointer-events:none}
.card:hover .product-next,.card:hover .product-prev{opacity:1 ;}
.product-next::after,.product-prev::after{content:"";}
.product-next
/* blog */
    .blog-cont{    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        
    }
  .custom-blog-title {
    font-size: 1.5rem; /* Tailwind text-2xl */
  }
  @media (min-width: 992px) {
      .fs-1{font-size:40px !important;}
    .custom-blog-title {
      font-size: 2.25rem; /* Tailwind lg:text-4xl */
    }
  }
  .custom-link-pb {
    padding-bottom: 2px; /* Tailwind pb-[2px] */
  }
  .custom-img-small {
    width: 0.5rem; /* Tailwind w-2 */
  }
  .custom-card {
    background-color: #222123; /* Tailwind bg-[#222123] */
    height:100%;
  }
  .custom-rounded-lg {
    border-radius: 0.5rem; /* Tailwind rounded-lg */
  }
  .custom-card-img {
    height: 15rem; /* Tailwind h-48 */
    object-fit: cover; /* Tailwind object-cover */
    width: 100%;
  }
  .custom-card-title {
    font-size: 1.25rem; /* Tailwind text-xl */
    font-weight: 500; /* Tailwind font-semibold */
    margin-bottom: 0.5rem; 
    color: #fff;
  }
  .custom-card-text {
    color: #c2c2c2; /* Tailwind text-[#c2c2c2] */
    margin-bottom: 0.5rem;
  }
  .custom-card-date {
    color: #6b6b6b; /* Tailwind text-[#6b6b6b] */
    font-size: 13px; /* Tailwind text-[13px] */
  }
/* cta */
    .cta{
        background:#fff;
        padding-block: 80px;
    }
    .cta-inner{
        display: flex;
        background: rgb(17,17,17);
        padding: 10px;
    }
    .cta-inner2{
        width: 100%;
        padding: 10px;
        background-image: 
        linear-gradient(to right, white 10%, transparent 10%),  /* Top border: white on left 50% */
        linear-gradient(to bottom, white 30%, transparent 10%), /* Left border: white on top 50% */
        linear-gradient(to left, white 10%, transparent 10%),   /* Bottom border: white on right 50% */
        linear-gradient(to top, white 30%, transparent 10%);      /* Right border: white on bottom 50% */
      background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
      background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
      background-position: top left, top left, bottom left, bottom right;
    }
    .cta-text{
        padding: 40px 20px;
        background: transparent;
    }
    .drones{
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .socials a{
        font-size: 14px;
        padding: 20px;
        transition: .4s;
    }
    .cta-inner .socials a:first-child{
        background-color: rgb(27, 36, 28);
        color: rgb(84 204 97);
    }
    .cta-inner .socials a:last-child{
        background-color: rgb(27, 36, 28);
        color: 	rgb(36, 161, 222);
    }
    .cta-inner .socials a:last-child:hover{
        background-color: 	rgb(36, 161, 222);
        color: white;
    }
    .cta-inner .socials a:first-child:hover{
        background-color: rgb(84 204 97);
        color: white;
    }

    .drones{
            height: 100%;
            margin: 0;
            background: transparent; /* Transparent background */
            overflow: hidden;
            position: relative;
    }

      /* Heart-shaped motion keyframes */
/* footer */
.custom-footer .custom-link{color:#adadad;}
.footerBottomTxt{color:#adadad !important;}
.custom-footer {
  background: rgb(24, 23, 25);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.custom-footer h3 {
  line-height: 15.6px;
}
.custom-footer ul {
  color: #adadad;
}
.custom-link {
  line-height: 16.8px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.custom-phone {
  line-height: 21.6px;
  transition: all 0.3s ease;
}
.custom-email {
  line-height: 16.8px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.custom-social-link {
  transition: all 0.3s ease;
  color: #0088CC;
}
.custom-social-heading {
  line-height: 15.6px;
  color: #0088CC;
}
.custom-social-ul {
  font-size: 22px;
  gap: 1rem;
  align-items: center;
  color: white;
}
.custom-bottom {
  max-width: 500px;
  padding-top: 2.5rem;
}
.custom-span {
  line-height: 14.4px;
  color: #0088CC;
  font-weight: 500;
}
.custom-p {
  line-height: 14.4px;
  color: #0088CC;
  font-weight: 500;
  font-size:12px;
}
.custom-span{font-size:12px;}
/*special offers*/
.special-offers{margin-block:90px}
    .promo-card {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: white;
}

.promo-image {
    position: relative;
}

.promo-image img {
    width: 100%;
    display: block;
}

.promo-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.2;
}

.promo-title {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d41c1c;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 10px;
    letter-spacing: 1px;
}

.promo-content {
    padding: 20px;
    text-align: center;
}

.promo-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo-content p {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}
.special-top{max-width:600px;margin-inline:auto}
.special-top h3{font-size:40px;}
.special-top p{font-size:18px;}
.promo-button {
    display: inline-block;
    border: 2px solid black;
    padding: 10px 40px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    transition: .4s;
}

.promo-button:hover {
    background: black;
    color: white;
}

.promo-learn a {
    color: #777;
    font-size: 13px;
    text-decoration: none;
}

.promo-learn a:hover {
    text-decoration: underline;
}
/*karousel*/
.sw-sec{padding-top:80px;background:#fff;padding-bottom:80px;}
.rwlink{font-size:15px;color:#000;}
@media(max-width: 700px) {

    .uv-roomsslider-sliders .uv-roomslide-cont.uvactive {
        flex-basis: 59vw;
    }
  }
  
  @media(max-width: 600px) {
  
    .uv-roomslide-item .uvinfo {
        padding-bottom: 23px;
    }
  
    .uv-roomslide-item .uvinfo .uvtitle {
        font-size: 0.933333rem;
    }
  
    .uv-roomslide-item .uvinfo .uvhighlight {
        font-size: 0.933333rem;
    }
  
    .uv-roomslide-item .uvinfo .uvtitle:after {
        max-width: 45px;
    }
  }
  
  :is(.page-id-20340) .rwcards {
    max-width: 900px;
    margin: auto;
  }
  
  @media (min-width: 990px) {
    :is(.page-id-20340) .rwcard {
        flex-basis: calc(33.333333% - 30.667px)!important;
    }
    
  }
  
  
  .uvcards-evts .event-info :is(p, ul) {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /* Animations */
  
  
  @media (max-width: 989px) {
  
    .uvcards-evts .event-info :is(p, ul) {
        font-size: .95rem;
        line-height: 1.42;
        margin-bottom: 8px;
    }
  }
  
  @media (max-width: 767px) {
  
    .uvcards-evts .event-info :is(p, ul) {
        font-size: .9rem;
    }
  }
  
  @media (max-width: 480px) {
  
    .uvcards-evts .event-info :is(p, ul) {
        font-size: 0.8125rem;
        line-height: 1.25rem;
    }
  }
  
  
  
  /*pet page*/
  .uv-rooms-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 590px;
    width: 100%;
  }
  
  .uv-roomsslider-info {
    position: relative;
    display: flex;
    flex: 0 0 33.5623%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    padding-left: 4.5%;
    padding-right: 3.5%;
    flex-direction: column;
    justify-content: space-between;
    max-width: 33.5623%;
  }
  
  .uv-roomsslider-sliders {
    position: relative;
    flex: 0 0 66.4377%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 66.4377%;
  }
  
  .uv-roomsslider-info-inner {
    padding-top: 6vw;
    width: 100%;
  }
  
  .uv-roomsslider-info-inner img {
    display: block;
    height: 37px;
    width: auto;
    margin-bottom: 40px;
  }
  
  .uv-roomsslider-info-inner p {
    color: #383838;
    font-size: 1.066666rem;
    line-height: 1.75;
    max-width: 390px;
  }
  .uvhighlight{width: 90%;}
  .uv-roomsslider-info-inner .uvactions {
    margin-top: 36px;
  }
  
  .uv-roomsslider-contols {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 3vw;
  }
  
  .uv-roomsslider-contols ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  
  .uv-roomsslider-contols ul li {
    list-style: none;
  }
  
  .uv-roomsslider-contols ul:first-child {
    margin-right: 55px;
  }
  
  .uv-roomsslider-contols ul li a span,
  .uv-roomsslider-contols ul li button span {
    display: none;
  }
  
  .uv-roomsslider-contols .uvarrowsnav li {
    margin-right: 30px;
  }
  
  .uv-roomsslider-contols .uvarrowsnav li:last-child {
    margin-right: 0;
  }
  
  .uv-roomsslider-contols .uvarrowsnav li a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #333333;
    font-size: 1.466666rem;
    transition: all 300ms ease-in-out;
  }
  
  .uv-roomsslider-contols .uvarrowsnav li a:hover {
    background-color: #E1E1E1;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li {
    margin-right: 15px;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li:last-child {
    margin-right: 0;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li button {
    display: block;
    border: 0;
    outline: none;
    height: 5px;
    width: 24px;
    background-color: #000000;
    opacity: 0.5;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li button.uvactive {
    opacity: 1;
  }
  
  .uv-roomsslider-contols .uvbulletsnav li button:not(.uvactive):hover,
  .uv-roomsslider-contols .uvbulletsnav li button:focus {
    background-color: #C90D1F;
    opacity: 1;
  }
  
  .uv-roomsslider-info .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  
  .uv-roomsslider-sliders .uv-roomslide-cont {
    position: relative;
    display: block;
    flex: 0 0 96px;
    height: 100%;
    margin-right: 3px;
    background-color: #D8D8D8;
    overflow: hidden;
    /*transition: all 300ms ease-in-out;*/
  }
  
  .uv-roomsslider-sliders .uv-roomslide-cont:last-child {
    margin-right: 0;
  }
  
  .uv-roomsslider-sliders .uv-roomslide-cont.uvactive {
    flex: 1;
  }
  
  .uv-roomslide-cont .uv-roomslide-info {
    position: absolute;
    width: 96px;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10;
  }
  
  .uv-roomslide {
    height: 100%;
  }
  
  .uv-roomslide-cont.uvactive .uv-roomslide-info {
    pointer-events: none;
    background-color: transparent;
  }
  
  .uv-roomslide-info img.uvlogowhite {
    display: none;
  }
  
  .uv-roomslide-info img.uvlogowhiterotated {
    display: block;
    position: absolute;
    width: 22px;
    height: auto;
    margin: auto;
    max-width: none;
    bottom: 45px;
    left: 0;
    right: 0;
  }
  
  .uv-roomslide-item {
    height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
  }
  
  .uv-roomslide-cont:not(.uvactive) .uv-roomslide-item:before {
    display: none;
  }
  
  .uv-roomslide-item:before {
    position: absolute;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  
  .uv-roomslide-item img {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
    object-position: center center;
  }
  
  .uv-roomslide-item img.swiper-lazy {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
  }
  
  .uv-roomslide-item img.swiper-lazy.swiper-lazy-loaded {
    visibility: visible;
    opacity: 1;
  }
  
  .uv-roomslide .swiper,
  .uv-roomslide .swiper-wrapper {
    height: 100%;
  }
  
  .uv-roomslide-item .uvinfo {
    position: absolute;
    width: 100%;
    z-index: 8;
    padding-left: 5%;
    padding-right: 80px;
    padding-bottom: 43px;
    color: #ffffff;
    bottom: 0;
    left: 0;
    display: none;
  }
  
  .uv-roomslide-cont.uvactive .uvinfo {
    display: block;
  }
  
  .uv-roomslide-item .uvinfo .uvtitle {
    position: relative;
    color: #FFFFFF;
    font-size: 1.333333rem;
    font-weight: 500;
    letter-spacing: 0.014em;
    line-height: 1.2;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.6em;
  }
  
  .uv-roomslide-item .uvinfo .uvtitle:after {
    position: absolute;
    display: block;
    content: " ";
    height: 1px;
    max-width: 66px;
    width: 100%;
    background-color: #D0D0D0;
    bottom: 0;
  }
  
  .uv-roomslide-item .uvinfo .uvhighlight {
    color: #FFFFFF;
    font-size: 1.333333rem;
    font-weight: normal;
    line-height: 1.2;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    margin-top: 0.6em;
  }
  
  .uv-roomsslider-sliders .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  
  @media(max-width: 1280px) {
    .uv-roomsslider-info {
        padding-left: 3%;
        padding-right: 2.5%;
    }
  
    .uv-roomsslider-info-inner {
        padding-top: 4vw;
    }
  
    .uv-rooms-slider {
        height: 460px;
    }
  
    .uv-roomsslider-info-inner img {
        margin-bottom: 20px;
        height: 26px;
    }
  
    .uv-roomsslider-info-inner .uvactions {
        margin-top: 28px;
    }
  
    .uv-roomsslider-contols {
        padding-bottom: 2.5vw;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont {
        flex-basis: 85px;
    }
  
    .uv-roomslide-cont .uv-roomslide-info {
        width: 85px;
    }
  
    .uv-roomslide-info img.uvlogowhiterotated {
        width: 18px;
        bottom: 35px;
    }
  
    .uv-roomslide-item .uvinfo .uvtitle {
        font-size: 1.133333rem;
    }
  
    .uv-roomslide-item .uvinfo .uvhighlight {
        font-size: 1.066666rem;
    }
  
    .uv-roomsslider-contols ul:first-child {
        margin-right: 30px;
    }
  
    .uv-roomsslider-contols .uvbulletsnav li {
        margin-right: 10px;
    }
  }
  
  @media(max-width: 1024px) {
    .uv-rooms-slider {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        flex-direction: column;
    }
  
    .uv-roomsslider-info {
        height: auto;
        padding-left: 4.5%;
        padding-right: 4.5%;
        max-width: 100%;
        flex-basis: auto;
    }
  
    .uv-roomsslider-info-inner {
        padding-top: 88px;
        margin-bottom: 32px;
    }
  
    .uv-roomsslider-info-inner p {
        max-width: 500px;
    }
  
    .uv-roomsslider-contols {
        justify-content: space-between;
    }
  
    .uv-roomsslider-sliders {
        max-width: 100%;
        flex-basis: auto;
        flex-direction: column;
        width: 100%;
        height: auto;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont {
        width: 100%;
        flex-basis: 88px;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont.uvactive {
        flex-basis: auto;
    height: 413px;
    }
  
    .uv-roomslide-cont .uv-roomslide-info {
        width: 100%;
        height: 88px;
    }
  
    .uv-roomslide-info img.uvlogowhiterotated {
        display: none;
    }
  
    .uv-roomslide-info img.uvlogowhite {
        display: block;
        position: relative;
        height: 21px;
    }
  
    .uv-roomslide-info {
        display: flex;
        justify-content: center;
        align-items: center;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont {
        margin-right: auto;
        margin-bottom: 4px;
    }
  
    .uv-roomsslider-sliders .uv-roomslide-cont:last-child {
        margin-bottom: 0;
    }
  
    .uv-roomslide-cont .uv-roomslide-info {
        top: auto;
        bottom: 0;
    }
  
    .uv-roomslide-cont.uvactive .uv-roomslide-info {
        display: none;
    }
  
    .uv-roomsslider-contols {
        padding-bottom: 25px;
    }
  }
  
  @media (max-width: 1000px) {
    .uv-roomsslider-info-inner {
        padding-top: 20px;
    }
  }
  /*home-why*/
  #home-why{padding-block:80px;background:#fff !important;}
   body{
    color: black;
 }
 .hdhd h2 {
    font-size: 30px;
}
 .hdhd p {
    margin-bottom: 35px;
}
.card-info{}
 .container-block-video .container-card-info {
    display: flex;
    justify-content:center;
    flex-direction: column;
    justify-content: space-between;
}
 .container-block-video .container-card-info .card-info {
    border: 1px solid #e5e5e4;
    border-radius: 8px;
    box-shadow: none;
    cursor: auto;
    margin-bottom: 20px;
    max-width: 327px;
    min-height: 150px;
    padding: 15px;
}

.card-info {
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #b3b3b3;
    cursor: pointer;
    padding: 15px;
    position: relative;
    transition: width 1s;
}
.card-info .direction-content {
    flex-direction: column;
    text-align: center;
}
.card-info-content img{margin-bottom:12px;}
.card-info .card-info-content {
    align-items: center;
    display: flex;
}
.card-info.active{background:#f6f7f9;color: black;}
 .container-block-video .container-card-info .card-info .card-info-content .info-card-icon {
    font-size: 40px;
}

.card-info .card-info-content .info-card-icon {
    font-size: 50px;
    margin-right: 15px;
}
[class*=" icon-"], [class^=icon-] {
    font-family: gtg-icons !important;
    speak: none;
    font-feature-settings: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.card-info .card-info-content .card-info-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}
.card-info .card-info-content .card-info-subtext {
    font-size: 14px;
}
@media (min-width: 992px) {
     .container-block-video .info-cards-video-container {
    }
}

 .container-block-video .info-cards-video-container {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    max-width: 100%;
    position: relative;
}
.videos{width:100%;}
 .container-block-video .info-cards-video-container .info-cards-video {
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    max-height:550px;
    height:100%;
    width:100%;
}
 .container-block-video {
    display: flex;
}
.videos{
    display: none;
}
.videos.active{display: block !important;}
/*instagram*/
/* Container için temel ayarlar */
#followUs {
    background-color: #f9f9f9; /* Arka plan rengi */
    padding: 2rem 0;
}



/* Başlık alanı */
.followUsTitle {
    align-items:center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 768px) {
    .followUsTitle {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }
}

.followUsTitle h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #222;
}

@media (min-width: 1024px) {
    .followUsTitle h2 {
        font-size: 1.5rem;
    }
}

.followUsTitle h3 {
    font-size: 1.125rem;
    font-weight: 300;
    color: #555;
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .followUsTitle h3 {
        margin-top: 0;
    }
}

/* Instagram içerikleri için wrapper alanı */
#followUsWrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}

/* Burada Instagram görselleri için örnek stil */
#followUsWrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

#followUsWrapper img:hover {
    transform: scale(1.05);
}
/*advantages*/
.advantages{padding-block:80px}
.advantages svg{margin-bottom:12px;}
/**/