:root{
    --bg:#FBFBFB;
    --lgray:#718096;
    --gray:#2D3748;
}
body {
    margin: 0;
}

header{
    display: flex;
    position: fixed;
    top: 0; left: 0; right: 0;
    padding: 0 5.19rem;
    justify-content: space-between;
    align-items: center;
    height: 5.31rem;
    background-color:#fff ;
}

.logo{
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    flex-grow: 0.5;
}

.search{
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding-left: 3rem;
}

.search svg {
    width:1.25rem ;
}
.search input{
    border: none;
    color:var(--gray);
    height: 1.2rem;
}

header nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 2rem;
}

header nav ul li{
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

header nav ul a {
    color: inherit;
    text-decoration: none;
}

header nav svg {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.d1{
    padding: 9.7rem 5.8rem 4.62rem  7.94rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg);

}

.d11 h1{
    font-family: Inter;
    font-size: 3.75rem;
    font-weight: 700;
    line-height: normal;
}


.d11 p{
    color: var(--gray);
    font-family: Inter;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: normal;
}

.d11 img {
    transform: translateY(-210%) translateX(190%);
}

.d2{
    margin: 2.44rem 5.81rem 2.7rem 5.81rem;
    display: flex;
    justify-content: space-between;
    border-radius: 0.3125rem;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 5px 4px 0px rgba(221, 221, 221, 0.25);
    gap: 4.84rem;
}

.d21{
    margin: 0 auto;
    padding: 2.56rem 0rem 2.7rem 3.7rem ;
    flex-shrink: 0;
    width: 25rem;
}


.d2-img {
background: url(../public/images/d2-img.jpg) no-repeat;
background-size: cover;
flex-basis: 100%;

}

.d21 h3{
    color: var(--gray);
    font-family: Inter;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: normal;
}

.d21 p ,.d31 p {
    color: var(--lgray);
    font-family: Inter;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: normal;
}

.d211{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span{
    color: var(--lgray);
    font-family: Inter;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    padding: 0 !important;
}

h4{
    color: var(--gray);
    font-family: Inter;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0 !important;
    margin: 0;
}

.d3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.12rem;
    margin: 0 5.9rem;
}

.d31{
    border-radius: 0.3125rem;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(192, 189, 189, 0.25);
}

.d31 :not(img){
    padding: 0 1.5rem 1.5rem 1rem;
}

.d31 img {
    width: 100%;
}

.d31 h3 {
    color: var(--gray);
    font-family: Inter;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
}

.d311{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d4{
    margin: 2.7rem 5.81rem 1.94rem 5.87rem;
    display: flex;
    background-color: var(--bg);
}

.d4-img {
    background: url(../public/images/d4-img.jpg) no-repeat;
    background-size: cover;
    flex-basis: 100%;
    
 }

.d41{
    padding: 6.13rem 4.31rem 7.38rem 3.94rem ;
    width: 19.25rem;
    flex-shrink: 0;
}

.d41 h3{
    font-family: Inter;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: normal;

}

.d41 p {
    color: var(--lgray);
    font-family: Inter;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}

.btt{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6B46C1;
    border-radius: 0.3125rem;
    margin-right: 5.81rem;
    margin-left: auto;
    width: 7.625rem;
    height: 2.3rem;
    gap: 0.44rem;
    
}

.btt a{
    color: inherit;
    text-decoration: none;
}

.btt span {
    color: #FFF;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5.81rem;
    height: 5rem;
    margin-top: 2.7rem;

}

.social ul {
    list-style: none;
    display: flex;
    gap: 2.05rem;
}

footer p {
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


