@font-face {
    font-family: raleway;
    src: url(./assets/fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: ralewayMid;
    src: url(./assets/fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: ralewayBold;
    src: url(./assets/fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: ralewayXBold;
    src: url(./assets/fonts/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: ralewaySemi;
    src: url(./assets/fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: ralewayBlack;
    src: url(./assets/fonts/Raleway-Black.ttf);
}

@font-face {
    font-family: quantify;
    src: url(./assets/fonts/Quantify.ttf);
}

@font-face {
    font-family: lilita;
    src: url(./assets/fonts/LilitaOne-Regular.ttf);
}

*{
    margin: 0;
    padding: 0;
    appearance: none;
    outline: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    transition: all 0.5s ease-out;
}

body::-webkit-scrollbar {
    display: none;
}

a{
    text-decoration: none;
    color: #1e1e1e;
}

.container{
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    padding: 14px 50px;
    height: 80px;
}

.logo{
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img{
    width: 70px;
}

.logo img:first-child{
    animation: move 10s infinite ease alternate;
}

@keyframes move {
    /* from{
        transform: translateY(-10px);
    }
    from{
        transform: translateY(10px);
    } */

    0%{
        transform: rotate(30deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(-360deg);
    }

    /* from{
        transform: skewY(30deg);
    }
    from{
        transform: skewY(-30deg);
    } */
}

.logo-name{
    font-size: 30px;
    font-family: lilita;
    color: #040F40
}

.logo-name span{
    color: #AE9778;
}

.nav-links{
    display: flex;
    width: 25vw;
    align-items: center;
    justify-content: space-between;
    font-family: ralewaySemi;
    font-size: 16px;
    /* text-transform: capitalize; */
}

.nav-links a{
    color: #040F40;
}

.nav-links a:first-child{
    color: #AE9778;
    font-family: ralewayBold;
}

.contact-button button{
    border: none;
    outline: none;
    width: 130px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: white;
    font-family: ralewayBold;
    background: #040F40;
    text-transform: capitalize;
}
.contact-button img{
    display: none;
}
.hero{
    width: 100vw;
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    background: url(./assets/images/hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.hero-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main{
    font-size: 100px;
    font-family: quantify;
    color: #040F40;
    text-transform: capitalize;
}

.facts{
    display: flex;
    align-items: center;
    gap: 30px;
}

.facts >div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.fact-top{
    font-family: ralewayBold;
    font-size: 30px;
    color: #040F40;
}

.fact-bottom{
    font-size: 20px;
    color: #040F40;
    font-family: ralewayBold;
    display: flex;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

.hero-bottom{
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 15vw;
}

.hero-bottom-left{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F0F0F0;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #929292;
    width: fit-content;
}
.hero-bottom-left img{
    width: 120px;
}

.satisfied{
    color: #3C3B3B;
    font-size: 20px;
    font-family: ralewayMid;
    text-transform: capitalize;
    width: 100%;
}

.hero-bottom-right{
    width: 40%;
}

.hero-right-text{
    color: #7A7A7A;
    text-transform: capitalize;
    font-size: 22px;
    display: flex;
    font-family: ralewayMid;
}

.hero-image{
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.hero-image img{
    height: 700px;
    width: 100vw;
}

.about{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    padding: 50px 50px;
    background: url(./assets/images/about-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; 
}

.about-left img{
    width: 40vw;
}

.about-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 40vw;
}

.headings{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.main-heading{
    font-size: 58px;
    font-family: quantify;
    color: #040F40;
    text-transform: capitalize;
}

.sub-headings{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.sub-heading{
    font-family: quantify;
    font-size: 26px;
    color: #AE9778;
    text-transform: capitalize;
}

.section-text{
    font-family: ralewayMid;
    font-size: 20px;
    text-transform: capitalize;
    color: #7A7A7A;
    width: 87%;
}

.checks{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}

.check{
    display: flex;
    align-items: center;
    gap: 5px;
}

.check-text{
    font-family: ralewayMid;
    font-size: 20px;
    text-transform: capitalize;
    color: #7A7A7A;
}

.about-facts{
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.fact-twos{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.expertise{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.expertise-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100vw;
    background: url(./assets/images/expertise-top-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    padding: 50px 0;
}

.white-headings{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.white-main{
    font-size: 58px;
    font-family: quantify;
    color: white;
    text-transform: capitalize;
}

.white-section-text{
    font-family: ralewayMid;
    font-size: 20px;
    color: #A5A5A5;
    text-transform: capitalize;
    text-align: center;
    width: 60%;
}

.expertise-bottom{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
}

.expertise-bottom-top{
    display: flex;
    align-items: center;
    width: 100vw;
    justify-content: space-between;
}

.expertise-bottom-top >a div{
    width: 50vw;
    min-height: 48vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.estate-law{
    background: url(./assets/images/estate-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.business-law{
    background: url(./assets/images/business-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.expertise-bottom-top >a div .law-name{
    font-size: 78px;
    color: white;
    text-transform: capitalize;
    text-align: center;
    font-family: quantify;
}

.expertise-bottom-top >a div:hover .law-name{
    font-size: 60px;
    animation: move1 2s infinite ease alternate;
}

.expertise-bottom-top >a div img{
    width: 30px;
    animation: move2 4s infinite ease alternate;
}

/* .expertise-bottom-top >a div .law-name{
    animation: move 2s infinite ease alternate;
} */

@keyframes move1 {
    from{
        transform: translateY(-10px);
    }
    from{
        transform: translateY(10px);
    }
}

@keyframes move2 {

    0%{
        transform: rotate(30deg);
    }
    100%{
        transform: rotate(-360deg);
    }

}

.expertise-bottom-bottom{
    display: flex;
    align-items: center;
    width: 100vw;
    justify-content: space-between;
}

.expertise-bottom-bottom >a div{
    width: 33.33vw;
    min-height: 48vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.insurance-law{
    background: url(./assets/images/insurance-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.domestic-law{
    background: url(./assets/images/domestic-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.appellate-law{
    background: url(./assets/images/appellate-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.expertise-bottom-bottom >a div .law-name{
    font-size: 58px;
    color: white;
    text-transform: capitalize;
    text-align: center;
    font-family: quantify;
}

.expertise-bottom-bottom >a div:hover .law-name{
    font-size: 40px;
    animation: move1 2s infinite ease alternate;
}

.expertise-bottom-bottom >a div img{
    width: 30px;
    animation: move2 4s infinite ease alternate;
}

.choose{
    width: 100vw;
    padding: 50px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(./assets/images/choose-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-left{
    width: 40vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.choose-right{
    width: 40vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

.progress{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.progress-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.progress-title{
    color: #AE9778;
    font-size: 20px;
    font-family: quantify;
    text-transform: capitalize;
}

.progress-value{
    color: #040F40;
    font-size: 20px;
    font-family: quantify;
    text-transform: capitalize;
}

.progress-bottom{
    height: 8px;
    width: 100%;
    background: #C8C8C8;
    border-radius: 50px;
    display: flex;
    align-items: flex-start;
}

.progress-bar{
    height: 8px;
    width: 50%;
    background: #040F40;
    border-radius: 50px;
}

.p1{
    width: 82%;
}

.p2{
    width: 76%;
}

.p3{
    width: 96%;
}

.p4{
    width: 99%;
}

.cases{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    gap: 50px;
    width: 100vw;
    background: url(./assets/images/cases-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.case-topics{
    display: flex;
    border: none;
    border-top: 2px solid #AE9778;
    border-bottom: 2px solid #AE9778;
    width: 84vw;
    padding: 1px 20px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topic-text{
    font-size: 24px;
    font-family: quantify;
    color: white;
    text-transform: capitalize;
    cursor: pointer;
    width: fit-content;
    margin-bottom: 5px;
    margin-top: 5px;
}

.topic-text:hover{
    color: #AE9778;
}

.active-topic{
    color: #AE9778;
}

.active-topic::after {
    content: "";
    display: block;
    width: 70%;
    padding-top: 1px;
    border-bottom: 3px solid #AE9778;
}
   
.case-blogs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90vw;
    margin-top: 50px;
}

.case-blogs >a div{
    width: 28vw;
    min-height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.case-blogs >a div .case-main{
    font-family: quantify;
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
}

.case-blogs >a div .case-sub{
    font-family: ralewayMid;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}

.c1{
    background: url(./assets/images/accident-blog-bg.png);
}

.c2{
    background: url(./assets/images/insurance-blog-bg.png);
}

.c3{
    background: url(./assets/images/business-blog-bg.png);
}
.c4{
    background: url(./assets/images/blog1.png);
}
.c5{
    background: url(./assets/images/blog2.png);
}
.c6{
    background: url(./assets/images/blog3.png);
}
.c7{
    background: url(./assets/images/blog4.png);
}
.c8{
    background: url(./assets/images/blog5.png);
}
.c9{
    background: url(./assets/images/blog6.png);
}

.case-blogs >a div:hover .case-main{
    font-size: 20px;
    animation: move1 2s infinite ease alternate;
}

.case-blogs >a div:hover .case-sub{
    font-size: 22px;
    animation: move1 2s infinite ease alternate;
}

.cases a button{
    border: none;
    outline: none;
    width: 130px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #040F40;
    font-family: ralewayBold;
    background: white;
    text-transform: capitalize;
}

.testimonial{
    width: 100vw;
    padding: 80px 50px;
    display: flex;
    position: relative;
    align-items: flex-start;
    background: url(./assets/images/testimonial-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.testimonial-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.testimonial-left .mark{
    font-family: quantify;
    color: #040F40;
    font-size: 148px;
    width: fit-content;
    margin-bottom: -80px;
}

.testimonial-left .section-text{
    font-size: 18px;
    width: 60%;
}

/* .testimonial-right{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.testimonial-center{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 30vw;
    gap: 20px;
    background: white;
    padding: 20px;
    box-shadow : 0px 0px 10px 5px  rgba(0,0,0,0.16);
    left: 40%;
    bottom: 15%;
}

.testimonial-center .ratings{
    display: flex;
}

.testimonial-center .ratings img{
    width: 25px;
}

.person-text{
    font-size: 16px;
    font-family: ralewayMid;
    color: #7A7A7A;
    display: none;
}

.active-person-text{
    display: flex;
}

.testimonial-right img{
    width: 40vw;
    height: 700px;
}

.person{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    display: none;
}

.active-person{
    display: flex;
}

.person-info{
    gap: 10px;
    align-items: center;
    display: flex;
}

.person-info img{
    width: 40px;
}

.person-name-job{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.person-name{
    font-size: 20px;
    font-family: ralewayBold;
    color: #040F40;
    text-transform: capitalize;
}

.person-job{
    font-size: 14px;
    font-family: raleway;
    color: #7A7A7A;
    text-transform: capitalize;
}

.person-buttons{
    display: flex;
    align-items: center;
    gap: 5px;
}

.toggle-testimony{
    width: 10px;
    height: 10px;
    background: #AE9778;
    border-radius: 50%;
    cursor: pointer;
}

.active-testimony{
    background: #040F40;
}

.faqs{
    width: 100vw;
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.faqs-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.faqs-top .headings{
    align-items: center;
}

.faqs-top .headings{
    text-align: center;
}

.faqs-top .section-text{
    text-align: center;
    width: 60%;
}

.faqs-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 80%;
}

.faq{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    border: 1px solid #DCDCDC;
}

.question-text{
    font-size: 24px;
    font-family: ralewayBold;
    color: #040F40;
}

.question img{
    width: 20px;
    cursor: pointer;
}

.answer{
    width: 100%;
    padding: 1px 5px;
}

.answer-text{
    font-family: ralewayMid;
    font-size: 18px;
    color: #7A7A7A;
}

.faq .answer{
    display: none;
}

.active-question .answer{
    display: flex;
}

.contact{
    width: 100vw;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 800px;
}

.contact-right{
    width: 66vw;
    min-height: inherit;
    background: url(./assets/images/contact-left-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px 100px;
}

.contact-right .white-headings{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
}

.two-input{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.input{
    display: flex;
    align-items: center;
    padding: 10px;
    width: 25vw;
    height: 70px;
    border: 1px solid #E2E2E2;
    justify-content: space-between;
}

input{
    height: inherit;
    width: 90%;
    border: none;
    outline: none;
    padding: 5px;
    font-family: ralewayBold;
    font-size: 18px;
    color: #B2B2B2;
    background: transparent;
}

.one-input{
    width: 100%;
    height: 250px;
}

.one-input .input{
    width: inherit;
    height: inherit;
    align-items: flex-start;
}

.one-input .input textarea{
    width: inherit;
    height: inherit;
    border: none;
    outline: none;
    padding: 10px;
    font-family: ralewayBold;
    font-size: 18px;
    color: #d3d3d3;
    background: transparent;
}

.form button{
    border: none;
    outline: none;
    width: 170px;
    height: 45px;
    font-size: 18px;
    background: white;
    font-family: ralewayBold;
    color: var(--brown);
    text-transform: capitalize;
}

.contact-left{
    width: 34vw;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 20px 40px;
    min-height: inherit;
    background: url(./assets/images/contact-right-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}

.contact-left-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.contact-left-top .heading{
    font-family: quantify;
    font-size: 38px;
    color: var(--brown);
    text-transform: capitalize;
}

.details{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.details >div{
    display: flex;
    align-items: center;
    gap: 10px;
}

.details >div img{
    width: 30px;
}

.detail-right{
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
}

.detail-text{
    font-family: ralewayMid;
    font-size: 20px;
    color: white;
}

.more-info{
    font-family: ralewaySemi;
    font-size: 21px;
    color: white;
}

.more-info span{
    color: #040F40;
    font-size: 23px;
    font-family: ralewayXbold;
    text-decoration: underline;
    cursor: pointer;
}

.contact-quote{
    text-align: center;
    font-family: quantify;
    font-size: 28px;
    color: #040F40;
    text-transform: capitalize;
    margin-top: 20px;
}

.footer{
    width: 100vw;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    width: 30vw;
}

.logo-footer{
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-footer img{
    width: 75px;
    animation: move 10s infinite ease alternate;
}

.footer-logo-name{
    font-size: 32px;
    font-family: lilita;
    color: #040F40;
}

.footer-logo-name span{
    color: #AE9778;
}

.footer-text{
    font-family: ralewayMid;
    font-size: 20px;
    color: #7A7A7A;
    text-transform: capitalize;
    width: 95%;
}

.footer-right{
    width: 50vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.link-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
}

.links-head{
    text-transform: capitalize;
    color: #040F40;
    font-family: quantify;
    font-size: 26px;
}

.footer-links{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-links a{
    text-transform: capitalize;
    color: #7A7A7A;
    font-family: raleway;
    font-size: 20px;
}

.copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90vw;
    margin-top: 30px;
    padding: 10px 0px;
    border: none;
    border-top: 1px solid #AE9778;
}

.copy-text{
    font-family: raleway;
    font-size: 16px;
    color: #969696;
    text-transform: capitalize;
}

.copy-right{
    display: flex;
    align-items: center;
    gap: 7px;
}

.copy-right img{
    width: 25px;
}

.final-text{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 50px;
    gap: 10px;
    background: url(./assets/images/final-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.final{
    font-family: ralewayBold;
    color: #040F40;
    text-align: center;
    text-transform: capitalize;
    width: 50%;
    font-size: 22px;
}

.final-text img{
    width: 15vw;
}

.mobile-menu{
    display: none;
}

@media screen and (max-width: 1370px){
    .logo img{
        width: 50px;
    }
    .logo-name{
        font-size: 25px;
    }
    .nav-links{
        font-size: 15px;
    }
    .contact-button button{
        font-size: 16px;
        width: 120px;
        height: 35px;
    }
    .hero{
        padding-top: 10px;
    }
    .main{
        font-size: 70px;
    }
    .fact-top{
        font-size: 25px;
    }
    .fact-bottom{
        font-size: 16px;
    }
    .hero-bottom-left{
        padding: 10px 20px;
    }
    .hero-bottom-left img{
        width: 90px;
    }
    .satisfied{
        font-size: 17px;
    }
    .hero-right-text{
        font-size: 18px;
    }
    .hero-image img{
        height: 400px;
    }
    .hero-image{
        margin-top: 5px;
    }
    .main-heading{
        font-size: 52px;
    }
    .sub-heading{
        font-size: 23px;
    }
    .section-text{
        font-family: ralewayMid;
        font-size: 17px;
    }
    .check-text{
        font-family: ralewayMid;
        font-size: 17px;
    }
    .white-main{
        font-size: 52px;
    }
    .white-section-text{
        font-size: 17px;
    }
    .expertise-bottom-top >a div .law-name{
        font-size: 68px;
    }
    .expertise-bottom-top >a div:hover .law-name{
        font-size: 52px;
    }
    .expertise-bottom-top >a div img{
        width: 25px;
    }
    .expertise-bottom-bottom >a div .law-name{
        font-size: 48px;
    }
    .expertise-bottom-bottom >a div:hover .law-name{
        font-size: 33px;
    }
    .expertise-bottom-bottom >a div img{
        width: 25px;
    }
    .progress-title{
        font-size: 17px;
    }
    .progress-value{
        font-size: 17px;
    }
    .topic-text{
        font-size: 20px;
    }
    .case-blogs >a div .case-main{
        font-size: 21px;
    }
    .case-blogs >a div:hover .case-main{
        font-size: 17px;
    }
    .case-blogs >a div:hover .case-sub{
        font-size: 18px;
    }
    .testimonial-left .section-text{
        font-size: 16px;
    }
    .person-text{
        font-size: 15px;
    }
    .person-name{
        font-size: 16px;
    }
    .person-job{
        font-size: 12px;
    }
    .question-text{
        font-size: 21px;
    }
    .answer-text{
        font-size: 16px;
    }
    input{
        font-size: 16px;
    }
    .contact-left-top .heading{
        font-size: 34px;
    }
    .detail-text{
        font-size: 17px;
    }
    .more-info{
        font-family: ralewaySemi;
        font-size: 18px;
    }
    .footer-logo-name{
        font-size: 28px;
    }
    .logo-footer img{
        width: 50px;
    }
    .footer-text{
        font-size: 17px;
    }
    .links-head{
        font-size: 23px;
    }
    .footer-links a{
        font-size: 17px;
    }
    .copy-text{
        font-size: 14px;
    }
    .copy-right img{
        width: 20px;
    }
    .final{
        font-size: 19px;
    }
    .two-input img{
        width: 25px;
    }
}

@media screen and (max-width: 1200px){
    .navbar{
        padding: 14px 20px;
    }
    .hero{
        padding: 50px 20px;
    }
    .main{
        font-size: 60px;
    }
    .facts{
        gap: 10px;
        flex-direction: column;
    }
    .nav-links{
        width: 40vw;
    }
    .hero-bottom{
        gap: 0;
        justify-content: space-between;
    }
    .contact-right{
        padding: 40px 30px;
    }
    .input{
        /* width: 200px; */
        height: 40px;
    }
    .details >div img{
        width: 20px;
    }
}

@media screen and (max-width: 1000px){
    .hero-image img{
        height: 350px;
    }
    .contact-right{
        padding: 40px 30px;
    }
    .input{
        width: 35vw;
        height: 50px;
    }
    .two-input img{
        width: 20px;
    }
    .contact{
        flex-direction: column;
    }
    .contact-right{
        width: 100%;
    }
    .contact-right .white-headings{
        align-items: center;
    }
    .form{
        align-items: center;
    }
    .contact-left{
        width: 100%;
        align-items: center;
    }
    .contact-left-top{
        align-items: center;
        text-align: center;
    }
    .details >div{
        flex-direction: column;
    }
    .details{
        align-items: center;
    }
    .detail-right{
        align-items: center;
    }
    .footer{
        padding: 10px 30px;
    }
    .footer-right{
        width: 50vw;
    }
    .link-group{
        justify-content: space-between;
        gap: 0;
    }
    .person{
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 758px){
    .navbar{
        padding: 10px;
    }
    .nav-links{
        display: none;
    }
    .contact-button button{
        display: none;
    }
    .hero{
        padding: 10px;
    }
    .hero-top{
        flex-direction: column;
        gap: 15px;
    }
    .main{
        font-size: 45px;
        text-align: center;
    }
    .facts{
        flex-direction: row;
        width: 90%;
        justify-content: space-between;
    }
    .hero-bottom{
        flex-direction: column;
        gap: 20px;
        align-items: center;
        width: 100%;
    }
    .hero-bottom-right{
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .hero-right-text{
        width: 80%;
        text-align: center;
    }
    .hero-image img{
        height: 300px;
    }
    .about{
        padding: 30px 10px;
    }
    .about-left img{
        display: none;
    }
    .about-right{
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .headings{
        align-items: center;
    }
    .main-heading{
        font-size: 40px;
    }
    .sub-headings{
        align-items: center;
    }
    .sub-heading{
        font-size: 23px;
    }
    .section-text{
        width: 95%;
    }
    .checks{
        align-items: center;
    }
    .check{
        flex-direction: column;
    }
    .fact-twos{
        align-items: center
    }
    .white-main{
        font-size: 40px;
        text-align: center;
    }
    .white-section-text{
        width: 90%;
    }
    .expertise-bottom-top{
        flex-direction: column;
    }
    .expertise-bottom-top >a div{
        width: 100vw;
        min-height: 40vh;
        gap: 7px;
    }
    .expertise-bottom-top >a div .law-name{
        font-size: 42px;
    }
    .expertise-bottom-top >a div:hover .law-name{
        font-size: 30px;
    }
    .expertise-bottom-top >a div img{
        width: 20px;
    }
    .expertise-bottom-bottom{
        flex-direction: column;
    }
    .expertise-bottom-bottom >a div{
        width: 100vw;
        min-height: 40vh;
    }
    .expertise-bottom-bottom >a div .law-name{
        font-size: 42px;
    }
    .expertise-bottom-bottom >a div:hover .law-name{
        font-size: 30px;
    }
    .expertise-bottom-bottom >a div img{
        width: 20px;
    }
    .choose{
        flex-direction: column;
        padding: 50px 10px;
        gap: 20px;
    }
    .choose-left{
        width: 100%;
        text-align: center;
    }
    .choose-right{
        width: 90%;
    }
    .cases{
        gap: 20px;
    }
    .case-topics{
        justify-content: center;
        gap: 15px;
        width: 90vw;
    }
    .active-topic::after {
        width: 70%;
    }
    .case-blogs{
        flex-direction: column;
        gap: 10px;
    }
    .case-blogs >a div{
        width: 80vw;
    }
    .testimonial{
        padding: 50px 20px;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    .testimonial-left{
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .testimonial-left .section-text{
        width: 90%;
    }
    .testimonial-right img{
        width: 90vw;
        height: 700px;
        display: none;
    }
    .testimonial-center{
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90vw;
        gap: 20px;
        text-align: center;
    }
    .person{
        align-items: center;
    }
    .person-info{
        flex-direction: column;
        align-items: center;
    }
    .person-name-job{
        align-items: center;
    }
    .faqs{
        padding: 5px 20px;
    }
    .faqs-top .section-text{
        width: 90%;
    }
    .faqs-bottom{
        width: 95%;
    }
    .form{
        align-items: center;
        gap: 20px;
    }
    .two-input{
        flex-direction: column;
        gap: 20px;
    }
    .input{
        width: 100%;
    }
    .footer{
        flex-direction: column;
        gap: 15px;
    }
    .footer-left{
        align-items: center;
        width: 100%;
    }
    .logo-footer{
        flex-direction: column;
    }
    .logo-footer img{
        width: 75px;
    }
    .footer-logo-name{
        font-size: 32px;
    }
    .footer-text{
        font-family: ralewayMid;
        text-align: center;
    }
    .footer-right{
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .link-group{
        align-items: center;
        text-align: center;
        gap: 17px;
    }
    .footer-links{
        align-items: center;
    }
    .copyright{
        flex-direction: column;
        gap: 10px;
    }
    .final-text{
        width: 100vw;
        padding: 30px 20px;
    }
    .final{
        font-size: 18px;
        width: 80%;
    }
    .final-text img{
        width: 25vw;
    }
    .contact-button img{
        display: flex;
        cursor: pointer;
    }
    .mobile-menu{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: 100vh;
        position: absolute;
        z-index: 5;
        background: #AE9778;
        background: url(./assets/images/contact-right-bg.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 150px 30px;
        color: var(--white-color);
        display: none;
        position: fixed;
        color: white;
        gap: 10vh;
    }
    .close-btn{
        width: 30px;
        position: absolute;
        top: 2%;
        right: 5%;
        cursor: pointer;
    }
    .mobile-menu-items{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .mobile-menu-items a{
        font-size: 20px;
        font-family: ralewayMid;
        color: #1e1e1e;
        text-transform: capitalize;
    }
    .mobile-menu-items a:first-child{
        font-family: ralewayBold;
        color: #040F40;
    }
    .mobile-contact button{
        font-size: 16px;
        width: 150px;
        height: 50px;
        background: white;
        color: #040F40;
        font-size: 20px;
        font-family: ralewayBold;
        text-transform: capitalize;
        border: none;
        outline: none;
    }
    .mobile-contact button a{
        color: #040F40;
    }
    .mobile-motto{
        font-size: 25px;
        font-family: quantify;
        color: white;
        text-align: center;
        text-transform: uppercase;
    }
    .mobile-logo{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 5px;
    }
    .mobile-logo-name{
        font-size: 21px;
        font-family: lilita;
        color: #040F40;
    }
    .mobile-logo-name span{
        color: white;
    }
    .mobile-logo img{
        width: 17vw;
    }
}