﻿.bg-five{
        background-color:rgba(0, 0, 0, 0.9)  ;
    }
    
     .tems img{
         width:100%;
     }

/* Full Parallax Slider */

@media (max-width: 768px) {
    .swiper-slide {
        width: 100vw;
    }
    section {
        overflow-x:hidden;
    }
    .dropdown-inner{
        padding-left:0px !important;
    }
}
@media (max-width: 768px) {
    .slider-inner, .slider-row, .parallax-slider {
        padding: 0;
        margin: 0;
    }
}
.slider-wrap{
    background: #162340;
    height: 600px;
}
.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
    font-family: "Raleway", sans-serif;
  white-space: nowrap;
  min-height: 600px;
  min-width: 600px;
  max-height:600px;
  max-width: 600px;
  background-color: #16234033;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}
.swiper-slide-active .slide--bg{
  animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
  width:520px;
  height: 520px;
  background: #16234096;
  margin: auto;
  border-radius: 50%;
}
.swiper-slide-active .slide--bg .slide-bg--inner{
  animation: zoomInInner 1s ease forwards;
}
.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ramain img{
    width:30px !important; 
    height:30px !important;
}
.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
      font-family: "Raleway", sans-serif;

}
.from-left, .from-right {
  opacity: 0;
  filter: blur(4px); 
  transition: opacity 0.5s ease, filter 0.5s ease; 
}

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s; 
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards; 
  animation-delay: 1s; 
}
.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px); 
      font-family: "Raleway", sans-serif;
}
.swiper-slide-active .slide-main--subheading{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInDown 1s ease forwards; 
  animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}
.swiper-slide-active .slide-des{
   transition: opacity 0.5s ease, filter 0.5s ease; 
   animation: fadeInUp 1s ease forwards; 
   animation-delay: 1.4s;
}
.slide-cta .slide-btn{
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding: 18px 70px 18px 46px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;     
      font-family: "Raleway", sans-serif;
}
.swiper-slide-active .slide-cta .slide-btn{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp2 1s ease forwards; 
  animation-delay: 1.4s;  
}
.slide-cta .slide-btn:hover{
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;


}
.slide-cta .slide-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
}
.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: #3c2fc0;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;
      font-family: "Raleway", sans-serif;
}
.swiper-slide-active .slide-badge{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp3 1s ease forwards; 
  animation-delay: 1.5s;   
}  
.slide-badge .patch-check svg{
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); 
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0); 
}
}

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.parallax-slider .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
      font-family: "Raleway", sans-serif;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
        font-size: 16px;
    font-weight: 900;
    color: #fff;
      
}
.slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}
.slide-btns:hover:after{
    color: #232323;
} 
span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
 .autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width:100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026; 
    width: var(--progress, 0%);
    transition: width 0.5s ease; 
}

/* ======== Sticky Footer ========= */
  
/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
.slider-wrap{
    height: 750px;
}
.slide--bg{
        min-height: 720px;
    min-width: 70px;
    max-height: 720px;
    max-width: 720px;
}
.slide--bg .slide-bg--inner{
    width: 3590px;
    height: 590px;
}
.slide-badge{
        right: 0px;
}
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
    .slider-wrap {
        height: 736px;
    }
        .slide--bg {
        min-height: 550px;
        min-width: 550px;
        max-height: 550px;
        max-width: 550px;
    }
    .slide--bg .slide-bg--inner {
        width: 450px;
        height: 450px;
    }
    .parallax-slider .slide-btns{
        display: none;
    }
    .slide-main--heading{
            font-size: 32px;
              font-family: "Raleway", sans-serif;
    }
    .swiper-pagination{
            display: flex;
    column-gap: 15px;
    justify-content: center;
    bottom: 100px !important;
    }
    span.swiper-pagination-bullet{
        display: block;
    }

}
body, h1,h2,p,a,button{
      font-family: "Raleway", sans-serif !important;
}
h1{
    font-size:45px;font-weight:600;
    color: #123b8e9e;
}
h3{
     font-size:35px;font-weight:600;
         color: #123b8e9e;
}
.box {
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #fff; /* Default white background */
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); /* Default shadow */
    color: #000; /* Default text color */
    transition: all 0.3s ease; /* Smooth transitions */
    position: relative; /* For controlling image inside */
    height:330px !important;
    align-content:flex-end;
}
    
