h1{
        margin-bottom: 0px;
}
h1,
h1 span {
  font-family: Quicksand-Bold;
  font-weight: 200;
}
.banner-content p,
.copyright p,
.glbl-btn,
.inner-body h3,
h1 {
  color: #fff;
}
.container,
.form-body .form-group.textarea,
.inner-body .right form .textarea,
.navbar .logo img,
.popUp-body.maldives textarea {
  width: 100%;
}
.accordion-item.active .accordion-content,
.inclusion-exclusion {
  box-shadow: 0 0 10px 12px rgb(38 36 36 / 9%);
  background-color: #fff;
}

li {
  list-style: none;
}
.navbar .menu ul li a,
.perks ul li h5,
h1 {
  text-transform: capitalize;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins-Regular;
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
  font-family: Reey-Regular;
  src: url(../fonts/reey/Reey-Regular.otf);
}
@font-face {
  font-family: Quicksand-Bold;
  src: url(../fonts/quick/Quicksand-Bold.ttf);
}
@font-face {
  font-family: Quicksand-Regular;
  src: url(../fonts/quick/Quicksand-Regular.ttf);
}
:root {
  --them-clr-one: #7e4617;
  --them-clr-two: #f5aa32;
  --acrdia-clr: #d18100;
}
.container {
  max-width: 1110px;
  margin: auto;
  display: block;
}
.flex,
.perks ul {
  display: flex;
}
.justify-content {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
#popUp .top-for-inner,
.contact-form .heading,
.contact-form .right form .heading,
.inclusion-exclusion ul,
.inner-body .right label,
.popUp-body.maldives .top-for-inner,
.toggle-btn {
  display: none;
}
.glbl-btn {
  background-color: var(--them-clr-two);
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
header {
  box-shadow: 0 5px 10px 0 rgb(193 184 184 / 50%);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9999;
}
.navbar .menu ul li {
  display: inline-block;
  margin-left: 45px;
}
.navbar .menu ul li a {
font-size: 16px;
  color: #565656;
}
.navbar .logo {
    width: 10%;
}


/* banner  */
.banner {

      height: 45vh;
    position: relative;
}
.banner .bannerImg{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner .bannerImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner .transparent {
    background-color: #0000007d;
    inset: 0 0 0 0;
    position: absolute;
}



h1 {
    font-size: 45px;
  text-shadow: 0 3px #000;
  line-height: 70px;
}
.banner .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .right {
  width: 40%;
}
.banner-content {
    width: 90%;
    padding: 20px 10px;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
}

.banner-content .glbl-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 35px;
  border-radius: 5px;
    font-size: 16px;
}
.banner-content .glbl-btn img {
  transform: translateY(6px);
  margin-right: 5px;
}
.banner-content h1 span,
.banner.inner-banner h2 span {
  color: var(--them-clr-two);
}
.inner-body {
  padding: 60px 0;
}
.inner-body h2 {
  margin-bottom: 25px;
  background-color: #7e4617;
  padding: 11px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
  outline: #ffffff7d solid 1px;
  outline-offset: -5px;
  font-family: Quicksand-Regular;
}
/* .banner.inner-banner {
  background-color: var(--them-clr-one);
  height: 35vh;
  background-image: unset;
} */
.inner-body h3 {
  margin-bottom: 5px;
  font-size: 24px;
}
.inner-body .left {
  width: 60%;
}
.inner-body .left h2 {
  color: var(--them-clr-one);
  margin: 15px 0;
}
.inner-body .left img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
  height: 350px;
}
.accordion {
  margin: 0 auto;
}
.accordion-item {
  margin-bottom: 10px;
}
.accordion-header {
  background-color: var(--acrdia-clr);
  color: #fff;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-toggle {
  font-size: 27px;
  line-height: 1;
  transition: transform 0.2s;
  margin-left: 10px;
  color: #fff;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding: 0 15px;
}
.accordion-content ul li {
  font-size: 15px;
  color: #818181;
  line-height: 25px;
  list-style: disc;
  margin-left: 15px;
}
.accordion-content span {
  padding: 3px 25px;
  border: 1px solid #d18100;
  color: #d18100;
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  margin-top: 10px;
}
.accordion-item.active .accordion-toggle {
  transform: rotate(359deg);
}
.accordion-item.active .accordion-content {
  padding: 15px;
  max-height: 1000px;
}
.inclusion-exclusion {
  margin-top: 35px;
  padding: 20px;
  border-radius: unset !important;
  outline: #f55d0461 solid 1px;
  outline-offset: -5px;
}
.inclusion-exclusion .tabs {
  margin: 25px 0;
}
.inclusion-exclusion .tabs a {
  background-color: #858585;
  padding: 8px 25px;
  color: #fff;
}
.inclusion-exclusion ul li {
  font-size: 15px;
  color: #696969;
  line-height: 26px;
}
.inclusion-exclusion .active-tab {
  background-color: #7e4617 !important;
}
.inclusion-exclusion .inclusion li {
  list-style-image: url(../img/in-check-mark.png);
  background-repeat: no-repeat;
  background-size: unset;
  margin-left: 30px;
}
.inclusion-exclusion .inclusion li.text-danger {
  list-style-image: unset;
}
.inclusion-exclusion .inclusion li.text-danger b {
  color: red;
}
.inclusion-exclusion .inclusion li b.text-danger {
  color: red !important;
  list-style: none !important;
  list-style-image: unset !important;
}
.inclusion-exclusion .exclusion li {
  list-style-image: url(../img/in-close.png);
  background-repeat: no-repeat;
  background-size: unset;
  margin-left: 30px;
}
.inner-body .right {
  width: 35%;
}
.inner-body .right .form-body {
  background-color: #5f5f5f;
  padding: 13px;
  border-radius: 5px;
}
.inner-body .right .form-body .form-group {
  width: 100%;
  margin-top: 3px;
}
.inner-body .right .form-body .form-group input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  outline: unset;
  border: unset;
  border-radius: 3px;
  font-size: 14px;
  margin-bottom: 5px;
}
.form-group input,
.form-group select,
.inner-body .right .form-body .form-group select {
  height: 45px;
  padding: 0 15px;
  outline: unset;
  font-size: 14px;
}
.inner-body .right .form-body .form-group select {
  width: 100%;
  border: unset;
  border-radius: 3px;
  margin-bottom: 5px;
  color: #666;
}
.inner-body .right form .textarea textarea {
  width: 100%;
  display: block;
  height: 90px;
  border-radius: 5px;
  outline: 0;
  border: none;
  margin-top: 12px;
}
form #submit {
    background-color: #d18100;
    color: #fff;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding: 14px;
    font-size: 16px;
    outline: 0;
    border: unset;
    margin: 15px auto 15px;
    border-radius: 5px;
}
.contact-form .top-for-inner {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 10px;
  padding-bottom: 10px;
  display: none;
}
.contact-form .top h3 {
  color: #fff;
  margin-bottom: 0;
}
.popUp-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #02020287;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  display: none;
  padding: 30px;
  z-index: 99999;
}
.popUp-body .heading,
.slider-container {
  position: relative;
}
.popUp-body .heading img {
  position: absolute;
  background: var(--them-clr-one);
  padding: 10px;
  border-radius: 100%;
  right: -10px;
  top: -20px;
}
.popUp-body form {
  background-color: #fff;
  width: 42%;
  margin: auto;
  border-radius: 10px;
}
.popUp-body form h2 {
  background-color: var(--acrdia-clr);
  padding: 10px 25px;
  text-align: center;
  color: #fff;
  font-family: Poppins-Light;
}
.popUp-body .form-body {
  background-color: #4c4c4c;
  border-radius: 5px;
}
.contact .box,
footer,
form input[type="submit"] {
  background-color: var(--them-clr-one);
}
label {
  display: block;
  color: #fff;
}
.form-group {
    width: 49%;
  margin-top: 12px;
}
.form-group input {
  width: 100%;
  border: unset;
  border-radius: 3px;
}
.form-group select {
  width: 100%;
  border: unset;
  border-radius: 3px;
  color: #6f6666;
}
form textarea {
  resize: vertical;
  width: 100%;
  height: 70px;
  border-radius: 3px;
  outline: 0;
  border: unset;
  font-weight: 500;
  color: #151515a6 !important;
  padding: 15px;
}
form input[type="submit"] {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border: unset;
  font-size: 18px;
  margin-top: 15px;
  cursor: pointer;
}
.contact {
  margin-top: 60px;
  margin-bottom: 0;
}
.contact .box {
  padding: 35px;
  text-align: center;
  width: 30%;
  border-radius: 5px;
  outline: #ffffff4a solid 1px;
  outline-offset: -10px;
}
.contact .box img {
  width: 50px;
}
.contact .box a {
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
}
.contact .box h4 {
  font-size: 21px;
  color: #fff;
  font-weight: 300;
}
.contact-form {
  margin-top: 30px;
  background: #080808ad;
}
.contact-form .left {
  width: 50%;
  background-image: url(../img/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-form .right {
  width: 48%;
}
.contact-form .right form {
  padding: 25px;
  width: 90%;
  margin-bottom: 50px;
}
.about {
  box-shadow: 0 5px 10px 0 rgb(193 184 184 / 50%);
  width: 90%;
  margin: auto;
  transform: translateY(-35px);
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}
footer {
  padding: 45px 0;
}
footer .footer-ul li a {
  text-decoration: none;
  color: #ffffffd1;
  font-size: 14px;
  margin-top: 7px;
  display: inline-block;
text-transform: capitalize;
}
footer .footer-ul li h4 {
  font-size: 18px;
  color: #f5aa32;
  font-weight: 400;
}
footer .footer-ul li ul li {
  display: inline-block;
  margin: 5px;
}
footer .whatsapp {
  position: fixed;
  top: 80%;
  right: 15px;
  z-index: 9999;
  width: 5%;
}
.copyright {
  background-color: var(--acrdia-clr);
  text-align: center;
  padding: 9px 25px;
}
.review_detail .box {
  box-shadow: rgb(155 149 149 / 49%) 0 1px 11px;
  padding: 20px;
  border-radius: 5px;
  background-color: #e9e9e95c;
  color: #565656;
  outline: #d5d5d5 solid 1px;
  outline-offset: -4px;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.review_detail .box h5 {
  font-size: 18px;
}
.maldives-body .resort-body .package-cost span,
.review_detail .box h5 span {
  color: #f34f00;
}
.review_detail .box .flex {
  margin: 9px 0;
}
.review_detail .box .strong {
  margin-right: 5px;
}
.banner.inner-banner {
  padding: 81px 0;
  height:40vh;
}
.banner.inner-banner h2 {
  font-size: 50px;
  text-align: center;
  color: #fff;
}
.maldives-body {
  padding-top: 60px;
}
.maldives-body .resort-body .box {
  width: 32%;
  box-shadow: 0 0 20px 0 rgb(38 40 40 / 62%);
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
}
.maldives-body .resort-body .box .glbl-btn {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.maldives-body .resort-body .hotel_heading {
  background-color: var(--them-clr-one);
  padding: 10px 20px;
  color: #fff;
  transform: translateY(-10px);
}
.maldives-body .resort-body .hotel_heading h6 {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.maldives-body .resort-body .hotel_heading img {
  transform: translateY(3px);
  width: 14px;
}
.maldives-body .resort-body .star-box ul li {
  display: inline-block;
  margin: 12px 0 3px;
}
.maldives-body .resort-body .package-cost {
  padding: 8px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.maldives-body .resort-body .package-cost h4 {
  font-size: 16px;
  color: #747474;
  font-weight: 500;
}
.maldives-body .resort-body .box .inclusion {
  padding: 12px 20px;
}
.maldives-body .resort-body .box .inclusion li {
  font-size: 14px;
  color: #747474;
  font-weight: 400;
  list-style-type: disc;
  margin-left: 15px;
  line-height: 25px;
}
.star-box {
  padding-left: 15px;
}
.resort-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slider-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 270px;
}
.slider-container img {
  width: 100%;
  display: none;
  height: 100%;
  object-fit: cover;
}
.inner-body .contact-form .top-for-inner,
.slider-container img:first-child {
  display: block;
}
.popUp-body.maldives .form-body {
  padding: 0;
}
.popUp-body.maldives .textarea {
  width: 100%;
  margin-top: 15px;
}
.popUp-body.maldives .heading {
  position: relative;
  width: 100%;
}
.popUp-body.maldives .for-outer {
  padding: 10px 30px;
}
.meals {
  background-color: #7e4617;
  padding: 9px 25px;
  color: #fff;
  margin-top: 15px;
}
.tab {
  overflow: hidden;
  width: 100%;
  margin: 25px auto auto;
  text-align: center;
}
.tab button {
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 12px 16px;
  transition: 0.3s;
  font-size: 17px;
  background-color: #878787;
  margin: 15px;
  border-radius: 4px;
  color: #fff;
  width: 22%;
  text-transform: uppercase;
}
.tab button:hover {
  background-color: #d18100;
}
.tab button.active {
  box-shadow: inset 0 -3em 3em rgb(248 129 0), 0 0 0 2px #fff,
    0.3em 0.3em 1em rgb(73 73 73 / 30%);
  font-weight: 500;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
#popUp .for-outer {
  padding: 10px 25px 25px;
}
#contactform input#country_std_code {
  width: 80px;
  font-size: 16px;
  background-color: #d18100;
  color: #fff;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
#contactform input#country_std_code::placeholder {
  color: #fff;
}
#contactform input#mobile {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
#contactform label {
  display: block;
  color: #fff;
  font-size: 15px;
}
.package-parent .container .packageCard:first-child {
  margin-top: 30px;
}
.package-parent .container .packageCard {
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 40%) 2px 2px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 350px;
}
.package-parent .container .packageCard .left {
  width: 28%;
  height: 350px;
  position: relative;
      overflow: hidden;
}
.package-parent .container .packageCard .left .packageStrip {
    position: absolute;
    background: #ca0000;
    left: -165px;
    right: -68px;
    right: -20px;
    transform: rotate(336deg);
    color: #fff;
    padding: 6px;
    font-size: 15px;
    text-align: center;
    top: 25px;
}
.package-parent .container .packageCard .left .packageStrip h3 {
    font-size: 15px;
}
.package-parent .container .packageCard .left img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.package-parent .container .packageCard h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: Quicksand;
  color: var(--them-clr-one);
  margin-bottom: 8px;
}
.package-parent .container .packageCard .middle {
  padding: 0 30px;
  width: 52%;
}
.package-parent .container .packageCard .middle h2 span {
  color: var(--them-clr-one);
    color: #f00;
    font-weight: 600;
    font-size: 18px;
  display: inline-block;
}
.package-parent .container .packageCard .middle .hightlights li {
  font-size: 14px;
  color: #5c5c5c;
  margin-bottom: 2px;
  background-image: url("../img/in-check-mark.png");
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
.package-parent .container .packageCard .middle ul li svg {
  color: #209102;
  font-size: 18px;
}
.package-parent .container .packageCard .middle ul.hightlights {
  height: 125px;
  overflow-y: scroll;
}
.package-parent .container .packageCard .right h5.price {
  color: #e13607;
  font-size: 30px;
  font-weight: 600;
}
.package-parent .container .packageCard .right {
  width: 18%;
  text-align: center;
}
.package-parent .container .packageCard .right span {
  display: inline-block;
  margin-bottom: 10px;
}
.package-parent .container .packageCard .right .glbl-btn {
  padding: 11px 19px;
  font-size: 17px;
  margin-top: 0;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
.package-parent .container .packageCard .right .glbl-btn:last-child {
  background-color: var(--them-clr-one);
}
.fourButtonPannel {
  margin: 40px 0;
}
.packageCard .middle .hightlights h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #6c6c6c;
}
.perks ul li {
  display: flex;
  align-items: center;
  border-right: 1px solid #9f9b9b;
  margin-right: 20px;
  padding-right: 10px;
}
.perks ul li:last-child {
  border: unset;
}
.perks ul li h5 {
  font-size: 15px;
  font-weight: 300;
  color: #727272;
  padding-left: 5px;
}
.perks {
  margin: 12px 0;
}
.perks ul li img {
  width: 35px;
}
.packageCard .middle .destinations {
  font-size: 14px;
  color: #727272;
}
span.control {
  font-size: 22px;
}
.detailPackageBody {
  margin-top: 60px;
}




.videoReview{
  background-color: #eee;
  margin-top: 60px;
}
.videoReview .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
    margin-bottom: 35px;
      justify-content: center;
}

.videoReview .heading h2{
        position: relative;
            padding: 12px 0px;
}
.videoReview .heading h2::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
         background-color: var(--them-clr-two);
    left: 0;
    padding-bottom: 0;
    /* margin-bottom: 21px; */
    top: 2px;
}

