@font-face {
    font-family: myfont;
    src: url(Cinzel-Regular.otf);
}

.nav-item {
    font-size: 18px;
    font-family: poppins, sans-serif;
}

.icon i {
    font-size: 30px;
    color: rgb(46, 46, 46);
}

.mainabout {
    background-image: url(Images/bg11\ \(1\).png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 150px 0px;
    background-position: center;
    background-size: cover;
}

.mainabout h1 {
    font-family: myfont;
    font-weight: 500;
    font-style: normal;
    color: #ff7424;
    font-size: 70px;
}

.mainabout h6 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
}

.main-about {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.AboutText {
    max-width: 500px;
    display: block;
    margin: 0% auto;
}

.AboutText h6 {
    color: #ff7424;
}

.AboutText h1 {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
}

.Button a {
    color: aliceblue;
    background-color: #ff7424;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 50px;
    border-radius: 6px;
    font-family: poppins, sans-serif;
}

.Button a:hover {
    color: #ff7424;
    background-color: aliceblue;
    border: 1px solid #ff7424;
    transition: all 0.3s;
}



/* about ends */
.properties {
    background-color: #fffdf5;
}

.propertytext h6 {
    color: #ff7424;
}

.propertytext h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
}

.Property {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.card-duo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.property-card {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: rgba(184, 184, 184, 0.2) 0px 7px 5px 0px;
}

.property-card img {
    border-radius: 07px 07px 0px 0px;
}


.property-text h5 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    color: #ff7424;
}
.property-text span{
  font-size: 14px;
    font-family: poppins, sans-serif;
}
.book-btn {
    color: rgb(255, 255, 255);
    background-color: #ff7424;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 07px 20px;
    border-radius: 07px;
    font-family: poppins, sans-serif;
}

.book-btn:hover {
    color: #ff7424;
    background-color: aliceblue;
    border: 1px solid #ff7424;
    transition: all 0.3s;
}

.visit-btn {
    color: #ff7424;
    background-color: aliceblue;
    border: 1px solid #ff7424;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 07px 20px;
    border-radius: 07px;
    font-family: poppins, sans-serif;
}

.visit-btn:hover {
    color: rgb(255, 255, 255);
    background-color: #ff7424;
    transition: all 0.3s;
}

/* property ends */


.servicetext h6 {
    color: #ff7424;
    font-family: myfont;
}

.servicetext h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

.services h5 {
    font-family: poppins, sans-serif;

}

.mainservice {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.services i {
    font-size: 70px;
}

.services {
    background-color: #fffdf5;
    width: 250px;
    height: auto;
    padding: 40px;
    border-radius: 10px;
    box-shadow: rgba(184, 184, 184, 0.2) 0px 7px 5px 0px;
}

/*

/* service end */


.maintestimonial {
    background-image: url(Images/testimonial\ bg.jpg);
    background-repeat: no-repeat;
    background-color: #fffdf5;
    border-radius: 50px;

}

.testimonial {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonialtext h6 {
    color: #ff7424;
    font-family: myfont;
}

.testimonialtext h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

figure.snip1157 {
    font-family: poppins, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: none !important;
}

figure.snip1157 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1157 img {
    max-width: 100%;
    vertical-align: middle;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 40px 0 0 10px;
}

figure.snip1157 blockquote {
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 25px 50px 30px 50px;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0;
    line-height: 1.6em;
    font-style: italic;
}

figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
    font-family: FontAwesome;
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}

figure.snip1157 blockquote:before {
    top: 25px;
    left: 20px;
}

figure.snip1157 blockquote:after {
    content: "\201D";
    right: 20px;
    bottom: 0;
}

figure.snip1157 .arrow {
    top: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fafafa;
    margin: 0;
    position: absolute;
}

figure.snip1157 .author {
    position: absolute;
    bottom: 45px;
    padding: 0 10px 0 120px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

figure.snip1157 .author h5 {
    opacity: 0.8;
    margin: 0;
    color: #333;
    font-weight: 800;
}

figure.snip1157 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

/* Testimonial ends */


/* contact starts */
.contactcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.contacttext h6 {
    font-family: myfont;
    color: #ff7424;
}

.contacttext h1 {
    font-family: myfont;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
}

.contacttext span {
    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: 250px;
    height: 40px;
    padding: 5px;
    border: none;
    border-bottom: 2px solid #696969;

}

.format textarea {
    width: 500px;
    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;
}

/* contact end  */




/* footer */
.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;
}
.devwizard {
    font-family: poppins, sans-serif;
}

.devwizard a {
    color: #000000;
}



@media only screen and (max-width: 767px) {
    .contactcontent {
        gap: 0px;
    }

    .testimonial {
        display: block;
    }

    .main-about {
        display: block;
        margin: 0% auto;
    }

    .mainservice {
        flex-wrap: wrap;
    }

    .aboutimg img {
        display: block;
        padding-top: 50px;
        margin: 0% auto;
        width: 90%;
    }

    figure.snip1157 {
        display: block;
        margin: 0% auto;
    }

    .footercontent {
        display: block;
    }

    .copyright {
        text-align: center;
    }

    .footericon {
        text-align: center;
    }

    .propertycards {
        flex-wrap: wrap;
    }

    .Buttons {
        margin-bottom: 30px;
    }

    .AboutText {
        display: block;
        margin: 0% auto;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 567px) {
    .format {
        flex-wrap: wrap;
        gap: 0px;
    }

    .format textarea {
        width: 250px;
    }

    .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;
    }

    .card-duo {
        display: block;
    }

    .property-card {
        margin-top: 20px;
    }
    

    .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: 991px) {
    .Property {
        Display: block;
    }
}