.box-inner img {
   /* Hide image by default */
    border-radius: 50px; /* Rounded image */
    padding: 10px;
    position: absolute;
   background-color:white;
    top:10px;
    lef:40px;
    transform: translateX(-30%);
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2)
}

.box:hover {
    background-color: green; /* Change to green on hover */
    color: white; /* Change text color to white on hover */
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); /* Darker shadow on hover */
}

.box:hover .box-inner img {
    display: block; /* Image becomes visible on hover */
}



/* heder start */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
}

.navlink .navlink-inner {
    list-style: none;
    margin-left: 60px;
}

    .navlink li a {
        font-size: 17px;
        font-weight: 700 !important;
        color: white !important;
    }

.navlink {
    position: relative;
}

.navlink-inner:hover .dropdown-inner {
    display: block;
    box-shadow: 1px 1px 10px  rgba(0, 0, 0, 0.2);
 padding-left:0px;
  border-radius:4px
}



.navlink .dropdown.active .dropdown-inner {
    display: block;
}
.dropdown-inner{
    border-top:5px solid black;
}
.dropdown-inner li {
    color:black;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 50px;
    list-style:none;
    margin-left:0px;
}

.dropdown-inner img {
    width: 15px;
    transform: rotate(-90deg);
}

.hamberg {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px !important;
    cursor: pointer;
}

    .hamberg span {
        display: block;
        width: 100%;
        height: 10px;
        margin-top: 6px;
        background-color: black;
        border-radius: 3px;
        transition: all 0.3s ease;
    }

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    color: white;
    cursor: pointer;
    display: none; /* Hidden initially */
}

.mbmenu {
    display: none;
}

.gry1 {
    height: 493px;
}

.gry2 {
    width: 250px;
    height: 165px;
}
   .btn-heder {
  position: relative; /* Ensure the pseudo-element is positioned relative to the button */
  display: inline-flex;
  align-items: center;
  background-color: #D72638 !important;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden; /* Ensure the pseudo-element stays inside the button */
  z-index: 1; /* Ensure text is above the ::before element */
}

.btn-heder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0; /* Initial width is 0 */
  height: 100%;
  background-color: #B71C1C !important;
  transition: width 0.3s ease; /* Smooth transition for width */
  z-index: 0; /* Ensure the pseudo-element stays below the text */
}

.btn-heder:hover::before {
  width: 100%; /* On hover, the width expands to 100% */
}

.btn-heder span {
  position: relative; /* Ensure text stays above the pseudo-element */
  z-index: 1; /* Keep the text on top */
}
    .btn-heder:hover {
  /*background-color: #45a049;*/ /* Button color on hover */
}

.btn-heder .cotnt-img {
  margin-left: 10px;
  display: inline-flex;
}

.btn-heder .cotnt-img img {
  width: 35px; /* Adjust size of the image */
  height: 35px;
  background-color: white; /* White background for the image */
  border-radius: 50%; /* Circular image */
  padding: 8px; /* Padding around the image */
  border: 1px solid #ccc; /* Border around the image */
  transition: transform 0.3s ease;
}
 .navlink-inner.destop {
        display:none;
    }
.btn-heder:hover .cotnt-img img {
  transform: rotate(180deg); /* Move the image down on hover */
}
.inner-imgs{
    width:20px;
    height:20px;
    margin-left:5px;
}
.inner-imgs:hover{
    transform: rotate(90deg);
}
@media (max-width: 768px) {
    .navlink {
        position: fixed;
        width: 300px;
        height: 100vh;
        top: 0px;
        right: -500px;
        background-color: firebrick;
        transition: 0.5s;
    }

        .navlink.active {
            right: 0 !important;
            z-index: 999999999999999;
        }

    .navfrt {
        flex-direction: column;
        padding-left: 0px;
    }

    .navlink.active {
        right: 0 !important;
    }

    .bg-footer {
        background-color: #2E1A47!important;
        color: white;
    }

        .bg-footer p {
            color: white;
        }

        .bg-footer li {
            list-style: none;
            color: white;
            margin-bottom: 7px;
            font-weight: 500;
        }

            .bg-footer li a {
                padding-left: 10px;
                color: white;
                text-decoration: none;
            }

                .bg-footer li a:hover {
                    color: red;
                }

        .bg-footer ul {
            padding-left: 0px !important;
        }

    .ftr-img img {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }

    h4 {
        font-size: 20px;
        font-weight: 600;
    }

    .glly-mobile {
        flex-direction: column;
    }

    .gry1 {
        height: 200px;
    }

    .gry2 {
        width: 100% !important;
    }

    .send-column {
        display: none !important;
    }

    .hamberg {
        display: flex;
    }

    .navlink .navlink-inner {
        padding: 20px 0;
        border-bottom: 1px solid white;
    }

    .close-btn {
        display: block; /* Show the close button on mobile view */
    }

    .navlink-inner.destop {
        display: block !important;
    }

    .mobile {
        display: none;
    }

    .dropdown-inner {
        position: relative;
        top: 20px;
        left: -3px;
        width: 100%;
    }

    .mbmenu {
        border: none !important;
        display: block;
    }
}














    /* heder end  */

    .bg-five {
        background: rgb(0,0,0,0,0.4) !important;
    }

    .sybol {
        display: flex;
        gap: 50px;
    }

    .bg-five {
        background-color: rgba(0, 0, 0, 0.9);
    }

   /* Full Parallax Slider */
