

/* The following is the code for font FS-Pro-Rounded and its varient */

@font-face {
    font-family: "SF Pro Rounded";
    src: url("../fonts/SF-Pro-Rounded/SF-Pro-Rounded-Light.otf") format("truetype");
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Rounded";
    src: url("../fonts/SF-Pro-Rounded/SF-Pro-Rounded-Regular.otf") format("truetype");
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: "SF-Pro-Rounded";
    src: url("../fonts/SF-Pro-Rounded/SF-Pro-Rounded-Medium.otf") format("truetype");
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Rounded";
    src: url("../fonts/SF-Pro-Rounded/SF-Pro-Rounded-Semibold.otf") format("truetype");
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: "SF Pro Rounded";
    src: url("../fonts/SF-Pro-Rounded/SF-Pro-Rounded-Bold.otf") format("truetype");
    font-weight: 700; /* Bold */
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

/* End of the code for font FS-Pro-Rounded and its varient */
* {
    font-family: "SF Pro Rounded", sans-serif;
    color: rgba(0, 0, 0, 1);
    -webkit-font-smoothing: antialiased; /* For WebKit browsers (Chrome, Safari) */
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    top: 62px;
}

/* The following is the style for nav bar */

.navbar .container{
    padding: 0px 128px !important;
    margin: unset;
    max-width: unset;
}
.navbar-custom {
    background-color: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 12px 0px !important;
    /* border-bottom-left-radius: 0.938rem;
    border-bottom-right-radius: 0.938rem; */
    /* position: fixed !important; */
    z-index: 100;
    width: 100%;
    position: fixed;
    top: -1px;
}


.navbar-brand {
    font-weight: bold;
    color: #333 !important;
}

.navbar-brand .logo-text {

}

.navbar-brand .logo-subtext {
    letter-spacing: 0.1em;
}
.navbar-nav {
   font-size: 16px;
   font-weight: 500;
}

.navbar-nav .nav-link {
    color: rgba(128, 128, 128, 1);
}

.navbar-nav .nav-link:hover {
   
}

.navbar-nav .nav-link.active {
    position: relative;
}

.navbar-nav .nav-link.active::after {
    
}

.navbar-nav .dropdown-link {
    display: flex;
    align-items: center;
    gap: 3px;
}

.nav-item.active .nav-link {
  font-weight: bold;
}

.btn-book {
    border: none;
    text-decoration: none;
    width: 179.2px;
    height: 40px;
    background-color: rgba(27, 38, 59, 1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 12.8px;
}

.custom-nav-brand {
    width: 174.4px;
    height: 24px;
}

.btn-book:hover {
    transform: translateY(-1px);
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon::before {

}

nav .dropdown-menu {
    box-shadow: 0px 0px 10px 0px #D0D1D780 !important;
    border: unset !important;
}

nav .dropdown-item:active {

}

nav .dropdown-item {

}

@media (max-width: 768px) {
    .navbar .container {
        padding: 0rem 1rem !important;
    }
}

/* End of the style for nav bar  */

/* The following is the style of celebrating section */

/* .celebartion-main-container {
    position: relative;
    top: 62px;
} */

.celebrate-section-heading {
    padding-top: 63.2px;
}

.celebarte-section-main-heading {
    font-weight: 700;
    font-size: 51.2px;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.celebarte-section-main-heading span {
    font-weight: 800;
    color: rgba(255, 107, 107, 1);
    margin-right: 10px;
}

.celebarte-section-description {
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    margin-bottom: 0px;
    font-size: 19.2px;
}

.container-for-dowload-button {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 3px;
}

.container-for-celebartion-img {
    display: flex;
    justify-content: center;
}

.container-for-celebartion-img img {
    width: 1074px;
}

@media (max-width : 1150px){
    .container-for-celebartion-img img {
        width: 100%;
    }
}

@media (max-width : 768px) {
    .celebarte-section-main-heading {
        font-size: 24px;
    }

    .celebrate-section-heading {
        padding-top: 10px;
    }
}


/* End of the style of celebrating section */

/* Start of the style for built section */
.built-section {
    display: flex;
    justify-content: space-between;
    background-color: rgba(245, 245, 245, 1);
    padding: 48px 120px;
    align-items: center;
}

.built-button {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 8px 16px; */
    background-color: rgba(230, 255, 253, 1);
    border-radius: 8px;
    color: rgba(30, 210, 175, 1);
    font-weight: 600;
    width: 109px;
    height: 29.6px;
    font-size: 11.2px;

}

.built-description {
    padding-top: 32px;
}

.built-description span {
    font-weight: 500;
    font-size: 19.2px;
    color: rgba(0, 0, 0, 1);
}

.built-horizontal-line {
    width: 139px;
    border: 3px solid rgba(255, 107, 107, 1);
    border-radius: 6px;

}

.built-heading {
    font-size: 44.8px;
    font-weight: 700;
    padding-bottom: 32px;
}

.built-card {
    width: 136px;
    height: 123.2px;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 8px;

}



.card-heading {
    font-size: 9.6px;
    font-weight: 700;

}

.card-description, .card-description * {
    font-size: 9.6px;
    font-weight: 400;
    text-align: center;
    color: rgba(0, 0, 0, 0.8) !important;
}

.built-image-section {
    display: flex;
    flex-direction: column;
    align-items: end;
    /* background-color: white; */
    width: 50%;
}

.built-card-row {
    display: flex;
}

.parent-container-for-card{
    width: 154px;
    height: 138px;
    padding: 8px;
    background-color: white;
    /* border-radius: 8px; */
}

.built-text-section {
    width: 50%;
}

@media (max-width : 1158px) {
    .built-section {
        flex-direction: column;
        padding: 10px;
    }
    .built-text-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .built-heading {
        font-size: 24px;
        padding-bottom: 10px;
        text-align: center;
    }

    .built-description {
        padding-top: 10px;
        text-align: center;
    }

    .built-image-section{
        width: 100%;
        align-items: center;
    }

}

@media (max-width:576px) {
    .parent-container-for-card {
        width: 115px;
    }
    .built-card {
        width: 100px;
    }
    .built-card-img svg {
        width: 30px;
        height: 30px;
    }

    .card-description  {
        font-size: 9px;
    }
}

/* End of the style for built section */


/* Start of the style for work section */
.work-section {
    background-color: white;
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    justify-content: center;
}

.work-btn {
    width: 109px;
    height: 29px;
    background-color: rgba(230, 255, 253, 1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.work-btn span {
    font-weight: 600;
    font-size: 11.2px;
    color: rgba(29, 211, 176, 1);
}

.work-heading {
    font-weight: 700;
    font-size: 44.8px;
    color: rgba(0, 0, 0, 1);
}

.work-description {
    font-weight: 500;
    font-size: 19.2px;
    color: rgba(27, 38, 59, 1);
    padding-bottom: 24px;
}

.work-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 179.2px;
    height: 164.8px;
}

.work-card-heading {
    font-weight: 700;
    font-size: 19px;
    color: rgba(27, 38, 59, 1);
}

.work-card-description {
    font-weight: 500;
    font-size: 12.8px;
    color: rgba(27, 38, 59, 1);
    text-align: center;
}

.container-for-work-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
}

.justhust-work-heading {
    color: rgba(27, 38, 59, 1);
}

.justhush-work-description {
    color: rgba(27, 38, 59, 1);
}

.work-card-main-text {
    color: rgba(27, 38, 59, 1);
}

.work-card-detail-text {
    color: rgba(128, 128, 128, 1);
}

@media (max-width : 576px) {
    .work-card {
        width: 95px;
    }
    .work-card-heading {
        font-size: 12px;
    }
    .work-card-description {
        font-size: 10px;
    }

    .work-section {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .work-heading {
        font-size: 24px;
    }

    .work-description{
        text-align: center;
        padding-bottom: 0px;
    }
}

@media (max-width:992px) {
    .arrow-img {
        display: none;
    }
}

/* End of the style for work section */

/* Start of the style for compliment section */

.compliment-section {
    background-color: rgba(245, 245, 245, 1);
    padding: 0px 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.compliment-btn {
    width: 109px;
    height: 29.6px;
    background-color: rgba(230, 255, 253, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
   
}

.compliment-btn span {
    color: rgba(29, 211, 176, 1);
    font-size: 11px;
}

.compliment-image-container {
    width: 50%;
}

.compliment-image-container img {
    width: 80%;
    height: 80%;
}

.compliment-text-container {
    width: 50%;
}

.compliment-heading {
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 32px;
}

.compliment-horizontal-line {
    border: 3px solid rgba(255, 107, 107, 1);
    border-radius: 6px;
    width: 52px;

}

.compliment-decription {
    font-weight: 500;
    font-size: 19.2;
    align-items: center;

}

.compliment-description {
    font-size: 19.2px;
    font-weight: 500;
    padding-top: 32px;
}

@media (max-width : 576px) {
    .compliment-section {
        flex-direction: column;
    }
    .compliment-image-container {
        width: 100%;
    }

    .compliment-text-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .compliment-description {
        padding-top: 10px;
        text-align: center;
    }

    .compliment-image-container img {
        padding-bottom: 10px;
        width: 100%;
    }

}

@media (max-width : 992px){
    .compliment-heading {
        font-size: 24px;
        padding-bottom: 10px;
        text-align: center;
    }
    .compliment-section {
        padding: 0px 10px;
    }
}

/* End of the style for compliment section */

/* Start of the style for features section */
.features-section {
    background-color:white;
    padding: 48px 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.features-image-container {
    display: flex;
    justify-content: end;
    width: 50%;
}

.features-image-container svg {
    width: 444px;
}

.features-text-container {
    width: 50%;
}

.features-btn {
    width: 109px;
    height: 29.6px;
    background-color: rgba(230, 255, 253, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
   
}

.features-btn span {
    color: rgba(29, 211, 176, 1);
    font-size: 11px;
}

.features-heading {
    font-weight: 700;
    font-size: 44.8px;
    padding-bottom: 32px;
}

.features-horizontal-line {
    border: 3px solid rgba(255, 107, 107, 1);
    border-radius: 6px;
    width: 52px;

}
.features-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 19.2px;
    font-weight: 500;
    padding-top: 32px;
}


.img-and-description-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width : 576px){
    .features-section {
        flex-direction: column;
    }
    .features-image-container {
        width: 100%;
    }
    .features-image-container svg {
        padding-bottom: 10px;
        width: 100%;
    }
    .features-text-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .features-description {
        padding-top: 10px;
        text-align: center;
    }
}

@media (max-width : 992px){
    .features-section {
        padding: 10px 10px;
    }

    .features-heading {
        font-size: 24px;
        padding-bottom: 10px;
        text-align: center;
    }
}



/* End of the style for features section */

/* Start of the style for promise section */

.promise-section {
    background-color: rgba(245, 245, 245, 1);
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
    justify-content: center;
}

.promise-btn {
    width: 109px;
    height: 29px;
    background-color: rgba(230, 255, 253, 1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.promise-btn span {
    font-weight: 600;
    font-size: 11.2px;
    color: rgba(29, 211, 176, 1);
}

.promise-heading {
    font-weight: 700;
    font-size: 44.8px;
    color: rgba(0, 0, 0, 1);
}

.container-for-promise-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17px;
    
}



.container-for-promise-flow > div {
    width: 100%;
}

.container-for-promise-flow > div > img {
    width: 100%;
}

.promise-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 255px;
    height: 117px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(255, 107, 107, 0.08);
}

 .promise-card-heading {
    font-weight: 600;
    font-size: 22.4px;
    color: rgba(27, 38, 59, 1);
}

.promise-card-description {
    font-weight: 500;
    font-size: 14.4px;
    color: rgba(128, 128, 128, 1);
    padding-left: 12px;
    padding-right: 12px;
}

.parent-container-for-promise-card-and-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promise-card-image {
    background-color: rgba(245, 245, 245, 1);
    border: 1px solid rgba(245, 245, 245, 1);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
} 

@media (max-width : 576px) {
     .promise-section {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .promise-heading {
        font-size: 24px;
    }
}

@media (min-width:1350px) {
    .container-for-promise-flow {
        padding-left: 120px;
        padding-right: 120px;
        justify-content: space-between;
    }

}

@media (max-width: 1334px) {
    .container-for-promise-flow {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:676px){
    .container-for-promise-flow {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* End of the style for promise section */

/* Start of style for recognition section */
.recognition-section {
    background-color: white;
    padding-top: 90px;
    padding-bottom: 48px;
    padding-left: 120px;
    padding-right: 120px;

    /* padding: 90px 120px; */
}

.container-for-recognition {
    position: relative;
    display: flex;
    background-image: url("../images/recognition_background.svg");
    background-size: cover;
    height: 318px;
    border-radius: 30px;
    padding: 40px;
}

.recognition-heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
}

.recognition-download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 195.2px;
    height: 40px;
    border-radius: 8px;
    background-color: rgba(27, 38, 59, 1);
     color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 12.8px;


}

.recognition-description-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.recognition-image-section {
    display: flex;
    justify-content: end;
    width: 50%;
    position: absolute;
    top: -60px;
    right: 40px;
}

.recognition-image-section img {
    width: 371px;
}



@media (max-width : 1334px) {
    .recognition-description-section {
        width: 100%;
        align-items: center;
        gap: 10px;
    }

    .recognition-image-section {
        position: unset;
        width: 100%;
        justify-content: center;

    }

    .container-for-recognition {
        flex-direction: column;
        height: unset;
        padding-bottom: 0px;
        gap: 10px;
        margin: 10px;
    }

    .recognition-section {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .recognition-image-section img {
        width: 200px;
    }

    .recognition-heading {
        font-size: 24px;
        text-align: center;
    }
}

/* End of style for recognition section */

/* Star of style for footer */
.footer {
    background-color: rgba(27, 38, 59, 1);
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 120px;
    padding-right: 120px;

}

.footer-policy-container {
    display: flex;
    gap: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 14.4px;
}

.footer-button-container {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14.4px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.footer-text {
    color: rgba(255, 255, 255, 1);
}

@media (max-width : 992px) {
    .footer {
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
        height: unset;
        padding-bottom: 10px;
        gap: 10px;
    }

    .footer-button-container {
        font-size: 12px;
    }
}
/* End of style for footer */