.videoReview .heading h2::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
         background-color: var(--them-clr-two);
    right: 0;
    padding-bottom: 0;
    /* margin-bottom: 21px; */
    bottom: 2px;
}
.videoReview .container{
  display: block;
}

.videoReview .reviewBox{
  width: 32%;
}
.videoReview iframe{
  width: 100%;
  border-radius: 5px;
}

.videoReview .review-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.videoReview .heading h2 {
    font-size: 25px;
  color: #7e4617;
}
.videoReview  .youtubeButton {
  border: 1px solid #7e46172e;
  padding: 10px;
  color: #7e4617;
  font-weight: 100;
  display: flex;
  align-items: center;
}

.videoReview .youtubeButton img{
  width: 24px;
  margin-right: 12px;
}

.videoReview {
    padding: 50px 0px;
}


.grw-net-widget {
    position: fixed !important;
 right: 15px !important;
    top: 300px !important;
    z-index: 999999 !important;
}
.grw-net-widget-four-type-3 .grw-net-widget-four-logo {
    width: 35px !important;
    height: 35px !important;
}
.grw-net-widget .grw-net-text-medium {
    font-size: 12px !important;
}
.grw-net-widget-four-rows .grw-net-text-much-big {
    font-size: 15px !important;
}
.grw-net-widget-four-type-3 {
    width: 165px !important;
    min-width: unset !important;
    padding: 0 !important;
}
.grw-net-widget-four-content {
    padding: 5px 0px !important;
}


#kidsAgeContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#kidsAgeContainer label{
    display: none;
}




/* video  */
.youtube-facade {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}
.youtube-facade .thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.youtube-facade .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url('https://www.gstatic.com/youtube/img/player/play.svg') no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

