@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: 300ms all;
    -webkit-transition: 300ms !important;
    letter-spacing: -0.3px;
    scroll-behavior: smooth;    /* <----- THE SECRET ---- */
}
body{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.left{
    width: 96vw;
    overflow: hidden;
}
.web-center{
    width: 90%;
    margin: 0px auto;
}
.right-menu{
    border-left: 2px solid #576bbd;
    position: fixed;
    height: 100%;
    min-width: 4vw;
    background: #2a3b7e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 0px;
    z-index: 50;
}
.right-menu a{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding: 16px 0px;
    min-height: 50px;
    font-size: 24px;
    color: white;
    border-bottom: 2px solid #576bbd;
    position: relative;
}
.right-menu img{
    width: 30px;
    z-index: 150;
}
.right-menu-header{
    background: #2a3b7e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 70px;
    text-align: center;
    position: absolute;
    padding: 0px 25px;
    right: -200px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    box-shadow: 0 0 13px 6px rgb(0 0 0 / 7%);
    z-index: 149;
    visibility: hidden;
    opacity: 0;
    transition: 400ms all !important;
}
.right-menu a:hover h6{
    visibility: visible;
    opacity: 1;
    right: 4vw;
    /* border-left: 2px solid #576bbd;
    border-top: 2px solid #576bbd;
    border-bottom: 2px solid #576bbd; */
}
/* NAVBAR */
.navbar{
    background: #2a3b7e;
    border-bottom: 2px solid #576bbd;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger-menu span{
    display: none;
}
.navbar-logo a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-logo img{
    width: 200px;
}
.navbar-menu ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.navbar-menu a{
    color: #fff;
    font-size: 20px;
    padding: 6px;
    position: relative;
}
.mobile-menu{
    display: none;
}
.navbar-menu a::after{
    content: '';
    display: block;
    width: 0%;
    height: 4px;
    background: white;
    position: absolute;
    bottom: -4px;
    transition: 300ms all !important;
}
.navbar-menu a:hover::after{
    width: 100%;
}
/* NAVBAR */





/* COMPANIES */

.companies{
    overflow: hidden;
}
.companies-box{
    width: 100% !important;
    position: relative;
}




.companies-area{
    height: 100%;
    background: rgba(0, 0, 0, 0.907);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
    min-width: 440px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}
.companies-area-opposite{
    left: 0px;
    right: auto;
}
.companies-logo img{
    width: 240px;
    pointer-events: none;
}
.companies-text p{
    width: 300px;
    text-align: justify;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

/* COMPANIES */


/* SWIPER */
.swiper {
    height: calc(100vh - 100px);
    cursor: pointer;
    height: 100vh !important;

  }
  .first-swiper{
    height: calc(100vh - 100px) !important;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100% !important;
    object-fit: cover;
    pointer-events: none;
  }
/* SWIPER */

/* COMPANY - ABOUT */


.company-about{
    padding: 80px 0px;
    background: #f1f1f1;
}
.company-about-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}
.company-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-logo img{
    width: 400px;
}
.company-text{
    width: 100%;
}
.company-text p{
    text-align: justify;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #1f1f1f;
}

/* COMPANY - ABOUT */



/* ŞUBELER */
.store{
    padding: 80px 0px;
}
.store-area{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 60px;
}
.store-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}
.store-company{
    min-width: 30%;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.store-company img{
    width: 200px;
}
.store-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 60px;
    background: #f1f1f1;
    position: relative;
}
.store-box::before{
    content: '';
    height: 100%;
    width: 10px;
    background: #191919;
    position: absolute;
    top: 0px;
    left: 0px;
}
.store-box-dogtas::before{
    background-color: #191919;
}
.store-box-kelebek::before{
    background: #fd1844;
}
.store-box-lova::before{
    background-color: #469dd7;
}
.store-name{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-width: 320px;
}
.store-name h3{
    font-size: 26px;
    color: #191919;
    font-weight: 700;
}
.store-name span{
    font-size: 16px;
    color: #191919;
    font-weight: 500;
    position: relative;
    top: -5px;
}
.store-adress{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.store-adress img{
    width: 30px;
}
.store-adress h6{
    max-width: 400px;
    font-size: 18px;
    font-weight: 500;
    color: #191919;
    letter-spacing: -0.6px;
    line-height: 24px;
}
.store-phone{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.store-phone h6{
    min-width: 130px;
    text-align: right;
}
.store-phone img{
    width: 30px;
}
.store-phone a{
    max-width: 400px;
    font-size: 18px;
    font-weight: 500;
    color: #191919;
    letter-spacing: -0.6px;
    line-height: 24px;
}
.store-instagram a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: #8a3ab9;
    color: white;
}
.store-instagram i{
    font-size: 24px;
}
/* ŞUBELER */

/* İLETİŞİM */

.contact{
    background: #2a3b7e;
    padding: 50px 0px;
}
.contact-container{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.contact-box{
    width: 100%;
    display: flex;
    align-items: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    padding: 0px 80px;
    border-right: 2px solid #ddd;
}
.contact-box:last-child{
    border: none;
}
.contact-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-icon img{
    width: 110px;
    pointer-events: none;
}
.contact-text span{
    color: #dcdbd8;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}
.contact-text h6{
    color: #dcdbd8;
    font-size: 18px;
    font-weight: 400;
    max-width: 300px;
    text-align: center;
}
.contact-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* İLETİŞİM */


/* FOOTER */

.footer{
    padding: 26px 0px;
    background: #211d1e;
}
.footer-top{
    padding-bottom: 26px;
    border-bottom: 3px solid #474747;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.footer-top img{
    width: 170px;
    opacity: 0.2;
}
.footer-top img:hover{
    opacity: 0.9;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 26px;
}
.footer-text{
    font-size: 16px;
    color: #dcdbd8;
    font-weight: 300;
}
.footer-company-logo{
    width: 240px;
    position: relative;
    left: -40px;
    margin: 0px auto;
    pointer-events: none;
}
.footer-social{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.footer-social a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social i{
    color: #dcdbd8;
    font-size: 20px;
}

/* FOOTER */



@media (max-width: 768px) {
    body{
        display: block;
    }
    .left{
        width: 100% !important;
    }
    .right-menu{
        display: none;
    }
    .navbar{
        position: fixed;
        top: 0px;
        z-index: 250;
        width: 100%;
        height: 60px;
        border-bottom: 2px solid white;
    }
    .navbar-logo img{
        width: 140px;
    }
    .hamburger-menu span{
        color: white;
        font-size: 26px;
        display: block;
        cursor: pointer;
        padding: 10px;
        position: relative;
        right: -10px;
    }
    .navbar-menu{
        position: absolute;
        top: 100%;
        right: -1000px;
        z-index: 10;
        width: 100vw;
        padding: 30px;
        background: #2a3b7e;
        border-top: 2px solid white;
        transition: 500ms all !important;
    }
    .navbar-menu ul{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .mobile-menu{
        display: block;
    }
    .navbar-menu a{
        font-size: 18px;
    }
    .companies{
        margin-top: 60px;
    }
    .companies-box{
        margin-bottom: 60px;
    }
    .companies-area{
        height: auto;
        padding: 10px 0px;
        top: auto;
        bottom: -60px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0px;
        min-width: 100%;
    }
    .companies-text p{
        display: none;
    }
    .companies-logo{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .companies-logo img{
        width: 100px;
    }
    .swiper{
        height: auto !important;
        width: 100% !important;
    }
    .company-logo img{
        width: 280px;
    }
    .store-company img{
        width: 50%;
    }
    .store-box{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 34px;
        gap: 14px;
    }
    .store-name{
        min-width: auto;
    }
    .store-name h3{
        font-size: 22px;
    }
    .store-adress h6{
        width: 100%;
    }
    .store-adress{
        justify-content: flex-start;
        align-items: center;
    }
    .store-adress img{
        width: 25px !important;
    }
    .store-adress h6{
        font-size: 16px;
    }
    .store-phone{
        justify-content: flex-start;
        align-items: center;
    }
    .store-phone img{
        width: 25px !important;
    }
    .store-phone h6{
        font-size: 16px;
        min-width: auto;
        text-align: left;
    }
    .contact{
        padding: 30px 0px;
    }
    .contact-container{
        gap: 30px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-box{
        border: none;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 0px;
    }
    .contact-icon img{
        width: 60px;
    }
    .contact-text{
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-text h6{
        text-align: start;
        font-size: 16px;
    }
    .footer-top{
        justify-content: space-around;
        gap: 0px;
        border-bottom: 1px solid #474747;
    }
    .footer-top img{
        width: 90px;
    }
    .footer-bottom{
        flex-direction: column;
        gap: 30px;
    }
    .footer-company-logo{
        width: 180px;
        order: 3;
        left: auto;
    }
    .mini-logo{
        height: 36px !important;
        width: auto;
    }
}