/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {


}


/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
.custom-container,
.container {
    max-width: 1330px;
}
.navbar-wrap ul li a {
    padding: 40px 0;
}

}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {

header .container {
    max-width: 100% !important;
}
section.slider {
    height: 600px;
}
.container,
.custom-container {
    max-width: 960px;
}
.header-action > ul li.header-btn {
	display: none;
}
.navbar-wrap ul li {
    margin-right: 25px;
}
.header-action > ul li {
    margin-left: 20px;
}
.header-action > ul {
    margin-left: 0px;
    padding-left: 20px;
}
.menu-wrap {
    padding: 0 20px;
}
 
.navbar-wrap ul li a {
    font-size: 14px;
}
.header-top-social .list-wrap {
    gap:0;
}


.footer .header-top-social .list-wrap {
    gap:15px !important;
}


.footer-column {
    margin-top: 40px;
}

footer h4 {
    font-size: 24px;
}



}



/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {


header .container {
    max-width: 100% !important;
}

section.slider {
    height: 500px;
    background-size: cover;
}   
.container,
.custom-container {
    /*max-width: 720px;*/
}
.menu-nav {
	justify-content: space-between;
}
.header-action {
	margin-right: 30px;
}
.menu-outer .navbar-wrap {
	display: block !important;
}
.menu-area .mobile-nav-toggler {
	display: block;
}
.header-top-menu {
    display: none;
}
.menu-wrap {
    padding: 20px 20px;
}
.menu-area .mobile-nav-toggler {
    margin-top: 11px;
}

.footer .pad100 {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}


}



/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
.custom-container {
    max-width: 100%;
}
.transparent-header {
	top: 0;
}
section.slider {
    height: 300px;
    background-size: cover;
}
.header-top-wrap {
    display: none;
}
.menu-area {
    /*background: var(--tg-gray-two);*/
    padding: 20px 0;
}
.menu-wrap {
    padding: 0;
}
.menu-wrap .logo img {
    max-width: 160px;
}
.menu-area .mobile-nav-toggler {
    margin-top: 8px;
}

.scroll-top {
    right: 15px;
}

.productions .production-item {
    margin-bottom: 40px;
}



.productions {
    padding: 50px 0;
}

.productions h2 {
    font-size: 36px;
}

.productions h2 span {
    top: 40px;
}

.productions h3 {
    font-size: 26px;
}


.productions p {
    width: 80%;
    font-size: 16px;
}

.footer-column,.footer-bottom  {
    text-align: center;
}

footer h4 span {
    margin: auto;
}

.footer-menu table {
    margin: auto;
}




}





@media only screen and (min-width: 767.98px) and (max-width: 991.98px) { 


.productions h2 {
    font-size: 50px;
}

.about p, .vision p, .anailkemiz p, .degerlerimiz p {
    width: 85%;
    color: #8f212e;
    margin-top: 85px;
    font-size: 18px;
}

.productions .production-item {
    margin-bottom: 40px;
}


}





/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.container,
.custom-container {
    max-width: 540px;
}
section.slider {
    height: 300px;
    background-size: cover;
}
}


