@media only screen and (min-width: 0px) and (max-width: 575px) {  
.banner{
    height: 250px;
}
.banner-title >h1 {
    font-size: 35px;
}
.slider-content{
    position: absolute;
    top: 12%;
}
.slider-content-title > .h1 {
    color: white;
    font-size: 30px;
    font-weight: 600;
}
.slider-content-title > .h1 >   span {
    color: white;
    background-color: var(--color1);
    right: 0px !important;
    padding-right: 4rem;
    padding-left: .4rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    top: 20px;
    font-size: 25px;
    font-weight: 600;
}
.slider-content-text {
    margin-top: 2.5rem;
    > p {
        color: white;
        font-size: 16px;
        font-weight: 400;
    }
}
.kurumsal-btn{
    margin-top: 2rem;
}
.section-info-box-content{
    padding-bottom: 0rem;
    padding-top: 5rem;
}
.info-item-list{
    padding-bottom: 7rem;
    padding-top: 0rem;
}
.info-item{
    flex-wrap: inherit;
}
.section-info-box-title > p{
    text-align: center;
}
.section-info-box-title > h3{
    text-align: center;
}
.urun-detay-slider-img > img{
    height: 250px;
}
.urun-slider > .owl-nav{
    top: 150px;
}
.section-urunler-title > h3{
    text-align: center;
}
.nav-link{
    width: 100%;
}
.urun-detay-slider-img{
    margin-top: 2rem;
}
.hizmetler-container{
    flex-direction: column;
    height: 100vh !important;
}
.hizmet-item{
    height: 100vh;
}
.urun-detay-content{
    padding-left: 0rem;
}

.hizmet-item.active > .title > h3{
    top: 35px;
    font-size: 30px;
}
.hizmet-item > .title > h3{
    transform: translateX(-50%);
    top: 30px;
    left:50%;
    font-size: 16px;
}
.button > a{
    bottom: 25px;    
    background-color: white;
    position: absolute;
    left: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--color1);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
}
.hizmet-item > .text{
    bottom: 70px;
}
.section-bayiler-title > h3{
    font-size: 30px;
}
.bayiler  > .container-fluid > .row{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title > h1{
    text-align: center;
}
.kurumsal-content > .text > p{
    text-align: center;
}
.kurumsal-counter{
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.second-img{
    right: 0px; 
    top: 30px;
}
.kurumsal-counter > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type: none;
}
.kurumsal-counter > ul > li{
    margin-bottom: 1rem;
}
.first-img > img {
    border-radius: 30px;
    height: 300px;
    width: 100% !important;
    object-fit: cover;
    transform: scale(1);
    transition: transform .5s;
}
.nav-pills{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0rem !important;
}

.section-urunler-content > .text > ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.urun-detay-content > ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.urun-detay-content > p{
    text-align: center;
}
.table_first > tbody > tr > td:nth-child(even) {
    font-size: 14px;
    width: 50%;
}
.table_first > tbody > tr > td:nth-child(odd) {
    font-size: 14px;
    width: 50%;
}
.page-content-description > p{
    text-align: center;
}
.page-content-title >h3{
    text-align: center;
    font-size: 20px;
}
.section-videolar-title > h3{
    text-align: center;
    font-size:20px;
}    
.contact-adres-menu-title > h3 {
    font-size: 45px;
}
.contact-form{
    margin-top: 3rem;
}
.form-check-label-extra > span{
    position: relative;
    top: -30px;
    left: 20px;
}
.form-check-label > span {
    font-size: 14px;
}
.form-check-label > span {
    > a {
        font-size: 14px;
    }
}
.contact-form-text > p {
    text-align: center;
}
.contact-form-title > h3 {
   text-align: center;
}
form {
    padding-top: 1rem; 
}
footer{
    padding-bottom: 3rem;
}
.coprigyt{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-policy-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: .5rem;
}
.footer-menu-list > ul {
    list-style-type: none;
    margin-top: 0rem;
    
}
.footer-menu-title > h3{
    text-align: center;
    padding-bottom: 0rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.footer-menu-list > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-tab > .nav-link{
    width:100% !important;
}
}
/************* 0px - 575px  *******************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mobil-hamburger-menu-btn{
    position: absolute;
    right: 10px;
    top: 60px;
    font-size: 30px;
    > i{
        color: var(--color1) !important;
    }
}
.banner{
    height: 250px;
}
.banner-title >h1 {
    font-size: 35px;
}
.slider-content{
    position: absolute;
    top: 30%;
    left: 4%;
}
.slider-content-title > .h1 {
    color: white;
    font-size: 60px;
    font-weight: 600;
}
.slider-content-title > .h1 >   span {
    color: white;
    background-color: var(--color1);
    right: 0px !important;
    padding-right: 4rem;
    padding-left: .4rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    top: 10px;
    font-size: 45px;
    font-weight: 600;
}
.slider-content-text {
    margin-top: 2.5rem;
    width: 80%;
    > p {
        color: white;
        font-size: 16px;
        font-weight: 400;
    }
}
.kurumsal-btn{
    margin-top: 2rem;
}
.section-info-box-content{
    padding-bottom: 0rem;
    padding-top: 5rem;
}
.info-item-list{
    padding-bottom: 7rem;
    padding-top: 0rem;
}
.info-item{
    flex-wrap: inherit;
}
.info-item > .title{
    width: 100%;
}
.info-item > .icon {
    background-color: #002c62;
    padding-right: 1rem;
    height: 70px;
    width: 300px;
    text-align: center;
}
.section-info-box-title > p{
    text-align: center;
}
.section-info-box-title > h3{
    text-align: center;
}
.urun-detay-slider-img > img{
    height: 250px;
}
.urun-slider > .owl-nav{
    top: 150px;
}
.section-urunler-title > h3{
    text-align: center;
}
.nav-link{
    width: 100%;
}
.urun-detay-slider-img{
    margin-top: 2rem;
}
.urun-detay-content{
    padding-left: 0rem;
}
.hizmetler-container{
    flex-direction: column;
    height: 100vh !important;
}
.hizmet-item{
    height: 100vh;
}
.hizmet-item.active > .title > h3{
    top: 60%;
    font-size: 40px;
}
.hizmet-item > .title > h3{
    transform: rotate(0deg);
    top: 30px;
    left:30%;
    font-size: 40px;
}
.button > a{
    bottom: 25px;    
    background-color: white;
    position: absolute;
    left: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--color1);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
}
.hizmet-item > .text{
    bottom: 70px;
}
.section-bayiler-title > h3{
    font-size: 30px;
}
.bayiler  > .container-fluid > .row{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title > h1{
    text-align: center;
}
.kurumsal-content > .text > p{
    text-align: center;
}
.kurumsal-counter{
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.second-img{
    right: 0px; 
    top: 30px;
}
.kurumsal-counter > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style-type: none;
}
.kurumsal-counter > ul > li{
    margin-bottom: 1rem;
}
.first-img > img {
    border-radius: 30px;
    height: 300px;
    width: 100% !important;
    object-fit: cover;
    transform: scale(1);
    transition: transform .5s;
}
.nav-pills{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0rem !important;
}

.section-urunler-content > .title > h3{
    text-align: center;
}
.section-urunler-content > .text > ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.urun-detay-content > ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.urun-detay-content > p{
    text-align: center;
}
.table_first > tbody > tr > td:nth-child(even) {
    font-size: 14px;
    width: 50%;
}
.table_first > tbody > tr > td:nth-child(odd) {
    font-size: 14px;
    width: 50%;
}
.page-content-description > p{
    text-align: center;
}
.page-content-title >h3{
    text-align: center;
    font-size: 20px;
}
.section-videolar-title > h3{
    text-align: center;
    font-size:20px;
}    
.contact-adres-menu-title > h3 {
    font-size: 45px;
}
.contact-form{
    margin-top: 3rem;
}
.form-check-label-extra > span{
    position: relative;
    top: -30px;
    left: 20px;
}
.form-check-label > span {
    font-size: 14px;
}
.form-check-label > span {
    > a {
        font-size: 14px;
    }
}
.contact-form-text > p {
    text-align: center;
}
.contact-form-title > h3 {
   text-align: center;
}
form {
    padding-top: 1rem; 
}
footer{
    padding-bottom: 3rem;
}
.coprigyt{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.footer-policy-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-menu-list > ul {
    list-style-type: none;
    margin-top: 0rem;
    
}
.footer-menu-title > h3{
    text-align: left;
    padding-bottom: 0rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.footer-menu-list > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-tab > .nav-link{
    width:100%;
}
}
/************* 576px - 767px  *******************************************************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
.mobil-hamburger-menu-btn{
    position: absolute;
    right: 10px;
    top: 50px;
    font-size: 30px;
    > i{
        color: var(--color1) !important;
    }
}
.creative-parallax--slider .f-slider-layer .f-slider-one-data {
    width: 60%;
    left: -10% !important;
    top: 20% !important;
}
.banner{
    height: 250px;
}
.banner-title >h1 {
    font-size: 35px;
}
.second-img {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    right: 100px;
    top: 200px;
    display: none;
}
.info-item > .title {
    background-color: white;
    color: var(--color1);
    padding: .5rem;
    width: 150px;
    text-align: center;
    transition: .3s ease;
}
.nav-link{
    width: 100%;
}
.contact-adres-menu-title > h3 {
    color: white;
    font-size: 50px;
    font-weight: 600;
}
.accordion-item{
    width: 300px;
}
.footer-menu-title{
    margin-top: 0rem !important;
}
.product-tab > .nav-link{
    width:100%;
}
}
/*************** 992px - 1199px ****************************************************************/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {  

.site-navigation-menu{
    margin-top: 2.5rem;
}    
.site-navigation-menu {
    > li {
        padding-right: 1rem;
    }
}
.site-navigation-menu {
    & > li {
        > a {
            font-size: 14px;
        }
    }
}
.site-lang-menu {
    margin-top: 2.3rem;
}
.site-lang-menu {
    & > li {
        & > a {
            > img {
                width: 20px;
            }
        }
    }
}
.creative-parallax--slider .f-slider-layer .f-slider-one-data {
    width: 60%;
    left: -6% !important;
    top: 30% !important;
}
.second-img{
    right: 0px;
    top: 50px;
}
.info-item > .title {
    width: 225px;
}
.nav-pills{
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.nav-link{
    width: 45%;
}
.bayi-item-title > h3 {
    font-size: 16px;
}


}
/********************* 1200px - 1399px **********************************************************/
@media(min-width:1400px){
    
.site-navigation-menu{
    margin-top: 2.5rem;
}    
.site-navigation-menu {
    > li {
        padding-right: 1rem;
    }
}
.site-navigation-menu {
    & > li {
        > a {
            font-size: 14px;
        }
    }
}
.site-lang-menu {
    margin-top: 2.3rem;
}

.creative-parallax--slider .f-slider-layer .f-slider-one-data {
    width: 60%;
    left: -6% !important;
    top: 30% !important;
}
.second-img{
    right: 0px;
    top: 50px;
}
.info-item > .title {
    width: 225px;
}
.nav-pills{
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.nav-link{
    width: 45%;
}
.bayi-item-title > h3 {
    font-size: 16px;
}

}
/********************** 1400px ***********************************************************/
@media only screen and (min-width: 1440px) and (max-width: 1499px)  {  
.site-navigation-menu{
    margin-top: 2.5rem;
}    
.site-navigation-menu {
    > li {
        padding-right: 1rem;
    }
}
.site-navigation-menu {
    & > li {
        > a {
            font-size: 1px;
        }
    }
}
.site-lang-menu {
    margin-top: 2.3rem;
}
.site-lang-menu {
    & > li {
        & > a {
            > img {
                width: 20px;
            }
        }
    }
}
.creative-parallax--slider .f-slider-layer .f-slider-one-data {
    width: 60%;
    left: -6% !important;
    top: 30% !important;
}
.second-img{
    right: 0px;
    top: 50px;
}
.info-item > .title {
    width: 225px;
}
.nav-pills{
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.nav-link{
    width: 45%;
}
.bayi-item-title > h3 {
    font-size: 16px;
}
}
/********************** 1440px Devices ***********************************************************/
@media only screen and (min-width: 1500px) and (max-width: 1599px)  {
    .site-navigation-menu{
    margin-top: 2.5rem;
}    
.site-navigation-menu {
    > li {
        padding-right: 1rem;
    }
}
.site-navigation-menu {
    & > li {
        > a {
            font-size: 14px;
        }
    }
}
.site-lang-menu {
    margin-top: 2.3rem;
}
.site-lang-menu {
    & > li {
        & > a {
            > img {
                width: 25px;
            }
        }
    }
}
.creative-parallax--slider .f-slider-layer .f-slider-one-data {
    width: 60%;
    left: -6% !important;
    top: 30% !important;
}
.second-img{
    right: 0px;
    top: 50px;
}
.info-item > .title {
    width: 225px;
}
.nav-pills{
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.nav-link{
    width: 45%;
}
.bayi-item-title > h3 {
    font-size: 16px;
}
}
/********************** 1500px Devices ***********************************************************/
@media only screen and (min-width: 1600px) and (max-width: 1699px)  {  
.site-navigation-menu{
    margin-top: 2.5rem;
}    
.site-navigation-menu {
    > li {
        padding-right: 1rem;
    }
}
.site-navigation-menu {
    & > li {
        > a {
            font-size: 14px;
        }
    }
}
.site-lang-menu {
    margin-top: 2.3rem;
}
.site-lang-menu {
    & > li {
        & > a {
            > img {
                width: 20px;
            }
        }
    }
}
.creative-parallax--slider .f-slider-layer .f-slider-one-data {
    width: 60%;
    left: -6% !important;
    top: 30% !important;
}
.second-img{
    right: 0px;
    top: 50px;
}
.info-item > .title {
    width: 225px;
}
.nav-pills{
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.nav-link{
    width: 45%;
}
.bayi-item-title > h3 {
    font-size: 16px;
}
}
/********************** 1600px Devices ***********************************************************/
@media(min-width:1750px){
 .info-item > .title {
    width:350px;
}
.creative-parallax--slider .f-slider-layer .f-slider-one-data {
    width: 60%;
    left: -4% !important;
    top: 30% !important;
}
.site-navigation-menu {
    > li {
        padding-right: 3rem;
    }
}
.site-navigation-menu {
    & > li {
        > a {
            font-size: 16px;
        }
    }

.site-lang-menu {
    & > li {
        & > a {
            > img {
                width: 25px !important;
            }
        }
    }
}
}
}
/********************** 1750px Devices ***********************************************************/
@media(min-width:2100px){
.creative-parallax--slider .f-slider-layer .f-slider-one-data {
    width: 60%;
    left: -2.5% !important;
    top: 30% !important;
}
}
/********************** 2100px Devices ***********************************************************/