@font-face {
    font-family: myfont;
    src: url(Cinzel-Regular.otf);
}

.nav-item {
    font-size: 18px;
    font-family: poppins, sans-serif;
}

.icon i {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.navbar li a {
    color: #ffffff;
    font-family: poppins, sans-serif;
    font-size: 18px;
}

/* main section */

header {
    background-image: url(Images/Truind/Untitled\ design.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.header-text {
    margin: 250px 0px;
    text-align: center;
}

.main h1 {
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.main p {
    color: #ffffff;
    font-family: sans-serif;
}

.Button a {
    color: aliceblue;
    background-color: #ff7424;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 6px;
    font-family: poppins, sans-serif;
}

.Button a:hover {
    color: #ff7424;
    background-color: aliceblue;
    border: 1px solid #ff7424;
    transition: all 0.3s;
}































.title-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.price-section {
    display: flex;
    align-items: top;
    gap: 50px;
}

.price {
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.price i {
    font-size: 50px;

}

.price h5 {
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.price h6 {
    font-family: poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.overview img {
    width: 100%;
    border-radius: 15px;
}

.overview h1 {
    font-family: myfont;
    color: #ff7424;
    font-size: 46px;
    font-weight: 400;
    font-style: normal;
}

.overview p {
    font-family: sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.agent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.agent i {
    font-size: 60px;
}

.agent p {
    font-family: poppins, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.line-vertical {
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
}

.line-agent {
    width: 1px;
    height: 80px;
    background-color: #c2c2c2;
}

.key-facts h1 {
    font-family: myfont;
    color: #ff7424;
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
}

.key-facts li {
    font-family: poppins, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}


.inclusion h1 {
    font-family: myfont;
    color: #ff7424;
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
}

.inclusion li {
    font-family: poppins, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}


.reach h1 {
    font-family: myfont;
    color: #ff7424;
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
}

.reach p {
    font-family: poppins, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}


.carry h1 {
    font-family: myfont;
    color: #ff7424;
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
}

.carry li {
    font-family: poppins, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}


.main-gallery h1 {
    font-family: myfont;
    color: #ff7424;
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.contacttext h6 {
    font-family: myfont;
    color: #ff7424;
}

.contacttext h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
}

.number {
    display: flex;
    align-items: center;
    gap: 08px;
    font-family: poppins, sans-serif;
}



.format {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

label {
    font-family: poppins, sans-serif;
    font-size: 16px;
    color: #000000;
}

.format input {
    width: 245px;
    height: 40px;
    padding: 5px;
    border: none;
    border-bottom: 2px solid #696969;

}


.format textarea {
    width: 480px;
    height: 40px;
    padding: 5px;
    border: none;
    border-bottom: 2px solid #696969;
}

.FormButton {
    color: aliceblue;
    background-color: #ff7424;
    text-decoration: none;
    padding: 15px 50px;
    border-radius: 6px;
    border: 0px;
}

.FormButton:hover {
    color: #ff7424;
    background-color: aliceblue;
    border: 1px solid #ff7424;
    transition: all 0.3s;
}





.footerbg {
    background-image: url(Images/footer\ bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.footer-content h4 {
    color: #fafafa;
    font-family: myfont;
    font-weight: 500;
    font-style: normal;
}

.footer-links {
    padding-top: 15px;
}

.footer-links a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-family: poppins, sans-serif;
    cursor: pointer;
}

.hotel-links {
    padding-top: 15px;
}

.hotel-links a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-family: poppins, sans-serif;
    cursor: pointer;
}

.footercontent {
    display: block;
    margin: 0% auto;
}

.footercontent i {
    border: 1px solid #fafafa;
    border-radius: 50%;
}

.line {
    height: 1px;
    width: 100%;
    background-color: #ffffff;
}

.secondcolm {
    display: none;
}


@media only screen and (max-width: 767px) {
    .contactcontent {
        gap: 0px;
    }

    .format textarea {
        width: 280px;
    }

    .main-about {
        display: block;
        margin: 0% auto;
    }

    .aboutimg img {
        display: block;
        padding-top: 50px;
        margin: 0% auto;
        width: 90%;
    }

    .maincards {
        flex-wrap: wrap;
    }

    .mainservice {
        flex-wrap: wrap;
    }

    .testimonial {
        display: block;
    }

    figure.snip1157 {
        display: block;
        margin: 0% auto;
    }

    .footercontent {
        display: block;
    }

    .copyright {
        text-align: center;
    }

    .footericon {
        text-align: center;
    }

    .AboutText {
        display: block;
        margin: 0% auto;
        padding-top: 20px;
    }

    .secondcolm {
        display: block;
    }

    .firstcolm {
        display: none;
    }
}

@media only screen and (max-width: 567px) {
    .format {
        flex-wrap: wrap;
        gap: 0px;
    }

    .services {
        background-color: #fffdf5;
        width: 180px;
        height: auto;
        padding: 15px;
        margin: 5px 0px;
        border-radius: 10px;
    }

    .logo img {
        display: block;
        margin: 0% auto;
    }


    .navigation ul {
        display: block;
        text-align: center;
        padding: 0;
    }

    .navigation {
        display: block;
        margin: 0% auto;
    }

    .footer-logo img {
        display: block;
        margin: 0% auto;
    }

    .footer-logo {
        text-align: center;
    }

}

@media only screen and (max-width: 525px) {

    .format {
        flex-wrap: wrap;
        justify-content: center;
    }

    .contactcontent {
        display: block;
    }
}

@media only screen and (max-width: 1110px) {

    .format input {
        width: 215px;

    }

    .format textarea {
        width: 435px;
    }
}

@media only screen and (max-width: 991px) {

    .format input {
        width: 280px;

    }

    .format textarea {
        width: 500px;
    }
}

@media only screen and (max-width: 700px) {

    .format input {
        width: 270px;

    }

    .format textarea {
        width: 480px;
    }
}

@media only screen and (max-width: 525px) {

    .format textarea {
        width: 270px;
    }

}

@media only screen and (max-width: 525px) {

    .AboutText h1 {
        font-size: 36px;
    }

}

@media only screen and (max-width: 525px) {
    .rooms h1 {
        font-size: 36px;
    }

}

@media only screen and (max-width: 525px) {

    .cardsbody h2 {
        font-size: 32px;
    }

}

@media only screen and (max-width: 525px) {
    .servicetext h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 525px) {
    .testimonialtext h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 525px) {
    .contacttext h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .title-section {
        display: block;
    }

    .price-section {
        margin-top: 30px;
    }

    .overview h1 {
        font-size: 38px;
        margin-top: 20px;
    }

    .key-facts h1 {
        font-size: 38px;
    }

    .inclusion h1 {
        font-size: 38px;
    }

    .reach h1 {
        font-size: 38px;
    }

    .carry h1 {
        font-size: 38px;
    }

    .main-gallery h1 {
        font-size: 38px;
    }

    .header-text {
        margin: 150px 0px;
    }
}

@media only screen and (max-width: 576px) {
    .price {
        display: block;
        text-align: center;
    }

    .price i {
        font-size: 40px;
    }

    .price h5 {
        font-size: 18px;
    }

    .price h6 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .overview h1 {
        font-size: 30px;
    }

    .key-facts h1 {
        font-size: 30px;
    }

    .inclusion h1 {
        font-size: 30px;
    }

    .reach h1 {
        font-size: 30px;
    }

    .carry h1 {
        font-size: 30px;
    }

    .main-gallery h1 {
        font-size: 30px;
    }

    .header-text {
        margin: 120px 0px;
    }
}

@media only screen and (max-width: 390px) {
    .price-section {
        display: block;
    }

    .price {
        margin-top: 20px;
    }

    .title h1 {
        font-size: 24px;
    }

    .overview h1 {
        font-size: 24px;
    }

    .key-facts h1 {
        font-size: 24px;
    }

    .inclusion h1 {
        font-size: 24px;
    }

    .reach h1 {
        font-size: 24px;
    }

    .carry h1 {
        font-size: 24px;
    }

    .main-gallery h1 {
        font-size: 24px;
    }
}