@font-face {
    font-family: 'clash';
    src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'clash';
    src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'clash';
    src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'clash';
    src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'GFS Didot';
    src: url('../fonts/GFSDidot-Regular.ttf') format('truetype');
    font-weight: 400;
}


body,
html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #FDFBF6;
    color: #5E5E5E;
}

body {
    box-sizing: border-box;
}

:root {
    --Montserrat: "Montserrat", sans-serif;
    --GFSDidot: "GFS Didot", serif;
    --sectionBg: #D5C283;
    --blugColor: #182342;
}

/* font */

h4 {
    font-family: 'clash';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

h2 {
    /* color: #1E1D20; */
    font-family: 'clash';
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    text-transform: capitalize;
}

h5 {
    font-family: 'clash';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.78px;
    text-transform: capitalize;
}

h3 {
    font-family: 'clash';
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 49.768px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}

p {
    font-family: var(--Montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}


/* bannner bg  */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



/* header css  */

.hdr-main .col-md-6 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

header a {
    color: var(--blugColor);
    font-family: var(--Montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

header li {
    list-style: none;
    margin: 0px 12px;
}

.hdr-main a.Schedule {
    border-radius: 8px;
    border: 1px solid var(--Color, #182342);
    padding: 15px 16px;
    padding-right: 6px;
}

.hdr-main a.Schedule i {
    border-radius: 5px;
    background: #D5C283;
    padding: 10px;
    margin-left: 6px;
}

.hdr-main a.Schedule:hover {
    background: #d5c283;
    transition: 0.6s;
    color: white;
}

.hdr-main a.Schedule:hover i {
    background: black;
    transition: 0.6s;
}

.hdr-main .col-md-6 ul a:hover {
    color: #d5c283;
}

.hdr-main .col-md-3 img {
    margin-left: 100px;
}

section#secc1 img {
    width: 100%;
}

section#secc1 {
    margin-top: 100px;
}

a.chat-with-me {
    color: var(--blugColor);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--Montserrat);
    border-radius: 15px 15px 0px 0px;
    background: var(--d-5-c-283, #D5C283);
    position: absolute;
    right: -67px;
    padding: 15px 30px;
    transform: rotate(-90deg) translatex(-50%);
    top: 50%;
    box-shadow: 0px -1px 10px 0 #00000096;
}

a.chat-with-me:hover {
    background: white;
}



/* form css  */

.estimator-section {
    background-color: #D5C283;
    padding: 150px 0 80px;
    margin-top: -70px;
}

.input-fields {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    margin-bottom: 17px;
    outline: none;
    border-radius: 5px;
}

.label-form {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: #000000;
}

h3.form-heading {
    text-align: center;
    font-size: 72px;
    line-height: 78px;
    font-family: var(--GFSDidot);
    color: var(--blugColor);
}

.form-hr {
    border-color: var(--blugColor) !important;
    opacity: 1;
    margin-bottom: 60px;
}

.estimate-boxbtn {
    background: var(--blugColor);
    margin-top: 39px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: white;
    text-align: center;
    padding: 4px 6px 4px 20px;
    border: none;
    align-items: center;
    border-radius: 5px;
}

.arrow-right {
    background-color: var(--sectionBg);
    color: black;
    padding: 3px 8px;
    float: right !important;
    border-radius: 5px;
}

.arrow-right i {
    transform: rotate(-45deg);
}

/* Footer */

.footer {
    background: white;
    padding: 80px 0;
}

.newsletter-form p {
    font-size: 32px;
    font-weight: 500;
    font-family: var(--Montserrat);
    font-weight: 500;
    color: var(--blugColor);
    line-height: 42px;
}

.newletter-input {
    font-size: 14px;
    font-family: var(--Montserrat);
    font-weight: 400;
    padding: 10px;
    border: 1px solid #D5D5D5;
    outline: none;
    border-radius: 6px
}

.form-newsletter {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    color: white;
    padding: 8px 30px;
    background: var(--blugColor);
    border: none;
    margin-left: 11px;
    border-radius: 6px;
}

.foooter-quick-hd {
    font-size: 24px;
    font-family: var(--Montserrat);
    font-weight: 500;
    color: var(--blugColor);
    margin-bottom: 50px;
}

.links-lists ul {
    padding: 0;
}

.links-lists ul li {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--Montserrat);
    margin-bottom: 10px;
    list-style: none;

}

.links-lists ul li a {
    color: var(--blugColor);
    text-decoration: none;
}

.list-phone-contact ul {
    padding: 0;
}

.list-phone-contact li {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--Montserrat);
    margin-bottom: 10px;
    color: var(--blugColor);
    list-style: none;

}

.list-phone-contact ul li a {
    color: var(--blugColor);
    text-decoration: none;
}

.socials-lists ul li {
    list-style: none;
}

.socials-lists ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.socials-lists ul li a {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #182342;
    text-decoration: none;
    color: #182342;
    font-size: 21px;
}

.socials-lists {
    margin-top: 90px;
}

.trip-rate-section {
    padding: 80px 0 50px;
}

.tip-head {
    font-size: 48px;
    list-style: 55px;
    color: var(--blugColor);
    font-weight: 600;
    font-family: var(--Montserrat);
    text-align: center;
    margin-bottom: 50px;
}

.content-box {
    padding: 18px 0;
}

.content-box h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--Montserrat);
    text-transform: capitalize;
}

