@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap');

/* -----=====  GENERAL  =====----- */
* {
    scroll-behavior: smooth;
    transition: 0.5s ease-in;
}

:root {
    --primary: #21A1CE;
    --secondary: #1F232B;
    --dark: #151515;
    --white: #fff;
    --primaryfont: 'Inter', sans-serif;
    --titlefont: 'Outfit', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--primaryfont);
    background-color: var(--bg);
    overflow-x: hidden;
}
main{
  overflow: hidden;
}

a {
    color: var(--secondary);
    text-decoration: none !important;
    font-family: var(--primaryfont);
}

a:hover {
    color: var(--primary) !important;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--titlefont);
}

ul,
li {
    list-style: none;
}
p{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px; 
    letter-spacing: 3px;
    font-family: var(--primaryfont);
}
.padding-section{
    padding: 120px 0;
}
.padding-section-secondary{
  padding: 40px 0;
}
a.btn-flygo, button.btn-flygo {
    background: var(--primary);
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: var(--white);
    position: relative;
    display: flex;
    align-items: center;
    width: 135px;
    transition: width 2s;
    white-space: nowrap;
    z-index: 1;
    border: 0px;
}
a.btn-flygo img{
  position: absolute;
  display: none;
  opacity: 0.6;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}
a.btn-flygo:hover, button.btn-flygo:hover{
  color: var(--white) !important;
  width: 180px;
}
a.btn-flygo:hover img{
  right: 10px;
  display: block;
  opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.scrolled-offset {
    margin-top: 100px;
}

/* HEADER */
header {
  position: fixed;
  top: -1px;
  z-index: 9;
  width: 100%;
}
.header-section {
    position: sticky;
    top: 0px;
    width: 100%;
    padding: 7px 30px 6px;
    margin: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 9;

}
.top-nav a {
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
}

.top-header {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light);
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary);
}
.top-header a{
    color: var(--secondary);
}
.top-header img{
    width: 20px;
}

