/* GLOBAL STYLES */
*,
*::before,
::after {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.container {
    min-height: 100%;
    margin: 0 auto;
    padding: 20px;
}

.block {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.main-container {
    font-family: 'Montserrat Alternates', sans-serif;
    margin: 0;
    background-color: black;
}

ul {
    list-style-type: none;
}

li {
    text-decoration: none;
}

.img-fluid {
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

/* ------------------- */

/* .tg-chat {
    position: absolute;
    float: right;
} */

/* ICONS MATERIAL */

.material-symbols-outlined {
    color: #daa520;
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

/* RESPONSIVE media queries  */
@media (min-width: 1200px) {
    .album-certificateSlider {
        width: 60%;
    }

    .portrait-certificateSlider {
        width: 50%;
    }

    .brands-section img {
        width: 100px;
        height: 100px;
    }

    .section-img {
        width: 50%;
        height: auto;
    }

}

@media (max-width: 1200px) {
    .container {
        padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1200 - 320)));
    }

    .section-1-img {
        width: 50%;
        height: auto;
    }

    .massage_h5 {
        font-size: 30px;
        margin: 10px;
    }

    .massage_txt {
        font-size: 20px;
    }

    .section_about h5 {
        font-size: 30px;
    }

    .album-certificateSlider {
        width: 70%;
    }

    .portrait-certificateSlider {
        width: 60%;
    }

    .brands-section img {
        width: 80px;
        height: auto;
    }

    #ellipse-2 {
        visibility: hidden;
    }
}

@media screen and (max-width: 770px) {
    /* .navbar {
        display: flex;
        flex-direction: column;
    } */

    /* .social {
        position: absolute;
        margin-right: -300px;
        display: none;
    } */

    .logo_name a {
        position: absolute;
        margin-left: -300px;
        display: none;
        font-size: 10px;
    }

    .logo_name p {
        position: absolute;
        margin-left: -300px;
        display: none;
        font-size: 10px;
    }

    .carousel {
        width: 100%;
    }

    .swiper {
        width: 100%;
    }

    .portrait-certificateSlider {
        width: 100%;
    }

    .brands-section {
        padding: calc(20px + (50 - 20) * ((100vw - 320px) / (1200 - 320)));
    }

    .brands-section img {
        width: 60px;
        height: auto;
    }

    /* .slideshow_section {
        width: 100%;
        height: 50%;
    } */
}

@media screen and (max-width: 650px) {

    #carouselSlideshow1 {
        align-items: center;
        justify-content: center;
        background-color: black;
        display: inline-flex;
        max-width: 100%;
        height: 50%;
    }

    .carousel-caption h5 {
        font-size: 12px;
    }

    .logo_name a {
        position: absolute;
        margin-left: -300px;
        display: none;
        font-size: 10px;
        letter-spacing: 0;
    }

    .logo_name p {
        position: absolute;
        margin-left: -300px;
        display: none;
        font-size: 10px;
    }

    .section-1-img {
        width: 80%;
        height: auto;
    }
}

@media screen and (max-width: 500px) {

    .section_about h5 {
        font-size: 20px;
    }

    .section_about p {
        font-size: 15px;
    }

    .massage_h5 {
        font-size: 20px;
        margin: 20px;
    }

    .massage_txt {
        font-size: 15px;
    }

    .brands-section img {
        width: 50px;
        height: auto;
    }

    .section-img {
        width: 80%;
        height: auto;
    }

    .album-certificateSlider {
        width: 100%;
    }

    .portrait-certificateSlider {
        width: 100%;
    }
}


/* CONTACT NAV */
.contact-nav-container {
    padding: 10px;
    background-color: black;
    width: 100%;
    margin: 0;
    text-align: end;
}

.contact-nav-container .contact-phone {
    display: inline-block;
    margin-left: 5px;
    color: goldenrod;
    text-decoration: none;
}

.contact-phone {
    /* margin-top: 30px; */
    margin-top: -50px;
    display: inline;
}

.contact-nav-container a:hover {
    color: goldenrod;
}

/* ----------------- */

/* LOGO SECTION */
.logo_header img {
    display: inline-flex;
    padding: 0;

    max-width: 150px;
    height: auto;
}

.logo_section {
    justify-content: flex-start;
    background-color: black;
    margin-top: 1%;
    margin-left: 0;
    margin-bottom: 1%;
    padding: 2%;
    text-align: left;
}

.logo_section_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.logo_a {
    display: flex;
    text-decoration: none;
    font-size: 40px;
    color: #CA955C;
    font-family: 'Cormorant', serif;
    font-family: 'Nanum Myeongjo', serif;
}

.logo_section a:hover {
    color: #CA955C;
}

.logo_name {
    display: inline-block;
    margin: 0;
    padding: 0;
    letter-spacing: 20px;
}

