.sticky-nav .header-button a {
  display: inline-block;
  color: #fff;
  padding: 10px 28px;
  text-transform: capitalize;
  transition: 0.5s;
  font-size: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 5px;
  font-weight: 400;

}
.sticky-nav.nav-menu .header_tbn {
  position: relative;
  top: 4px;
  left: 60px;
}



/*<!-- ============================================================== -->
<!-- Start  main-header Css -->
<!-- ============================================================== -->*/
/* Main header container */
.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 0;
}

/* Flex wrapper for logo, nav, and button */
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

/* Logo (left) */
.header-logo img {
  max-height: 100px;
}

/* Navigation menu (center) */
.header-menu ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu ul li a {
  font-size: 23px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  padding: 10px 5px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-menu ul li a:hover {
  color: #2AB7F0;
}

/* Contact Us button (right) */
.header-button a {
  display: inline-block;
  color: #fff;
  background: #2AB7F0;
  font-weight: 500;
  padding: 12px 23px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.3s ease;
}

.header-button a:hover {
  color: #2AB7F0;
  background: #fff;
}
/*==================================================
  Start slider-area CSS (Adjusted for centered title + 2 paragraphs)
==================================================*/

.slider-area {
  background: url(assets/images/HandshakeStock1.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 900px;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
}

.slider-text-background {
  background: rgba(255, 255, 255, .5);
  border-radius: 16px;
  padding: 40px 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;

  /* Frosted glass effect */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);

  /* Animation */
  animation: fadeInBox 1s ease-in-out;
}

@keyframes fadeInBox {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 📱 Responsive: Full-width on mobile */
@media screen and (max-width: 768px) {
  .slider-text-background {
    border-radius: 0;
    padding: 25px 20px;
    margin: 0;
    max-width: 100%;
  }

  .slider-area {
    height: auto;
    padding: 60px 0; /* Make room for content */
  }
}

.slider-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 150px; /* Push content down */
}

.slider-title h5 {
  font-size: 20px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #2AB7F0;
  font-weight: 400;
  margin: 0;
}

.slider-title h1 {
  font-size: 70px;
  line-height: 65px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 25px 0 60px;
  position: relative;
}


.blue-line {
  width: 27%;
  height: 2px;
  background-color: #2AB7F0;
  margin: 20px auto 40px auto; /* spacing above and below */
}

.slider-discription {
  margin: 0;
}

.slider-discription p {
  font-size: 28px;
  line-height: 28px;
  color: #18191a;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}

.slider-extra-wide p {
  font-size: 23px;
  line-height: 30px;
  color: #18191a;
  font-weight: 350;
  font-family: "Josefin Sans", sans-serif;
  width: 95%;
  text-align: center;
  margin: 0 auto;
}
.email-button {
  margin-top: 50px;
}

.email-link {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background-color: #2AB7F0;
  padding: 15px 35px;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Josefin Sans", sans-serif;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.email-link:hover {
  background-color: #fff;
  color: #2AB7F0;
}

/*<!-- ============================================================== -->
<!-- Start section-title  Css -->
<!-- ============================================================== -->*/
.section-title {
  text-align: center;
  margin-bottom: 15px;
}
.sub-title h5 {
  color: #2AB7F0;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  position: relative;
  display: inline-block;
  z-index: 1;
  letter-spacing: 2px;
  font-family: "Cormorant Garamond", serif;
}
.main-title h2 {
  font-size: 45px;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  font-family: "Cormorant Garamond", serif;
}
.section-discription p {
  font-size: 18px;
  padding: 22px 0 12px;
  font-weight: 400;
  color: #4d4d4d;
  width: 60%;
  font-family: "Josefin Sans", sans-serif;
  line-height: 25px;
  margin: 0 auto 0;
}

.section-discription-big p {
  font-size: 24px;
  padding: 22px 0 12px;
  font-weight: 400;
  color: #4d4d4d;
  max-width: 100%;
  width: 100%;
  margin: 0 auto; /* center it */
  font-family: "Josefin Sans", sans-serif;
  line-height: 25px;
  margin-bottom: 20px;
}

/*<!-- ============================================================== -->
<!-- Start about-area  Css -->
<!-- ============================================================== -->*/
.about-area {
  padding: 45px 0 50px;

}
.about-area .section-title {
  text-align: left;
}
.about-area .section-discription p {
  width: 100%;
  margin: 0;
}
.about-thumb {
  position: relative;
  left: -70px;
}
.about-thumb img {
  width: 100%;
}
.about-icon-box {
  display: flex;
  border: 1px solid #f1eeeb;
  padding: 15px 20px 20px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.about-icon-box::before {
  width: 0%;
  height: 100%;
  background: #0A6F98;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
.about-icon-box:hover::before {
  width: 100%;
}
.about-icon-box:hover .about-icon i {
  color: #fff;
}
.about-icon-box:hover .about-title h2 {
  color: #fff;
}
.about-icon-box:hover .about-title p {
  color: #fff;
}
.about-icon {
  margin-right: 17px;
}
.about-icon i {
  font-size: 40px;
  color: #2AB7F0;
  display: inline-block;
  margin-top: 6px;
  transition: 0.5s;
}
.about-title {
  margin-bottom: 10px;
}
.about-title h2 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 7px 0;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
}
.about-title p {
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
  transition: 0.3s;
  font-family: "Josefin Sans", sans-serif;
  width: 89%;
  margin: 0;
}


/*--=====================================
    start break-area css
 -========================================*/
.parallax-window {
  height: 60px; /* or any desired height */
  background-image: url('assets/images/HotelLobby2.2.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax effect */
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

/*<!-- ============================================================== -->
<!-- Start about-area.upper  Css -->
<!-- ============================================================== -->*/
.about-area.upper {
  padding: 0px  40px;
}
.about-area.upper .section-title {
  text-align: center;
}
.about-area.upper .section-discription p {
  width: 78%;
  margin: 0 auto 65px;
  text-align: center;
}

.about-area.upper .row.about-upper {
  margin-top: 120px;
}
@keyframes move {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes shake {
  0% {
    transform: rotate(-30deg);
  }
  30% {
    transform: rotate(-30deg);
  }
  60% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}

/*--=====================================
    start--flip-area css
 -========================================*/

 .flip-area {
  position: relative;
  z-index: 1;
  background: #f8f5f0;
  padding: 30px 35px;
}
.flip-area .section-title {
  text-align: center;
  margin-bottom: 10px;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 450px;
  border: none;
  perspective: 1000px;
  margin-bottom: 75px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #00000080 0%, #dba76bb3 100%);
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-title h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  margin: 0 0 15px;
  text-align: left;
}
.flip-box-front {
  background: url(assets/images/airline2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flip-box-front.upper {
  background: url(assets/images/rental.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flip-box-front.style-two {
  background: url(assets/images/hotel1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flip-single-box {
  position: relative;
  top: 55%;
  left: 22px;
  right: 22px;
  width: calc(100% - 44px);
  text-align: left;
}
.box-title h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  margin: 0;
}
.box-title span {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}
.flip-box-back {
  background: url(assets/images/airline.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  transform: rotateY(180deg);
  padding: 40px 30px 0 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* Vertical center */
  align-items: left;       /* Horizontal center */
  text-align: center;        /* Optional for neatness */
  overflow: hidden; 
}
.flip-box-back::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #3d3c3b;
  opacity: 0.9;
  z-index: -1;
}
.des p {
  width: 100%;
  margin: 0 auto 15px;
  padding-bottom: 25px;
  font-size: 18px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
}
.des {
  text-align: left;
}
.des a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #2AB7F0;
  padding: 15px 20px 13px 20px;
  letter-spacing: 2px;
}
/*--=====================================
    start testimonial-section css
 -========================================*/
.testimonial-section {
  padding: 65px 0 120px;
  background: url(assets/images/HotelLobby1.2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-section .main-title h2 {
  color: #fff;
}
.testimonial-section .row.mar-top {
  margin-top: 70px;
}
.single-testimonial {
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
  margin-bottom: 30px;
  padding: 30px 36px 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0;
}
.testimonial-thumb img {
  width: 33%;
  border-radius: 50%;
}
.testimonial-discription {
  margin: 30px 0 25px;
}
.testimonial-discription p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin: auto;
  color: #999;
  font-family: "Josefin Sans", sans-serif;
  line-height: 25px;
}
.testi-rating ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  color: #2AB7F0;
}
.testi-title h2 {
  font-size: 17px;
  letter-spacing: 1px;
  color: #ddd;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  margin: 9px 0 0;
}
.testi-title span {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  display: block;
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
}
.owl-dots {
  margin: 40px auto 0;
  text-align: center;
}
.testimonial-section .owl-dot {
  height: 10px;
  width: 10px;
  line-height: 11px;
  background: #fff;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
}
.testimonial-section .owl-dot.active {
  height: 10px;
  width: 10px;
  line-height: 11px;
  background: #2AB7F0;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.testimonial-section .owl-dots {
  margin: 10px auto 0;
  text-align: center;
}
.testimonial-section .owl-dot.active::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #2AB7F0;
}


/*--=====================================
    start brand-area css
 -========================================*/
.brand-area {
  background: #0695D1;
  padding: 10px 0px 10px 0px;
}

/*<!-- ============================================================== -->
<!-- Start  footer-area  Css -->
<!-- ============================================================== -->*/
.footer-area {
  background: #333333;
  padding: 50px 0 0px;
}
.footer-area .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  margin-bottom: 30px;
  flex: 1 1 33%;
  padding: 0 15px;
}

.footer-column-right {
  flex: 0 0 310px;  /* Fix width (adjust as needed) */
  max-width: 335 px;
  padding-right: 0; /* Optional: remove right padding to bring closer to edge */
}
.footer-discription p {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  margin: 10px 10px 0 0;
  font-family: "Josefin Sans", sans-serif;
}

.footer-link {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  transition: color 0.3s ease;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 5px; /* optional: small gap between lines */
}

.footer-link:hover {
  color: #2AB7F0;
}
.footer-title h3 {
  font-size: 24px;
  margin-top: 27px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  
}
.footer-content ul li {
  list-style: none;
  display: block;
  margin: 0 0 10px;
}

.footer-text p {
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}

.footer-address {
  max-width: 500px;
  padding-right: 20px;
}

.footer-address p {
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}

.footer-area .from-box {
  margin-bottom: 15px;
}

.footer-area .from-box button {
  position: absolute;
  top: 62px;
  right: 0;
  border: 0;
  background: transparent;
}

.footer-logo {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .footer-column {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-address,
  .footer-title,
  .footer-discription {
    text-align: center;
  }

  .footer-address p,
  .footer-address a {
    text-align: center;
    display: block;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
  }
}

.copy-right-area {
  background: #000000;
  margin-top: 57px;
  padding: 20px 0 10px;
}

.copyright-title h3 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  text-align: center;
}




/*===========================scroll strat===========================  
 ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
  display: inline-block;
  width: 60px;
  height: 59px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #2AB7F0;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*<!-- ============================================================== -->
<!-- Start  sticky-nav  Css -->
<!-- ============================================================== -->*/
.sticky-nav {
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #000000 !important;
  z-index: 9999 !important;
  animation-name: slideInDown;
  padding: 0 150px 7px;
}
.sticky-nav li.icon {
  color: #fff;
}
.sticky-nav.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sticky-nav .heder-menu {
  display: inline-block;
  position: relative;
  left: 14%;
}
a.main_sticky {
  display: none;
}

.sticky-nav .header-menu ul li a {
  color: #fff !important;
}
.sticky-nav .header-menu ul li a:hover {
  color: #2AB7F0 !important;
}
.sticky-nav a.main_sticky {
  display: inline-block !important;
}
.sticky-nav .header-logo a {
  display: none;
}
.sticky-nav ul.sub-menu li a {
  display: inline-block;
  margin: 6px 0px 6px 21px;
  color: #6e7673 !important;
  transition: 0.5s;
}
.sticky-nav .header-con i {
  color: #fff;
}
.header-menu ul .sub-menu li {
  display: block;
  margin-right: 0;
  transition: 0.5s;
}
ul.sub-menu li:hover {
  background: #87c03d;
}
ul.sub-menu li a:hover {
  color: #fff !important;
}
.sticky-nav ul.sub-menu li:hover {
  background: #87c03d;
}
.sticky-nav ul.sub-menu li a:hover {
  color: #fff !important;
}

/*Loader*/

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 99999;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #2AB7F0;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #010e22;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #1d1d1b;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}