.price-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.price-box h4 {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: var(--blugColor);
}

.content-box p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: #515151;
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes smoothLeftRight {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(30px);
  }

  50% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(80px);
  }

  100% {
    transform: translateX(0);
  }
}


.box-notification {
    background: #F4F0E4;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.box-notification p {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: black;
    margin-bottom: 0;
    font-size: 20px;
}

.startyour-trip {
    background-color: var(--blugColor);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--Montserrat);
    border: none;
    border: 10px;
    color: white;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
}

.details-section {
    padding: 80px 0;
}

.box-details {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.group-hd {
    font-size: 40px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    line-height: 50px;
    margin-bottom: 3px;
}

.details-header p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: #5E5E5E !important;
}

.sm-trip {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: #5E5E5E !important;
    margin-bottom: 20px;
}

.lable-fields {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 10px;
}

.select-fields {
    border-radius: 50px;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 10px;
}

.listhead-rooms {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 20px;
    margin-top: 40px;
}

.list-areas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    background: #F8F8F8;
    padding: 15px;
    margin-bottom: 15px;
}

.input-fields-lists {
    width: 350px;
    height: 42px;
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    margin-bottom: 17px;
    outline: none;
    border-radius: 5px;
    padding: 25px 20px;
    background: white;
    border: none;
}

.list-areas h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--Montserrat);
    margin: 0;
    color: var(--blugColor);
}

.list-areas p {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);
}

.list-areas ul {
    padding: 0 15px;
    margin: 10px 0 0 0;
}

.list-areas li {
    font-size: 14px;
    font-weight: 500;
    color: var(--blugColor);

}

.list-areas li::marker {
    color: var(--blugColor);
}

.numbers-rooms-listss {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.date-box h6 {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 5px;
}

.date-box p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 0;
}

.inputbox-fields input {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    background: #F5F5F5;
    border-radius: 10px;
    outline: none;
    padding: 20px 20px;
    border: none;
}

.date-box {
    max-width: 156px;
    width: 100%;
}

.inputbox-fields {
    width: 100%;
    max-width: 280px;
}

.buttons-areas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

@font-face {
    font-family: 'clash';
    src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'clash';
    src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'clash';
    src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'clash';
    src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'GFS Didot';
    src: url('../fonts/GFSDidot-Regular.ttf') format('truetype');
    font-weight: 400;
}


body,
html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background-color: #FDFBF6;
    color: #5E5E5E;
}

body {
    box-sizing: border-box;
}

:root {
    --Montserrat: "Montserrat", sans-serif;
    --GFSDidot: "GFS Didot", serif;
    --sectionBg: #D5C283;
    --blugColor: #182342;
}

/* font */

h4 {
    font-family: 'clash';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    text-transform: capitalize;
}

h2 {
    /* color: #1E1D20; */
    font-family: 'clash';
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    text-transform: capitalize;
}

h5 {
    font-family: 'clash';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.78px;
    text-transform: capitalize;
}

h3 {
    font-family: 'clash';
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 49.768px;
    letter-spacing: -1.44px;
    text-transform: uppercase;
}

