/* Body  */
body {
    font-family: 'Sofia Pro', sans-serif;
}
/* Recommended Section  */
.post-slide {
    margin: 20px 10px 20px;
}
.sub-heading {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 450;
    background-color: white;
    color: goldenrod;
    padding: 20px;
}
/* Contact */
.contact .info-box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 30px;
    box-shadow: 20px 20pt 50px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.contact h1 {
    color: goldenrod;
    font-size: 50px;
    font-weight: 800;
    margin-top: 20px;
    text-align: center;
}
.contact h4 {
    color: black;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact .info-box i {
    font-size: 32px;
    color: goldenrod;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted goldenrod;
    margin-top: 16px;
}
.contact .info-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin: 13px 0;
    color: rgb(63, 60, 60);
}
.contact .info-box a i {
    font-size: 18px;
    display: inline-block;
    background: goldenrod;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    border: 2px solid goldenrod;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-bottom: 10px;
    margin-top: -10px;
}
.contact .info-box a i:hover {
    color: #fff;
    text-decoration: none;
}
.form-group {
    float: left;
    margin-top: 30px;
    min-height: 60px;
}
.form-control {
    border: none !important;
    border-bottom: 1px solid #82a3ad !important;
    border-radius: 0;
    padding: 0;
    color: #386e77 !important;
    background: none !important;
}
@media (max-width: 650px) {
    .contact .info-box {
        width: 90%;
    }
}
@media (max-width:1025px) {
    .services-card {
        width: 90%;
        height: 350px;
    }
    .one-card {
        transform: rotate(-4deg);
    }
    .two-card {
        transform: rotate(4deg);
    }
    .three-card {
        transform: rotate(-4deg);
    }
    .four-card {
        transform: rotate(4deg);
    }
    .pic-home {
        margin-left: 20%;
    }
    .card-home {
        width: 99%;
        height: 300px;
        margin-top: -300px;
    }
}

@media (max-width:801px) {
    .services-heading {
        height: 100px;
        writing-mode: horizontal-tb;
        transform: rotate(0deg);
        border-left: none;
        border-right: none;
        border-top: 6px solid white;
        border-bottom: 6px solid white;
        margin-left: 10px;
    }
    .t1 {
        width: 98%;
    }
    .reviews {
        margin: 10px 10px -10px -10px;
        padding: 10px;
    }
    .pic-about {
        margin-left: 50%;
    }
    .card-about {
        width: 90%;
        height: 350px;
    }
}

@media (max-width:601px) {
    .services-heading {
        margin-left: 10px;
    }
    .t1 {
        width: 98%;
        margin: 20px 0;
    }
    .reviews {
        margin: 10px 10px -10px -10px;
        padding: 10px;
    }
    .services-card {
        width: 400px;
        height: 600px;
    }
    .card1 {
        margin-top: 10px;
    }
    .card2 {
        margin-top: 10px;
    }
    .card3 {
        margin-top: 10px;
    }
    .pic-home {
        width: 70%;
        margin-left: 4px;
    }
    .card-home {
        margin-left: 40px;
    }
    .beach {
        display: none;
    }
    .about {
        height: 400px;
    }
    .abt-heading {
        margin-top: 60px;
        padding-left: 10px;
        text-align: center;
    }
    .abt-text {
        margin-top: 20px;
    }
    .services-heading {
        font-size: 40px;
        padding: 10px 30px;
        margin-top: 100px;
    }
    .copyright {
        margin-bottom: 10px;
    }
    .pic-about {
        margin-left: 20%;
        width: 70%;
    }
    .card-about {
        width: 70%;
        height: 300px;
        margin-top: -760px;
        margin-left: 35%;
    }
    .pic {
        margin-top: -300px;
    }
}