.slider-wrap{
    background: #162340;
    height: 600px;
}
.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  min-height: 600px;
  min-width:  600px;
  max-height:  600px;
  max-width: 600px;
  background-color: #16234033;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}
.swiper-slide-active .slide--bg{
  animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
  width: 520px;
  height: 520px;
  background: #16234096;
  margin: auto;
  border-radius: 50%;
}
.swiper-slide-active .slide--bg .slide-bg--inner{
  animation: zoomInInner 1s ease forwards;
}
.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
}
.from-left, .from-right {
  opacity: 0;
  filter: blur(4px); 
  transition: opacity 0.5s ease, filter 0.5s ease; 
}

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s; 
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards; 
  animation-delay: 1s; 
}
.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px); 

}
.swiper-slide-active .slide-main--subheading{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInDown 1s ease forwards; 
  animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}
.swiper-slide-active .slide-des{
   transition: opacity 0.5s ease, filter 0.5s ease; 
   animation: fadeInUp 1s ease forwards; 
   animation-delay: 1.4s;
}
.slide-cta .slide-btn{
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding: 18px 70px 18px 46px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;     
}
.swiper-slide-active .slide-cta .slide-btn{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp2 1s ease forwards; 
  animation-delay: 1.4s;  
}
.slide-cta .slide-btn:hover{
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;


}
.slide-cta .slide-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
}

.swiper-slide-active .slide-badge{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp3 1s ease forwards; 
  animation-delay: 1.5s;   
}  
.slide-badge .patch-check svg{
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); 
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0); 
}
}

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.parallax-slider .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
        font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}
