.oncesonra-wrapper .swiper {

    padding-bottom: 50px !important;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


li {
    list-style: none;
}

ol,
ul {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Satoshi", sans-serif;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

header {
    background-color: #07090b;
    position: sticky;
    height: 120px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 4;
}

.container-fluid {
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 94%;
    z-index: 1;
}

header .headlogo {
    z-index: 2;

}

header .headlogo img {
    width: 200px;
    margin-top: 20px;

}

img {
    max-width: 100%;
}

.home-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text1-wrapper {
    position: absolute;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
    cursor: pointer;
    margin-left: 5.5%;
    max-width: 1050px;
    height: auto;
}

.home-text1 {
    color: #fff;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.home-form {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    right: 5.5%;
    z-index: 3;
    color: #fff;
    left: unset;
    width: auto;
    height: auto;
}

.home-form-wrap {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 17px 0 rgba(88, 80, 59, .1), 0 31px 31px 0 rgba(88, 80, 59, .09), 0 70px 42px 0 rgba(88, 80, 59, .05), 0 125px 50px 0 rgba(88, 80, 59, .01), 0 195px 55px 0 rgba(88, 80, 59, 0);
    width: 400px;
    box-sizing: border-box;
    padding: 22px;
}

.heroform-input {
    margin-bottom: 12px;
}

.heroform-input .contact-input {
    border-radius: 4px;
    color: #bfbfbf;
    border: 1px solid #bfbfbf;
    position: relative;

}

.contact-input input {
    background-color: #fbfbfb;
    width: 100%;
    height: 48px;
    padding-left: 16px;
    border: 0;
    font-size: 1rem;
    color: #191919;
    border-radius: 4px;
    letter-spacing: 0;
}

.contact-input input::placeholder {
    color: #191919;
}

.home-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: #fff;
    background: linear-gradient(1deg, rgba(0, 0, 0, .5) 0%,
            rgba(0, 0, 0, .1) 100%);
}


.contact-checkbox {
    font-size: 10px;
    color: #555;
    -moz-user-select: none;
    -ms-user-select: none;

    user-select: none;
    position: relative;
    padding-left: 25px;
}

.contact-checkbox label {
    cursor: pointer;
    color: #555;
}


.contact-checkbox #etkPermit {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #555;
    border-radius: 4px;
    cursor: pointer;

}

.heroform-buton .heroform-btn {
    background-color: #11161b;
    border-radius: 8px;
    margin-top: 15px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 100%;
    color: #fff;
    font-size: 1rem;
}

.home {
    min-height: 790px;
    height: 100vh;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    width: 100%;
}

