@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

*,
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;
    font-family: "Charm", cursive;
}

h1 {
    font-size: 40px;
    color: #fff;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 33px;
}

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;
    font-family: "Roboto Slab", serif;
}

p:last-child {
    margin-bottom: 0px;
}

img {
    display: block;
}

a {
    color: #f4cb0a;
}

strong {
    font-weight: 600;
}

.container {
    width: 90%;
    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: #022c4d;
}

.bg-2 {
    background: #060610;
}

.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-family: "Roboto Slab", serif;
    font-weight: 300;
    text-align: justify;
}

header {
    background: #000;
    border-bottom: 1px solid #f4cb0a;
    padding: 10px 0px;
}

header aside a img {
    max-width: 320px;
}

header nav ul {
    margin: 10px 0px;
}

header nav ul li {
    list-style: none;
}

header nav ul li a {
    color: #fff;
    background: #022c4d;
    border-radius: 12px 0px;
    display: block;
    padding: 8px 20px;
    margin: 0px 10px;
    transition: .5s;
    text-decoration: none;
}

header nav ul li a.active,
header nav ul li a:hover {
    background: #f4cb0a;
    border-radius: 0px 12px;
}

.escorts-banner img {
    width: 100%;
}

.serch-form {
    padding: 10px 0px;
    border-bottom: 1px solid #f4cb0a;
}

.serch-form select {
    width: 35%;
    outline: none;
    padding: 10px 10px;
    font-size: 15px;
    background: #022c4d;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
}

.serch-form select:first-child {
    margin-right: 20px;
}

.left-box {
    width: 30%;
}

.left-box img {
    max-width: 100%;
}

.right-box {
    width: 70%;
}

.gallery-set .gallery-box {
    width: 24%;
    border: 2px solid #f4cb0a;
    overflow: hidden;
    position: relative;
    margin-top: 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 #f4cb0a;
}

.gallery-set .gallery-box .escort-content span {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    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: #f4cb0a;
    font-size: 14px;
    font-family: sans-serif;
}

.four-drction {
    margin-top: 20px;
}

.four-drction .four-box {
    width: 49%;
    border: 1px solid #f4cb0a;
    border-radius: 12px 0px;
    padding: 20px 0px;
    margin-bottom: 30px;
}

.four-drction .four-box p,
.four-drction .four-box h4 {
    padding: 0px 20px;
}

.choose-main {
    margin-top: 40px;
}

.choose-main .choose-box {
    width: 49.9%;
    display: flex;
    padding: 20px 0px;
    justify-content: center;
}

.choose-main .choose-box > div:first-child {
    width: 20%;
}

.choose-main .choose-box > div:first-child img {
    max-width: 80%;
}

.choose-main .choose-box > div:last-child h4 {
    color: #f4cb0a;
    margin-bottom: 10px;
}

.choose-main .choose-box > div:last-child {
    width: 60%;
}

.choose-main .choose-box:first-child {
    border-right: 1px solid #f4cb0a;
    border-bottom: 1px solid #f4cb0a;
}

.choose-main .choose-box:last-child {
    border-top: 1px solid #f4cb0a;
    border-left: 1px solid #f4cb0a;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
}

th,
td {
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    border: 1px solid #f4cb0a;
    font-size: 12px;
}

th {
    background: #f4cb0a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

tr:hover {
    background: #f4cb0a;
    transform: scale(1.01);
    transition: all 0.3s ease-in-out;
}

details {
    padding: 10px 0px 0px;
    margin-bottom: 15px;
    border: 1px solid #f4cb0a;
}

summary {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    list-style: none;
    color: #fff;
    font-family: "Roboto Slab", serif;
    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 #f4cb0a;
}

.location-icon ul {
    margin: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.location-icon ul li {
    list-style: none;
    background: #022c4d;
    width: 24%;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-radius: 12px 0px;
    padding: 20px 0px;
    transition-duration: 2s;
}

.location-icon ul li img {
    width: 60px;
    margin: 0 auto 0px;
    background: #022c4d;
    padding: 9px 11px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.location-icon ul li a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 15px;
    font-family: "Charm", cursive;
    font-size: 18px;
}

.location-icon ul li:hover {
    background: #f4cb0a;
}

.location-icon ul li:hover img {
    border: 1px solid #f4cb0a;
}

.location-icon .img-fot-set {
    width: 100%;
}

.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 #f4cb0a;
    border-radius: 12px 0px;
}

.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: #fff;
    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;
}

