@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');


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

body{
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    
}
.font-family1{
    font-family: 'Poppins', sans-serif !important;
}
a{
    text-decoration: none;
}
.color-primary{
   color:#32C36C !important;
}
.top-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding :0.4rem 3rem;
}
.top-bar span{
    font-weight: 200;
    font-size: 15px;
}
.top-bar .tb-end a{
    font-size: 20px;
}
.navbar-ayar{
    padding:0 3.8rem !important;
    padding-right: 0 !important;
    font-size: 20px;
}


.navbar-ayar ul li{
    padding: 1rem 0.5rem;
}
.navbar-ayar ul li:hover{
    background-color: #32C36C;
    transition: 0.5s;
}
.navbar-ayar ul li:hover a{
    transition: 0.2s;
    color: rgba(255, 255, 255, 0.829);
}
.navbar-wp{
    
    background-color: #32C36C;
    padding: 1rem 2.5rem !important;
    color: rgba(255, 255, 255, 0.829);
}
.navbar-wp a{
    color: rgba(255, 255, 255, 0.829);
    cursor: pointer;
}
.navbar-wp a:hover{
    color: rgba(255, 255, 255, 0.829);
}
.navbar-wp:hover i{
    color: rgba(255, 255, 255, 0.829);
    transform: rotate(360deg);
    transition: 1s;
}
.bg-img{
    background-image: url('../img/denemebaslik.jpg')!important;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin: 0% !important;
    color: rgba(255, 255, 255, 0.767);
}
.two-div{
    
    position: relative;
    top: -3rem;
    color: rgba(255, 255, 255, 0.767);
}
.two-div div{
    background-color: #25b35ee3;
}
.p{
    width: 85%;
}
.btn-lg-square{
    width: 48px ;
    height: 48px ;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.bg-primary-green{
    background-color: #32C36C !important;
}
.wcu-icons div{
    margin-bottom: 1rem;
}
.btn-primary-green{
    border-color: #32C36C !important;
    color:#32C36C !important;
    border-radius: 0 !important;
}
.btn-primary-green:hover{
    background-color: #32C36C !important;
    color: #fff!important;
}
.btn-primary-green:hover i{
    transform: rotate(360deg);
    transition: transform 1s;
}
.btn-primary-dark{
    border-color: #1A2A36 !important;
    color: #1A2A36 !important;
    border-radius: 0 !important;
}
.btn-primary-dark:hover{
    background-color: #1A2A36 !important;
    color: #fff!important;
}

.btn-primary-dark:hover i {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
   }
   
   @keyframes shake {
    10%, 90% {
    transform: rotate(5deg);
    }
    
    20%, 80% {
    transform: rotate(15deg);
    }
   
    30%, 50%, 70% {
    transform: rotate(0deg);
    }
   
    40%, 60% {
    transform: rotate(20deg);
    }
   }
 .sectiongalery-img{
    border-radius: 8px;
    transition:transform 0.2s;
 }
 .sectiongalery-img:hover{
    transform: scale(1.1);
    transition:  transform 0.6s;
 }
.footer-bg{
    background-color: #1A2A36;
}
.btn-social{
    color: #989898 !important;
    border: 1px solid #989898 !important;
    border-radius: 38px !important;
    transform: .3s !important;
}
.btn-square{
    padding: 0 !important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-weight: normal!important;
    width: 38px;
    height: 38px;
}
.footer .btn-link{
    display: block;
    padding: 0;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;

}
.footer .btn-link::before{
    font-family:"Font Awesome 5 Free";
    position: relative;
    content: "\f105";
    font-weight: 900;
    margin-right: 1rem;
}
.logo a{
    font-size: 2rem;
    color: #1A2A36;
    font-weight: 600;
}
.logo img{
    width: 60px;
}


.icon-iletisim{
    width: 38px ;
    height: 38px ;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.back-to-top{
    width: 58px;
    height: 58px;
    border-radius: 50% !important;
    position: fixed;
    bottom: 4.5rem;
    right: 4rem;
    background-color: #1A2A36 !important;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.audiowide-font{
    font-family: 'Audiowide', cursive;

    
}
.fontS100{
    font-size: 90px !important;
}
.fontS70{
    font-size: 70 !important;
}

.carousel-item::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Karartma için overlay'ın arkaplan rengi burada ayarlanıyor */
}

.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .fullscreen-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  .fullscreen-image {
    width: 100%;
    height: 100%;
  }
  .close-button {
    opacity: 0.6;
    font-size: 50px !important;
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }

@media only screen and (max-width:580px)
{
    .navbar-ayar{
        padding: 0.7rem 1rem !important;
        font-size: 20px;
    }
    .navbar-wp{
        text-align: center;
    }
    

}
@media only screen and (max-width:991px)
{
    .two-div{
        top: 0;
    }
    .logo a{
        font-size: 1.7rem;
    }
    .logo img{
        width: 40px;
    }
}