p {
    font-family: var(--Montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}


/* bannner bg  */

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



/* header css  */

.hdr-main .col-md-6 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

header a {
    color: var(--blugColor);
    font-family: var(--Montserrat);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

header li {
    list-style: none;
    margin: 0px 12px;
}

.hdr-main a.Schedule {
    border-radius: 8px;
    border: 1px solid var(--Color, #182342);
    padding: 15px 16px;
    padding-right: 6px;
}

.hdr-main a.Schedule i {
    border-radius: 5px;
    background: #D5C283;
    padding: 10px;
    margin-left: 6px;
}

.hdr-main a.Schedule:hover {
    background: #d5c283;
    transition: 0.6s;
    color: white;
}

.hdr-main a.Schedule:hover i {
    background: black;
    transition: 0.6s;
}

.hdr-main .col-md-6 ul a:hover {
    color: #d5c283;
}

.hdr-main .col-md-3 img {
    margin-left: 100px;
}

section#secc1 img {
    width: 100%;
}

section#secc1 {
    margin-top: 100px;
}

a.chat-with-me {
    color: var(--blugColor);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--Montserrat);
    border-radius: 15px 15px 0px 0px;
    background: var(--d-5-c-283, #D5C283);
    position: absolute;
    right: -67px;
    padding: 15px 30px;
    transform: rotate(-90deg) translatex(-50%);
    top: 50%;
    box-shadow: 0px -1px 10px 0 #00000096;
}

a.chat-with-me:hover {
    background: white;
}



/* form css  */

.estimator-section {
    background-color: #D5C283;
    padding: 150px 0 80px;
    margin-top: -70px;
}

.input-fields {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    margin-bottom: 17px;
    outline: none;
    border-radius: 5px;
}

.label-form {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: #000000;
}

h3.form-heading {
    text-align: center;
    font-size: 72px;
    line-height: 78px;
    font-family: var(--GFSDidot);
    color: var(--blugColor);
}

.form-hr {
    border-color: var(--blugColor) !important;
    opacity: 1;
    margin-bottom: 60px;
}

.estimate-boxbtn {
    background: var(--blugColor);
    margin-top: 39px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: white;
    text-align: center;
    padding: 4px 6px 4px 20px;
    border: none;
    align-items: center;
    border-radius: 5px;
}

.arrow-right {
    background-color: var(--sectionBg);
    color: black;
    padding: 3px 8px;
    float: right !important;
    border-radius: 5px;
}

.arrow-right i {
    transform: rotate(-45deg);
}

/* Footer */

.footer {
    background: white;
    padding: 80px 0;
}

.newsletter-form p {
    font-size: 32px;
    font-weight: 500;
    font-family: var(--Montserrat);
    font-weight: 500;
    color: var(--blugColor);
    line-height: 42px;
}

.newletter-input {
    font-size: 14px;
    font-family: var(--Montserrat);
    font-weight: 400;
    padding: 10px;
    border: 1px solid #D5D5D5;
    outline: none;
    border-radius: 6px
}

.form-newsletter {
    font-size: 16px;
    font-family: var(--Montserrat);
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    color: white;
    padding: 8px 30px;
    background: var(--blugColor);
    border: none;
    margin-left: 11px;
    border-radius: 6px;
}

.foooter-quick-hd {
    font-size: 24px;
    font-family: var(--Montserrat);
    font-weight: 500;
    color: var(--blugColor);
    margin-bottom: 50px;
}

.links-lists ul {
    padding: 0;
}

.links-lists ul li {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--Montserrat);
    margin-bottom: 10px;
    list-style: none;

}

.links-lists ul li a {
    color: var(--blugColor);
    text-decoration: none;
}

.list-phone-contact ul {
    padding: 0;
}

.list-phone-contact li {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--Montserrat);
    margin-bottom: 10px;
    color: var(--blugColor);
    list-style: none;

}

.list-phone-contact ul li a {
    color: var(--blugColor);
    text-decoration: none;
}

.socials-lists ul li {
    list-style: none;
}

.socials-lists ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.socials-lists ul li a {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #182342;
    text-decoration: none;
    color: #182342;
    font-size: 21px;
}

.socials-lists {
    margin-top: 90px;
}

.trip-rate-section {
    padding: 80px 0 50px;
}

.tip-head {
    font-size: 48px;
    list-style: 55px;
    color: var(--blugColor);
    font-weight: 600;
    font-family: var(--Montserrat);
    text-align: center;
    margin-bottom: 50px;
}

.content-box {
    padding: 18px 0;
}

.content-box h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--Montserrat);
    text-transform: capitalize;
}

.price-box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.price-box h4 {
    font-size: 32px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: var(--blugColor);
}

.content-box p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: #515151;
}

