/*for-large-dekstop view-1440*/

@media only screen and (min-width: 100px) and (max-width: 1900px) {
}

/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
	.logo {
    display: flex;
    justify-content: center;
}

.hamburger i {
    font-size: 28px;
    color: black;
    cursor: pointer;
    background: white;
    padding: 10px 15px;
}

.hamburger {
    display: flex;
    justify-content: end;
}
	.banner-content h1 {
    font-size: 90px;
}
.banner-content h5 {
    font-size: 40px;
}
.home-banner {
    height: 600px;
}
.training-sec-main {
    display: block;
}
.gallery-container {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
}
.section-title h2 {
    font-size: 70px;
}
.pricing-sec .row {
    row-gap: 20px;
}
.contact-container {
    
    width: 100%;
    gap: 20px;
}
.contact-box {
    justify-content: start;
}
	ul.sub-menu {
        position: unset;
        background: unset;
        z-index: 9;
        padding: 0px;
        top: 0px;
        width: 100%;
        opacity: unset;
        visibility: unset;
        border: unset;
        transition: unset;
        display: none;
		margin-left: 20px;
    }
	.navbar {
    justify-content: start;
}
.mobile-menu .logo {
    justify-content: start;
}
	.mobile-menu .navbar nav ul li i {
    color: white;
    margin-left: 10px;
}
}


/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
      .banner-content h5 {
        font-size: 30px;
    }
.banner-content h1 {
        font-size: 50px;
    }
    .home-banner {
        height: 500px;
    }
.training-sec-item {
    padding: 30px;
}
.training-sec-item h2 {
    font-size: 40px;
}
.training-sec-item p {
    width: 100%;
}
.gallery-container {
        grid-template-columns: repeat(1, 1fr);
    }
.gallery-item img {
    height: 280px;
}
    .section-title h2 {
        font-size: 40px;
    }
.pricing-item {
    padding: 20px;
}
.box-content h2 {
    font-size: 50px;
}
.footer-links ul {
    gap: 20px;
    flex-wrap: wrap;
}
footer.footer {
    padding: 70px 0px 70px;
}
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {
}
