@import url('https://fonts.googleapis.com/css2?family=Protest+Strike&display=swap');

html {
    scroll-behavior: smooth;
}

*,
body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: 400;
    font-family: "Protest Strike", sans-serif;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
    color: #ef4444;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    color: #fff;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 28px;
    font-weight: 500;
    font-size: 15px;
}

.title-set {
    margin-bottom: 15px;
    color: #fff;
}

ul > li {
    list-style: none;
}

p:last-child {
    margin-bottom: 0px;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: #fff;
}

strong {
    color: #ef4444;
    font-weight: 600;
}

a strong {
    font-weight: 600;
    color: #ef4444;
    text-decoration: underline;
}

.container {
    width: 80%;
    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: #000;
}

.bg-2 {
    background: #000000f7;
}

.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;
}

header {
    background-color: #000;
    padding: 10px 0px;
    border-bottom: 1px solid #ef4444;
}

header aside a img {
    width: 100%;
    max-height: 50px;
}

header nav ul {
    padding-top: 8px;
}

header nav ul li a {
    display: block;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

header nav ul li a:hover {
    color: #ef4444;
}

.sr-banner {
    border-bottom: 1px solid #ef4444;
}

.sr-banner img {
    width: 100%;
    height: auto;
}

.bg-why {
    background: url(../images/bg-why.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sr-why-main .sr-why-box {
    width: 24%;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 20px;
    background: rgb(0 0 0 / 75%);
    box-shadow: 0 20px 50px rgb(0 0 0 / 81%);
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.sr-why-main .sr-why-box img {
    margin: 0px auto;
}

.sr-why-main .sr-why-box span {
    display: block;
    color: #fff;
    margin: 20px 0px 15px;
    font-size: 20px;
    font-weight: 600;
}

.sr-why-main .sr-why-box p {
    padding: 0px 10px;
    text-align: center;
}

.sr-profile-main .sr-profile-box {
    width: 24%;
    border: 3px solid #ef4444;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sr-profile-main .sr-profile-box img {
    width: 100%;
    height: auto;
}

ul.sr-location-set {
    margin: 0px;
    padding: 0px;
}

ul.sr-location-set li {
    list-style: none;
}

ul.sr-location-set li a {
    background: #ef4444;
    padding: 5px 10px;
    margin: 0px 4px;
    display: block;
    border-radius: 0px 15px;
    border: 1px dashed rgba(255, 255, 255, 0.25);
}

.sr-video video {
    width: 100%;
    margin-top: 10px;
}

.sr-category-main .sr-category-box {
    width: 19%;
    border: 3px solid #ef4444;
    border-radius: 5px;
    margin-bottom: 20px;
}

.sr-category-main .sr-category-box img {
    width: 100%;
    height: auto;
}

.sr-category-main .sr-category-box span {
    display: block;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    font-family: "Protest Strike", sans-serif;
    font-weight: 400;
}

.sr-media {
    justify-content: center;
    margin-bottom: 10px;
}

.sr-media a {
    padding: 0px 10px;
}

.sr-disclaimer {
    text-align: center;
}

.sr-disclaimer p {
    text-align: center;
}

details {
    padding: 10px 0px 0px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

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 rgba(255, 255, 255, 0.25);
}

.ex-line {
    border-top: 1px solid #fff;
}

footer {
    border-top: 2px solid #ef4444;
    padding: 20px 0px;
}

footer ul {
    justify-content: center;
}

footer ul li a {
    display: block;
    padding: 5px 10px;
}

footer p {
    text-align: center;
    margin-top: 10px;
    border-top: 1px dotted #fff;
    padding-top: 10px;
}

.sr-call-set {
    position: fixed;
    bottom: 15%;
    right: 4%;
}

.sr-call-set a {
    margin: 15px 0px;
    display: block;
}

.sr-call-set a img {
    max-width: 70%;
    height: auto;
}

.testimonials {
    background: url(../images/bg-faq.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials h4 {
    color: #fff;
}

.testimonial-box {
    position: relative;
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 20px 50px rgb(0 0 0 / 81%);
    width: 45%;
    margin-bottom: 30px;
}

.testimonial-box::before {
    content: "“";
    position: absolute;
    top: -25px;
    left: 25px;
    font-size: 80px;
    color: #ef4444;
    font-family: serif;
}

.testimonial-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 5px;
}

.testimonial-box h4 {
    font-size: 19px;
    color: #fff;
}

.testimonial-box span {
    font-size: 14px;
    color: #fff;
}

.hamburger {
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    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) {
    header > .container {
        align-items: center;
    }

    .hamburger {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 8.5%;
        left: 0;
        background: #fff;
        width: 100%;
        flex-direction: column;
        display: none;
        z-index: 999;
        transition: all .3s ease;
    }

    .nav-links.show {
        display: flex;
        background: #000;
        transition: all .7s ease-in;
    }

    header nav ul li a {
        padding: 10px 20px;
    }
}

@media only screen and (max-width:991px) {
    .testimonial-box {
        width: 40%;
    }

    .sr-call-set a img {
        max-width: 70%;
    }

    .sr-call-set {
        right: 2%;
        width: 10%;
    }

    .sr-category-main .sr-category-box,
    .sr-profile-main .sr-profile-box {
        width: 48%;
    }

    .sr-why-main .sr-why-box {
        width: 49%;
    }

    .container {
        width: 90%;
    }
}

@media only screen and (max-width:767px) {
    .sr-call-set {
        right: 4%;
    }

    .sr-call-set a img {
        max-width: 100%;
    }

    .ptb-40 {
        padding: 20px 0px;
    }

    .testimonial-box {
        width: 100%;
    }

}

@media only screen and (max-width:580px) {

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 24px;
        color: #ef4444;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 21px;
    }

    h6 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
        line-height: 26px;
    }

    .ptb-40 ul li {
        font-size: 14px;
        line-height: 26px;
    }

    .sr-why-main .sr-why-box span {
        font-size: 16px;
    }

    header aside a img {
        max-height: 40px;
    }

    .nav-links {
        top: 7.5%;
    }

    .sr-call-set {
        width: 15%;
    }

    summary {
        font-size: 15px;
    }

    footer ul li a {
        text-decoration: underline;
    }

    .testimonial-box p {
        font-size: 14px;
    }
}

@media only screen and (max-width:480px) {
    .sr-why-main .sr-why-box {
        width: 100%;
    }

    .title-set {
        text-align: center;
    }
}

@media only screen and (max-width:400px) {

    .sr-category-main .sr-category-box,
    .sr-profile-main .sr-profile-box {
        width: 100%;
    }
}
