@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.btn {
    background-color: rgb(182, 140, 90);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
}


/* main banner part */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
    margin-top: 40px;
}

.banner {
    background-image: url(./images/banner.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
}

.banner-02 {
    background-image: url(./images/Rectangle\ 5.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 90px 50px;
}

.banner-para-01 {
    color: rgb(255, 255, 255);
    font-family: EB Garamond;
    font-size: 70px;
    font-weight: 800;
    width: 70%;
    margin: 0 auto;
}

.banner-para-02 {
    color: rgb(231, 231, 231);
    font-size: 16px;
    font-weight: 400;
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

.banner-search {
    width: 50%;
    height: 40px;
    color: rgb(160, 160, 160);
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    background: transparent;
    border: 1PX solid rgb(182, 140, 90);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left;
}

.banner-search:focus {
    outline: none;
}

.banner-search::placeholder {
    color: rgb(189, 192, 196);
}

.banner-button {
    padding: 0 10px;
    height: 40px;
    cursor: pointer;
    border: none;
    background-color: rgb(182, 140, 90);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
}


.banner-button:hover {
    background-color: rgb(247, 146, 13);
}

/* practice area part */

.practice-area {
    margin-top: 100px;
}

.practice-area .para-01 {
    color: rgb(65, 64, 64);
    font-family: EB Garamond;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
}

.practice-area .para-02 {
    color: rgb(112, 112, 112);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

.practice-area .law-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    margin-top: 80px;
    text-align: center;

}

.practice-area .law-table .law-box {
    border: 1px solid rgb(231, 231, 231);
    padding: 60px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180.00deg, rgb(243, 243, 243), rgba(243, 243, 243, 0) 100%);
    border-radius: 2px;
}

.practice-area .law-table .law-box .data-01 {
    color: rgb(65, 64, 64);
    font-family: EB Garamond;
    font-size: 26px;
    font-weight: 800;
    margin-top: 20px;
}

.practice-area .law-table .law-box .data-02 {
    color: rgb(112, 112, 112);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
}

.practice-area .law-table .law-box img {
    margin-top: 24px;
}

/* What Our Client Say part */

.client-part {
    margin-top: 100px;
}

.client-part .para-01 {
    color: rgb(65, 64, 64);
    font-family: EB Garamond;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
}

.client-part .para-02 {
    color: rgb(112, 112, 112);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}

.cp-bg {
    background-image: url(./images/banner.png);
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    margin-top: 60px;
}

.cp-bg2 {
    background-image: url(./images/Rectangle\ 7.png);
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    padding: 120px 0;
    text-align: center;
}

.cp-bg2 .data-01 {
    color: rgb(255, 255, 255);
    font-family: EB Garamond;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
}

.cp-bg2 .data-02 {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    margin-top: 6px;
}

.cp-bg2 .data-03 {
    color: rgb(243, 243, 243);
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    width: 65%;
    margin: 0 auto;
    margin-top: 20px;
}

/* Frequently Asked Any Questions part  */

.questions-con {
    margin-top: 100px;
}

.questions-con .para-01 {
    color: rgb(65, 64, 64);
    font-family: EB Garamond;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
}

.questions-con .para-02 {
    color: rgb(112, 112, 112);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 62%;
    margin: 0 auto;
    margin-top: 20px;
}

.questions-con-02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    align-items: center;
}

.questions-con-02 .box {
    display: flex;
    background-color: rgb(243, 243, 243);
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 36px 30px;
}

.questions-con-02 .text-01 {
    color: rgb(65, 64, 64);
    font-family: EB Garamond;
    font-size: 20px;
    font-weight: 800;
}

.questions-con-02 .text-02 {
    color: rgb(112, 112, 112);
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px
}


/* Contact With Us part  */
.contact-con {
    margin-top: 100px;
}

.contact-con .para-01 {
    color: rgb(65, 64, 64);
    font-family: EB Garamond;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
}

.contact-con .para-02 {
    width: 60%;
    margin: 0 auto;
    color: rgb(112, 112, 112);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.contact-us {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.contact-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}

.contact-box {
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(207, 207, 207);
    padding: 40px 0;

}

.contact-box .contact-01 {
    color: rgb(65, 64, 64);
    font-family: EB Garamond;
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
}

.contact-box .contact-02 {
    color: rgb(112, 112, 112);
    font-size: 12px;
    font-weight: 400;
}

.input-123 {
    width: 100%;
    height: 52px;
    background-color: rgb(243, 243, 243);
    border: none;
    border-radius: 6px;
    padding-left: 20px;
    outline: none;
}

.input-sms {
    width: 100%;
    height: 80px;
    padding-top: 10px;
    padding-left: 20px;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: rgb(243, 243, 243);
}

.sent-btn {
    width: 100%;
    height: 46px;
    cursor: pointer;
    background-color: rgb(182, 140, 90);
    border: none;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
}

/* footer part  */

footer {
    margin-top: 100px;
    background-color: rgb(17, 17, 17);
}

.foot-con {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
}

.foot-con .data-01 {
    color: rgb(255, 255, 255);
    font-family: EB Garamond;
    font-size: 18px;
    font-weight: 800;
}

.foot-con .data-02 {
    color: rgb(207, 207, 207);
    font-size: 12px;
    font-weight: 400;
    margin-top: 24px;
    text-decoration: none;
}

.input-mail {
    height: 34px;
    border: none;
    outline: none;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left;
}

.mail-btn {
    height: 34px;
    padding: 0 8px;
    background-color: rgb(182, 140, 90);
    border: none;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
}