@charset "UTF-8";
/* 
    * Aves Dijital Reklam Ajansı
    * Telephone - 0 850 307 99 51
    * Author - Serkan MUTU
    * Web - www.aves.com.tr
    * Style CSS - 2022
    * Version 2.0.1
    * Licensed under MIT

    # - INDEX
    1 - IMPORT CSS FILE
    2 - GENERAL DEFINITIONS
    3 - BACKGROUND
    4 - TEXT
    5 - IMAGE
    6 - HTML UI
    7 - CUSTOM BOOTSTRAP UI
    8 - SCROLLBAR
    9 - CUSTOM CSS
    10 - ROOT

*/

/* 1-IMPORT CSS FILE
***************************************************************************************************************/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');

/* 2-GENERAL DEFINITIONS
***************************************************************************************************************/
* {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    outline: none !important;
}
*:focus {
  outline: none !important;
}
html,
body {
  height: 100%;
}
body {
  background-color: #ecf1fa;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
ul,ol {
    list-style: none;
}
a {
    color: var(--bs-master);
    text-decoration: none;
}
a:hover {
    color: var(--bs-master-hov);
}
.cur-p {
    cursor: pointer;
}
.show {
    display: block;
    visibility: visible;
}
.active {
    display: block;
    visibility: visible;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
strong{
    color: var(--bs-master);
    margin-left: 5px;
}

/* 3-BACKGROUND
***************************************************************************************************************/
.bg-master {
    background-color: var(--bs-master) !important;
}
.bg-slave {
    background-color: var(--bs-slave) !important;
}
.bg-darkness {
    background-color: var(--bs-darkness) !important;
}
.bg-gradient-master{
    background-image: linear-gradient(to right, #001e42 0%, #a71d8e);
}
.bg-gradient-slave{
    background: linear-gradient(115deg,#fcc3d1,#e1a5d4)
}
.bg-gradient{
    background-image: linear-gradient(90deg, #b2edff 0%, #e9dbff 25%, #c1ffe1 50%, #b2edff 75%, #e9dbff 100%);
}

.bg-active {
    display: block;
    background-color: var(--bs-active) !important;
    color:var(--bs-white);
}
.bg-opacity-black {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-opacity-white {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-opacity-30 {
    opacity: .3;
}
.bg-opacity-50 {
    opacity: .5;
}
.bg-opacity-70 {
    opacity: .7;
}
.bg-opacity-90 {
    opacity: .9;
}

/* 4-TEXT
***************************************************************************************************************/
.text-master {
    color: var(--bs-master) !important;
}
.text-slave {
    color: var(--bs-slave) !important;
}
.text-justify { 
    text-align: justify !important; 
}
.text-nowrap { 
    white-space: nowrap !important; 
}
.text-active{
    color:var(--bs-active) !important;
}
.text-half-colour{
    background: linear-gradient(125deg,#e31f5c 0,#e31f5c 41%,#000 41%,#000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-border{
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px rgba(29, 33, 34, 0.2);
    -webkit-text-stroke: 1px rgba(247, 247, 247, 0.7);
}

.text-vertical{
    position: absolute;
    left:0;
    bottom: 0px;
    z-index: 3;
    font-size: 16px;
    color: var(--bs-darkness);
    font-weight: 400;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(180deg);
}
.text-vertical::after{
    content: "";
    height: 90px;
    width: 1px;
    background: var(--bs-darkness);
    display: block;
    float: left;
    position: relative;
    left: -12px;
}

.fw-300{
    font-size: 300 !important;
}
.fw-500{
    font-size:500 !important
}
.fw-600{
    font-size:600 !important
}
.fw-800{
    font-size: 800 !important;
}

/* 5-IMAGE
***************************************************************************************************************/
img.custom {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -webkit-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -moz-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -ms-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    -o-border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/* 6-HTML UI
***************************************************************************************************************/
main {
    position:relative;
    display: block;
    width: 100%;
    min-height: 100%;
    height: 100%; 
}
main .wrapper {
    display: block;
    min-height:100%; 
    height:100%; 
    height:auto;
}
header{
    position: relative;
}
header a{
color: var(--bs-master);
}
header a:hover{
color:var(--bs-master-hov)
}

footer{
    position: relative;
    color: var(--bs-light);
}
footer a{
    color: var(--bs-light);
}
footer a:hover{
    color: var(--bs-white);
}
footer .footer-title{
    color: #fff;
    font-weight: 500; 
    letter-spacing: .2em;
}
footer .footer-title::before{
    position: relative;
    display: inline-block;
    content: '';
    top: 1px;
    width: 15px;
    height: 15px;
    margin-right: 16px;
    background: #b62e26;
}
footer .copyright{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-top:1px solid #000;
    font-size: .83rem;
}
footer .copyright p{
    margin: 0;
    color: var(--bs-gray-600);
}
footer ul{
    padding: 0;
    font-size: 14px;
}
footer ul li{
    padding: 5px 0;
    font-size: 14px;
}

.popup-wp{
    position: fixed;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.7);
    z-index: 9999;
}
.popup{
    position: fixed;
    width: 70;
    max-height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 10000;
    padding: 5px;
    border-radius: 10px;
}
.popup img{
    position: relative;
    width: 100%;
    height:auto
}
.popup .popup-close{
    position: absolute;
    right: -20px;
    top:-20px;
    background-color: white;
    border-radius: 50%;
    z-index: 10001;
}
.popup .popup-close img{
    width: 50px;
    cursor: pointer;
}

.topup {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: var(--bs-master);
    color: var(--bs-white);
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000;
    border: 1px solid #dedede;
}

.play-button{
    text-align: center;
    position: relative;
}
.play-button a {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
}
.play-button a i {
    position: absolute;
    z-index: 3;
    color:#ee3131;
    font-size: 60px;
    left: 50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.play-button a::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
} 
.play-button a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.mouse{
    position: absolute;
    bottom: 40px;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
}
.mouse .mouse-icon {
    display: block;
    width: 25px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.mouse .mouse-wheel {
    height: 4px;
    margin: 2px auto 0;
    display: block;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
@keyframes wheel-up-down {
    0% {
      margin-top: 2px;
      opacity: 0; }
    30% {
      opacity: 1; }
    100% {
      margin-top: 20px;
      opacity: 0; } 
}

#rspmenu-wp li{
    list-style: none;
}
#rspmenu-wp li{
    width: 100%;
    padding: 7px 0;
}
#rspmenu-wp li a{
color: #1d2023;
}
#rspmenu-wp li a i{
    margin-right: 15px;
}

.rspMenu{
    position: fixed;
    right: 1em;
    top:.4em;
    z-index: 9999;
}
.rspMenu i{
    font-size: 40px !important;
}
.rspMenu a{
    color: var(--bs-master) !important;
}

.rspSubmenu{
    margin-left: 15px;
}
.rsp-language{
    position: relative;
    width: 100%;
    background-color: var(--bs-light);
    padding: .5rem 0;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.rsp-language ul{
    margin: 0 !important;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rsp-language ul li{
    margin-right: 15px;
    font-size: 16px;
}
.rsp-language ul li a:hover{
    color:#1d2023;
}

.rsp-menu{
    position: relative;
    width: 100%;
}
.rsp-menu li a{
    color:var(--bs-darkness);
}
.rsp-menu li a:hover{
    color:var(--bs-master);
}
.rsp-menu li a.rsp-dropdown{
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}
.rsp-menu li .rsp-dropdown-menu{
    position: relative;
    width: 100%;
    opacity: 0;
    height: 0;
}
.rsp-menu li .rsp-dropdown-menu.open{
    opacity: 1;
    height: auto;
    padding:10px ;
}
.rsp-menu li .rsp-dropdown-menu li{
    padding:5px;
}

.box{
    display: flex;
    position: relative;
    min-height: 1px;
    -webkit-tap-highlight-color: transparent;
}
.box-inner{
    position: relative;
    padding: 0 15px 0 35px;
}
.box-inner::before{
    left: 17px;
    content: '';
    position: absolute;
    top: 51px;
    left: 12px;
    bottom: -30px;
    width: 35px;
    border: 3px solid #f5a63f;
    border-top: 0;
    border-right: 0;
    transition: 0.33s ease-out;
}
.box-inner img{
    position: relative;
    z-index: 2;
    width: 100%;
}

.box .box-title{
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
}

header .logo,
.logo{
    position: relative;
    z-index: 9;
}
.header-lang{
    color: var(--bs-darkness) !important;
}
.header-lang a{
    color: var(--bs-darkness) !important;
}
.header-lang span{
    padding: 5px;
}
.header-lang span.active{
    background-color: var(--bs-active);
    color: var(--bs-white);
}

.kurumsal-divider::before{
    display: inline-block;
    content: '';
    width: 58px;
    height: 3px;
    background: #b62e26;
    transition: all .3s ease-in-out;
}
.kurumsal-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    color: #b62e26;
    background: var(--bs-gray-300);
    border:5px double var(--bs-gray-500);
    transition: all .3s ease;
    margin-bottom: 10px;
}
.kurumsal-icon i{
    font-size: 35px;
}

.faliyet-img{
    position: relative;
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.faliyet-img .image-hov{
    position: absolute;
    width: 96%;
    height: 96%;
    background-color:#fff;
    visibility:hidden;
    opacity: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;    
    color: var(--bs-master);
}

.faliyet-img:hover .image-hov{
    visibility: visible;
    opacity: 1;

}
.faliyet-title{
    transition: all .3s ease;
}


#slider-wp .slider-caption {
    position: absolute;
    z-index: 2;
    padding: 0 5vw;
    width: 100%;
    color: var(--bs-white);
    top: 50%;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}
#slider-wp .slider-caption .slider-title {
    color: #fff;
    text-transform: uppercase;
}
#slider-wp .slider-caption .slider-title h1 {
    display: block;
    text-transform: capitalize;
    font-weight: 700 !important;
    font-size: 54px;
    letter-spacing: 0.5px;
}
#slider-wp .slider-caption .slider-title h2 {
    display: block;
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: 40px;
    letter-spacing: 0.5px;
}
#slider-wp .slider-button .btn{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 10px 49px;
    line-height: 20px;
    margin-right: 10px;
    text-transform: uppercase;
    line-height: 25px;
    margin-top: 30px;
}

#banner-wp {
    position: relative;
    width: 100%;
    height: 300px;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
#banner-wp .media-wp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
#banner-wp .media-wp img{
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: 50% 50%;
}
#banner-wp .banner-caption {
    position: relative;
    z-index: 2;
    padding: 0 4vw;
    width: 100%;
    color: var(--bs-white);
    bottom:50px;
}
#banner-wp .banner-caption .banner-title {
    color: #fff;
    text-transform: uppercase;
}
#banner-wp .banner-caption .banner-title h1 {
    display: block;
    text-transform: capitalize;
    font-weight: 700 !important;
    font-size: 64px;
    letter-spacing: 0.5px;
}