.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-notification {
    background: #F4F0E4;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.box-notification p {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: black;
    margin-bottom: 0;
    font-size: 20px;
}

.startyour-trip {
    background-color: var(--blugColor);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--Montserrat);
    border: none;
    border: 10px;
    color: white;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
}

.details-section {
    padding: 80px 0;
}

.box-details {
    background: white;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.group-hd {
    font-size: 40px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    line-height: 50px;
    margin-bottom: 3px;
}

.details-header p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: #5E5E5E !important;
}

.sm-trip {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: #5E5E5E !important;
    margin-bottom: 20px;
}

.lable-fields {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 10px;
}

.select-fields {
    border-radius: 50px;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 10px;
}

.listhead-rooms {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 20px;
    margin-top: 40px;
}

.list-areas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    background: #F8F8F8;
    padding: 15px;
    margin-bottom: 15px;
}

.input-fields-lists {
    width: 350px;
    height: 42px;
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    margin-bottom: 17px;
    outline: none;
    border-radius: 5px;
    padding: 25px 20px;
    background: white;
    border: none;
}

.list-areas h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--Montserrat);
    margin: 0;
    color: var(--blugColor);
}

.list-areas p {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);
}

.list-areas ul {
    padding: 0 15px;
    margin: 10px 0 0 0;
}

.list-areas li {
    font-size: 14px;
    font-weight: 500;
    color: var(--blugColor);

}

.list-areas li::marker {
    color: var(--blugColor);
}

.numbers-rooms-listss {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.date-box h6 {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 5px;
}

.date-box p {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-bottom: 0;
}

.inputbox-fields input {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    background: #F5F5F5;
    border-radius: 10px;
    outline: none;
    padding: 20px 20px;
    border: none;
}

.date-box {
    max-width: 156px;
    width: 100%;
}

.inputbox-fields {
    width: 100%;
    max-width: 280px;
}

.buttons-areas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.customized-btns {
    font-size: 26px;
    text-decoration: revert;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);
    margin-top: 50px;
}

.Continue-btns {
    background: var(--sectionBg);
    padding: 12px 5px 12px 33px;
    width: 170px;
    font-size: 15px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: #182342;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
}

.Continue-btns .arrow-right {
    background: var(--blugColor);
    color: var(--sectionBg);
}

.bg-layer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0000004f;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box {
    max-width: 750px;
    width: 100%;
    background: white;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 21px;
    border-radius: 14px;
}

.icondenger-box {
    background: #FFCDCD;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    border-radius: 60px;
    font-size: 35px;
}

.content-box h4 {
    font-size: 36px;
    font-weight: 700;
    color: black;
    font-family: var(--Montserrat);
    line-height: 40px;
}

.content-box p {
    font-size: 28px;
    font-weight: 500;
    color: #575757;
    line-height: 39px;
}

.content-box ul a {
    margin: 0 7px;
    background: var(--sectionBg);
    padding: 15px 31px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--sectionBg);
    transition: 0.5s;
    font-weight: 500;
    font-family: var(--Montserrat);
    color: var(--blugColor);

}

.content-box ul a:hover {
    color: var(--blugColor);
    background: transparent;
}

.popup-seaction {
    visibility: hidden;
    opacity: 0;
}

.popup-seaction.active {
    visibility: visible;
    opacity: 1;
}


.images-boad {
    text-align: center;
}

.loader-seaction {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: white;
}



/* New page */

