*,
body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 31px;
}

h6 {
    font-size: 30px;
}

p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 300;
}

p:last-child {
    margin-bottom: 0px;
}

img {
    display: block;
}

a {
    color: #000;
}

strong {
    font-weight: 600;
}

.container {
    width: 85%;
    margin: 0px auto;
    display: grid;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.bg-1 {
    background: #9C2007;
}

.bg-2 {
    background: #701705;
}

.ptb-40 {
    padding: 40px 0px;
}

.ptb-40 ul {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ptb-40 ul li {
    list-style: square;
    color: #fff;
    padding-bottom: 10px;
    line-height: 27px;
    font-weight: 300;
    text-align: justify;
}

.desibhabhi-banner img {
    width: 100%;
}

header {
    background: #440E03;
    padding: 10px 0px;
}

header aside a img {
    max-width: 250px;
}

header ul {
    padding: 5px 0px;
}

header ul li {
    list-style: none;
}

header ul li a {
    display: block;
    text-decoration: none;
    padding: 7px 20px;
    background: #440E03;
    border: 1px solid #fff;
    margin: 0px 5px;
    border-radius: 30px;
    color: #fff;
}

header ul li a.active,
header ul li a:hover {
    background: #C82909;
    border: 1px solid #C82909;
}

.desibhabhi-about .desibhabhi-left-box {
    width: 40%;
    overflow: hidden;
}

.desibhabhi-about .desibhabhi-left-box img {
    width: 100%;
    transition: .5s;
}

.desibhabhi-about .desibhabhi-left-box:hover img {
    transform: scale(1.08);
}

.desibhabhi-about .desibhabhi-full-box {
    width: 100%;
    margin-top: 30px;
}

.desibhabhi-about .desibhabhi-right-box {
    width: 57%;
}

.desibhabhi-gallery-main .desibhabhi-gallery-box {
    width: 24%;
    margin-bottom: 20px;
    border: 2px solid #440E03;
    overflow: hidden;
    position: relative;
}

.desibhabhi-gallery-main .desibhabhi-gallery-box img {
    width: 100%;
    height: 320px;
    transition: .5s;
}

.desibhabhi-gallery-main .desibhabhi-gallery-box .escort-content {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(5px);
    padding: 10px 0px;
}

.desibhabhi-gallery-main .desibhabhi-gallery-box .escort-content span {
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
}

.desibhabhi-gallery-main .desibhabhi-gallery-box:hover img {
    transform: rotate(360deg);
}

.desibhabhi-profile-main .desibhabhi-profile-box {
    width: 30%;
    background: #FEEBE7;
    overflow: hidden;
    border: 10px solid #FEEBE7;
    margin-bottom: 20px;
}

.desibhabhi-profile-main .desibhabhi-profile-box .desibhabhi-img-box img {
    width: 100%;
    height: 400px;
    transition: .5s;
}

.desibhabhi-profile-main .desibhabhi-profile-box .desibhabhi-cont-box {
    padding: 15px 10px 5px;
}

.desibhabhi-profile-main .desibhabhi-profile-box .desibhabhi-cont-box .img-set {
    max-width: 100px;
    padding: 15px 0px 20px;
}

.desibhabhi-profile-main .desibhabhi-profile-box .desibhabhi-cont-box span {
    font-size: 20px;
    font-family: monospace;
    color: #000;
}

.desibhabhi-profile-main .desibhabhi-profile-box .desibhabhi-cont-box img {
    max-width: 40px;

}

.desibhabhi-vc video {
    width: 100%;
}

.desibhabhi-menu-main .desibhabhi-menu-box {
    width: 33%;
    background: #FEEBE7;
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 20px;
}

.desibhabhi-menu-main .desibhabhi-menu-box img {
    margin: 0px auto;
    padding-bottom: 20px;
}

.desibhabhi-menu-main .desibhabhi-menu-box span {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
    font-family: math;
}

.desibhabhi-menu-main .desibhabhi-menu-box p {
    padding: 0px 20px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}

.desibhabhi-menu-main .desibhabhi-menu-box a {
    background: #440E03;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
}

.gallery-set .gallery-box {
    width: 24%;
    border: 2px solid #440E03;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px 0px;
}

.gallery-set .gallery-box img {
    width: 100%;
    height: 350px;
    transition: .5s;
}

.gallery-set .gallery-box:hover img {
    transform: scale(1.08);
}

.gallery-set .gallery-box .escort-content {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    backdrop-filter: blur(5px);
    padding: 10px 0px;
    border-top: 1px solid #440E03;
}

.gallery-set .gallery-box .escort-content span {
    font-size: 18px;
    color: #fff;
    padding: 0px 12px 10px;
    display: block;
}

.gallery-set .gallery-box .escort-content .img-set img {
    width: 30%;
    height: 15px;
}

.gallery-set .gallery-box .escort-content .img-set:hover img {
    transform: scale(1.0.1);
}

.gallery-set .gallery-box .escort-content .img-set {
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    display: flex;
}

.gallery-set .gallery-box .escort-content .img-set p {
    margin-bottom: 0px;
    font-style: italic;
    color: #fff;
    font-size: 14px;
}

.safe-main .safe-box {
    width: 24%;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 20px;
    background: #FEEBE7;
}

.safe-main .safe-box img {
    margin: 0px auto;
}

.safe-main .safe-box span {
    display: block;
    color: #000;
    margin: 20px 0px 15px;
    font-size: 20px;
    font-weight: 600;
}

.safe-main .safe-box p {
    padding: 0px 10px;
    text-align: center;
    color: #000;
}

.testimonial-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonial-box-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.testimonial-box {
    width: 49%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 20px;
    padding: 20px 0px;
    border: 1px solid #001659;
    background: #FEEBE7;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
    width: 49%;
}

.reviews {
    width: 49%;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #000;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.reviews img {
    max-width: 35%;
    float: right;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0px 20px;
    flex-wrap: wrap;
}

.client-comment p {
    font-size: 15px;
    color: #000;
    padding: 0px 20px;
}

.testimonial-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

details {
    padding: 10px 0px 0px;
    margin-bottom: 15px;
    border: 1px solid #fff;
}

summary {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    list-style: none;
    color: #fff;
    padding: 0px 10px 10px;
}

summary::marker {
    display: none;
}

summary::after {
    content: "+";
    position: absolute;
    right: 10px;
    transition: transform 0.3s ease;
}

details[open] summary::after {
    content: "-";
}

details p {
    padding: 10px 10px;
    color: #fff;
    border-top: 1px solid #fff;
}

.location-set ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.location-set ul li {
    list-style: none;
    padding-right: 5px;
}

.location-set ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 20px;
    background: #440E03;
    color: #fff;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #FEEBE7;
    overflow: hidden;
}

th,
td {
    padding: 15px 10px;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
    font-size: 12px;
}

th {
    background: #440E03;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

tr:hover {
    background: #440E03;
    transform: scale(1.01);
    transition: all 0.3s ease-in-out;
    color: #fff;
}

tr:hover td {
    color: #fff;
}

footer {
    background: #440E03;
}

footer .footer-box:first-child img {
    max-width: 90%;
    margin-bottom: 20px;
}

footer .footer-box:first-child p {
    padding-right: 20px;
    text-align: left;
    color: #fff;
}

footer .footer-box {
    width: 24%;
}

footer .footer-box h5 {
    color: #fff;
    font-size: 25px;
}

footer .footer-box ul {
    padding-left: 10px;
}

footer .footer-box ul li {
    padding-bottom: 0px;
    list-style: square;
    color: #fff;
}

footer .footer-box ul li a {
    text-decoration: none;
    padding-bottom: 3px;
    display: block;
    color: #fff;
}

footer .footer-box:last-child ul li a {
    font-size: 20px;
    margin-bottom: 10px;
}

footer .footer-box:last-child ol {
    margin-top: 20px;
}

footer .footer-box:last-child ol li {
    list-style: none;
}

footer .footer-box:last-child ol li a img {
    max-width: 70%;
}

.copy-right {
    background: #180501;
}

.copy-right p {
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.copy-right p a {
    font-weight: 400;
    color: #fff;
    font-weight: 600;
}

.hamburger {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 30px;
    display: none;
}

.hamburger span {
    background: #fff;
    height: 3px;
    width: 100%;
    margin: 8px 0;
    border-radius: 2px;
    display: block;
}

@media only screen and (max-width:1024px) {
    .hamburger {
        display: block;
    }

    .nav-links {
        position: absolute;
        left: 0;
        background: #fff;
        width: 100%;
        flex-direction: column;
        display: none;
        z-index: 999;
    }

    .nav-links.show {
        display: flex;
    }

    header ul li a {
        border-radius: 0px;
        padding: 15px 20px;
        margin: 0px 0px;
    }

    header ul {
        padding: 0px;
    }

    .desibhabhi-about .desibhabhi-full-box,
    .desibhabhi-about .desibhabhi-right-box,
    .desibhabhi-about .desibhabhi-left-box {
        width: 100%;
    }

    .desibhabhi-about .desibhabhi-left-box img {
        margin-bottom: 20px;
    }

    .container {
        width: 90%;
    }

}

@media only screen and (max-width:768px) {
    .desibhabhi-profile-main .desibhabhi-profile-box {
        width: 45%;
    }

    footer .footer-box,
    .safe-main .safe-box,
    .gallery-set .gallery-box,
    .desibhabhi-menu-main .desibhabhi-menu-box,
    .desibhabhi-gallery-main .desibhabhi-gallery-box {
        width: 49%;
    }
.desibhabhi-profile-main .desibhabhi-profile-box .desibhabhi-img-box img,
    .gallery-set .gallery-box img,
    .desibhabhi-gallery-main .desibhabhi-gallery-box img {
        height: auto;
    }

    .hamburger {
        margin-top: 10px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 29px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 25px;
    }

    h6 {
        font-size: 24px;
    }
}
@media only screen and (max-width:480px){
    .profile,
    .reviews,
    .testimonial-box,
      footer .footer-box,
    .safe-main .safe-box,
    .gallery-set .gallery-box,
    .desibhabhi-menu-main .desibhabhi-menu-box,
    .desibhabhi-gallery-main .desibhabhi-gallery-box {
        width: 100%;
    }
    .reviews img{
         float: left;
        margin-top: 10px;
    }
    h1, h2, h3, h4, h5, h6{
            line-height: 30px;
    }
    .desibhabhi-profile-main .desibhabhi-profile-box{
         width: 100%;
    }
}