.slider-section{
    height: 110vh;
}
.slider-one,
.slider-two,
.slider-three,
.slider-four {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: slider-one 12s linear infinite;
}
.slider-one .slider-one-image,
.slider-one .slider-two-image,
.slider-one .slider-three-image,
.slider-one .slider-four-image,
.slider-two .slider-one-image,
.slider-two .slider-two-image,
.slider-two .slider-three-image,
.slider-two .slider-four-image,
.slider-three .slider-one-image,
.slider-three .slider-two-image,
.slider-three .slider-three-image,
.slider-three .slider-four-image,
.slider-four .slider-one-image,
.slider-four .slider-two-image,
.slider-four .slider-three-image,
.slider-four .slider-four-image {
  width: 110%;
  height: 100%;
  background-image: url("../img/banner/banner-one.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: zoom-out 3s linear infinite;
}
.slider-one .slider-one-image .slider-text,
.slider-one .slider-two-image .slider-text,
.slider-one .slider-three-image .slider-text,
.slider-one .slider-four-image .slider-text,
.slider-two .slider-one-image .slider-text,
.slider-two .slider-two-image .slider-text,
.slider-two .slider-three-image .slider-text,
.slider-two .slider-four-image .slider-text,
.slider-three .slider-one-image .slider-text,
.slider-three .slider-two-image .slider-text,
.slider-three .slider-three-image .slider-text,
.slider-three .slider-four-image .slider-text,
.slider-four .slider-one-image .slider-text,
.slider-four .slider-two-image .slider-text,
.slider-four .slider-three-image .slider-text,
.slider-four .slider-four-image .slider-text {
  position: absolute;
  top: 30%;
  left: 0px;
  right: 0px;
  margin: auto;
  color: #ffffff;
  width: 100%;
  text-transform: capitalize;
  /* animation: text-up 12s linear infinite;
  transform: translateY(100px);
  animation-delay: 0s; */
  text-align: center;
}
.slider-one .slider-one-image .slider-text h1,
.slider-one .slider-two-image .slider-text h1,
.slider-one .slider-three-image .slider-text h1,
.slider-one .slider-four-image .slider-text h1,
.slider-two .slider-one-image .slider-text h1,
.slider-two .slider-two-image .slider-text h1,
.slider-two .slider-three-image .slider-text h1,
.slider-two .slider-four-image .slider-text h1,
.slider-three .slider-one-image .slider-text h1,
.slider-three .slider-two-image .slider-text h1,
.slider-three .slider-three-image .slider-text h1,
.slider-three .slider-four-image .slider-text h1,
.slider-four .slider-one-image .slider-text h1,
.slider-four .slider-two-image .slider-text h1,
.slider-four .slider-three-image .slider-text h1,
.slider-four .slider-four-image .slider-text h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.slider-one .slider-one-image .slider-text p,
.slider-one .slider-two-image .slider-text p,
.slider-one .slider-three-image .slider-text p,
.slider-one .slider-four-image .slider-text p,
.slider-two .slider-one-image .slider-text p,
.slider-two .slider-two-image .slider-text p,
.slider-two .slider-three-image .slider-text p,
.slider-two .slider-four-image .slider-text p,
.slider-three .slider-one-image .slider-text p,
.slider-three .slider-two-image .slider-text p,
.slider-three .slider-three-image .slider-text p,
.slider-three .slider-four-image .slider-text p,
.slider-four .slider-one-image .slider-text p,
.slider-four .slider-two-image .slider-text p,
.slider-four .slider-three-image .slider-text p,
.slider-four .slider-four-image .slider-text p {
  font-size: 18px;
  line-height: 28px;
}

.slider-two {
  animation: slider-two 12s linear infinite;
}
.slider-two .slider-two-image {
  background-image: url("../img/banner/banner-two.webp");
}
/* .slider-two .slider-two-image .slider-text {
  animation-delay: 3s;
} */

.slider-three {
  animation: slider-three 12s linear infinite;
}
.slider-three .slider-three-image {
  background-image: url("../img/banner/banner-three.webp");
}
/* .slider-three .slider-three-image .slider-text {
  animation-delay: 6s;
} */

.slider-four {
  animation: slider-four 12s linear infinite;
}
.slider-four .slider-four-image {
  background-image: url("../img/banner/banner-four.webp");
}
/* .slider-four .slider-four-image .slider-text {
  animation-delay: 9s;
} */

.slider-text h3 {
    font-size: 75px;
    font-weight: 800;
    letter-spacing: 3.75px;
}
.slider-text h2{
    font-size: 58px;
    font-weight: 800;
    letter-spacing: 4.97px;
    font-family: var(--titlefont);
    text-transform: uppercase;
}
.slider-text h6{
  font-size: 14px;
  font-weight: 700;
  font-family: var(--primaryfont);
  letter-spacing: 0.98px;
  text-transform: uppercase;
}
.slider-text h5 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.54px;
  font-family: var(--primaryfont);
  text-transform: uppercase;
}
.slider-text p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.05px;
}
@keyframes text-up {
  10% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes zoom-out {
  100% {
    width: 100%;
  }
}
@keyframes slider-one {
  0% {
    visibility: visible;
  }
  25% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  75% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes slider-two {
  0% {
    visibility: hidden;
  }
  25% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  75% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes slider-three {
  0% {
    visibility: hidden;
  }
  25% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  75% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes slider-four {
  0% {
    visibility: hidden;
  }
  25% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  75% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

img.style-one {
  position: absolute;
  bottom: -1px;
  width: 100%;
  object-fit: cover;
}
img.style-two {
  position: absolute;
  top: -1px;
  width: 100%;
  object-fit: cover;
}

.title h6{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  color: var(--primary);
  font-family: var(--primaryfont);
}
.title h3{
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: var(--dark);
}
.title h5{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  color: var(--secondary);
}
.title p, .about-highlights p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.26px;
}
.about-highlights h6{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.26px;
  color: var(--primary);
}

.parallax {
  background-image: url("../img/banner/parallax-one.webp");
  min-height: 750px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.company-highlights {
  position: absolute;
  bottom: -25px;
  padding: 25px;
  right: 0;
  left: 0;
  width: auto;
}
.company-highlight-box {
  padding: 25px;
  text-align: center;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.company-highlight-box img{
  margin-bottom: 30px;
}
.company-highlight-box h5{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.company-highlight-box.company-highlight-box-blue h5{
  color: var(--white);
}
.company-highlight-box.company-highlight-box-blue{
  background: var(--primary);
}

.service-title{
  background: var(--secondary);
}
.service-title img{
  width: 45px;
}
.service-title h5{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.98px;
  text-transform: uppercase;
}

.why-choose-us{
  background-image: url("../img/banner/why-choose-us.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  display: flex;
  align-items: center;
}
img.trophy {
  position: absolute;
  z-index: 1;
  width: 80%;
  top: 0px;
  bottom: 0px;
  -webkit-animation: mymove 15s ease-in-out infinite;
		animation: mymove 15s ease-in-out infinite;
		transform-origin: 250px 200px;
  margin: auto;
}
@keyframes mymove {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
	20% {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  54% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  82% {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
 }

.why-choose-us-detail h6{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.26px;
  color: var(--white);
}
.why-choose-us-detail p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.12px;
  color: var(--white);
}

.contact-form {
  padding: 30px;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.09);
}
.contact-form label{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.12px;
  color: var(--secondary);
  font-family: var(--titlefont);
}
.contact-form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #F5F5F5;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-form  .form-control:focus {
  color: #212529;
  background-color: #dbf0f7;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
button.chess-btn {
  background: var(--primary);
  border: 0px;
  padding: 10px;
  width: 100%;
  color: #F5F5F5;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.26px;
  font-family: var(--titlefont);
}
button.chess-btn:hover{
  background: var(--secondary);
}
.contact-detail h6{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.26px;
  font-family: var(--titlefont);
}
.contact-detail p, .contact-detail a{
  font-size: 15px;
  font-weight: 400;
  color: var(--secondary);
  letter-spacing: 1.26px;
}

img.chess {
  position: absolute;
  bottom: 0px;
  z-index: -1;
}

footer{
  background: url("../img/footer-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  
}
.copyrights {
  background: var(--secondary);
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: var(--white);
}

div#offcanvasRight {
  background: rgb(0 0 0 / 31%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgb(127 127 127);
}
div#offcanvasRight h6{
  color: #fff;
}

.offcanvas-body.mob-menu a {
  color: var(--white);
  line-height: 44px;
  font-size: 20px;
}

.toast-success {
    background-color: rgb(50, 205, 50) !important;
    opacity: 1 !important;
}
.toast-error {
    background-color: rgb(255, 0, 0) !important;
}


@media only screen and (max-width: 992px){
    .why-choose-us{
    height: auto;
  }
  img.trophy {
    position: relative;
    margin-bottom: 20px;
    width: 50%;
  }
}

@media(max-width: 768px) {
  body {
      padding: 0;
  }
}


a.chess-btn {
    background: #21a1ce;
    padding: 5px 20px;
    font-size: 14px;
    color: #151515;
    font-weight: 600;
}
a.chess-btn:hover {
    background: #0d7ea5;
    color: #fff;
}


@media only screen and (max-width: 600px) {
  
  .slider-one .slider-one-image, .slider-one .slider-two-image, .slider-one .slider-three-image, .slider-one .slider-four-image, .slider-two .slider-one-image, .slider-two .slider-two-image, .slider-two .slider-three-image, .slider-two .slider-four-image, .slider-three .slider-one-image, .slider-three .slider-two-image, .slider-three .slider-three-image, .slider-three .slider-four-image, .slider-four .slider-one-image, .slider-four .slider-two-image, .slider-four .slider-three-image, .slider-four .slider-four-image{
    animation: none;
  }
  .slider-one .slider-one-image, .slider-one .slider-two-image, .slider-one .slider-three-image, .slider-one .slider-four-image, .slider-two .slider-one-image, .slider-two .slider-two-image, .slider-two .slider-three-image, .slider-two .slider-four-image, .slider-three .slider-one-image, .slider-three .slider-two-image, .slider-three .slider-three-image, .slider-three .slider-four-image, .slider-four .slider-one-image, .slider-four .slider-two-image, .slider-four .slider-three-image, .slider-four .slider-four-image{
    width: 100%;
  }
  .slider-text h5 {
    font-size: 15px;
  }
  .slider-text h6 {
    font-size: 12px;
  }
  .slider-text h2 {
    font-size: 36px;
  }
  .slider-one .slider-one-image .slider-text p, .slider-one .slider-two-image .slider-text p, .slider-one .slider-three-image .slider-text p, .slider-one .slider-four-image .slider-text p, .slider-two .slider-one-image .slider-text p, .slider-two .slider-two-image .slider-text p, .slider-two .slider-three-image .slider-text p, .slider-two .slider-four-image .slider-text p, .slider-three .slider-one-image .slider-text p, .slider-three .slider-two-image .slider-text p, .slider-three .slider-three-image .slider-text p, .slider-three .slider-four-image .slider-text p, .slider-four .slider-one-image .slider-text p, .slider-four .slider-two-image .slider-text p, .slider-four .slider-three-image .slider-text p, .slider-four .slider-four-image .slider-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .title h3 {
    font-size: 26px;
  }
  img.chess {
    position: absolute;
    top: 0px;
    z-index: -1;
  }
  .contact-detail p, .contact-detail a {
    font-size: 14px;
  }
  .title h5 {
    font-size: 15px;
  }
  .title h6 {
    font-size: 12px;
  }
  .why-choose-us{
    height: auto;
  }
  img.trophy {
    position: relative;
    margin-bottom: 20px;
  }
  .parallax{
    height: auto;
  }
  section.company-highlights {
    position: relative;
    bottom: auto;
  }
  img.logo {
    width: 70px;
  }
  .top-nav a {
    font-size: 10px;
  }
  .top-nav{
    margin-bottom: 20px;
  }
  .copyrights {
    font-size: 12px;
  }
  .title p, .about-highlights p {
    font-size: 14px;
  }
}



/* Preloader
-------------------------------------------------------*/

.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
