/********** Template CSS **********/
:root {
    --primary: #ef3238;
    --secondary: #094b6d;
    --light: #F4F6F8;
    --dark: #040F28;
    --white: #ffffff;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

body {
    color: #818e9b;
}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #FFFFFF;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #c9c9d5;
    transform: skew(40deg);
}
.logo{
    width: 200px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}
.dropdown-item {
    padding: .55rem 1.5rem;
}
.dropdown-item:hover {
    background: var(--primary);
    color: var(--white);
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(9, 30, 62, .85);*/
    background: rgb(9 25 49 / 65%);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}
@media (max-width: 700px) {
 .section-title   h5{
    font-size: 1.01em;
}

}
.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}
.service-item .icon-thumb {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: #00acee;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.service-item .icon-thumb img{
    width: 48px;
}
.service-item:hover img {
    transform: scale(1.25);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}
.team-item h4{
    font-size: 1.2rem;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
/*=======About
=========================================*/
.border-radius-20{
    border-radius:20px;
}
.about-image-text{
    position: absolute;
    content: "";
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    /*height: inherit;*/
    border-radius: 20px;
}
.about-image-text .about-icon-box-icon{ 
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink:  0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*========================================*/
.specialities_area {
 background: rgb(247 249 253 / 70%);
 position: relative;
}
.specialities_area:before {
     position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
  background-image: url(../img/spec-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    z-index: -1;
    opacity: 0.25;
}

.specialities_area .dept_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .specialities_area .dept_thumb img {
    max-width: 100%;
  }
}
.li-before li{
    position: relative;
    padding-left: 25px;
    text-align: left;
    list-style: none;
    padding-bottom: 10px;
}
.li-before li:before{
    position: absolute ;
    content: "\F270";
    left: 0;
    font-family: bootstrap-icons !important ;
    color: var(--primary);

}
.specialities_tab-ul{
    gap: 20px;
}
@media (max-width: 767px) {
.specialities_tab-ul{
    gap: 0px;
}

}
.specialities_area .specialities_tab .nav li {
  /*-webkit-box-flex: 14.4%;
  -ms-flex: 14.4% 0 0px;
  flex: 14.4% 0 0;*/
  /*margin-bottom: 30px;*/
}


.specialities_area .specialities_tab .nav li button {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid #fddacc;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .specialities_area .specialities_tab .nav li button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
}


.specialities_area .specialities_tab .nav li button  img {
      margin-bottom: 15px;
    width: 55px;

}

@media (max-width: 767px) {
 
.specialities_area .specialities_tab .nav li button  img {
    margin-bottom: 5px;
    width: 35px;
  }
}
.specialities_area .specialities_tab .nav li button   h4 {
  font-size: 20px;
  font-weight: 500;
  color: #296ea4;
  margin-bottom: 0;
}

@media (max-width: 767px) { 
.specialities_area .specialities_tab .nav li button  h4 {
    margin-bottom: 0;
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .specialities_area .specialities_tab .nav li button  h4 {
    font-size: 18px;
  }
}

.specialities_area .specialities_tab .nav button.active {
  background-image: -moz-linear-gradient(42deg, #00d0d4  0%, #ff8c5d 100%);
  background-image: -webkit-linear-gradient(42deg, #00d0d4  0%, #ff8c5d 100%);
  background-image: -ms-linear-gradient(42deg, #00d0d4  0%, #ff8c5d 100%);
  color: #fff;
}

.specialities_area .specialities_tab .nav button.active img {
     filter: brightness(0) invert(1);
}

.specialities_area .specialities_tab .nav button.active h4 {
  color: #fff;
}

.specialities_area .specialities_tab .nav  li:last-child {
  margin-right: 0;
}

.cs_spinner_img {
    animation: spinAnimaiton 6s linear infinite;
}
 .cs_cta_shape {
    right: 2%;
    top: 1%;
}

.position-absolute {
    position: absolute !important;
}
@keyframes spinAnimaiton {
    0% {
        transform: rotateX(-20deg) rotateY(0deg)
    }

    75% {
        transform: rotateX(-20deg) rotateY(1turn)
    }

    to {
        transform: rotateX(-20deg) rotateY(1turn)
    }
}
/*=========================*/
.why-item{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        background: #fff;
        border-radius: 20px;
}
.why-item:before {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.why-item:hover:before{
    opacity: 1;
}
.why-item-inner{

        overflow: hidden;
}
.why-icon{
        width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #f3d8cc;
    padding: 10px;
    margin-bottom: 20px;
}
.why-count{
   color: #fff;
    /* -webkit-text-stroke: 1px var(--primary); */
    font-size: 2.1rem;
    font-weight: 900;
    position: absolute;
    right: -24px;
    top: -28px;
    background: #e1e2ff;
    border-radius: 50%;
    padding: 16px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.form-input{
    background: transparent;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    color: #fff;
}
.form-input::placeholder{
    color: #FFFFFF;
}
.form-input::selection {
    color: #FFFFFF;
}
@media (max-width: 700px) {
 
.why-item-inner h4{
    width: 80%;
}
}
/*===================================*/
.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}
/*==================================================*/
.sticky-left{
    position: sticky;
    top:7rem;
}
@media (max-width: 767px) { 
.sticky-left{
    position: relative;
    top:unset;
}
}
.specialities-box:before{
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    bottom: 0px;
    left: 50px;
    background: var(--secondary);
}
.specialities-count{
    color: #fff;
    /* -webkit-text-stroke: 1px var(--primary); */
    font-size: 2.1rem;
    font-weight: 900;
    position: absolute;
    right: -24px;
    top: -28px;
    background: #fde3cb;
    border-radius: 50%;
    padding: 16px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.spel-why li{
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.spel-why li img{
    position: absolute;
    content: "";
    left: 0;
    width: 25px;
}

.why-accordion .accordion-item {
    background-color: #fff;
    border: 1px solid #c3c3c3 !important;
}
/*=======================================================*/
.year-one__experience {
  max-width: 504px;
  display: flex;
  gap: 72px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--visanet-white2, #eef2f5);
}
@media (max-width: 575px) {
  .year-one__experience {
    max-width: 100%;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .year-one__experience {
    gap: 50px;
  }
}
.year-one__experience__inner {
  padding: 20px 0px 20px 20px;
}
@media (max-width: 575px) {
  .year-one__experience__inner {
    padding: 20px;
  }
}
.year-one__experience__year {
  display: inline-block;
  margin: 0px;
  padding: 11px 30px;
  font-weight: 900;
  font-size: 150px;
  line-height: 1;
  text-align: center;
  color: var(--visanet-base, #e50c37);
  background-color: var(--visanet-white, #ffffff);
  border: 1.5px dashed var(--visanet-black3, #1d253a);
}
@media (max-width: 767px) {
  .year-one__experience__year {
    font-size: 130px;
  }
}
@media (max-width: 575px) {
  .year-one__experience__year {
    display: block;
    font-size: 110px;
  }
}
@media (max-width: 390px) {
  .year-one__experience__year {
    font-size: 100px;
  }
}
@media (max-width: 375px) {
  .year-one__experience__year {
    font-size: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .year-one__experience__year {
    font-size: 80px;
  }
}
.year-one__experience__year span {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.year-one__experience__title {
  margin: 0px;
  padding: 42px 26px;
  position: relative;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.181;
  font-weight: 700;
  text-align: center;
  color: var(--visanet-white, #ffffff);
  text-transform: uppercase;
  writing-mode: sideways-lr;
  background-color: var(--visanet-black3, #1d253a);
}
@media (max-width: 575px) {
  .year-one__experience__title {
    display: block;
    writing-mode: unset;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .year-one__experience__title {
    font-size: 20px;
  }
}
.year-one__experience__title::before {
  content: "";
  width: 54px;
  height: 82px;
  position: absolute;
  top: 50%;
  left: -54px;
  transform: translateY(-50%);
  background-color: var(--visanet-base, #e50c37);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media (max-width: 575px) {
  .year-one__experience__title::before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .year-one__experience__title::before {
    width: 30px;
    height: 60px;
    left: -30px;
  }
}
.year-one__experience__title br {
  display: inline;
}
/*============Destinations=================================*/
.destinations-carousel .owl-stage{display: flex;}
/* Control buttons */
.destinations-carousel .owl-prev,
.destinations-carousel .owl-next {
  align-items: center;
  background-color: rgb(137 133 133 / 50%);
  border: none;
  /*border-radius: 50%;*/
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.destinations-carousel .owl-prev:hover,
.destinations-carousel .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.destinations-carousel .owl-prev {
  left: -10px;
}

.destinations-carousel .owl-next {
  right: -10px;
}
.destinations-card-items { 
  background-color: #f5f5f7;
  transition: all 0.4s ease-in-out;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.destinations-card-inner{
  height: 100%;
  padding: 30px;
  padding-bottom: 100px;
}

.destinations-card-items::after {
  background: linear-gradient(90deg, rgba(var(--white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--white-rgb, 255, 255, 255), 0.3) 92%, rgba(var(--white-rgb, 255, 255, 255), 0));
  content: "";
  height: 200%;
  left: -210%;
  opacity: 0;
  position: absolute;
  top: -50%;
  transition: all 0.5s ease 0s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 200%;
}
.destinations-card-items .thumb {
  /*margin-top: 20px;*/
  position: absolute;
  content: "";
  left: 30px;
  bottom: 30px;
  width:   calc(100% - 60px);
}
.destinations-card-items .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border:1px solid #ddd;
  transition: all 0.4s ease-in-out;
}
.destinations-card-items:hover {
  background-color: var(--secondary);
}
.destinations-card-items:hover h2 {
  color: var(--white) !important;
}
.destinations-card-items:hover h5 {
  color: var(--white);
}
.destinations-card-items:hover li {
  color: var(--white);
}
.destinations-card-items:hover p {
  color: var(--white);
}
.link-btn {
    text-transform: capitalize;
    font-size: 16px;
    color: #16171a;
    font-weight: 600;
}
.destinations-card-items:hover .link-btn {
  color: var(--white);
  transition: initial !important;
}
.destinations-card-items:hover .link-btn i {
  color: var(--white);
}
.destinations-card-items:hover .link-btn span {
  color: var(--white);
}
.destinations-card-items:hover::after {
  left: -30%;
  opacity: 1;
  top: -20%;
  transition-duration: 0.5s, 0.5s, 0.15s;
  transition-property: left, top, opacity;
  transition-timing-function: linear;
}
/*============================================*/

.video-section {
  background: url('../img/video-bg.jpg') no-repeat center center/cover;
  background-attachment: fixed;
  height: 75vh;
  padding: 2rem 0rem;
  position: relative;
}

/* Dark overlay */
.video-section .overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
}

/* Play button */
.video-btn {
  position: relative;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  transition: 0.3s;
      display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* Triangle icon */
.play-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pulse animation */
.video-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  animation: pulse 1.5s infinite;
      z-index: 1;
    left: 0;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Hover effect */
.video-btn:hover {
  background: #ff5722;
}

.video-btn:hover .play-icon {
  border-left-color: #fff;
}

.video-box-section{
    margin-top: -8rem;
    position: relative;
}
@media (max-width: 768px) {
  .video-section {
    background-attachment: scroll;
  }
  .video-box-section{
    margin-top: 1rem;
}
}
.gallery-video{
    width: 100%;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


.contact-links {
  
  background:
    radial-gradient(
      circle at 55% 92%, #ea5a66   0 12%, transparent 12.2%
    ), 
    radial-gradient(
      circle at 94% 72%, #ea5a66   0 10%, transparent 10.2%
    ), 
    
    radial-gradient(
      circle at 0% 0%, #ea5a66  0 40%, transparent 40.2%
    ), 
   var(--primary);
  border-radius: 10px ;
}

.address-box{
  display: flex;
  gap:20px;
  margin-top: 28px;
}
.address-box p, .address-box a{
  color: #f9f9f9;
      font-size: 15px;
}
.address-box i {
        width: 40px;
    height: 40px;
    /* filter: hue-rotate(185deg) drop-shadow(2px 4px 4px #0006); */
    transition: 0.2s;
    user-select: none;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #e2ecff;
    color: #1f2e43;
    justify-content: center;
    font-size: 22px;
}
.input-col{
    height: 45px;
}

/* A box you would like to place the video in*/
.video-box {
   width: 100%;
   height: 300px;
}

/* The video */
.video-box .gallery-video {
   width: 100%;
   height: 100%;
   /*object-fit: cover;*/
   border: 1px solid #ddd;
}
@media (max-width: 768px) {
    .video-box {
   width: 100%;
   height: auto;
}
}
.myPopupOverlay{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    z-index:99999;
}

.myPopupBox{
    background:#fff;
    width:60%;
    max-width:90%;
    padding:30px;
    border-radius:10px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.myCloseBtn{
    position:absolute;
    top:10px;
    right:20px;
    font-size:30px;
    cursor:pointer;
}

@media screen and (max-width: 700px){

  .myPopupBox{
    width: 90%;
  }
}
/*==========thankyou-card===============*/
 .thankyou-card {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(15px);
            border-radius: 20px;
            padding: 50px;
            text-align: center;
            width: 100%;
            max-width: 500px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.2);
            animation: fadeInUp 1s ease;
            margin: 0 auto;
        }

        .success-icon i {
            color: #00ff99;
            animation: pop 1s ease infinite alternate;
        }

.form-control:disabled, .form-control:read-only {
    background-color: #fff;
    opacity: 1;
}