.slide-btns:hover:after{
    color: #232323;
} 
span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
 .autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width:100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026; 
    width: var(--progress, 0%);
    transition: width 0.5s ease; 
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
.slider-wrap{
    height: 750px;
}
.slide--bg{
        min-height: 720px;
    min-width: 720px;
    max-height: 720px;
    max-width: 720px;
}
.slide--bg .slide-bg--inner{
    width: 590px;
    height: 590px;
}
.slide-badge{
        right: -116px;
}
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
    .slider-wrap {
        height: 736px;
    }
        .slide--bg {
        min-height: 550px;
        min-width: 550px;
        max-height: 550px;
        max-width: 550px;
    }
    .slide--bg .slide-bg--inner {
        width: 450px;
        height: 450px;
    }
    .parallax-slider .slide-btns{
        display: none;
    }
    .slide-main--heading{
            font-size: 32px;
    }
    .swiper-pagination{
            display: flex;
    column-gap: 15px;
    justify-content: center;
    bottom: 100px !important;
    }
    span.swiper-pagination-bullet{
        display: block;
    }

}


    .send-inner {
        position: absolute;
        bottom: 0px;
        width: 220px;
        left: -50px;
        background: white;
        padding |:20px 0px;
        text-align: right;
    }

        .send-inner img {
            padding: 10px;
            border-radius: 20px;
        }

    .bg-iner1 {
        position: relative;
    }

        .bg-iner1::after {
            position: absolute;
            top: 0;
            left: -100%;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            z-index: 1;
            transition: all 0.5s ease;
        }

        .bg-iner1:hover::after {
            -webkit-animation: shine 1.5s;
            animation: shine 1.5s;
        }

    @-webkit-keyframes shine {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    @keyframes shine {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    .bg-secnd .btn-heder {
        padding: 10px 40px;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        position: relative;
    }

    .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #333;
    }

    .mySwiper3 {
        overflow-x: hidden;
    }

        .mySwiper3 h3 {
            font-size: 25px;
            text-align: left;
            font-weight: 594;
            padding: 20px;
        }

        .mySwiper3 p {
            font-size: 15px;
            text-align: left;
            font-style: italic;
            padding: 0px 20px;
        }

    .mySwiper3 {
        position: relative;
    }

    .date-home {
        position: absolute;
        top: 10px;
        background: #01a5c0;
        color: #fff;
        padding: 5px 15px;
        border-radius: 6px;
        left: 10px;
    }

    .content {
        border: 1px solid #80808026;
        border-top: 0px !important;
        margin-bottom: 10px;
    }

    .mySwiper3 img {
        height: 250px !important;
    }

    .swpr-three:hover .content {
        box-shadow: 2px 2px 5px rgb(0,0,0,0.5);
        border-radius: 5px;
    }




    [swiper_scale_active] .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        border-radius: 20px;
        border-color: transparent;
        /* shadow */
        box-shadow: 0 0 100px 40px var(--main-bg-color);
        overflow: hidden !important;
    }

    @media only screen and (max-width: 600px) {
        [swiper_scale_active] .swiper-slide {
            border-radius: 10px;
        }
    }

   


    [swiper_scale_active] .swiper-slide:not(.swiper-slide-active) a {
        pointer-events: none;
    }


    [btn_group] {
        text-align: center;
        margin-top: 16px;
    }

        [btn_group] button {
            background: transparent;
            padding: 10px 16px;
            border-width: 0px;
            cursor: pointer;
            opacity: 0.4;
            transition: opacity 0.5s linear;
        }

            [btn_group] button:hover {
                opacity: 1;
            }

        [btn_group] svg {
            color: white;
        }

    bg-footer {
        background: black;
        color: white;
    }

    .bg-footer p {
        color: white;
    }

    .bg-footer li {
        list-style: none;
        color: white;
        margin-bottom: 7px;
        font-weight: 500;
    }

        .bg-footer li a {
            padding-left: 10px;
            color: white;
            text-decoration: none;
        }

            .bg-footer li a:hover {
                color: red;
            }

    .bg-footer ul {
        padding-left: 0px !important;
    }

    /*  contactus */
     .breadcrumb-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background-image: url('assset/img/welcome-one-img.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position:top;
        opacity: 1;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        z-index: -1;
    }
    .breadcrumb-bg {
  background: var(--Gredient, linear-gradient(90deg, #1A2D5C 27.6%, rgba(171, 185, 183, 0.13) 72.4%));
  position: relative;
  padding:80px 0px;
}
    .title wow fadeInUp{
        text-align:center;
        color:white;
    }
    .forms{
        box-shadow:2px 2px  5px rgba(0,0,0,0.6);
        padding:40px;
        border-radius:20px;
    }
.forms-inner{
       box-shadow:2px 2px  5px rgba(0,0,0,0.6);
       padding:50px;
       border-radius:20px;
}
    label{
        font-size:20px;
        font-weight:500;
        margin-bottom:10px

    }
    iframe{
        border-radius:30px
    }
    .custom-textarea{
        height:170px
    }
    .submit-btn {
  border-radius: 8px ;
  background-color: #1A2D5C;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: white;
  padding: 16px 30px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
  margin-top:10px
}
    .icon-box-title img{
         background:#1A2D5C;
         padding:30px;
         width:100px;
         margin-right:20px;
         border-radius:20px;
    }
    @media (max-width: 768px) {
        .forms-inner{
       box-shadow:2px 2px  5px rgba(0,0,0,0.6);
       padding:20px 10px;
       border-radius:20px;
       margin-top:20px

}
        .icon-box-title img{
            width:58px;
             padding:10px;
        }
         .forms{
             padding:20px 10px;
         }
       .mb-header{
           display:none;
       }
    }

.fixed-bottoms {
 position: fixed;
            right: 10px; 
            bottom: 10px; 
            z-index: 9999; 
          

}
@media (max-width: 768px) {
    .fixed-bottoms{
        bottom: 25vh;
    }
}
                 .fixed-bottoms img {
            width: 50px; 
            height: 50px;
        }