.homefixed-wp {
    border-radius: 60px;
    background: linear-gradient(232deg, #0cc144 10.58%, #2b964d 85.07%);
    position: fixed;
    bottom: 60px;
    left: 20px;
    width: 60px;
    height: 60px;
    z-index: 5;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.homefixed-wp img {
    display: block;
}

.musteri-text {
    font-size: 38px;
}

.rain-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 50px auto;
    gap: 20px;
}

.rain-wrap .rain-text {
    flex: 1;
    text-align: left;
}

.rain-text h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

strong {
    font-weight: 600;
}

.rain-text p {
    font-size: 16px;
    line-height: 1.6;
}



.daire {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    height: 60px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icon svg {
    width: 30px;
    height: 30px;
    fill: #000;
    margin-right: 14px;
}

.daire .content {
    flex: 1;
    padding-right: 10px;
}

.daire h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.daire p {
    font-size: 12px;
    color: #7f8c8d;
}

.rain-photo {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    overflow: hidden;
    user-select: none;
    background-color: #fff;
    border-radius: 15px;
    height: auto;
}

.rain-photo-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.daire:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}




p {
    margin: 0;
}



.rain-kampanya-wrapper h4 {
    font-weight: 600;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px;

}


.rain-kampanya p {
    width: 100%;
    font-size: 18px;
}

.rain-kampanya-buton {
    display: flex;
    gap: 10px;
}

.kampanyabutonu {
    color: #fff;
    border: 0;
    padding-top:10px;
    background-color: #000;
    height: 56px;
    max-width: 380px;
    flex: 1;
    min-width: 120px;
    text-align: center;
    width: 90%;
    font-weight: 600;
    font-size: 1.063rem;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

h3 {
    font-size: 2.5rem;
}

.kampanyabutonu:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 23px 20px -13px rgba(0, 0, 0, .3);
    box-shadow: 0 23px 20px -13px rgba(0, 0, 0, .3);
    color:white !important;
}

.oncesonra-wrapper {
    background-color: #fff;
    margin-top: 50px;
}

.oncesonra-baslik {
    margin-bottom: 24px;
}


.slider1 {
    position: relative;
    height: 100%;
    width: 100%;
}

.slider1 {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;

    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {

    font-size: 18px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;


}

.swiper-slide img {
    display: block;


    border-radius: 10px;
    object-fit: cover;
    height: 190px;
}

.swiper-pagination {
    display: none;
}

.ekip-wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
    margin-bottom: 100px;
}

.ekip {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 100px;
}

.ekip-aciklama {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    color: #000;
}

.aciklama-title {
    line-height: 120%;
}

.ekip-liste {
    margin-top: 42px;
}

.ekip-liste li {
    margin-top: 22px;
    padding-left: 24px;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ekip-liste h4 {
    font-weight: 600;
}

.ekip-liste p {
    margin-top: 0;
}

.ekip-album {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    position: relative;
    width: 100%;
}

.ekip-album .slider2 {
    position: relative;
    height: 100%;
    max-width: 663px;
}

.ekip-album .slider2 {

    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.ekip-album .swiper {
    width: 100%;
    height: 100%;
}

.ekip-album .swiper-slide {
    text-align: center;
    font-size: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.ekip-album .swiper-slide img {
    display: block;
    max-width: 100%;

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.ekip-album .swiper {

    margin-left: auto;
    margin-right: auto;
}

.ekip-album .swiper-slide {
    background-size: cover;
    background-position: center;

}

.ekip-album .swiper-slide {
    padding-bottom: 60px;
}


.caption {
    background-color: #1d1f20;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 10px;
    width: 100%;
    position: absolute;
    top: 87%;
    left: 0;
    z-index: -1;

}

.ekip-album .ekipsli {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.ekip-album .ekipsli .swiper-slide {
    width: 25%;
    height: 100%;

}



.ekip-album .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;


}


.ekip-album .ekipsli img {
    max-width: 130px;
    width: 100%;
    height: 95px;
}

.ekip-album a {
    position: relative;
    display: block;
}

.ekip-album img {
    border-radius: 10px;
}

.promo-play {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 60px;
    height: 60px;
    background: #737373;
    border-radius: 60px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ekip-album a:hover .promo-play {
    transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.user-yorum-wrapper {
    position: relative;
}

.user-yorum {
    background-color: #fff;
    margin-top: 70px;
    padding-bottom: 40px;
}



.user-bilgi {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10px;
}

.user-bilgi img {

    margin-left: 6px;
}

.yorum-bilgi-box {
    border-radius: 8px;
    padding: 26px;

    background: #fff;
    -webkit-box-shadow: 0 7px 15px 0 rgba(115, 90, 73, .1), 0 27px 27px 0 rgba(115, 90, 73, .09), 0 61px 36px 0 rgba(115, 90, 73, .05), 0 108px 43px 0 rgba(115, 90, 73, .01), 0 169px 47px 0 rgba(115, 90, 73, 0);
    box-shadow: 0 7px 15px 0 rgba(115, 90, 73, .1), 0 27px 27px 0 rgba(115, 90, 73, .09), 0 61px 36px 0 rgba(115, 90, 73, .05), 0 108px 43px 0 rgba(115, 90, 73, .01), 0 169px 47px 0 rgba(115, 90, 73, 0);

    height: 100%;

}

.yorum-paragraf {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;

}

.toggle-btn {
    margin-top: 20px;
    border: 0px;
    background: none;
    color: #777777;
}

.yorum-paragraf.acik {
    max-height: 1000px;
    /* Yeterince büyük bir değer veriyoruz */
}

.yorum-bilgi-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.star {
    color: rgb(207, 207, 76);
}

.yorum-bilgi-box-author {

    font-size: 20px;
    margin-bottom: 15px;
}

.yorum-bilgi-box-content {

    font-size: 1rem;
}

.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;


    visibility: visible;
}

.footer-wrapper {
    background-color: #11161b;
    padding-top: 72px;
    padding-bottom: 55px;
    position: relative;
}

.footer {
    color: #a3a3a3;
    position: relative;
    z-index: 1;
}

.footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-row2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;

    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;


    -ms-flex-pack: justify;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-col {
    max-width: 175px;
    margin-right: 50px;
}

.footer-col p {
    margin-bottom: 24px;
}

.foot-form {
    position: absolute;
    right: 0;
    bottom: 50%;
}

.footer-buttons a {
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 36px;
    border-radius: 8px;
    border: 1px solid #fff;
    margin-left: 20px;
}

.footer-buttons a:hover {
    background: #fff;
    color: #11161b
}

.footer-bottom hr {
    border-top: 1px solid #fff;
    border-bottom: 0;
    margin: 30px 0 20px;
}

.footer-copyright a {
    float: right;
    color: #a3a3a3;
}

.gizlilik {
    margin-top: 100px;
    color: grey;
    font-family: sans-serif;
    padding-bottom: 200px;
}

.gizlilik h2 {
    font-size: 18px;
    margin-bottom: 40px;


}

.dogru-yanlis {
    padding-bottom: 60px;
}

.dogru-yanlis h4 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 18px;
}

.dogru-yanlis p {

    margin-bottom: 10px;
}



.geridon {
    padding-top: 50px;
}

.geridon a {
    font-size: 28px;
    color: #363b3f;

}

.gizlilik h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.gizlilik p {
    font-size: 14px;

}

.footer-copyright {
    font-size: .688rem;
}

.footer-col p a {
    color: #a3a3a3;

}

.footer .home-form {
    position: absolute;
    right: 0;

    top: 0;
}

iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -100px;
}

.footer-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #11161b;
    height: 48px;
    z-index: 3;
    display: none;
}

.mobile-ara {
    width: 50%;
    height: 100%;
    background: linear-gradient(103deg, #0356b4 10.58%, #0066ff 85.07%);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile-ara a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    gap: 15px;
    font-size: .813rem;
}

.mobile-ara a img {
    width: 25px;
}

.mobile-whatsapp {
    background: linear-gradient(103deg, #222222 10.58%, #6f6e6e 85.07%);
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile-whatsapp a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    gap: 15px;
    font-size: .813rem;
}

.mobile-whatsapp a img {
    width: 25px;
}

.mobile-whatsapp:last-child {
    background: linear-gradient(232deg, #0cc144 10.58%, #2b964d 85.07%);
}

.yorum-bilgi-box-content p {
    line-height: 1.2;
}



#demo {
    font-size: 18px;
    background-color: rgb(248, 248, 248);
    width: 160px;
    text-align: center;
    padding-top: 15px;
    height: 60px;
    border-radius: 15px;
    font-weight: 500;
    color: rgb(0, 62, 155);
}

.count {
    width: 100%;
    background-image: url('/assets/images/indir2.png');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    padding-top: 30px;


}

.simply-countdown {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;
    font-family: Inter, system-ui, -apple-system, sans-serif;
    overflow: hidden;
    gap: 1.25rem;
}

.simply-countdown .simply-section {
    width: 75px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px -1px, rgba(0, 0, 0, 0.03) 0px 2px 4px -1px, rgba(0, 0, 0, 0.02) 0px 0px 0px 1px;
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(226, 232, 240, 0.8);
    border-image: initial;
    border-radius: 1rem;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.8;

}

.simply-countdown .simply-section div {
    display: flex;
    flex-direction: column;
    line-height: 1;
    align-items: center;
}

.simply-countdown .simply-section .simply-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgb(30, 41, 59);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.simply-countdown .simply-section .simply-word {
    font-size: 0.6rem;
    font-weight: 500;
    color: rgb(100, 116, 139);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.count .bosluk {
    display: none;
}

.rain-kampanya-wrapper {
    max-width:100%;
    padding-bottom: 48px;
    background-color: #eeeeee;
    position: relative;
}

.rain-kampanya {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.rain-kampanya-article {
    width: 100%;
    margin-top: 30px;

}

.count h4 {
    font-weight: 600;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
}





@media screen and (max-width: 1462px) {
    .dogru-yanlis p {
        font-size: 14px;
        margin-bottom: 15px;
    }


}

@media screen and (max-width: 1366px) {
    .home-text1 {
        font-size: 2.25rem;
    }

    .home-wrapper {
        position: relative;
    }
}


@media screen and (max-width: 1234px) {
    .dogru-yanlis p {
        font-size: 13px;

    }
}

@media (max-width: 1162px) {
    .rain-wrap {
        flex-direction: column;
        padding: 10px;
        text-align: left;
    }

    .rain-text {
        margin-top: 20px;
    }

    .rain-photo {
        height: 400px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1145px) {
    .dogru-yanlis span p {

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1104px) {
    .dogru-yanlis p {

        margin-bottom: 15px;
    }

    .dogru-yanlis span p {

        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .swiper-pagination {
        top: 50px;
        display: block;
    }
}

@media screen and (max-width: 965px) {
    .dogru-yanlis p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .dogru-yanlis .yanlis-5 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

}

@media screen and (max-width: 912px) {
    .home {
        height: auto;
    }

    .ekip {
        padding-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ekip-aciklama {
        width: 100%;
    }

    .ekip-album {
        width: 100%;
    }

    .kampanyabutonu {
        margin-top: 1rem;
        font-size: 1rem;
    }

    .rain-kampanya {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .text1-wrapper {
        top: 0;
        -webkit-transform: none;
        transform: none;
        margin: auto;
        height: 440px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 4vw;
    }

    .home-text1 {
        margin-bottom: 20px;
        font-size: 1.875rem;
    }

    .home-wrapper::after {
        height: 440px;
    }

    .home-form {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
    }

    .home-form-wrap {
        width: 100%;
        border-radius: 0;
    }

    .home-video {
        display: block;
        height: 440px;
    }

    .homefixed-wp {
        display: none;
    }

    .footer-wrapper {
        padding: 50px 20px 0;
    }

    .footer .home-form {
        position: relative;
        top: 0;
        bottom: 10px;
    }

    .footer .home-form-wrap {
        border-radius: 12px;
    }



    .footer-row,
    .footer-row2 {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;

    }

    .footer-row {
        text-align: center;
    }

    .footer-copyright {

        width: 100%;
    }



    .footer-col {
        max-width: 100%;
    }

    .footer-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-buttons a {
        width: 100%;
        margin: 10px 0;
    }

    .footer-wrapper {
        padding-bottom: 90px;
    }

    .footer-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}




@media screen and (max-width: 768px) {
    .reklam-teklif .teklifsel img {
        display: none;
    }

    .reklam-teklif .teklifsel .mobile {
        display: block;
    }



    .daire {
        height: 70px;
    }



    .orta {
        text-align: center;
    }

    .orta p {
        text-align: start;
        margin-left: 15%;
    }



}


@media screen and (max-width: 672px) {
    .caption {
        top: 85%;


    }
}



@media screen and (max-width: 634px) {
    .orta p {

        margin-left: 5%;
    }
}



@media screen and (max-width: 572px) {
    .caption {
        top: 82%;


    }
}


@media screen and (max-width: 585px) {
    .count h4 {

        margin-bottom: 25px;
        font-size: 1.2rem;
    }

    .count {
        padding-left: 20px;
        height:190px;

    }

    .count .bosluk {
        display: inline;
       
    }


}

@media screen and (max-width: 472px) {
    .caption {
        top: 78%;


    }
}

@media screen and (max-width: 452px) {
    .footer-copyright a {
        margin-top: 30px;
    }
    .footer{
        padding-bottom:30px;
    }
    .footer .cerez{
        margin-right: -75px;
    }
}


@media screen and (max-width: 406px) {
    .simply-countdown .simply-section {
        width: 60px;
        height: 55px;

    }
       .count {
       
        height:200px;

    }
}

@media screen and (max-width: 372px) {
    .caption {
        top: 74%;


    }
}


@media screen and (max-width: 304px) {
    .caption {
        top: 70%;


    }
}