@font-face {
    font-family: 'ZonaPro';
    src: url('../css/fonts/ZonaPro.eot');
    src: url('../css/fonts/ZonaPro.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/ZonaPro.svg#ZonaPro') format('svg'),
    url('../css/fonts/ZonaPro.ttf') format('truetype'),
    url('../css/fonts/ZonaPro.woff') format('woff'),
    url('../css/fonts/ZonaPro.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ZonaPro-SemiBoldItalic';
    src: url('../css/fonts/ZonaPro-SemiBoldItalic.eot');
    src: url('../css/fonts/ZonaPro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/ZonaPro-SemiBoldItalic.svg#ZonaPro-SemiBoldItalic') format('svg'),
    url('../css/fonts/ZonaPro-SemiBoldItalic.ttf') format('truetype'),
    url('../css/fonts/ZonaPro-SemiBoldItalic.woff') format('woff'),
    url('../css/fonts/ZonaPro-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma-Bold';
    src: url('../css/fonts/Axiforma-Bold.eot');
    src: url('../css/fonts/Axiforma-Bold.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/Axiforma-Bold.svg#Axiforma-Bold') format('svg'),
    url('../css/fonts/Axiforma-Bold.ttf') format('truetype'),
    url('../css/fonts/Axiforma-Bold.woff') format('woff'),
    url('../css/fonts/Axiforma-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ZonaPro-ExtraBold';
    src: url('../css/fonts/ZonaPro-ExtraBold.eot');
    src: url('../css/fonts/ZonaPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../css/fonts/ZonaPro-ExtraBold.svg#ZonaPro-ExtraBold') format('svg'),
    url('../css/fonts/ZonaPro-ExtraBold.ttf') format('truetype'),
    url('../css/fonts/ZonaPro-ExtraBold.woff') format('woff'),
    url('../css/fonts/ZonaPro-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
.btn:focus, .btn:active,
.form-control:focus, .form-control:active{
    outline: none !important;
    box-shadow: none !important;
}
body{
    background: #0fa48d;
    background: linear-gradient(#007361,#252525,#060606 );
    overflow-x: hidden;
    transition: background 1s ease;
}
h1{
    font-family: ZonaPro-ExtraBold, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 64px;
    color: #fff;
}
h2{
    font-family: ZonaPro-ExtraBold, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 32px;
    color: #fff;
}
h3{
    font-family: ZonaPro-ExtraBold, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 26px;
    color: #fff;
}
p{
    font-family: ZonaPro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #fff;
}
.navbar-nav .nav-link{
    font-family: ZonaPro-SemiBoldItalic, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 15px;
    color: #fff !important;
}
.btn-white-outline{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 13px;
    font-family: 'Axiforma-ExtraBold', sans-serif;
    height: 30px;
}
.btn-white-outline:hover{
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}
.btn-white{
    background-color: #fff;
    color: #000000;
    border-radius: 8px;
    font-size: 13px;
    height: 30px;
    font-family: 'Axiforma-ExtraBold', sans-serif;
}
.btn-white:hover{
    background-color: #eeeeee;
    color: #000;
}
.navbar-collapse .dropdown-menu{
    background-color: rgba(255, 255, 255, 0.84) !important;
    left: -100px !important;
    border: none !important;
    position: absolute;
}
.navbar-collapse .dropdown-menu .dropdown-item{
    color: #000000;
    font-size: 12px;
    font-family: 'Axiforma-ExtraBold', sans-serif;
    padding: 7px 15px;
}
.navbar-collapse .dropdown-item:focus,
.navbar-collapse .dropdown-item:hover{
    background-color: rgba(255, 255, 255, 0.82) !important;
}
.navbar-collapse .dropdown-toggle::after{
    color: #ffffff;
}
.nav-bg{
    width: 70%;
    height: 125px;
    background-image: url(../images/nav-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    right: 0;
}
.cover-shine{
    width: 100%;
    min-height: 500px;
    background-image: url('../images/cover-shine.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-position: top left;
    z-index: -99;
}
.btn-1{
    background-color: #292929;
    color: #fff;
    font-family: ZonaPro-ExtraBold, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
    border-radius: 2rem;
    width: 100%;
}
.btn-1:hover{
    color: #fff;
    background-color: #020205;
}
.btn-2{
    background-color: #0fa48d;
    color: #fff;
    font-family: ZonaPro-ExtraBold, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
    border-radius: 2rem;
}
.btn-2:hover{
    color: #fff;
    background-color: #207ba4;
}
figure.cover-filtre img {
    vertical-align: middle;
    -webkit-filter: grayscale(100%) contrast(0.9);
    -moz-filter: grayscale(100%) contrast(0.9);
    filter: grayscale(100%) contrast(0.9);
}
figure.cover-filtre:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
}
.navbar-light .navbar-toggler{
    border: none;
}
.cover-img{
    position: absolute;
    width: 70%;
    right: 0;
    top: 50px;
    z-index: -9999;
}
.btn-form{
    background-color: rgba(255, 255, 255, .15);
    color: #fff;
    font-family: ZonaPro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    border-radius: 0;
}
.btn-form:hover{
    color: #fff;
    background-color: rgba(255, 255, 255, .25);
}
.form-control{
    background-color: transparent;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    border-left: 0;
    margin: 10px 0;
    padding: 10px;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #fff !important;
    font-family: ZonaPro, sans-serif;
}
.form-control:focus{
    background-color: transparent;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    border-left: 0;
    outline: none;
    box-shadow: none;
}
.form-control::placeholder{
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: rgba(255, 255, 255, .55);
    font-family: ZonaPro, sans-serif;
}
.form-headline{
    letter-spacing: 20px;
    font-family: ZonaPro, sans-serif;
    font-style: normal;
    font-weight: 500;
}
.social ul{
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.social a{
    margin: 0 5px;
}
.social img{
    width: 20px;
    transition: all .3s ease-in-out;
}
.social img:hover{
    transform: scale(1.2);
}
.iletisim{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.btn-iletisim{
    width: 60px;
    height: 60px;
    background-color: #ffd100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 28px;
    transition: all .3s ease-in-out;
    margin: 10px 0;
}
.btn-chat{
    width: 45px;
    height: 45px;
    background-color: #3b66ff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: all .3s ease-in-out;
    margin: 10px 0;
}
.btn-whatsapp{
    width: 45px;
    height: 45px;
    background-color: #25d366;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: all .3s ease-in-out;
    margin: 10px 0;
}
.btn-telegram{
    width: 45px;
    height: 45px;
    background-color: #0088cc;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: all .3s ease-in-out;
    margin: 10px 0;
}
.btn-iletisim:hover{
    transform: scale(1.1);
}
.btn-chat:hover,
.btn-whatsapp:hover,
.btn-telegram:hover{
    transform: scale(1.1);
    color: #fff;
}
a:hover{
    text-decoration: none;
}
.casino-oyunlari-1{
    width: 75%;
}
.casino-oyunlari-2{
    width: 60%;
}
.iletisim-img{
    width: 100%;
}
@media (max-width: 1500px) {
    .nav-bg{
        width: 75%;
    }
}
@media(max-width: 1200px){
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 20px;
    }
    p{
        font-size: 13px;
    }
    .btn-1{
        font-size: 15px;
    }
}
@media(max-width: 992px){
    .casino-oyunlari-1{
        width: 50%;
    }
    .casino-oyunlari-2{
        width: 40%;
    }
    .iletisim-img{
        width: 25%;
    }
    .navbar-brand{
        width: 45%;
    }
    .nav-bg {
        width: 87%;
    }
}
@media(max-width: 768px){
    .nav-bg{
        background-image: none;
    }
    .btn-white, .btn-white-outline{
        width: 100px;
    }
}
@media(max-width: 575px){
    h1{
        font-size: 48px;
    }
    .navbar-brand{
        width: 60%;
    }
}
