@font-face {
    font-family: 'Helvetica Now Display';
    src: url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.eot');
    src: local('Helvetica Now Display Regular'), local('HelveticaNowDisplay-Regular'),
        url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.woff') format('woff'),
        url('../fonts/HelveticaNowDisplay/HelveticaNowDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KyivType Sans';
    src: url('../fonts/KyivTypeSans/KyivTypeSans-VarGX.ttf');
}

.ky-500{
font-family: KyivType Sans !important;
font-size: 80px;
font-weight: 500;
line-height: 80px;
letter-spacing: -0.05em;


}
.hv-400{
font-family: Helvetica Now Display;
font-size: 32px;
font-weight: 400;
line-height: 44.8px;
}
.hv-32-700{
    font-family: Helvetica Now Display;
font-size: 32px;
font-weight: 700;
line-height: 44.8px;
text-align: left;
color: #FFFFFF;
}
.hv-24-700{
    font-family: Helvetica Now Display;
font-size: 24px;
font-weight: 700;
line-height: 33.8px;
}

.ky-40{
    font-family: KyivType Sans;
font-size: 40px;
font-weight: 500;
line-height: 44px;
letter-spacing: -0.05em;


}

.b-bottom{
    border-bottom: 1px solid #ffffff ;
}
.login-btn span img {
    transition: transform 0.3s ease-in-out;
}

.login-btn:hover span img {
    transform: rotate(45deg); /* Rotates the arrow */
}

.navbar-boder{
    border-bottom: solid .5px #ffffff;
    background-color: rgba(0, 0, 0, .1);
    position: relative;
    z-index: 10001;
   
}

.nav-item-link{
    font-family: Helvetica Now Display !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    letter-spacing: -0.01em !important;
    
    
}
.login-btn{

padding: 18px 35px;
gap: 10px;
border-radius: 50px 50px 50px 50px;
border: 2px solid #00BAE1;
opacity: 0px;
color: #ffffff ;
font-family: Helvetica Now Display;
font-size: 18px;
font-weight: 500;
line-height: 26.46px;
letter-spacing: -0.01em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;


}
.fade-left, .fade-right, .fade-down {
    opacity: 0; /* Hide elements initially */
    transition: opacity 0.5s ease-in-out;
}
.animate__animated {
    opacity: 1 !important; /* Show elements when animation is triggered */
}
.login-btn:hover{
    background-color: #00BAE1;
    color: #ffffff;
}
.rental-btn{
    background-color: #00BAE1;
}
.rental-btn:hover{
    background-color:#00bbe130 ;
    
    border-color: #00BAE1 ;

}
.light-blue{
    color: #00BAE1;
}
.hero-section{
    margin-top: -103px;
    background-image: url('../images/header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 17%;
    padding-bottom: 64px;
  
    opacity: .8;
}
.about_hero{
    background-color: #000 !important;
    opacity: 1 !important;
}

.main-heading{
    position: relative;
    z-index: 9;
}
.container-fluid{
    width: 100% !important;
    max-width: 1920px !important;
}
.bg-about{
    background-color: rgba(0, 0, 0, .6);
    padding-top: 100px;
    padding-bottom: 64px;
}
.inner{
   width: 100%;
   position: relative;
   top: 0;
  background-image: url("../images/Group.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  background-color: rgba(0, 0, 0, .9);

  
}
.z9{
    position: relative;
    z-index: 9;
}

.cta-btn{
    text-transform: uppercase;
    padding-left: 12px !important;
    padding-right: 12px !important;
    position: relative;
    z-index: 9;
    margin-top: 35px;
}
.cta-btn:hover{
    color: #ffffff;
    background-color: #00BAE1;
}

.counduct-section{
    padding: 100px 0px;
}
.blue-heding{
    color: #03488D;
}
.counduct-card-div{
    width: 80%;

}
.counduct-desc{
    font-family: Helvetica Now Display;
font-size: 25px;
font-weight:400;
line-height: 37.8px;


}
.counduct-desc::after{
    content: "";
  display: inline-block;
  width: 100%;
}
.counduct-card-1{
    background-image: linear-gradient(to right, #FFFFFF, #D3F0FF);
    padding: 20px;
    cursor: pointer;
}

.counduct-card-1:hover{
    background-image: linear-gradient(to right, #D3F0FF,#FFFFFF);
}
.counduct-card-2{
    background-image: linear-gradient(to right, #FFFFFF, #97F8DD);
    padding: 20px;
    cursor: pointer;
}

.counduct-card-2:hover{
    background-image: linear-gradient(to right, #97F8DD,#FFFFFF);
}
.counduct-card-3{
    background-image: linear-gradient(to right, #FFFFFF, #CFC0FC);
    padding: 20px;
    cursor: pointer;
}

.counduct-card-3:hover{
    background-image: linear-gradient(to right, #CFC0FC,#FFFFFF);
}
.footer-section{
    background-color: #003264;

    
}
.ky-60{
    font-family: KyivType Sans;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.05em;
   color: #FFFFFF;
    
}
.ky-32{
    font-family: KyivType Sans;
font-size: 32px;
font-weight: 700;
line-height: 44.8px;
letter-spacing: -0.05em;
text-align: left;
color:#ffffff;

}
.footer-links{
    font-family: Helvetica Now Display;
font-size: 20px;
font-weight: 700;
line-height: 30px;
letter-spacing: -0.01em;
text-align: left;
text-decoration: none;
color: #FFFFFF;

}
.bg-img{
    background-image: url('../images/Group.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.copy-right-p{
    font-family: Helvetica Now Display;
font-size: 20px;
font-weight: 400;
line-height: 30px;
letter-spacing: -0.01em;
text-align: left;
color: #FFFFFF;
text-decoration: none;

}

.edge-first-div {
    position: relative;
    background-image: url('../images/bg-solor.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 226px;
    padding-bottom: 226px;
}

.edge-first-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 20, 40, 0.69);
    z-index: 1;
}

.edge-first-div * {
    position: relative;
    z-index: 2;
}
.edge-second-div{
    position: relative;
    background-image: url('../images/bg-office.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
.edge-second-div::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 214, 255, 0.91);
     z-index: 1;
}

.edge-second-div * {
    position: relative;
    z-index: 2;
}
.edge-third-div{
    background-color: #03488D;
    padding-top: 96px;
    padding-bottom: 96px;
}
.edge-fourth-div{
    background: rgba(214, 235, 255, 1);
    padding-top: 96px;
    padding-bottom: 96px;
}
.text-div{
   
    width: 330px;
    margin: 0 auto;
    overflow: hidden;
}
.price-section{
    background: #00BAE1;
   
    padding-top: 100px;
   
  
    
}
.price-container{
    background-image: url('../images/Logo-part.png');
    background-position: left bottom ;
    background-repeat: no-repeat;
    background-size: 94% 77% ;
    padding-bottom: 100px;

}
.bg-logo-price{
    position: absolute;
   
    width: 85%;
}
.price-card{
    background: #FFFFFF;
    padding: 20px;
}

.plan-heading{
     color: #00BAE1;
     font-family: KyivType Sans;
font-size: 57.85px;
font-weight: 700;
line-height: 63.63px;
letter-spacing: -0.05em;
text-align: left;
}
.paln-subheading{
    font-family: Helvetica Now Display;
font-size: 27px;
font-weight: 400;
line-height: 43.4px;
letter-spacing: -0.01em;

}
.price-card-ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
}

.price-card-ul li {
    display: flex;
    align-items: flex-start; 
    border-bottom: 1px solid #1E1E1E;
    padding-bottom: 15px;
    padding-top: 15px;
}

.price-card-ul li span:first-child {
    flex-shrink: 0; 
    width: 20px; 
    text-align: center;
}

.li-item {
    flex: 1; 
    font-family: Helvetica Now Display;
font-size: 18px;
font-weight: 400;
line-height: 25.2px;
letter-spacing: -0.01em;
}
.price-lable{
    font-family: KyivType Sans;
font-size: 30px;
font-weight: 500;
line-height: 33px;
letter-spacing: -0.05em;
text-align: left;
color: #003264;
margin-top: 100px;

}

.price-digits{
    font-family: KyivType Sans;
font-size: 70px;
font-weight: 500;
line-height: 77px;
letter-spacing: -0.05em;
color: #003264;
}
.testimonilas{
    background-image: linear-gradient(to right, #F5FAFF, #E6ECF1);
    padding: 120px 0px;
    margin: 100px auto;
}
.testimonial-p{
    margin-top: 200px;
}
/* swiper style */
.swiper-button-prev, .swiper-button-next {
   
    width: 50px; /* Adjust size */
    height: 50px;
    position: absolute;
   
    z-index: 1000;
}

/* Custom Previous Button */
.swiper-button-prev {
   top: 15px;
   left: 85%;
}

/* Custom Next Button */
.swiper-button-next {
   top: 15px;
}


.swiper-button-prev::after, .swiper-button-next::after {
    display: none;
}

.slide-card{
  border-left: 1px solid #93A5B4 ;
 

padding: 0px 15px 15px 15px !important;
border-radius: 0px !important;
}
.quote-icon{
    width: 45px;
    height: 45px;
    margin-left: 20px;
    margin-top: -20px;

}
.card{
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
}
.swiper{
    width: 62vw;
    padding-top: 100px;
    margin-top: -50px;
}
.slide-card-p{
    font-family: Helvetica Now Display;
font-size: 21px;
font-weight: 400;
line-height: 29.4px;
letter-spacing: -0.01em;
text-align: justify;
}
.slide-card-span{
    font-family: Helvetica Now Display;
font-size: 24px;
font-weight: 700;
line-height: 35.28px;
letter-spacing: -0.01em;
text-align: left;
color: #24303C;

}
.slide-card-name{
    font-family: Helvetica Now Display;
font-size: 20px;
font-weight: 700;
line-height: 23.6px;
text-align: left;
color: #24303C;
}
.slide-card-designation{
    font-family: Helvetica Now Display;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #24303C;
}

.bg-lightbliue{
    background: #E7FBFF !important;
}
.secuer-desctripion-div{
    padding: 10px 20px ;
    cursor: pointer;

}
.secuer-desctripion-div:hover{
    background: #E7FBFF;
}
.secuer-desctripion-h3{
    font-family: KyivType Sans;
font-size: 48px;
font-weight: 500;
line-height: 52.8px;
letter-spacing: -0.05em;
text-align: left;
color: #03488D;

}
.nav-active{
    color: #00BAE1 !important;
}

.secuer-desctripion-p{
    font-family: Helvetica Now Display;
font-size: 24px;
font-weight: 400;
line-height: 33.6px;
text-align: left;
color: #24303C;

}

.find-knox-section{
    background-color: #E6ECF1;
    padding: 100px 0px;
}
.ky-90{
    font-family: KyivType Sans;
font-size: 70px !important;
font-weight: 500 !important;
line-height: 90px !important;
letter-spacing: -0.05em !important;
}
.hv-24{
    font-family: Helvetica Now Display;
font-size: 27px;
font-weight: 400;
line-height: 37.8px;
text-align: left;
color:  #24303C;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: rgba(0, 186, 225, .25) !important;
    color: #003264 !important;
    border: none !important;
  


}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    background-color: rgba(0, 186, 225, .15) !important;
    color: #003264 !important;
    border: none !important;
    font-family: KyivType Sans !important;
font-size: 48px !important;
font-weight: 500 !important;
line-height: 52.8px !important;
letter-spacing: -0.05em !important;


}
.tab-content {
    background-color: rgba(0, 186, 225, .15) !important;
    color: #003264 !important;
    font-family: Helvetica Now Display !important;
font-size: 28px !important;
font-weight: 400 !important;
line-height: 38px !important;
letter-spacing: -0.01em !important;



}
.tab-content>.active {
    background-color: rgba(0, 186, 225, .25) !important;
    color: #003264;
}
.find-knox-last-line{
    font-family: Helvetica Now Display;
font-size: 32px;
font-weight: 400;
line-height: 44.8px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #24303C;
margin-top: 15px;
}

.contact-input{
    background-color: #ffffff;
    border-radius: 0 !important;
    padding: 15px !important;
}

.ps-5-md{
    padding-left: 48px;
}





@media screen and (min-width: 1400px) {
    .edge-third-div{
      
        padding-top: 118px;
        padding-bottom: 118px;
    }
    .counduct-card-div {
        width: 71%;
    }
    .copy-right-p{
    width: 90%;
    
    }
    .edge-fourth-div{
      
        padding-top: 118px;
        padding-bottom: 118px;
    }
    .hero-section{
        margin-top: -113px;
        padding-top: 29.7%;
        
    }
    .edge-first-div {
      
        padding-top: 294px;
        padding-bottom: 294px;
      }
    .cta-btn {
        
        padding-left: 35px !important;
        padding-right: 35px !important;
        
        
      }
    .container{
        max-width: 1760px !important;
    }
    
      .ky-500{
        font-size: 100px;
      }
}


@media screen and (max-width: 600px) {
    .logo{
        width: 150px;
    }
    .rental-btn{
        margin-top: 15px !important;
    }
    .hero-section{
        margin-top: -83px;
       padding-top: 100px;
        padding-bottom: 34px;
        
    }
    .ky-500{
        font-size: 40px;
        line-height: 40px;
    }
    .hv-400{
        font-size: 16px;
        line-height: 20px;
    }
    .inner {
        width: 100%;
        
      
       
        
        
  }
  
  .navbar-boder{
    border-bottom: solid .5px #ffffff;
    background-color: rgba(0, 0, 0, .5);
    position: relative;
    z-index: 10001;
   
}
.login-btn{
    padding: 4px 15px;
    font-size: 13px;
}
.rental-btn {
    margin-top: 0px !important;
}
.collapse-nav{
    padding-bottom: 80px;
}
.counduct-section{
    padding: 30px 0px;
}
.counduct-card-div{
    width: 100%;
}
.ky-60{
    font-size: 30px;
    line-height: 35px;
}
.ky-32{
    font-size: 22px;
    line-height: 22px;
}
.footer-links{
  font-size: 14px;
  line-height: 20px;
}
.copy-right-p{
    font-size: 14px;
    line-height: 14px;
}
.edge-second-div{
    margin-top: 15px;
}
.edge-fourth-div{
    margin-top: 15px;
}
.pd-sm-0{
    padding: 0 !important;
}
.testimonial-p {
     margin-top: 20px; 
}
.swiper {
    width: 91vw;
    padding-top: 60px;
    margin-top: 26px;
}
.swiper-button-prev {
   
    left: 63%;
}
.secuer-desctripion-h3 {
   
    font-size: 29px;
    line-height: 31.8px;
    
}
.secuer-desctripion-p {
  
    font-size: 16px;
    line-height: 21.6px;
    
}
.secuer-desctripion-div {
    padding: 10px 10px;
    margin-top: 20px;
}
.ky-90{
    font-family: KyivType Sans;
font-size: 30px !important;
font-weight: 500 !important;
line-height: 30px !important;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
      font-size: 24px !important;
      text-align: left !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link img{
    width: 60px;
}
.hv-24 {
    font-family: Helvetica Now Display;
    font-size: 18px;
   
    line-height: 22.8px;
    
}
.tab-content {
    font-size: 20px !important;
  
    line-height: 30px !important;
   
}
.find-knox-last-line {
   
    font-size: 20px;
  
    line-height: 25.8px;
   
}
.ps-5-md{
    padding-left: 0px;
}
.b-bottom-m{
    border-bottom: 1px solid #ffffff;
}
.hv-24-700 {
   
    font-size: 18px;
   
    line-height: 25.8px;
}
.ky-40 {
   
    font-size: 22px;
   
    line-height: 32px;
   
}
  
}