
@media only screen and (max-width:1400px) {
	.leftelment {
    position: absolute;
    left: -4%;
    top: 6%;
    z-index: 0;
    animation: planetFloat 8s ease-in-out infinite;
    will-change: transform;
}
.rightlment {
    position: absolute;
    right: 3%;
    top: 5%;
    z-index: 0;
    animation: planetFloat 8s ease-in-out infinite;
    will-change: transform;
}
section.slider-gap {
    margin-top: -86px;
}

.left-colm h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 85px;
    line-height: 86px;
    color: #FFFFFF;
}

}

@media only screen and (max-width:1193px) {

.left-colm h3 {

    font-size: 70px;
line-height: 60px;
}
.left-colm h3 span {
    font-size: 56px;
}

.rightlment,
.leftelment,
.left-forme,
.right-forme{
	display: none;
}

section.slider-gap {
    margin-top: -70px;
}

.right-aligt {
    width: 530px;
}

.hero-banner {
    padding: 100px 0px 100px;
    position: relative;
}

.nav > ul > li {
  
    margin: 0px 20px 0px 0px;
}

.top-header {
    max-width: 635px;
 
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    padding: 9px 0px;
}
}
@media only screen and (max-width:1100px) {

}



@media only screen and (max-width:991px) {
 .nav{
 	display: none;
 }
 .hamburger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}
.top-right {
    width: auto;
    display: flex;
    gap: 15px;
    align-items: center;
}
.top-header {
        max-width: 100%;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding: 9px 0px;
    }
    .logo-left {
    max-width: 160px;
    width: auto;
    margin-top: 10px;
}

.left-colm {
    width: auto;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  
}
.right-colm {
    width: auto;
    flex: 0 0 100%;
    margin-bottom: 20px;

}
.item-holder-lsider{
	flex-direction: column-reverse;
}
section.slider-gap {
        margin-top: -60px;
    }
    .rightlment, .leftelment {
        display: inline-block;
    }
    .card-holder {
  
    margin-bottom: 20px;
}
.footer-logo {
    background: #fff;
    border-radius: 16px;
    max-width: 174px;
    padding: 11px;
    margin: 0;
}

.socil-footer {
    display: flex;
    gap: 6px;
    list-style: none;
    margin-top: 10px;
    padding: 0;
    justify-content: flex-start;
}

}





@media only screen and (max-width:767px) {
	section.slider-gap{
		display: none;
	}

	.gallery-item {
    transition: 0.4s ease;
    height: 457px;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 18px;
}
.filderbtn-groutp {
    width: 100%;
    max-width: 522px;
    height: auto;
    display: flex;
    background: #f1f1f1;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-wrap: wrap;
    padding: 10px;
}
.filter-btn {

    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    border: none !important;
    color: #555555;
    transition: all 0.3s;
    padding: 6px 15px;
}

.gallery-sections .mb-5 {
    margin-bottom: 1rem !important;
}
.page-content h2 {
    margin-bottom: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 54px;
    color: #373737;
}
.section-padding {
    padding: 40px 0px;
    position: relative;
}
}


@media only screen and (max-width:560px) {
.socil-top{
	display: none;
}
.mail-info{
	display: none;
}
.infor:after {

    background: #ff000000;
 
}
.btn-gruop-slider.d-flex.mt-5.align-items-center.gap-4 {
    flex-direction: column-reverse;
}
.video-popup {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-bottom: 25px;
}
.right-aligt {
        width: 100%;
    }
    .left-colm h3 {
        font-size: 46px;
        line-height: 50px;
    }
        .left-colm h3 span {
        font-size: 35px;
    }
    .left-colm p {
    margin-top: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    max-width: 530px;
    color: #FFFFFF;
}
    .logo-left {
        max-width: 110px;
        width: auto;
        margin-top: 10px;
    }
    a.btn-top {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: #FB6229;
    border-radius: 100px;
    padding: 7px 18px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s;
}
    .leftelment {
        position: absolute;
        left: 2%;
        top: 0%;
        z-index: 0;
        animation: planetFloat 8s ease-in-out infinite;
        will-change: transform;
        width: 120px;
    }
    .rightlment {
        position: absolute;
        right: 7%;
        top: 7%;
        z-index: 0;
        animation: planetFloat 8s ease-in-out infinite;
        will-change: transform;
        width: 90px;
    }
    .smlarrow {
    position: absolute;
    left: auto;
    top: -47px;
    right: 70px;
    transform: rotate(148deg);
}
}