.banner-main {
    background: #F0EDE4 url('../images/banner-bg.png') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding: 55px 0;
}
 @keyframes type {
  from {
    width: 0;
  }

  to {
    width: 13.4ch; /* Adjust according to total character count */
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}

.banner-main h4 {
  font-size: 64px;
  line-height: 67px;
  text-transform: uppercase;
  font-family: 'clash', sans-serif;
  color: #182342;

  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid #182342;

  animation:
    type 3s steps(45, end) forwards,
    cursor 0.75s step-end infinite;
}
.banner-main h4 span {
    background: #d5c283;
    padding: 0 29px;
    border-radius: 12px;
}

.banner-main p {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin-top: 40px;
    width: 100%;
}

.image img {
    transform: scale(1.25);
}

.image {
    float: right;
    position: relative;
    left: 80px;
    animation: smoothLeftRight 5s ease-in-out infinite;
}


.section-two {
    padding: 60px 0;
    background: #FBF8EE;
}

.section-two h1 {
    text-align: center;
    font-size: 64px;
    font-weight: 500;
    color: #182342;
    font-family: 'clash';
    margin-bottom: 40px;
}

.box-forms-step {
    border: 1px solid #d5c283;
    border-radius: 10px;
    padding: 40px;
    background: white;
}

.box-forms-step>h4 {
    font-size: 40px;
    color: #182342;
    line-height: 60px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.box-forms-step label {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: black;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.box-forms-step {
    width: 100%;
}

.box-forms-step .form-steps {
    width: 100%;
    font-size: 14px;
    color: #7B7B7B;
    padding: 14px 10px;
    border-radius: 11px;
    outline: none;
    border: 1px solid #C9C9C9;
}

.box-forms-step .form-steps::placeholder {
    color: #7B7B7B;
}

.box-forms-step h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #182342;
}

.box-forms-step h5 span {
    color: red;
}

.box-forms-step hr {
    margin: 0 0 30px;
    border-color: #D4D4D4;
    opacity: 1;
}

.preference-box h3 {
    font-size: 37px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #182342;
    line-height: 45px;
    margin-bottom: 15px;
}

.preference-box p {
    font-size: 18px;
    color: #182342;
    font-weight: 400;
    font-family: 'Montserrat';
}

.preference-box p b {}

.box-budget {
    margin-top: 40px;
    background: #FBF8EE;
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid #d5c283;
    margin-bottom: 30px;
}

.box-budget h4 {
    font-size: 32px;
    color: #182342;
    line-height: 43px;
}

.box-budget p {
    font-size: 18px;
    line-height: 28px;
}

.button-estimate {
    width: fit-content;
}

.button-estimate .estimate-submittbn {
    background: #D5C283;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #D5C283;
    font-size: 18px;
    font-weight: 600;
    color: #182342;
    text-transform: uppercase;
}

.right-boxbooking {
    background: #fbf8ee;
    padding: 30px 23px;
    border-radius: 15px;
    border: 1px solid #d5c283;
}

.right-boxbooking h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.right-boxbooking hr {
    border-color: #D5C283 !important;
    opacity: 1;
}

.right-boxbooking h4 {
    font-size: 18px;
    color: #182342;
    font-weight: 600;
    font-family: 'Montserrat';
}

.right-boxbooking input.form-steps {
    border-color: #d5c283;
    margin-bottom: 90px;
}

.flex-boxs {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.flex-boxs .radio-fields {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #d5c283;
    text-align: center;
    display: flex;
    padding: 10px 10px;
    align-items: center;
    text-transform: capitalize;
}

.flex-boxs .radio-fields label {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    color: black;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.flex-boxs .radio-fields input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.flex-boxs .radio-fields {
    position: relative;
}

.radio-fields.active {
    background-color: #d5c283;
    /* Change to any color you want */
}

.center-hd-lg {
    text-align: center;
    font-size: 64px;
    font-family: var(--Montserrat);
    color: #182342;
    font-weight: 500;
    line-height: 75px;
    margin-bottom: 20px;
}


h4.center-sm-hd {
    font-size: 32px;
    color: #182342;
    font-weight: 400;
    font-family: 'clash';
    text-align: center;
    margin-bottom: 50px;
}

.farvorite-hd h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #182342;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.hotel-list-box {
    display: flex;
    background: white;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #D5C283;
    gap: 25px;
    align-items: center;
    margin-bottom: 20px;
}

.flex-content-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-content-hd h5 {
    font-size: 25px;
    font-weight: 600;
    color: #182342;
    font-family: var(--Montserrat);
    line-height: 27px;
}

.flex-content-hd p {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--Montserrat);
    color: #182342;
    line-height: 30px;
}

.flex-content-hd p span {
    font-size: 12px;
    font-weight: 500;
}

.list-location {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.start-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}

.start-list p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #182342;
}


.line-hr {
    padding: 30px 0;
}

.line-hr hr {
    margin: 0;
    opacity: 1;
    border-color: #DBDBDB;
}

.hotel-list-box .flex-boxs .radio-fields label {
    font-size: 10px;
}

.hotel-img {
    max-width: 325px;
    width: 100%;
}
iframe {
    border-radius: 10px;
}

.flex-boxs .radio-fields-filter{
    background: transparent;
    border-radius: 10px;
    border: 1px solid #d5c283;
    text-align: center;
    display: flex;
    padding: 10px 10px;
    align-items: center;
    text-transform: capitalize;
}
.flex-boxs .radio-fields-filter label {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    color: black;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
}