.logo_txt {
    display: block;
    text-decoration: none;
    font-size: 20px;
    text-align: left;
    color: goldenrod;
    margin-left: 50px;
    padding: 0;

    letter-spacing: 5px;


    font-family: 'Cormorant', serif;
    font-family: 'Nanum Myeongjo', serif;
}

/*SOCIAL ICONS*/
.social a {
    text-decoration: none;
    font-size: 25px;
    padding: 0;
    margin-right: 15px;
    color: goldenrod;
}

.social a:hover {
    color: #E6D5B8;
}

/* ------------ */

/* NAVBAR MENU */
.navbar {
    color: goldenrod;
    background-color: black;
    margin-top: 0;
}

/* .logo_brand {
    display: flex;
    flex-wrap: inherit;
    align-items: flex-end;
    justify-content: space-between;
} */
.navbar a {
    text-decoration: none;
    color: goldenrod;
}

.navbar a:hover {
    text-decoration: none;
    color: goldenrod;
}

.navbar img {
    max-width: 220px;
    height: auto;
}

.nav {
    background-color: black;
}

.nav-item a {
    color: #F0A500;
    text-decoration: none;
    font-size: 15px;
    /* margin-left: 7px; */
    font-family: 'Montserrat Alternates', sans-serif;
}

.nav-item a:hover {
    color: #E6D5B8;
}

.navbar-nav .nav-link {
    margin-right: 5px;
}

.navbar-nav .nav-link:hover {
    color: #E6D5B8;
}

/* SLIDESHOW FIRST */
#carouselSlideshow1 {
    align-items: center;
    /* display: inline; */
    justify-content: center;
    background-color: black;
    display: inline-flex;
    width: 100%;
    height: 50%;
    /* max-width: 100%; */
}

.slideshow_section {
    margin-top: 1%;
    align-items: center;
    /* display: inline; */
    justify-content: center;
    /* height: 30%;
    width: 30%; */
    background-color: black;
    display: inline-flex;
}

.carousel img {
    align-items: center;
    position: relative;
}

/* SECTION ABOUT ME */

.ellipse {
    position: absolute;
    float: right;
    /* background-color: red; */
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: rgb(213, 134, 24) solid 1px;
    display: flex;

    margin-top: 30px;
}

#elipse-1 {
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
    border-left: rgb(213, 134, 24) solid 1px;
    float: right;
    /* background-color: red; */
    height: 100px;
    width: 100px;
    border-radius: 50%;

    display: flex;
}

#ellipse-2 {
    position: absolute;
    border-radius: 50%;
    border: white solid 1px;
    height: 70px;
    width: 70px;
    margin-left: 40px;
    margin-top: -190px;
}

#elipse-3 {
    float: right;
    border-radius: 50%;
    border-right: white solid 1px;
    height: 50px;
    width: 50px;
    margin-top: 70px;
    margin-right: 90px;
}

.section_about {
    background-color: black;
    margin-bottom: 3%;
}

.section_about h5 {
    margin: 15px;
    font-size: 20px;
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
    padding: 20px;
    color: goldenrod;
}

.section_about p {
    font-size: 15px;
    color: goldenrod;
}

.section-img {
    margin: 0 auto;
    border-radius: 30px;
}

/* SECTION FIRST */

.section-1-img {
    margin: 0 auto;
}

.massage_h5 {
    margin: 15px;
    font-size: 20px;
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
    padding: 20px;
    color: black;
}

.section_1 {
    background-color: #CC9544;
    border-radius: 40px;
}

.massage_txt {
    font-family: 'Montserrat Alternates', sans-serif;

}

#ellipse-4 {
    position: absolute;
    /* float: right; */
    /* background-color: red; */
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border-left: black solid 1px;
    display: flex;
    justify-content: end;

    margin-right: 60px;
}

/*SERVICES SECTION*/
#services_head {
    font-size: 20px;
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
    padding: 20px;
    color: goldenrod;
    margin: 15px;

    /* font-family: 'Cormorant', serif;
    font-family: 'Nanum Myeongjo', serif; */
}

.services-col h5 {
    font-size: 15px;
    color: goldenrod;
}

.services_section {
    background-color: black;
    color: black;
}


.services-col a:hover {
    border: goldenrod 1px solid;
    /* background-color: #F0A500;
    color: black;
    border-radius: 20px; */
}

.services_section .modal h5 {
    color: black;
    font-size: 17px;
    font-weight: 800;
}


