/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

html {
  scroll-behavior: smooth;
}        

body {
  height: 100vh;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #727272;
  overflow-x: hidden;
  font-size: 15px;
}

.birthday-bg{
  background-image: url("../images/hero/birthday.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.salary-bg{
  background-image: url("../images/hero/salary.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.mauritius-bg{
  background-image: url("../images/hero/mauritius.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mauritius-1-bg{
  background-image: url("../images/hero/mauritius-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mauritius-2-bg{
  background-image: url("../images/hero/mauritius-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mauritius-3-bg{
  background-image: url("../images/hero/mauritius-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.casablanca-bg{
  background-image: url("../images/hero/casablanca.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.redheart {
  color: red;
}

p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}

* {
  margin: 0;
  padding: 0;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #101130;
  font-family: 'Barlow', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: linear-gradient(45deg, #3813c2, #F20487);
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  padding: 200px 0 150px 0;
  padding-bottom: 240px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area {
    padding: 110px 0 120px 0;
  }
}

@media (max-width: 767px) {
  .hero-area {
    padding: 110px 0 60px 0;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding: 0px 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content h5 {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.hero-area .hero-content h5 i {
  display: inline-block;
  margin-right: 2px;
}

.hero-area .hero-content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  margin: 0px 0 18px;
  text-transform: capitalize;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.hero-area .hero-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin: 28px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content p {
    margin: 18px 0;
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 23px;
  }
}

.hero-area .hero-content .button {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .button {
    margin-top: 10px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button {
    margin-top: 10px;
    width: 100%;
  }
}

.hero-area .hero-content .button .btn {
  background-color: #F20487;
  color: #fff;
}

.hero-area .hero-content .button .btn:hover {
  color: #F20487;
  background-color: #fff;
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .btn {
    width: 80%;
  }
}

/*======================================
	Start Countdown CSS
========================================*/
.count-down {
  background-color: transparent; /* Change this line */
}

.count-down .box-head {
  position: relative;
  margin-top: -115px;
  border: 1px solid rgba(238, 238, 238, 0.219);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.507);
  padding: 12px;
  -webkit-box-shadow: 0px 0px 30px #00000017;
  box-shadow: 0px 0px 30px #00000017;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-down .box-head {
    padding: 8px;
    border-radius: 10px;
    margin-top: -70px;
  }
}

@media (max-width: 767px) {
  .count-down .box-head {
    padding: 4px;
    border-radius: 8px;
    margin-top: -20px;
  }
}

.count-down .box-content {
  text-align: center;
  background-color: #3813c2;
  background-image: url("../images/count-down/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 50px;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-down .box-content {
    padding: 30px 30px;
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  .count-down .box-content {
    padding: 20px 20px;
    border-radius: 4px;
  }
}

.count-down .box-content::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: url(../images/count-down/left-shape.png) no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.count-down .box-content .box {
  width: 24%;
  text-align: center;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .count-down .box-content .box::before {
    height: 4px;
    width: 4px;
    margin-top: -4px;
    right: -2px;
  }
}

.count-down .box-content .box::after {
  position: absolute;
  content: "";
  right: -3.5px;
  top: 50%;
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .count-down .box-content .box::after {
    height: 4px;
    width: 4px;
    margin-top: 4px;
    right: -2px;
  }
}

.count-down .box-content .box:last-child::before {
  display: none;
}

.count-down .box-content .box:last-child::after {
  display: none;
}

.count-down .box-content .box h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-down .box-content .box h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .count-down .box-content .box h1 {
    font-size: 27px;
    font-weight: 600;
  }
}

.count-down .box-content .box h2 {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-down .box-content .box h2 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .count-down .box-content .box h2 {
    font-size: 14px;
  }
}