
@font-face {
	font-family: Fontatigo;
	src: url('Fonts/Fontatigo4F.otf');
	font-weight: normal;
    font-display: swap;
}    
    
* {
font-family: 'Fontatigo', sans-serif!important;
}
    
    

  
    
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
    line-height: 1;   
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;    
	}
*:focus {
    outline: none;
}



body,html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: rgba(255,255,255,1.00);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    background-color: rgba(14,14,14,1.00);
}

body::-webkit-scrollbar {
  width: 0.1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px 6px rgba(0, 0, 0, 1);
 
}
 
body::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0px solid slategrey;
}    
    

    body {
        background-color: rgba(19,19,19,1.00);
    }
    body.loading {
        background-color: rgba(19,19,19,1.00);
    }

footer {
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 4rem;
    text-align: center;
}
footer p {
    text-shadow: 0px 0px 3px rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00)!important;
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.2;
}    
    
        
    .Logo {
    display: block;
    position: fixed;
    top: 4rem;
    left: 3rem;
    width: 172px;
    height: 80px;
    background-image: url(../Imgs/KaiyiLibyaNew.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    font-size: 0px;
    z-index: 10;
    }  

   
pre{

white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */

}


    #LazyLoaderImg {
    padding: 0px;
    margin: 0px;
    position: fixed;
    opacity: 0;
    pointer-events: none;
    }    
    
    

a {
    text-decoration: none;
    color: var(--color-link)
}
a, a:hover {
    outline: none
}
a:hover {
    color: var(--color-link-hover)
}
a:focus {
    outline: none;
    background-color: rgba(255,255,255,0.00);
}
a:focus-visible, a:focus:not(:focus-visible) {
background-color: rgba(255,255,255,0.00);
}
a:focus-visible {
outline:0px solid red
}
textarea:focus, input:focus{
    outline: none;
}
    
input,   
input.text,   
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
} 
input:-internal-autofill-selected {
background-color: rgba(70, 90, 126, 0.0) !important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #000;
    background-image: none;
    color: rgba(0,171,255,1.00);
}
   
    
    
body:after, body:before {
    content: "";
    position: fixed;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition-duration: 400ms;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1.00)
}
body.loading.Loaded:before {
    opacity: 1;
    background-color: rgba(0,0,0,1.00);
    animation: circleLoading 0.7s linear alternate forwards;
}
body.loading:before {
    opacity: 1;
    background-color: rgba(0,0,0,1.00);
}
body:after {
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    margin: -50vw 0 0 -50vw;
    opacity: 0;
    background-color: rgba(255,255,255,0.00)!important;
}    
body.loading:after {
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    opacity: 1;
    animation: loaderAnim 0.7s linear infinite alternate forwards;
    background-image: url(../Imgs/BigLogoNew.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: rgba(255,255,255,0.00)!important;
}
body.loading.Loaded:after {
    top: 0%;
    left: 0%;
    width: 100vh;
    height: 100vh;
    margin: 0 0 0vw calc(50vw - 50vh);
    background-color: rgba(0,0,0,0.00);
    animation: circleLoading 1.2s linear alternate forwards;

}
@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}
    
@keyframes circleLoading {
  0% { clip-path: circle(75%); }
  100% { clip-path: circle(0%);
        opacity: 0}
}
    
    
.BlackNav {
    background-image: -webkit-linear-gradient(270deg,rgba(35,35,35,0.89) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(35,35,35,0.89) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(35,35,35,0.89) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(35,35,35,0.89) 0%,rgba(0,0,0,0.00) 100%);
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: calc(100vw - 0px);
    -webkit-box-shadow: 0px 0px rgba(255,255,255,0.00);
    box-shadow: 0px 0px rgba(255,255,255,0.00);
    z-index: 9;
    display: block;
    height: 150px;
    pointer-events: none;
    border-style: none;
    text-align: center;
    mix-blend-mode: multiply;
    }
    .BlackNav::after {
    content: "";
    height: 1px;
    width: calc(100% - 90px);
    background-color: rgba(255,255,255,0.10);
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 45px;
    }
        
    
    


    
    
    
@media (any-pointer:none) {  
    
    html,body {
        overflow-x:hidden;
    }
    
    input[type="date"]:after {
        display: none;
    }        
    
}
    



    
:root {
  --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 1s;
}
 
