/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

body {
    font-family: "Poppins", sans-serif !important;
    position: relative;
    overflow: hidden;
}


.logo {
    height: 7rem;
    margin-bottom: 2rem;
}

.title {
    font-size: 28px;
    color: #444;
    margin-bottom: 4px;
    font-weight: 400;
    text-align: center;
    width: 101%;
    line-height: 1.45;
}

.inpDiv {
    max-width: 380px;
    width: 100%;
}

.input-field {
    max-width: 380px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 7px 0;
    height: 44px;
    border-radius: 55px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2rem 85%;
    grid-template-columns: 2rem 85%;
    padding: 0 0.4rem;
    position: relative;
}

    .input-field i {
        text-align: center;
        line-height: 45px;
        color: #acacac;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        font-size: 14px;
    }

    .input-field input {
        background: none;
        outline: none;
        border: none;
        line-height: 1;
        font-weight: 500;
        font-size: 17px;
        color: #333;
    }

.sozlesme-onay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 3px 16px;
    border-radius: 8px;
    font-size: 15px;
}

    .sozlesme-onay span {
        font-size: 14px;
        color: gray;
    }

    .sozlesme-onay a:hover {
        text-decoration: none;
    }

    .sozlesme-onay a {
        color: #ff6d00;
        text-decoration: underline;
    }

.btnn:hover {
    background-color: #ca5800;
}

.btnn {
    width: 150px;
    background-color: #ff6d00;
    border: none;
    outline: none;
    height: 49px;
    border-radius: 49px;
    color: #fff;
    font-weight: 600;
    margin-top: 17px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ortalaDiv {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input::placeholder {
    font-weight: 250;
    opacity: .7;
}

.content h3 {
    font-weight: 500;
    line-height: 1;
    font-size: 40px;
    color: white;
    text-align: center;
}

.content p {
    font-size: 22px;
    padding: 0.7rem 0;
    font-weight: 200;
    color: white;
    text-align: center;
}

.btnn.transparent {
    margin: 0;
    background: none;
    border: 2px solid #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 41px;
    font-weight: 400;
    font-size: 0.8rem;
    padding: 0 2rem;
    margin-top: 1rem;
    font-size: 15px;
}

    .btnn.transparent:hover {
        background-color: rgba(255, 255, 255, 0.281);
    }

.leftSide {
}

    .leftSide::before {
        position: absolute;
        content: "";
        left: -50vw;
        top: -102vh;
        height: 200vh;
        width: 100vw;
        background-image: linear-gradient(-45deg, #ff6d00 0%, #ffc79d 100%);
        border-radius: 50%;
    }

.content {
    z-index: 10;
    position: relative;
    padding: 0 8rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10rem;
}

.contfld {
    height: 100vh;
}



.slidFix.active {
    display: flex;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.slidFix {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff9e;
    z-index: 999;
    backdrop-filter: blur(17px);
    justify-content: center;
    align-items: center;
    animation: opacity .3s;
}

.slidClose {
    position: absolute;
    right: left;
    bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

    .slidClose span {
        font-size: 20px;
        padding: 6px 22px;
        border-radius: 10px;
        background: #ff6d00;
        color: white;
        transition: .2s;
        position: relative;
        z-index: 999;
        cursor: pointer;
    }

        .slidClose span:hover {
            padding: 6px 35px;
        }

.mySwiper {
    width: 70%;
    height: 70vh;
}


.swiper-slide b {
    color: #ff6d00;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.swiper-slide p {
    width: 70%;
    line-height: 1.7;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    margin-top: 1rem;
}


.swiper-slide {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding-bottom: 5rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 26px !important;
    color: #ff6d00 !important;
}

.content video {
    height: 65%;
    margin-top: 3rem;
}

.video-container {
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .video-container .video-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-container video {
        height: 34rem;
        border-radius: 4px;
    }

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

    .play-button-wrapper #circle-play-b {
        cursor: pointer;
        pointer-events: auto;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .play-button-wrapper #circle-play-b svg {
            width: 100px;
            height: 100px;
            fill: #fff;
            stroke: #fff;
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            opacity: 0.9;
        }


@media (max-width: 991px) {

    body {
        overflow: inherit !important;
        overflow-x: hidden;
    }

    .swiper-slide p {
        width: 70%;
        line-height: 1.7;
        font-weight: 300;
        font-size: 15px;
        margin-top: 1rem;
    }

    .swiper-slide b {
        color: #ff6d00;
        font-size: 30px;
        font-weight: 400;
        width: 70%;
    }

    .mySwiper {
        width: 100%;
        height: 90vh;
    }

    .slidClose span {
        font-size: 13px;
    }

    form {
        padding: 5rem 0;
        padding-bottom: 2rem;
    }

    .contfld {
        height: max-content;
    }

    .leftSide::before {
        position: absolute;
        content: "";
        left: 0;
        top: -10rem;
        height: 24rem;
        width: 100vw;
        background-image: linear-gradient(-45deg, #ff6d00 0%, #ffc79d 100%);
        border-radius: 0;
    }

    .content {
        z-index: 10;
        position: relative;
        padding: 0 0rem;
        height: max-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-right: inherit;
        margin-top: 23px;
    }

        .content h3 {
            font-weight: 500;
            line-height: 1;
            font-size: 35px;
            color: white;
            text-align: center;
        }

        .content p {
            font-size: 15px;
            padding: 0.7rem 0;
            font-weight: 200;
            color: white;
            text-align: center;
        }

    .btnn.transparent {
        margin: 0;
        background: none;
        border: 2px solid #fff;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 35px;
        font-weight: 400;
        font-size: 0.8rem;
        padding: 0 2rem;
        margin-top: 0rem;
        font-size: 13px;
    }
}