.client-comment p {
    font-size: 15px;
    color: #fff;
    padding: 0px 20px;
}

.testimonial-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

footer .footer-box:first-child {}

footer .footer-box:first-child img {
    max-width: 90%;
    margin-bottom: 20px;
}

footer .footer-box:first-child p {
    padding-right: 20px;
    text-align: left;
}

footer .footer-box {
    width: 24%;
}

footer .footer-box ul {
    padding-left: 10px;
}

footer .footer-box ul li {
    padding-bottom: 0px;
    list-style: square;
}

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: #000;
    padding-bottom: 60px;
}

.copy-right p {
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
}

.copy-right p a {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
}

.call-btn {
    position: fixed;
    bottom: 0%;
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #f4cb0a;
}

.call-btn a {
    display: block;
    padding: 10px 30px;
}

.call-btn a:first-child {
    border-right: 1px solid #f4cb0a;
}

.call-btn a img {
    max-width: 40px;
}

.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;
        top: 90px;
        left: 0;
        background: #fff;
        width: 100%;
        flex-direction: column;
        display: none;
        z-index: 999;
    }

    .nav-links.show {
        display: flex;
    }

    header nav ul li a {
        margin: 0px;
        background: #022c4d;
        padding: 15px 20px;
        border-radius: 0px;
        font-size: 16px;
    }

    header nav ul li a:hover {
        border-radius: 0px 0px;
    }

    header {
        padding: 20px 0px;
    }

    header aside a img {
        max-width: 400px;
    }
}

@media only screen and (max-width:768px) {
    .serch-form select {
        width: 49%;
    }

    .serch-form select:first-child {
        margin-right: 0px;
    }

    .serch-form > div {
        justify-content: space-between;
    }

    .right-box {
        width: 100%;
        order: 2;
    }

    .left-box {
        width: 100%;
        order: 1;
        margin-bottom: 40px;
    }

    .left-box img {
        margin: 0px auto;
    }

    .gallery-set .gallery-box {
        width: 49%;
    }

    .gallery-set .gallery-box img {
        height: 400px;
    }

    .choose-main .choose-box {
        flex-wrap: wrap;
    }

    .choose-main .choose-box > div:first-child,
    .choose-main .choose-box > div:last-child {
        width: 100%;
        padding: 0px 20px;
    }

    .choose-main .choose-box > div:first-child img {
        max-width: 30%;
        margin-bottom: 15px;
    }

    .reviews img {
        max-width: 60%;
    }

    .location-icon ul li {
        width: 49%;
    }

    footer .footer-box {
        width: 49%;
    }

    footer .footer-box:nth-child(1) {
        order: 1;
    }

    footer .footer-box:nth-child(2) {
        order: 3;
    }

    footer .footer-box:nth-child(3) {
        order: 4;
    }

    footer .footer-box:nth-child(4) {
        order: 2;
        margin-bottom: 10px;
    }

    .copy-right p {
        font-size: 16px;
    }
}

@media only screen and (max-width:580px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 50px;
    }

    .gallery-set .gallery-box img {
        height: 320px;
    }

    .four-drction .four-box {
        width: 100%;
    }

    .choose-main .choose-box {
        width: 100%;
        border: 1px solid #f4cb0a;
        margin-bottom: 20px;
    }

    footer .footer-box,
    .testimonial-box {
        width: 100%;
    }

    footer .footer-box:nth-child(1) {
        order: 1;
    }

    footer .footer-box:nth-child(2) {
        order: 2;
    }

    footer .footer-box:nth-child(3) {
        order: 3;
    }

    footer .footer-box:nth-child(4) {
        order: 4;
        margin-bottom: 10px;
    }

    footer .footer-box {
        margin-bottom: 20px;
    }

    .nav-links {
        top: 153px;
    }

    header aside a img {
        margin: 0px auto;
        max-width: 250px;
    }

    header {
        padding: 0px 0px;
    }

    .hamburger {
        margin-top: 10px;
    }

}

@media only screen and (max-width:480px) {
    .serch-form select {
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-links {
        top: 137px;
    }

    .gallery-set .gallery-box {
        width: 100%;
    }

    .gallery-set .gallery-box img {
        height: auto;
    }

    .call-btn a {
        padding: 10px 50px;
    }
}
