@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family:  sans-serif;
  /*  font-family: 'Poppins', sans-serif;
    overflow: hidden;    taşma durumunda kırpılmaya izin verir. Sığmayan içerik kısmı görüntülenmez.*/
  
}



ul {
    list-style: none;
}

a{
    text-decoration: none;
}




	
.section_{
    position: relative; /*elementin bulunduğu yerden*/
    height: 100vh; /*calc(100vh - 3rem);*/
    width: 100vw;
    background:  no-repeat top center / cover;
    background-attachment: fixed;
    overflow: hidden;

}

.logo-container{
    flex: 1; /*na divin içindeki divleri oranlar*/
    display: flex;
    align-items: center;
}

.log-sign{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.logo{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 3rem;
}

.logo span{
    font-weight: 300;
}


/*.btn {
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid #fff;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase;
}

.nav-btn {
    flex: 3;
    display: flex;
}

.nav-links {
    flex: 2;
}

.btn.solid, .btn.transparent:hover {
    background-color: #fff;
    color: #0f032c;*/ /* #69bde7;*/
/*}

    .btn.transparent, .btn.solid:hover {
        background-color: transparent;
        color: #fff;
    }

.nav-links > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    position: relative;
}

    .nav-link > a {
        line-height: 3rem;
        color: #fff;
        padding: 0 .8rem;
        letter-spacing: 1px;
        font-size: .95rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .5s;
    }

        .nav-link > a > i {
            margin-left: .2rem;
        }

    .nav-link:hover > a {
        transform: scale(1.1);
        text-decoration: none;
    }

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

    .dropdown ul {
        position: relative;
    }

.dropdown-link > a {
    display: flex;
    background-color: #fff;
    color: whitesmoke;*/ /*//////////////////////*/
    /*padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
}

.dropdown-link:hover > a {
    background-color: crimson;
    color: #fff;
}

.dropdown-link:not(:nth-last-child(2)) {
    border-bottom: 1px solid #efefef;
}

.dropdown-link i {
    transform: rotate(-90deg);
}

.arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 32px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow {*/
    /*background-color:  crimson;*/
/*}

.dropdown-link {
    position: relative;
}

.dropdown.second {
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

    .dropdown.second .arrow {
        top: 10px;
        left: -5.5px;
    }

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .hamburger-menu div {
        width: 1.6rem;
        height: 3px;
        border-radius: 3px;
        background-color: #fff;
        position: relative;
        z-index: 1001;
        transition: .5s;
    }

        .hamburger-menu div:before,
        .hamburger-menu div:after {
            content: '';
            position: absolute;
            width: inherit;
            height: inherit;
            background-color: #fff;
            border-radius: 3px;
            transition: .5s;
        }

        .hamburger-menu div:before {
            transform: translateY(-7px);
        }

        .hamburger-menu div:after {
            transform: translateY(7px);
        }

#check {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}*/













/*
#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
}
*/
@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 920px) {

    /*   .flexbox-item-1{
    
    }
    .flexbox-item-2{
    
    }
    
    
     end top telephone and search  */
    /*
    #hero_ {
        background-image: url(/img/hero-bg.jpg);
        background-size: cover;
        background-position: top center;
        position: relative; 
        z-index: 1;
    }
    #hero_::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: black; 
        opacity: .7;
        z-index: -1;
    }
    #hero_ .hero_ {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 50px;
        justify-content: flex-start;
    }
    #hero_ h1 {
        display: block;  
        width: fit-content;
        font-size: 4rem;
        position: relative;  
        color: transparent;
        animation: text_reveal .5s ease forwards;
        animation-delay: 1s;
    }
    #hero_ h1:nth-child(1) {
        animation-delay: 1s;
    }
    #hero_ h1:nth-child(2) {
        animation-delay: 2s;
    }
    #hero_ h1:nth-child(3) {
        animation: text_reveal_name .5s ease forwards;
        animation-delay: 3s;
    }
    #hero_ h1 span {
        position: absolute;  
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background-color: crimson;
        animation: text_reveal_box 1s ease;
        animation-delay: .5s;
    }
    #hero_ h1:nth-child(1) span {
        animation-delay: .5s;
    }
    #hero_ h1:nth-child(2) span {
        animation-delay: 1.5s;
    }
    #hero_ h1:nth-child(3) span {
        animation-delay: 2.5s;
    }
    */
    /* End Hero Section */
}