@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+LA:wght@100..400&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');


h1 {
    font-family: "Playwrite DE LA", cursive;
    font-weight: 400 !important;
    font-style: normal;
    color:#ED3833 !important;
    font-size: 58px !important;
}
h3{
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    font-size: 24px !important;
    color:#ED3833 !important;
}
p{
    font-size: 16px !important;
    color: rgba(33, 33, 33, 0.80);
}
label,
input,
textarea {
    display: block;
    width: 100%;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.whatsapp-icon{
    position: fixed;
    right:5%;
    bottom: 5%;
}
.whatsapp-icon img{
    width: 60px;
    height: 60px;
}

.email-icon a{
   text-decoration: none;
   border-radius: 6px;
   background-color: #fff;
   padding:10px 5px;
   color:#ED3833;
}
.email-icon {
    position: fixed;
    left: 5%;
    bottom: 5%;
    border-radius: 6px;
    background-color: #fff;
    padding: 7px 14px;
    box-shadow: 4px 0px 10px 4px #0f0f0f0f;
    transition:1s ease-in-out;
}
.email-icon:hover {
    transform: translateY(-5px);
    transition:1s ease-in-out;
}




li {
    padding: 0.3em;
}
span {
    font-weight: 700;
    color: #ED3833;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: 0.8rem;
    text-transform: uppercase;
}
button[type="submit"] {
    background: #ED3833;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 5px;
    margin-top: 1.3em;
    width:100%;
    border:1px solid #fff;
}


form {
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    background: #FFF;
    display: inline-flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.required-star {
    color: #ED3833;
}

input,
textarea {
    width: 100%;
    display: flex;
    padding: 10px 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-color: #fff;
    color: #ED3833;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    line-height: 29px;
    line-height: 2rem;
    border-radius: 8px;
    border: 1px solid #ED3833
}

input::placeholder,
textarea::placeholder {
    color: #ED3833a1;
}


.content-top{
}
.content-inside {
    width: 50%;
    /* padding: 75px 0px; */
    padding: 35px 0px 75px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-logo img {
    width: 300px;
}
.content-header {
    padding-left: 80px;
    padding-top: 40px;
}
.content-sub-header {
    padding-left: 80px;
}
.content-text {
    padding-left: 80px;
}
.copyr {
    margin: 40px 0 0 0;
}
.copyr span {
    font-weight: 500;
    text-transform: capitalize;
}
@media screen and (max-width:991px) {
    .content-top {
        height: auto;
    }
    .content-top{
        background-image:none;
    }  
    .content-logo img {
        width: 300px;
    }
    .content-inside {
        width: 100%;
    }

    .content-header {
        padding-left: 0px;
    }
    .content-sub-header {
        padding-left: 0px;
    }
    .content-text {
        padding-left: 0px;
    }
    h1 {
        font-size: 40px !important;
    }
    p{
        font-size: 18px;
    }

    .content-bottom {
        padding: 0px 0px 150px;

    }
    form {
        background-color: #ffffffbd;
    }
    .content-bottom .container{
        padding-left: 15px !important; 
    }
}


.responsive-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobil cihazlar için (max-width 768px altında) farklı görsel göster */
@media (max-width: 991px) {
   body .content-bottom {
        bottom: 3%;
        z-index: 99;
        width: 100%;
        position: relative;
        background: #d7322d;
        margin-top: -100px;
    }
    .responsive-image img {
        width: 135%;
        height: auto;
        display: block;
    }
    .responsive-image {
        display: flex;
        justify-content: center;
        overflow-x: hidden;
    }
}

.content{
    position: relative;
}
.content-bottom {
    position: absolute;
    bottom: 3%;
    z-index: 99;
    width: 100%;
}