@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?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');

html,
body {
    overscroll-behavior: none;
    -ms-scroll-chaining: none;
    scroll-behavior: smooth;
}

* {
    outline: none !important;
    text-decoration: none !important;
}

:root {
    --ana-renk: #0699ce;
    --ana-renk-hover: #164cb1;
    --ana-font: 'Poppins', sans-serif;
}

.ana-renk {
    color: var(--ana-renk) !important;
}

.ana-renk-hover {
    color: var(--ana-renk-hover) !important;
}

.ana-font {
    font-family: var(--ana-font);
}

a:hover,
a:active,
a:focus {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.3px;
    font-weight: 500 !important;
    text-transform: inherit;
    margin: 0 0 15px 0;
}

.slider-icon {
    height: 36px;
    padding-right: 10px;
}

span.madde {
    top: 3px;
    position: relative;
}

.form-1 {
    font-size: 19px !important;
    line-height: 25px !important;
}

.form-2 {
    font-size: 16px !important;
    line-height: 22px !important;
}

.form-3 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.custom-card-style-1 .custom-card-style-1-image-wrapper img {
    height: 84px;
    padding: 15px;
    transform: none;
}

.bas-1 {
    max-height: 56px;
    min-height: 56px;
}

.bas-2 {
    max-height: 110px;
    min-height: 110px;
}

.gray-sec {
    background: #f1f1f1;
    padding: 45px 0;
}

.parallax-background {
    height: 130% !important;
}

@media (min-width: 1200px) {
    #header .header-nav-main nav>ul>li>a {
        padding: 0 0.6rem !important;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 480px) {
    .parallax-disabled .parallax-background {
        height: 100% !important;
    }
}

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}