/* 7-CUSTOM BOOTSTRAP UI
***************************************************************************************************************/
.alert{
    margin-bottom: 0 !important;
}

.card .card-body{
    padding: 40px 30px !important;
}
.card .card-title{
    color: var(--bs-master);
}

.form-switch .form-check-input{
    font-size: 18px;
    background-color:rgb(92, 45, 145, 0.6);
}
.form-switch .form-check-input:checked{
    background-color: var(--bs-master);
}
.form-check-input:focus{
    color: black;
    outline: 0;
    border: 0;
    box-shadow: none;
}
.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}
.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.card .image{
    display: inline-block;
    width: 100%;
    height: 185px;
}
.card .image img{
    display: block;
    width:100%;
    height: 100%;
    object-fit: cover;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:active{
    background-color: var(--bs-master) !important;
    color:white !important;
}
.btn-outline-master{
    border: 1px solid var(--bs-master) !important;
    color:var(--bs-master) !important;
}
.btn-outline-master:hover{
    background-color: var(--bs-master) !important;
    color:white !important;
}
.btn-outline-slave{
    border: 1px solid var(--bs-slave) !important;
    color:var(--bs-slave) !important;
}
.btn-outline-slave:hover{
    background-color: var(--bs-slave) !important;
    color:white !important;
}

.navbar-nav .nav-item{
  margin-left: 20px;
}

.navbar-nav .nav-item .nav-link{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.navbar-nav .nav-item .nav-link.active{
    color:var(--bs-active);
}

/* 8-SCROLLBAR
***************************************************************************************************************/
::-webkit-scrollbar { width: 5px;}
::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 5px; }
::-webkit-scrollbar-thumb {background: var(--bs-slave); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover {background: #555;}

/* 9-CUSTOM CSS
***************************************************************************************************************/



/* 10-ROOT
***************************************************************************************************************/
:root {
    --bs-active:#b91031;
    --bs-active-how: rgba(92, 45, 145, .9);
    --bs-master: #b91031; /*#23222d*/
    --bs-master-hov: rgb(92, 45, 145, .9);
    --bs-slave: #1f437e;
    --bs-slave-hov:rgb(167, 29, 142, .9);
    --bs-darkness: #242530;
    --bs-delay: 0;
    --bs-duration: 800ms;
    --bs-iterations: 1;
  }