
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*=======================================
    GLOBAL
=======================================*/
.displaynone {
    display:  none !important;
}



/*=======================================
    ABOUT US
=======================================*/
/*founder */
.about-founder {
    margin-top: 80px;
    margin-bottom: 80px;
}
.about-founder__main {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 60px 60px;
    box-shadow: 5px 5px 15px #0000001a;
}
.about-founder__content {
    padding-left: 30px;
}
.about-founder__content h6 {
    color: #000;
    font-size: 20px;
    font-family: "Montserrat Semibold";
    margin-bottom: 15px;
}
.about-founder__img {
    flex-shrink: 0;
    position: relative;
}
.about-founder__img::before {
    content: "";
    background-color: #AF9874;
    top: 10px;
    left: 10px;
    right: 27px;
    bottom: -7px;
    position: absolute;
    z-index: -1;
    border-radius: 6px;
}
.about-founder__img img{
    max-width: 90%;    
    border-radius: 6px
}
/*villa section */
.about-villa {
    margin-bottom: 80px;
}
.about-villa__main {
    text-align: center;
    /*width: 85%;*/
    box-shadow: 5px 5px 15px #0000001a;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}
.about-villa__main::before {
    background-color: #AF9874;
    content: "";
    top: 200px;
    bottom: 200px;
    left: -50px;
    right: -50px;
    position: absolute;
    z-index: 0;
}
.about-villa__content {
    background: #ffff;
    position: relative;
}
.about-villa__main h3 {
    margin-bottom: 25px;    
}
ul.about-villa__section {
    list-style: none;
}
ul.about-villa__section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    top: 0;
    border-left: 1px dashed #af9874;
    width: 0px;
}
ul.about-villa__section h4 {
    font-family: "Montserrat Semibold";
    color: #000;
    font-size: 22px;
}
ul.about-villa__section li {
    width: 52%;
    padding: 0 50px 50px 50px;
}
ul.about-villa__section li h4 {
    margin-bottom: 10px;
}
ul.about-villa__section li:nth-child(even) {
    float: right;
    position: relative;
}
ul.about-villa__section li:nth-child(even)::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #af9874;
    border-radius: 50%;
    left: 18px;
    top: 0px;
    z-index: 2;
}
ul.about-villa__section li:nth-child(even)::before {
    content: "";
    position: absolute;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    left: 14px;
    top: -4px;
    z-index: 1;
    border: 1px solid #6E4300;
    background-color: #fff;
}
ul.about-villa__section li:nth-child(odd) {
    float: left;
    position: relative;
}
ul.about-villa__section li:nth-child(odd)::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #af9874;
    border-radius: 50%;
    right: 18px;
    top: 0px;
    z-index: 2;
}
ul.about-villa__section li:nth-child(odd)::before {
    content: "";
    position: absolute;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    right: 14px;
    top: -4px;
    z-index: 1;
    border: 1px solid #6E4300;
    background-color: #fff;
}

/*------------------------------------------------------spin hover effect about page --------------------------------------------------------------------------*/
/*spin hover effect about page */
 ul.about-villa__section li:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
/*ul.about-villa__section li:hover::before{*/
/*    box-shadow: 0px 0px 20px 10px #af9874;    */
/*}*/
ul.about-villa__section li:hover::before{
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    border: 1px dashed #6E4300;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------------------------------------------------------------------------*/

/*=======================================
    Partner with us
=======================================*/
/*section 1*/
.partner-with-us-1 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.partner-with-us-1 .container {
    max-width: 100%;
    width: 100%;
}
.partner-with-us-1__main {
    display: flex;
    align-items: center;
}
.partner-with-us-1__left {
    padding-left: 170px;
    padding-right: 50px;
    width: 50%;
}
.partner-with-us-1__right {
    width: 50%;
}
.partner-with-us-1__right img {
    border-radius: 8px;
    max-width: 100%;
}
/*section 2*/
.partner-with-us-2 {
    margin-bottom: 80px;
}
.partner-with-us-2 .container {
    width: 100%;
    max-width: 100%;
}
.partner-with-us-2__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 460px;
}
.partner-with-us-2__left {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
}
.partner-with-us-2__left .content {
    padding: 0 110px;
}
.partner-with-us-2__right {
    background-color: #f9f9f9;
    padding: 20px 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.partner-with-us-2__right ul {
    list-style: none;
    padding-left: 50px;
    padding-right: 170px;
}
.partner-with-us-2__right li {
    margin-bottom: 15px;
    position: relative;
}
.partner-with-us-2__right li::before {
    content: "";
    background-image: url(https://celebratedeals.in/clients/nish-hospitality/wp-content/uploads/2022/06/check-mark.png);
    position: absolute;
    height: 17px;
    width: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -27px;
    top: 3px;
}
/*form */
.join-us {
    margin-bottom: 80px;
}
.contactus-form.join-us__form {
    width: 50%;
    margin: auto;
    display: block;
}
.wrap-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-form li {
    flex: 0 48%;
}


/*--------------------------------------------------------------MEDIA QUERY STARTS HERE------------------------------------------------------------------- */

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
}

/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    
}

/*----------------------------- Media 480 -------------------------------*/
@media only screen and (max-width:767px){

}

/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width:479px){

}











