@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');

*,
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    background: url(../images/body-bg.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Carter One", system-ui;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 25px;
}

p {
    color: #fff;
    text-align: justify;
    margin-bottom: 16px;
    line-height: 28px;
    font-weight: 500;
}

ul > li {
    list-style: none;
}

p:last-child {
    margin-bottom: 0px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: #fff;
}

strong {
    color: #fff;
    font-weight: 600;
}

a strong {
    font-weight: 600;
    color: #ef4444;
    text-decoration: underline;
}

.container {
    width: 85%;
    margin: 0px auto;
}

.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: rgb(0 0 0 / 56%);
    padding: 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.bg-2 {
    background: rgba(255, 255, 255, .6);
    padding: 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.ptb-40 {
    padding: 40px 0px;
}

.escorts-banner img {
    width: 100%;
}

header {
    background: #000;
    padding: 5px 0px;
}

header nav {
    align-items: center;
    display: flex;
}

header nav ul li a {
    display: block;
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    margin: 0px 2px;
}

header nav ul li a.active,
header nav ul li a:hover {
    background: #ef4444;
}

.location-set ul li a {
    display: block;
    padding: 10px 10px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ef4444;
    margin: 5px;
}

.main-ctgry {
    width: 100%;
    background: rgba(255, 255, 255, .6);
    border: 2px solid #ef4444;
    align-items: center;
    padding: 20px;
    margin-bottom: 15px;
}

.main-ctgry .img-box {
    width: 20%;
}

.main-ctgry .img-box img {
    width: 100%;
}

.main-ctgry .cont-box {
    width: 79%;
}

.main-ctgry .cont-box span {
    color: #000;
    font-size: 28px;
    font-weight: 400;
    font-family: "Carter One", system-ui;
    margin-bottom: 15px;
    display: block;
}

.main-ctgry .cont-box p {
    color: #000;
}

.main-ctgry .cont-box p strong {
    color: #ef4444;
}

.main-gallery .gallery-box {
    width: 24%;
}

.main-gallery .gallery-box a {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    background: rgb(0 0 0 / 78%);
}

.main-gallery .gallery-box a span {
    font-size: 20px;
    font-family: "Carter One", system-ui;
    padding-top: 10px;
    display: block;
    text-align: center;
}

.main-gallery .gallery-box img {
    width: 100%;
}

.faq-set h3 {
    color: #000;
}

.faq-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    background: #f4f4f4;
    padding: 15px;
    font-weight: bold;
}

.faq-answer {
    padding: 15px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.disclaimer p {
    text-align: center;
    font-size: 17px;
}

footer {
    background: #000;
    padding: 10px 0px;
}

footer ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 17px;
}

footer span {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 30px;
    padding: 10px 0px;
    font-family: "Carter One", system-ui;
}

footer p {
    text-align: center;
    margin-top: 15px;
    font-size: 17px;
}

footer .footer-icon a {
    display: block;
    padding: 10px 10px 23px;
}

.sr-call-set {
    position: fixed;
    bottom: 15%;
    right: 1%;
}

.sr-call-set a {
    margin: 20px 0px;
    display: block;
}

.sr-call-set a img {
    max-width: 80%;
    height: auto;
}

@media only screen and (max-width:1024px) {
    .sr-call-set a img {
        max-width: 70%;
    }

    header nav,
    header aside {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    header nav {
        padding: 10px 0px;
    }

    .main-ctgry .cont-box,
    .main-ctgry .img-box {
        width: 100%;
    }

    .main-ctgry .img-box {
        margin-bottom: 20px;
    }

    .main-gallery .gallery-box {
        width: 49%;
    }
}

@media only screen and (max-width:768px) {
    header nav ul {
        justify-content: center;
    }
}

@media only screen and (max-width:580px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 20px;
    }

    footer p,
    .disclaimer p,
    p {
        margin-bottom: 15px;
        line-height: 25px;
    }

    footer span {
        font-size: 22px;
    }

    .main-gallery .gallery-box {
        width: 100%;
    }

    .main-gallery .gallery-box a span {
        font-size: 16px;
    }

    .main-ctgry .cont-box span {
        font-size: 22px;
    }

    .location-set ul li a {
        padding: 8px 10px;
    }

    header nav ul li a {
        margin: 3px 2px;
        padding: 5px 22px;
    }

    .sr-call-set a img {
        max-width: 60%;
    }

    footer .footer-icon a {
        padding: 7px;
    }

    footer .footer-icon a img {
        max-width: 80%;
    }
}
