@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Urbanist", sans-serif;
}

:root{
    --bs-dark-color: #1A1D20;
    --bs-dark-primary: #1c1c1c;
    --bs-main-color: #FFF;
    --bs-primary-color: #c6c6c6;
    --bs-secondary-color: #0000FF;
    --bs-supporting-color: #C850C0;
    --bs-section-color: #ECF0F1;
}

h1, h2, h3, h4, h5{
    font-family: 'Lexend Deca', sans-serif;
    color: var(--bs-dark-color);
}

h1{
    font-size: 2.5rem;
}

h2{
    line-height: 2.5rem;
    font-weight: 600;
    font-size: 2.0rem;

}
p{
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    color: var(--bs-dark-color);
    letter-spacing: 0.07rem;
    line-height: 1.55rem;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

button, a {
    font-size: 1.15rem!important;
    letter-spacing: 0.03rem;
    word-spacing: .1rem;
}

.text-light-grey{
    color: var(--bs-primary-color);
}
/* banner-section */
.hero-section .container {
    display: grid;
    place-content: center;
    height: inherit;
}

.bg-main{
    height: 80vh;
    position: relative;
}
.bg-color{
    background-color: var(--bs-dark-primary);
}

.section-bg {
    background-color: var(--bs-section-color);
}


.header-banner{
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 2rem;
}

.custom-shape-divider-bottom-1707477070 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1707477070 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 140px;
}

.custom-shape-divider-bottom-1707477070 .shape-fill {
    fill: #FFFFFF;
}

/* Types of Braces Section */
.types .options{
    position: relative;
    width: 50%;
    height: 80%;
    max-width: 715px;
    height: 750px;
}
.types .options a.img:nth-child(1){
    top: 20px;
    right: 54%;
    transform: rotate(-7deg);
    z-index: 40;
}
.types .options a.img {
    position: absolute;
    background: #FFF;
    padding: 10px;
    display: inline-block;
    height: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    max-width: 43%;
}
.types .options a.img span {
    display: block;
    color: #434650;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}

.types .options a.img:nth-child(2) {
    top: 20px;
    right: 0%;
    transform: rotate(12deg);
    z-index: 40;
}

.types .options a.img:nth-child(3) {
    top: 47.5%;
    right: 54%;
    transform: rotate(12deg);
    z-index: 40;
}
.types .options a.img:nth-child(4) {
    top: 47.5%;
    right: 0%;
    transform: rotate(-7deg);
    z-index: 40;
}
/* Types of Braces End */



/* Card Css */
.ch-18{
    color: #FFF;
    height: 18rem;
}
.card-bg{
    background-color: var(--bs-secondary-color);
}
.card .card-text{
    color: #FFF;
}
.icon-size {
    font-size: 3rem;
}

.content-img{
    padding: 20px;
    background-color: var(--bs-main-color);
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

/* End Card Css */

.ba-div {
    /* height: 32.9rem; */
}

/* Gallery Image Section */
.gallery-img{
    display: block;
    width: 100%;
    position: relative;
    animation-duration: 1.5s;
}
.gallery-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    transition: .5s;
}
.gallery-img:hover{
    background: rgba(0, 0, 0, 0.6);
}
.gallery-img span{
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    z-index: 2
}

/* Gallery Image Section End */

/* Faq Section */
.item-div{
    padding: 10px;
    background-color: blueviolet; 
    margin: 10px 20px;
    border-radius: 5px;
}
.item-div h2{
    background-color: #0000FF;
    line-height: 1.5;
}
.item-div h2:active {
    background-color: blueviolet;
}
.item-div .ans{
    color: var(--bs-main-color);
}
/*.acc_points {
    background: #3399ff;
    padding: 20px;
}
.acc_points span{
    margin-left: 10px;
}*/
/*ul li{
    color: darkblue;
    margin: 5px;
}*/
/* Faq Section End */

/* Testimonials */
.testi-text{
    padding: 10px 15px;
}
.testi-text h3{
    font-size: 3rem;
    font-weight: 600;
    color: #03036b;
    padding: 15px 15px;
}
.testi-text img {
    padding: 5px 15px 35px 15px;
}
.testi-text .review-text{
    font-style: italic;
    font-size: 20px;
    padding: 15px;
}
.testi-text .author-text{
    font-size: 18px;
    color: #020248;
    padding: 15px;
}
.star {
    display: inline;
    font-size: 25px;
    color: #ffb13e;
    padding: 15px;
}


/* End */

/* Footer */
.copyright{
    font-size: 0.7rem;
    color: var(--bs-main-color);
}
.copyright a{
    font-size: 0.7rem!important;
    color: var(--bs-main-color);
}
/* End */

/* Media Query */
@media (max-width: 991.98px) {
    .bg-main{
        height: 100vh;
        position: relative;
    }
    .ba-div {
        height: 15.5rem;
    }

    .types .options {
        position: relative;
        width: 100%;
        height: 80%;
        /* max-width: 715px; */
        height: 680px;
    }

    .types .options a.img:nth-child(1) {
        top: 50px;
        right: 52%;
        transform: rotate(-7deg);
        z-index: 40;
    }
    .types .options a.img:nth-child(2) {
        top: 58px;
        right: 6%;
        transform: rotate(12deg);
        z-index: 40;
    }

    .types .options a.img:nth-child(3){
        top: 47.5%;
        right: 50%;
        transform: rotate(12deg);
        z-index: 40;
    }
    .types .options a.img:nth-child(4){
        top: 47.5%;
        right: 4%;
        transform: rotate(-7deg);
        z-index: 40;
    }
}

@media (max-width: 767px) {
    .ba-div{
        height: 18.5rem;
    }

    .types .options {
        position: relative;
        width: 100%;
        height: 80%;
        /* max-width: 715px; */
        height: 680px;
    }

    .types .options a.img:nth-child(1) {
        top: 50px;
        right: 52%;
        transform: rotate(-7deg);
        z-index: 40;
    }

    .types .options a.img:nth-child(2) {
        top: 58px;
        right: 6%;
        transform: rotate(12deg);
        z-index: 40;
    }

    .types .options a.img:nth-child(3) {
        top: 47.5%;
        right: 50%;
        transform: rotate(12deg);
        z-index: 40;
    }

    .types .options a.img:nth-child(4) {
        top: 47.5%;
        right: 4%;
        transform: rotate(-7deg);
        z-index: 40;
    }
}

@media (max-width: 576px){
    .ba-div {
        height: 19rem;
    }

    .types .options {
        position: relative;
        width: 100%;
        height: 80%;
        /* max-width: 715px; */
        height: 680px;
    }

    .types .options a.img:nth-child(1) {
        top: 50px;
        right: 52%;
        transform: rotate(-7deg);
        z-index: 40;
    }

    .types .options a.img:nth-child(2) {
        top: 58px;
        right: 6%;
        transform: rotate(12deg);
        z-index: 40;
    }

    .types .options a.img:nth-child(3) {
        top: 47.5%;
        right: 50%;
        transform: rotate(12deg);
        z-index: 40;
    }

    .types .options a.img:nth-child(4) {
        top: 47.5%;
        right: 4%;
        transform: rotate(-7deg);
        z-index: 40;
    }
}