@media (max-width:415px) {
    .services-heading {
        margin-left: 10px;
    }
    .services-card {
        width: 300px;
        height: 500px;
    }
    .pic-home {
        width: 70%;
        margin-left: 4px;
    }
    .card-home {
        margin-left: 40px;
        margin-top: -80px;
        margin-bottom: 20px;
    }
    .about {
        height: 450px;
    }
    .services-heading {
        font-size: 30px;
        padding: 10px 10px 0 10px;
    }
    .card-about {
        margin-top: -80px;
        margin-left: 30%;
        margin-bottom: 20px;
        width: 80%;
        height: 320px;
    }
}
/* Gallery */
.grid_img {
    width: 100%;
    padding: 5px 0px;
    object-fit: cover;
}
/* Home */
.cm-zoom-effect h1 {
    font-size: 22px;
    text-align: center;
    transition: all .3s;
    position: relative;
    padding: 12px;
}
.cm-zoom-effect h1:hover {
    color: #be9c79;
}
.cm-zoom-effect h1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    width: 20%;
    border-bottom: 2px solid #be9c79;
    transition: all .3s;
}
.cm-parallax {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url("../images/parallax.webp");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 5% 0;
}
/* footer  */
.footer {
    background-color: rgb(231, 229, 229);
}
.footer-heading {
    font-size: 21px;
    transition: all .3s;
    position: relative;
    padding: 12px;
}
.footer-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 10%;
    border-bottom: 2px solid #be9c79;
    transition: all .3s;
    display: flex;
}
.footer p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    list-style: none;
    text-decoration: none;
}
.footer p:hover {
    color: #be9c79;
    cursor: pointer;
}
/* Arrow Top  */
.arrow-top {
    background-image: linear-gradient(to bottom right, rgb(122 98 66), rgb(221 206 155), rgb(122 98 66));
    position: fixed;
    opacity: 1;
    right: 17px;
    bottom: 45px;
    z-index: 99999;
    width: 43px;
    height: 43px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 24px;
    font-weight: 800;
    color: rgb(58, 42, 6);
    line-height: 0;
}
/****** Whatsapp *****/
.whatsapp {
    position: fixed;
    opacity: 1;
    right: 17px;
    bottom: 110px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 0;
}
.cus-img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 60px;
    overflow: hidden;
}
.nav {
    z-index: 9999;
    position: fixed;
    height: 80px;
    transition: all 0.5s;
}
.nav ul li {
    list-style: none;
    padding: 10px;
}
.nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    display: none;
}
#times-btn {
    display: none;
}
.link{
    color: white;
}
.link:hover{
    color: #be9c79;
}
@media screen and (max-width: 500px) {
    .nav {
        background-color: transparent;
        box-shadow: none;
    }
}
.cm-toggler {
    background-color: rgba(172, 169, 169, 0.692) ;
    outline: 1px solid grey;
    border-radius: 0.25rem;
    padding: 0px 15px;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-cover img {
    height: 100vh;
    object-fit: cover;
    background-repeat: no-repeat;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.cm-parallax-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)), url("");
    min-height: 60vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}
.middle{
    border: 10px solid black;
    height: 60vh;
    align-items: center;
}
.about-card-1 {
    height: 370px;
    margin-left: 100px;
    margin-top: -320px;
}
.about-card-2 {
    height: 370px;
    background-color: #f5f5f5;
}
.cm-border:before {
    display: block;
    width: 30px;
    margin: 1rem 0;
    content: '';
    border-top: 3px solid #f5a637;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}
/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 600px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (min-width: 500px) {
    .hide {
        display: none;
    }
    .nav-bg {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .nav-bg-2{
        background-color: transparent;
    }
}
@media screen and (max-width: 500px) {
    .hide-2 li a {
        display: none;
    }
}
.cm-nav-btn{
    margin: 2%;
    position: absolute;
    z-index: 999;
    border: 1px solid #111;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.692);
    border-radius: 0.25rem;
    padding: 5px 15px;cursor: pointer;
    align-items: center;
    position: fixed;
}
.popup img {
    cursor: pointer
}
.show {
    z-index: 999;
    display: none;
}
.show .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .66);
    position: fixed;
    top: 0;
    left: 0;
}
.show .img-show {
    height: 400px;
    width: 600px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-show i {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
.img-show img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cm-container {
    margin-top: 80px;
}
.cm-container .col-lg-4 {
    display: flex;
    justify-content: center;
}
.cm-container .card {
    margin: 0 10px;
    width: 450px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
}
.cm-container .card .face {
    position: absolute;
    color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.cm-container .card .face.front-face,
.cm-container .card .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cm-container .card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.cm-container .card .face.front-face .name {
    letter-spacing: 2px;
}
.cm-container .card .face.front-face .designation {
    font-size: 0.8rem;
    color: #ddd;
    letter-spacing: 0.8px;
}
.cm-container .card:hover .face.front-face {
    transform: rotateY(180deg);
}
.cm-container .card .face.back-face {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
}
.cm-container .card .face.back-face .fa-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 1.2rem;
}
.cm-container .card .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 25px;
    font-size: 1.2rem;
}
.cm-container .card:hover .face.back-face {
    transform: rotateY(360deg);
}