.modal-body {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.modal .modal-content {
    background-color: #CC9544;
    /* border: 1px solid black; */
}

.services_hr {
    color: goldenrod;
    width: 100%;
}

/* ----------------- */

/* CERTIFICATE SECTION */
.swiper-button-next:after,
.swiper-button-prev:after {
    color: black;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

/* BRANDS SECTION */
.brands-section {

    background-color: #CC9544;
    border-radius: 30px;
    padding: 20px;
    display: inline-block;
    /* align-content: center; */
    /* justify-content: center; */
    width: 100%;
}

.section-wrapper {
    width: 100%;
}

.brands-section div {
    display: flex;
    justify-content: center;
    padding: 4px;
    /* display: inline-block; */
}

.brands-section img {
    display: inline;

    border-radius: 20px;
}


/* SECTION PRICE */
.section_price-header {
    margin: 15px;
    font-size: 20px;
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: center;
    padding: 20px;
    color: goldenrod;
}

.price-img {
    padding-left: 20px;
    width: 100%;
    height: auto;

    border-radius: 30px;
}

/* TESTIMONIALS SECTION */

.container-testimonials {
    /* height: 100vh; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 40px;
    background-color: #CC9544;
}

.testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

/* .testimonial .image {
    height: 170px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
} */

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}

.slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.slide .quote-icon {
    font-size: 30px;
    color: black;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* INST NAME */

.details .name {
    font-size: 17px;
    font-weight: 600;
    color: black;
    cursor: pointer;
}

.name a {
    text-decoration: none;
    color: black;
}

.name a:hover {
    color: rgb(51, 49, 49);
    text-decoration: underline;
}

.details .job {
    font-size: 12px;
    font-weight: 400;
    color: black;
}

/* STARS */

.stars .material-symbols-outlined {
    color: black;
}

/* swiper button css */
/* .nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
} */

/* .nav-btn::after,
.nav-btn::before {
    font-size: 20px;
    color: #fff;
} */

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: goldenrod;
}

@media screen and (max-width: 768px) {
    .slide p {
        padding: 0 20px;
    }

    .nav-btn {
        display: none;
    }
}

/* -------------- */

/* .testimonials-section {
    background-color: #CC9544;
    padding: 30px;
    width: 50%;

    align-items: center;
    justify-content: center;
    display: block;


}


.testimonials-section img {
    width: 100%;
    padding: 10px;

    display: flex;
    justify-content: center;
}

.testimonials-section-slider {
    width: 100%;
}

.swiper-slide {
    width: 100px;
} */

/* FAQ SECTION */
.faq {
    margin: 5%;
}

.faq .accordion {
    margin: 0 auto;
    border-radius: 30px;
}

.accordion {
    max-width: 730px;
    width: 100%;
    background: #CC9544;
    margin: 0 15px;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.accordion .accordion-content {
    margin: 10px 0;
    border-radius: 30px;
    /* background: ; */
    border: 1px solid black;
    overflow: hidden;
}

/* .accordion-content:nth-child(2) {
    background-color: #F0FAFF;
    border-color: #CCEEFF;
}

.accordion-content:nth-child(3) {
    background-color: #FFF0F3;
    border-color: #FFCCD6;
}

.accordion-content:nth-child(4) {
    background-color: #F0F0FF;
    border-color: #CCCCFF;
} */

.accordion-content.open {
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

.accordion-content header {
    display: flex;
    min-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s linear;
}

.accordion-content.open header {
    min-height: 60px;
}

.accordion-content header .title {
    font-size: 15px;
    font-weight: 500;
    color: black;
}

.accordion-content header i {
    font-size: 15px;
    color: black;
}

.accordion-content .description {
    height: 0;
    font-size: 15px;
    color: black;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.2s linear;

    margin-bottom: 0;
}


/* .accordion {
    margin-top: 10px; 
    width: 70%;
    margin: 0 auto;
    background-color: #CC9544;
    display: block;
    justify-content: center;
} */

/* .accordion-button {
    background-color: #CC9544;
} */



/* .faq {
    background-color: #CC9544;
} */


/* ADRESS SECTION */

.adress-section {
    width: 100%;
    /* display: inline; */
}

.adress-section iframe {
    width: 100%;
    height: 400px;
}

.adress-section img {
    width: 80%;
    height: auto;
}

/* -------------------- */

/* FOOTER SECTION */
footer {
    margin: 0;
    background-color: black;
    color: #F0A500;
}

.footer-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    /* margin-right: calc(-.5 * var(--bs-gutter-x)); */
    /* margin-left: calc(-.5 * var(--bs-gutter-x));*/
}

/* FOOTER 1 */

.logo_footer {
    color: #F0A500;
    font-size: 15px;
}

.logo_footer p {
    font-size: 10px;
}

.h5-footer {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}



.logo_footer:hover {
    color: goldenrod;
}

/* FOOTER 2 */

.footer-2 {
    margin: 0;
    padding: 10%;
    background-color: black;
    color: #F0A500;
}

.footer-2 p {
    font-size: 13px;
}

/* #footer-inst {} */

.footer-social a {
    text-decoration: none;
    font-size: 25px;
    padding: 0;
    margin-right: 15px;
    color: goldenrod;
}

.footer-social a:hover {
    color: #E6D5B8;
}