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

body {
    scroll-behavior: smooth;
    background-color: black;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.header
{
    width: 100%;
    height: 100vh;
    background: url(../images/header-background.png);
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: center;
    margin-bottom: 150px;
}

.logo
{
    width: 145px;
    height: 87px;
    background: url(../images/logo.png);
    background: cover;
    background-repeat: no-repeat;
}

.logo-header
{
    position: absolute;
    top: 15px;
    left: 15px;
}

.header-title
{
    margin-top: 170px;
    width: 755px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header-description
{
    margin-top: 35px;
    width: 640px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.learn-more
{
    margin-top: 200px;
}

button
{
    min-width: 180px;
    min-height: 70px;
    border-radius: 5px;
    background: #F39F5A;
    border: none;
    cursor: pointer;
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: font-size 0.2s ease;
}

button:hover
{
    font-size: 25px;
}

.main-container
{
    background: url(../images/main-background.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.container
{
    width: 100%;
    height: 100vh;
    position: relative;
    margin-top: 400px;
}

.text-container
{
    background: #F5E9DF;
    padding: 90px;
}

.f-t-c
{
    width: 650px;
    height: 550px;
    position: absolute;
    left: 50%;
    top: 150px;
    z-index: 3;
}

.t-title
{
    color: #000;
    font-family: Roboto;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 70%;
}

.t-description
{
    margin-top: 30px;
    color: rgba(37, 29, 29, 0.60);
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.f-image
{
    width: 846px;
    height: 859px;
    background: url(../images/image1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 250px;
    top: 0px;
    z-index: 1;
}

.under
{
    border: 2px solid #F5E9DF;
    position: absolute;
}

.f-under
{
    width: 480px;
    height: 560px;
    left: 150px;
    top: 350px;
    z-index: 0;
}

.s-under
{
    width: 320px;
    height: 340px;
    right: 170px;
    top: 190px;
    z-index: 0;
}

.s-image
{
    width: 740px;
    height: 740px;
    background: url(../images/image2.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 270px;
    top: 230px;
    z-index: 1;
}

.s-t-c
{
    width: 470px;
    height: 550px;
    position: absolute;
    left: 430px;
    top: 150px;
    z-index: 3;
}

.cards-container
{
    display: flex;
    gap: 75px;
    justify-content: center;
    margin-top: 500px;
}

.card
{
    width: 488px;
    border-radius: 5px;
    border: 2px solid #F5E9DF;
    color: #F5E9DF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    transition: background-color 0.5s ease;
}

.card:hover
{
    color: black;
    background: #F5E9DF;
}

.card-title
{
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-description
{
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 40px;
}

.get-in-touch
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 450px;
}

.gt-title
{
    color: #FFF;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gt-description
{
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 798px;
    height: 91px;
}

.gt-form
{
    margin-top: 55px;
    display: flex;
    height: fit-content;
    width: fit-content;
}

.gt-ne-container
{
    display: flex;
    flex-direction: column;
    width: 400px;
    gap: 17px;
}

.gt-i
{
    height: 50%;
}

.gt-message
{
    height: 150px;
    width: 400px;
    margin-left: 15px;
    align-items: flex-start;
}

.send
{
    margin-top: 120px;
}

.footer
{
    color: #F5E9DF;
    margin-top: 150px;
    display: flex;
    padding: 15px;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    opacity: 0.7;
}
.footer-left
{
    width: 50%;
}

.footer-right
{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer-about
{
  font-size: 12px;
  text-align: right;
}


.logo-footer
{
    transform: translate(0.8,0.8);
}

input, textarea
{
    border-radius: 5px;
    border: 2px solid #F5E9DF;
    background: none;
    opacity: 0.5;
    color: rgba(245, 233, 223, 0.633);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    padding: 5px;
    resize: none;
}



input:focus, textarea:focus
{
    opacity: 1;
    outline: none;
}


.js-scroll {
opacity: 0;
transition: opacity 500ms;
}
  
.js-scroll.scrolled {
opacity: 1;
}

.scrolled.fade-in {

    animation: fade-in 1s ease-in-out both;
  
}

.scrolled.fade-in-bottom {

animation: fade-in-bottom 1s ease-in-out both;

}

.scrolled.slide-left {

animation: slide-in-left 1s ease-in-out both;

}

.scrolled.slide-right {

animation: slide-in-right 1s ease-in-out both;

}

@keyframes slide-in-left {

0% {

    transform: translateX(-100px);

    opacity: 0;

}

100% {

    transform: translateX(0);

    opacity: 1;

}

}

@keyframes slide-in-right {

0% {

    transform: translateX(100px);

    opacity: 0;

}

100% {

    transform: translateX(0);

    opacity: 1;

}

}

@keyframes fade-in-bottom {

0% {

    transform: translateY(50px);

    opacity: 0;

}

100% {

    transform: translateY(0);

    opacity: 1;

}

}

@keyframes fade-in {

0% {

    opacity: 0;

}

100% {

    opacity: 1;

}

}