.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}
    

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInleft;
          animation-name: slideInleft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.zoomReverseIn {
  -webkit-animation-name: zoomReverseIn;
          animation-name: zoomReverseIn;
}

.flipInY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.flipOutY {
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
  animation-direction: reverse;
}    

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5);  
  }
  100% {
    opacity: 1;
    transform: scale(1);   
  }
} 
    
@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(90vw) rotateY(67.5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
    
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}    
    
[data-animation] {
  opacity: 0;
  -webkit-animation-timing-function: var(--animation-timing-function);
          animation-timing-function: var(--animation-timing-function);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: var(--animation-duration);
          animation-duration: var(--animation-duration);
  will-change: transform, opacity;
}
    

  
    #LazyLoaderImg {
    padding: 0px;
    margin: 0px;
    position: fixed;
        opacity: 0;
        pointer-events: none;
    }       
    

    
    nav {
    position: fixed;
    top: 40px;
    right: 50px;
    display: block;
    z-index: 10;
    text-align: right;
    }
    

.MenuIcon {
    background-size: 30px auto;
    background-position: center center;
    width: 36px;
    height: 36px;
    position: fixed;
    top: 50px;
    right: 50px;
    display: block;
    cursor: pointer;
    background-image: url(../Imgs/Icons/Menu.webp);
    background-repeat: no-repeat;
    transition-duration: 200ms;
}
.MenuIcon.Opened {
    pointer-events: none;
    transform: scale(0)!important;
    background-size: 0px auto;
}
.MenuIcon:hover {
    transform: scale(1.1)
}


    .SocialMediaAccounts {
    display: inline-block;
    margin-left: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 50px;
    }    
    
    .SocialButton {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
    background-position: center center;
    background-size: 20px 20px;
    filter: grayscale(1) brightness(3);
    transition-duration: 200ms;
    color: rgba(255,255,255,0.00);
    font-size: 0px;
    }
    
    .CallNow {
    display: block;        
    }
    
    .LinkedIn {
    background-image: url(../Imgs/Icons/linkedin.webp);
    margin-left: 15px;
    }
    .EmailUs {
    background-image: url(../Imgs/Icons/arroba.webp);
    }
    .Facebook {
    background-image: url(../Imgs/Icons/facebook.webp);
    margin-right: 0px;
    }   
    .Instagram {
    background-image: url(../Imgs/Icons/instagram.webp);
    }       
    .Location {
    background-image: url(../Imgs/Icons/location-pin.webp);
    }   
    .CallNowIcon {
    background-image: url(../Imgs/Icons/Call.webp);
    display: none!important;    
    }
    
    
    .SocialButton:hover {
    filter: grayscale(0) ;
    color: rgba(255,255,255,0.00);
    }  
    

