@media screen and (min-width: 769px) {
section.slider-mobile {
display: none;
}
}
@media screen and (min-width: 992px) {
.header-mobile-categories {
display: none;
}
}
@media screen and (min-width: 1625px) {
.videos-container .education-wrapper {
grid-template-columns: repeat(auto-fill, minmax(355px, 1fr));
}
}
@media screen and (min-width: 2060px) {
.videos-container .education-wrapper {
grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
}
}
@media screen and (min-width: 2019px) and (max-width: 2060px) {
.videos-container .education-wrapper {
grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
}
}
@media screen and (max-width: 1260px) {
.educations-container .education-wrapper .education-wrap {
width: calc(25% - 1rem);
}
.videos-container .education-wrapper {
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.contact-bottom-container {}
.contact-bottom {
flex-direction: column-reverse;
gap: 2rem;
}
.contact-bottom-container .bottom-left-map-container {
width: 100%;
margin-right: 0;
}
.contact-bottom-container .bottom-right-form-container {
width: 100%;
}
.contact-bottom-container .bottom-left-map-container .map-container-column {
margin: 0;
}
}
@media screen and (max-width: 992px) {
.home-top-text-head>span {
font-size: 17px;
}
.home-top-text-content>p {
font-size: 14px;
}
.educations-container .education-head>span {
font-size: 26px;
}
.header-categories {
display: none;
}
.header-mobile-categories {
display: block;
}
.header-mobile-categories {}
.header-mobile-cat {
position: fixed;
left: -100%;
height: 100%;
background: #ffffff;
top: 0;
padding: 1.5rem;
padding-top: 0;
width: 50%;
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
transition: .5s ease;
z-index: 999;
}
.header-mobile-button>button {
border: none;
background: no-repeat;
}
.header-mobile-button>button>i {
color: #000;
font-size: 25px;
}
.header-mobile-cat>ul {
list-style: none;
padding: 0 .5rem;
margin: 0;
display: flex;
flex-direction: column;
}
.header-mobile-cat>ul>li {}
.header-mobile-cat>ul>li>a {
text-decoration: none;
color: #000;
font-weight: 500;
display: flex;
width: 100%;
padding: .2rem;
font-size: 15px;
}
.header-mobile-cat>ul>li:not(:last-child) {
border-bottom: 1px solid;
}
.header-mobile-cat>ul>li.menu-item-has-children {
position: relative;
cursor: pointer;
}
.header-mobile-cat>ul>li.menu-item-has-children::after {
content: "\F282";
position: absolute;
font-family: 'bootstrap-icons';
color: #000000;
font-size: 13px;
top: 4px;
right: 10px;
}
.header-mobile-cat>ul>li.menu-item-has-children ul.sub-menu {
height: 0;
padding: 0;
list-style: none;
background: #ffff; top: 32px;
left: -40px; opacity: 0;
visibility: hidden;
transition: .3s ease;
z-index: 9;
padding-left: 1rem;
}
.header-mobile-cat .mobile-menu-top {
display: flex;
justify-content: space-between;
}
.header-mobile-cat .mobile-menu-top .menu-logo>a>img {
width: 100%;
}
.header-mobile-cat .mobile-menu-top .menu-logo>a {
display: flex;
height: 100px;
}
.header-mobile-cat .mobile-menu-top .menu-close-button {
padding-top: 1.5rem;
}
.header-mobile-cat .mobile-menu-top .menu-close-button>button {
border: 0;
background: #000;
border-radius: 50%;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
}
.header-mobile-cat .mobile-menu-top .menu-close-button>button>i {
font-size: 21px;
color: #fff;
}
.header-mobile-cat.active {
left: 0;
opacity: 1;
visibility: visible;
}
body.noscroll {
overflow: hidden;
position: fixed;
inset: 0;
}
.mobil-cat-back {
position: fixed;
top: 0;
height: 100%;
width: 100%;
background: #0000009c;
background-color: hsla(0, 0%, 100%, .075);
backdrop-filter: blur(5px);
left: 0;
z-index: 99;
opacity: 0;
visibility: hidden;
transition: .5s ease;
}
.mobil-cat-back.active-back {
opacity: 1;
visibility: visible;
}
.header-mobile-cat>ul>li.menu-item-has-children ul.sub-menu.active {
height: auto;
opacity: 1;
visibility: visible;
}
.header-mobile-cat>ul>li.menu-item-has-children ul.sub-menu>li { position: relative;
}
.header-mobile-cat>ul>li.menu-item-has-children ul.sub-menu>li>a {
text-decoration: none;
color: #000;
font-weight: 500;
display: flex;
width: 100%;
padding: .2rem;
font-size: 14px;
text-transform: initial;
}
.header-mobile-cat>ul>li.menu-item-has-children ul.sub-menu>li::before {
content: "";
position: absolute;
left: -6px;
width: 4px;
height: 4px;
background: #000;
border-radius: 100%;
top: 43%;
}
.header-mobile-cat>ul>li.menu-item-has-children ul.sub-menu>li:last-child {
margin-bottom: .5rem;
}
.header-container.header-fixed .header-mobile-button>button>i {
color: #000;
}
.footer-contact {
width: 100%;
}
.footer-address {
width: 100%;
}
.page-categories-tab {
display: none;
}
.page-content-wrapper {
width: 100%;
}
}
@media screen and (max-width: 769px) {
section.slider {
display: none;
}
.footer-bottom .container {
flex-wrap: wrap;
}
.footer-bottom .container .footer-wrap {
width: 100% !important;
justify-content: flex-start !important;
align-items: flex-start;
}
.footer-wrap-list-container {
flex-direction: column;
}
.footer-wrap-list-container .footer-wrap-list {
text-align: left;
}
.educations-container .education-wrapper .education-wrap {
width: calc(33.3% - 1rem);
}
.home-top-text-head>span {
font-size: 14px;
}
.home-top-text-content>p {
font-size: 12px;
}
.home-top-text-wrapper {
padding-bottom: 1rem;
}
.header-mobile-cat .mobile-menu-top .menu-logo>a {
height: auto;
}
.page-heading>span {
font-size: 20px;
}
.contact-bottom-container .bottom-left-map-container .map-container-column>iframe {
width: 100%;
height: 250px;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container .contect-information-container {
margin-top: 0;
flex-direction: column;
}
.contact-container .contact-top-container>ul>li:nth-child(2)>span {
font-size: 30px;
}
.contact-container .contact-top-container>ul {
margin-bottom: 0;
}
}
@media screen and (max-width: 600px) {
.header-mobile-cat {
padding: .5rem;
padding-top: 0;
padding-right: 1rem;
width: 65%;
}
.header-mobile-cat>ul>li>a {
font-size: 13px;
}
.header-mobile-cat>ul>li.menu-item-has-children ul.sub-menu>li>a {
font-size: 12px;
}
.content-text p {
font-size: 14px;
}
.adress-content>span {
font-size: 13px;
}
.contact-bottom-container .bottom-left-map-container .map-container-column .adress-container {
width: 100%;
}
.contact-bottom-container .bottom-right-form-container {
padding: 16px;
}
.contact-bottom-container .bottom-right-form-container .form-text>span {
font-size: 13px;
}
}
@media screen and (max-width: 500px) {
.educations-container .education-wrapper .education-wrap {
width: calc(50% - 1rem);
}
.home-top-text-wrapper {
padding: 2rem;
}
.home-top-text-content {
width: 100%;
}
.videos-container .education-wrapper {
grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}
.videos-container .play-icon {
width: 40px;
height: 40px;
}
.videos-container .play-icon i {
font-size: 1.3rem;
margin-left: 3px;
}
.educations-container .education-head>span {
font-size: 22px;
}
.header-contact-button>a {
font-size: 11px;
}
.header-logo>a>img {
width: 160px;
}
.header-container {
height: 85px;
}
.educations-container {
gap: 2rem;
}
}
@media screen and (max-width: 400px) {
.header-wrapper {
gap: .5rem;
}
.header-logo>a>img {
width: 140px;
}
.header-contact-button>a {
font-size: 9px;
}
}