@import "./global.css";

#homepage{
    background-color: var(--neutral-50);
}

.btn{
    border-radius: 8px;
    padding: 10px 24px;
}

.btn-primary, .btn-primary:focus,
.btn-primary:hover, .btn-primary:active{
    background-color: var(--neutral-900);
    border-color: var(--neutral-900);
}

/* ilk kısım css*/
.begin-area{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 30px;
}

.begin-area h1 {
    font-size: 54px;
    width: 70%;
    color: var(--neutral-900);
    font-weight: 700;
}

.begin-area p{
    font-size: 18px;
    width: 48%;

}

.begin-area img{
    width: 100%;
    max-width: 764px;
}

.partners-area{
    gap: 32;
    margin-top: 82px;
}

.partners-area p{
    width: fit-content;
    padding:0;
    margin: 0;
    align-self: center;
    font-size: 21px;
}

.partners-area .box{
    height: 64px;
}

/* ikinci kısım css*/
.growth-area{
    padding: 100px 0;
}
.growth-area .container{
    max-width: 960px;
    width: 100%;
    padding: 0;
}
.discover-area{
    margin-top: 30px;
}
.discover-area .box{
    width: 472px;
    border-radius: 16px;
    background: var(--neutral-0);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.10);
    padding: 24px 20px;
    font-size: 18px;
}

.discover-area .box h6{
    font-size: 18px;
    font-weight: 700;
}

.discover-area .box img{
    max-width: 472px;
}

.discover{
    margin-top: 0;
}

.discover .box{
    width: 312px;
    margin-top: 14px;
}

.discover-more{
    display: flex;
    justify-content: end;
    margin: 16px 0 0 0;
}
.discover-more a{
    color: var(--neutral-900);
    text-decoration: none;
}

/* üçüncü kısım */
.contact-us{
    height: 316px;
    background-color: var(--neutral-200);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.contact-us h2{
    font-weight: 700;
    font-family: Gilroy-SemiBold;
}
.contact-us h2:last-of-type{
    font-weight: 400;
    font-family: Gilroy-Regular;
    margin-bottom: 40px;
}

.contact-us .form-group{
    height: 52px;
    margin-top: 32px;
    text-align: end;
}

.contact-us .form-control{
    border-radius: 8px;
    height: 52px;
    width: 436px;
    border-color:  var(--neutral-200)
}

.contact-us .form-control::placeholder {
    color: var(--neutral-400);
}

.contact-us .form-group button{
    position: relative;
    bottom: 48px;
    right: 4px;
}

/* MOBİL CSS */
@media (max-width:1024px){
    .growth-area .discover-area{
        flex-direction: column;
        align-items: center;
    }
    .growth-area .box{
        max-width: 484px;
    }
    .discover .box{
        max-width: 484px;
        width: 100%;
    }
    .growth-area .container{
        width: fit-content;
    }
    .discover-more{
        margin: 16px 0 0 auto;
    }
}
@media (max-width:768px){
    .begin-area h1 {
        font-size: 34px;
        width: 80%;
    }
    .begin-area p {
        font-size: 14px;
        width: 77%;
    }
    .partners-area{
        flex-direction: column;
        gap: 16px;
        margin-top: 45px;
    }
    .partners-area img{
        width: 68px;
    }
    .partners-area p{
        width: fit-content;
    }
    .growth-area .discover-area{
        flex-direction: column;
        align-items: center;
    }
    .growth-area .box{
        max-width: 284px;
    }
    .discover-area .box img{
        max-width: 284px;
    }

}
@media (max-width:426px){
    .growth-area h4{
        font-size: 14px;
    }
    .growth-area h2{
        font-size: 18px;
        font-weight: 700;
    }

    .discover-area .box h6{
        font-size: 12px;
    }
    .discover-area .box p{
        font-size: 12px;
    }
    .discover .customizable img{
        height: 110px;
    }
    .contact-us {
        height: 242px;
    }
    .contact-us h2{
        font-size: 18px;
    }
    .contact-us h2:last-of-type{
        font-size: 14px;
    }
    .contact-us {
        height: 276px;
    }
    .contact-us .form-control{
        width: 284px;
        height: 40px;
        font-size: 14px;
    }
    .contact-us button{
        right: 100px;
        top: 14px;
        bottom: 0px;
        width: 90px;
        height: 30px;
        font-size: 12px;
        text-wrap: nowrap;
        padding: 6px 12px;
    }
}