input[type="date"] {
    position: relative;
}
input[type="date"]:after {
    content: "\25BC";
    color: #555;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    top: 12px;
}
input[type="date"]:hover:after,input[type="date"]:focus:after {
    color: #bf1400;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}
 input[type="date"]::-webkit-clear-button {
     z-index: 1;
 }	    
    


    .FooterLogo {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 120px;
    margin-bottom: 36px;
    }


    

        

        
        
        
        

    
    
/* #Progress
================================================== */
  
    .ScrollProgressFullBar {
    position: fixed;
    width: 4px;
    height: 100vh;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 999;
    }
    .ScrollProgress {
    width: 100%;
    display: inline-block;
    background-image: -webkit-linear-gradient(92deg,rgba(252,133,133,1.00) 0%,rgba(216,33,33,1.00) 100%);
    background-image: -moz-linear-gradient(92deg,rgba(252,133,133,1.00) 0%,rgba(216,33,33,1.00) 100%);
    background-image: -o-linear-gradient(92deg,rgba(252,133,133,1.00) 0%,rgba(216,33,33,1.00) 100%);
    background-image: linear-gradient(358deg,rgba(252,133,133,1.00) 0%,rgba(216,33,33,1.00) 100%);
    }
    
   

    

    a:hover {
    color: rgba(255,0,4,1.00);        
    }
    
    
    section {
    padding: 5rem;
    text-align: center;
    }

    

    .WelcomeP {
    color: #FFFFFF;
    font-weight: 200;
    font-size: 20px;
    max-width: 900px;
    width: 80%;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    }
    
    .TestDriveLink {
    padding-top: 2rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 1.8rem;
    color: rgba(255,255,255,1.00);
    border: 1px solid rgba(255,255,255,0.48);
    display: inline-block;
    position: relative;
    z-index: 8;
    font-size: 26px;
    cursor: pointer;
    text-align: left;
    background-repeat: no-repeat;
    background-image: url(Imgs/Shapo.svg);
    background-position: calc(100% + 200%) center;
    background-size: 200% auto;
    transition-duration: 300ms;
    }
    .TestDriveLink::after {
    content: ">";
    width: 40px;
    border-radius: 50%;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 2rem;
    top: calc(50% - 20px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    opacity: 0;
    transition-duration: 300ms;
    border: 2px solid rgba(255,0,4,1.00);
    color: rgba(231,16,19,1.00);
    padding-left: 11px;
    line-height: 30px;
    padding-top: 2px;
    }
    .TestDriveLink:hover {
    border-color: rgba(241,14,18,1.00);
    }
   
    .TestDriveLink:hover::after {
    opacity: 1;       
    }
    
  
.FreqQuestionsSection {
    }
    
.FreqQuestionsSection * {
    color: rgba(255,255,255,1.00);
    line-height: 1;
    text-align: left;
}      
    
    .FreqQuestionsSection h3 {
        font-size: 24px;
    }
    .FreqQuestionsSection h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    margin-top: 6px;
    }
    
    .Question,.Answer {
    padding: 8px 0px;
    text-align: left;
    font-size: 16px;
    text-transform: capitalize;        
    }
    .Answer {
    overflow: hidden;
    display: block;
    transition-duration: 400ms;
    }
    .FAQDiv {
    transition-duration: 400ms;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.21);
    padding-top: 8px;
    padding-bottom: 8px;
    max-height: 0px;
    overflow: hidden;
    padding-right: 36px;
    position: relative;
    }
    .FAQDiv:hover {
    border-bottom: 1px solid rgba(255,255,255,0.60);        
    }
    
    .FAQArrow {
    transition-duration: 400ms;
    filter: invert(1);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 15px;
    right: 12px;
    background-size: contain;
    width: 12px;
    height: 12px;
    background-position: center center;
    background-image: url(../Imgs/Icons/down-arrow.png);
    }
    
    .FAQDiv.Active .FAQArrow {
        transform: scaleY(-1)
    }    
    

.ButtonsDiv{
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    padding: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
    }    

@media screen and (max-width:1000px) {
    
    .ButtonsDiv{
    text-align: center;
    display: flex;
    padding: 3.5rem;
    flex-direction: column;
    }  
    
body.loading.Loaded:after {
    background-size: 80vw auto;
}    
    
    
}

@media screen and (max-width:900px) { 
    .Logo {
    display: block;
    position: fixed;
    top: 2.2rem;
    left: 2rem;
    width: 120px;
    height: 50px;
    background-image: url(../Imgs/KaiyiLibyaNew.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    font-size: 0px;
    }  
    
    nav {
    top: 23px;
    right: 25px;
    }
    .CallNow  {
    display: none;
    }
    .SocialMediaAccounts {
    margin-right: 44px;  
    }
    .SocialButton {
    width: 20px;
    height: 30px;
    background-size: 15px 15px;    
    }
    
    .CallNowIcon {
        display: inline-block!important;
    }
    
    input[type="date"]:after {
        display: none;
    }   
    
    .MenuIcon {
    top: 33px;
    right: 25px;
    }
    
    
}

@media screen and (max-width:600px) { 
    .TestDriveLink {
        padding-left: 2rem;
        font-size: 20px;
    }
    .TestDriveLink::after {
display: none;
}
}



@media screen and (max-width:500px) { 
.TestDriveLink {
padding-left: 1.5rem;
padding-right: 1.5rem;
font-size: 16px;
}
.ButtonsDiv{
padding-left: 2.5rem;
padding-right: 2.5rem;
     
}
}


@media screen and (max-width:400px) { 
    .SocialButton {
        display: none;
    }
}
