/* @import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap"); */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,900');
body {
  /* font-family: "Ubuntu", sans-serif; */
  background-color: #f4f4f6;
  font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.80857;
}

button {
  box-shadow: none !important;
  border-radius: 0;
}

input,
select {
  box-shadow: none !important;
  border-radius: 0 !important;
}

label {
  font-weight: 700 !important;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
input.error {
  border-color: crimson !important;
}
input.valid {
  border-color: green !important;
}
.error {
  color: crimson;
}
.fullheight {
  min-height: 100vh;
  
}
.top-nav {
  /* background: #ca9921 !important; */
  background: #000213;
  /* background: #f24570 !important; */
  /* background: linear-gradient(to bottom, #ca9921, #edde5d, #ca9921); */
}

.top-nav-inner {
  display: flex;
}

.main-nav {
  height: 75px;
  background: #fff;
}

.main-nav-inner {
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: space-between;
}

.main-nav-inner > .logo {
  width: 30%;
}

.logo > img {
  max-height: 75px;
}

.nav-links {
  flex-grow: 1;
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: flex-end;
}

.nav-links > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
}
.nav-links > a:hover {
  color: #ca9921 !important;
}

.theme-btn {
  /* background: #f24570 !important; */
  background: linear-gradient(to bottom, #ca9921, #edde5d, #ca9921);
  border-radius: 20px !important;
  color: #000213 !important;
}

.hero-section {
  min-height: 100vh;
  background-image: url("../images/homeSlide.png");
  background-size: cover;
  background-position: center;
  /* position: relative; */
}

.hero {
  width: 45%;
  height: 100vh;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(255, 0, 0, 0)
  );
}

.hero-inner {
  display: flex;
  flex-direction: column;

  justify-content: center;
  height: inherit;
}

.hero-title {
  font-weight: bold;
  color: #efefef;
  font-size: 65px !important;
}

.features-container {
  width: 85%;
  background-color: #fff;
  border-radius: 10px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  z-index: 10000;
}

.features-container > h3 {
  font-weight: 700;
  padding-left: 15px;
  padding-top: 25px;

}

.features {
  display: flex;
  justify-content: space-evenly;
  align-items: center;

  min-height: 300px;
}

.features > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.features > div > .title {
  font-weight: 700;
  font-size: 25px;
}

.features > div > .description {
  margin-top: 5px;
}

.section-2 {
  min-height: 80vh;
  /* background: #000213; */
  /* background-image: url('images/bg-2.jpg');
    background-size: cover;
    background-position: center; */
}

.section2-content {
  min-height: 400px;
  background-color: #fff;
  width: 85%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.section2-content > .img {
  background-image: url("../images/couple.png");
  background-size: cover;
  background-position: center;
  min-height: 600px;
  border-top-left-radius: 20px;
  width: 50%;
}

.section2-content > .content {
  /* background: #f24570; */
  background-color: #000213;
  min-height: 600px;
  width: 50%;
  border-top-right-radius: 20px;
}

.white-light {
  color: #fff;
}

.sec2-title {
  font-size: 22px;
}
.footer {
  min-height: 230px;
  background-color: #000213;
  /* background-image: url("../images/bg-2.jpg"); */
  background-size: cover;
  background-position: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  position: relative;
  padding-top: 1px;
}
.footer-title{
  border-bottom: solid #e0af14 2px;
}
.footer-bottom{
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;

}
.f-top{
  padding-bottom: 20px;
}
.newsletter {
  width: 35%;
  margin: 0 auto;
}

.newsletter > form {
  padding: 10px;
  display: flex;
  background-color: #efefef;
}

.newsletter-input {
  box-shadow: none !important;
  border: none !important;
  background-color: #efefef !important;
}

.newsletter-title {
  font-weight: 700;
  color: #fff;
}

.subscribe-btn {
  background-color: #f24570 !important;
  border-radius: 25px;
  color: #fff !important;
}

.sticky-top {
  z-index: 10 !important;
}

.drawer {
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 1000 !important;

  display: none;
  overflow-y: scroll;
}
.drawer-container {
  height: 100vh;
  background-image: url("../images/couple.png");
  background-position: center;
  background-size: cover;
}
.drawer-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 100vh;
}
#spinner_phone,
#spinner_username {
  position: absolute;
  right: 30px;
  display: none;
  top: 40px;
}

.close-btn {
  color: #ca9921 !important;
}
.apply-code {
  background-color: #ca9921 !important;
  color: #000213 !important;
  border: none !important;
}

.datepicker > div {
  width: 100%;
  margin-top: 20px;
}



.page-header {
  height: 300px;
  background-image: url("../images/bg-3.jpg");
  background-size: cover;
  background-position: center;
}

.page-header-overlay {
  height: inherit;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-title {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.no-padding{
  padding: 0 !important;
}
.about-cover{
  min-height: 400px;
    background-image: url("../images/couple.png");
      background-position: center;
      background-size: cover;
}

.page-header-title {
  font-weight: 700;
  color: #fff;
}

.page-box {

  width: 85%;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  border-top: 2px solid #f24570;
}

.absolute-clear {
  height: 300px;
}

.list {
  list-style: bullet;
}
.me-3 {
  margin-right: 15px !important;
}

.footer-link {
  text-decoration: none;
  color: #f1f1f1;
  font-weight: 600;
}

.footer-link:hover {
  color: #ca9921;
}
.date-select {
  z-index: 1000 !important;
}
.toolbar-bottom {
  display: none;
}
.nxt-btn {
  background-color: #ca9921;
  color: #000213;
}

.nxt-btn:hover {
  background-color: transparent;
  border-color: #ca9921;
  color: #000213;
}
.prev-btn {
  background-color: #000213;
  color: #fff;
}
.prev-btn:hover {
  background-color: transparent;
  border-color: #000213;
  color: #ca9921;
}
.apply-code {
  cursor: pointer;
  border-radius: 0 !important;
}
#rel_term:checked {
  background-color: #ca9921 !important;
  border-color: #ca9921 !important;
}
#mobile-nav {
  background-color: #fff !important;
 
}
.mob-inner{
  display: flex;
    flex-wrap: nowrap !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .features-container{
    margin-top: -75px;
    width: 95% !important;
  }
  .main-nav {
    display: none;
  }
  .drawer {
    width: 100%;
  }
  .hero {
    width: 100% !important;
  }
  .features {
    display: block !important;
  }
  .features > div {
    /* margin-top: 45px; */
    padding: 12px;
  }
  /* .section2-content {
    margin-top: 700px !important;
  } */
  .section2-content {
    display: block;
   
  }
  .section2-content > div {
    width: 100%;
  }
  .section2-content > .img {
    width: 100%;
    min-height: 250px;
    border-top-right-radius: 20px;
  }
    .section2-content>.content{
      width: 100%;
      margin-top: 5px;
      border-top-left-radius: 20px;
    }
    #sw-navlinks{
      display: flex !important;
      flex-direction: row !important;
    }
        #sw-navlinks>li>a{
          text-align: start !important;
          font-size: 10px;
        }
        .absolute-clear{
          margin-top: 2200px;
        }
        .about-cover{
          min-height: 300px;
        }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #mobile-nav {
    display: none;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .absolute-clear {
      margin-top: 700px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
