@media (max-width: 1110px){
    .nav-contact{
        display: none;
    }
    header{
        background-color: navy;
    }
    .logo{
        width: 40px !important;
    }
    .logo-name a h5{
        font-size: medium !important;
    }
    .logo-name a p{
        font-size: small !important;
    }
    .manuBar ul{
        font-size: 11px;
    }
    .hamburger {							/* *icons*/
        display: flex;
		margin-right: 10%;
		margin-bottom: 11px;
    }
    .one, .two, .three{
        height: 3px;
        background-color: #FD02FD;
        margin: 4px 0;
        transition: 0.4s;
        position: absolute;
    }
    .one{
        width: 30px;
        transform: translate(0, -10px);
    }
    .openmenu .one{
        transform: rotate(45deg) translate(0, 0);
        background-color: #5A76FE;
    }
    .two{
        width: 20px;
        margin-right: 5px;
    }
    .openmenu .two{
        width: 0;
        opacity: 0;
    }
    .three{
        width: 30px;
        transform: translate(0, 10px);
    }
    .openmenu .three{
        transform: rotate(-45deg) translate(0, 0);
        background-color: #5A76FE;
        transform-origin: center;
    }
    .navbar-links {								/* *navbar transitions like created sidebar effect*/
        position: fixed;
        top: 55px;
        right: -300px; 
        width: 200px; 
        height: 100vh;
		background-color: navy;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        padding-left: 0;
        z-index: 1000;
        overflow-x: hidden;
        overflow-y: auto;
        transition: right 0.6s linear; 
    }
    .navbar-links.active {
        right: 0;
        z-index: 1000;
    }
    .navbar-links li{
        padding: 20px 0px;
        font-weight: bold;
        font-size: 15px;
        text-align: left; 
        border-bottom: 1px solid gray;
        width: 100%;
        position: relative;
    }
    .navbar-links li > a.active {
        color: #FD02FD !important;
        font-weight: bold;
    }
    .manuBar ul li a::after{
        content: none !important;
    }
    .manuBar ul li a:hover, .manuBar ul li a.hovered{
        color: white;
    }
    .drop-btn{
        display: inline !important;
        position: absolute !important;
        width: fit-content;
        margin: 0 !important;
        right: 10%;
        top: 20px;
        transform-origin: center;
    	transition: transform 0.5s ease, color 0.5s;
    }
    .plus-click {
        transition: transform 0.3s ease, color 0.5s; /* Added color transition */
    }
    .drop-btn:hover{
        color: white !important;
    }
    .rotate-180 {
		transform: rotate(-180deg);
		color: #5A76FE;
        transition: transform 0.3s ease;
	}
    .sub-ul{
        position: relative;
		top: 0;
		margin: 0;
		width: 100%;
		padding-bottom: 0;
		left: 0;
        background-color: navy;
    }
    .sub-ul li a.active {
        color: #5A76FE !important;
        font-weight: bold;
    }
    .sub-ul li{
        border-bottom: none;
        padding: 0px;
        margin: 10px 15px;
    }
    .sub-ul li a{
        font-size: small;
    }


    /* carousel */
    #mycarousel, .carousel-img{
        height: 400px;
    }
    .carousel-caption {
        top: 15% !important;
        width: 50%;
        left: 50% !important;
        padding: 0;
    }
    .carousel-caption h2{
        font-size: medium;
    }
    .carousel-caption p{
        font-size: small;
    }
    .carousel-indicators [data-bs-target]{
        width: 20px !important;
    }

    .clientProj{
        margin-top: 50px ;
    }
    .clients, .squads{
        display: flex;
        margin: 0% 30%;
    }
    .projects{
        display: flex;
        margin: 15% 10%;
    }
    .clients div, .projects div, .squads div{
        margin-left: 5px;
    }
    .clients h1, .projects h1, .squads h1{
        font-size: 30px;
    }
    .clients div h5, .projects div h5, .squads div h5{
        font-size: 15px;
    }
    .line{
        left: 4%;
    }
    .build h1{
        font-size: 40px;
        margin-left: 10% ;
    }
    .build img{
        width: 140px;
    }
    .solution h1, .scalable{
        font-size: 30px;
    }
    .scalable{
        margin-left: 42px;
    }
    .agile-text{
        font-size: 12px;
        margin-right: 10%;
    }

    /* global partner */
    .global-partner{
        padding: 2% 0px 5% 20px !important;  
        background-attachment: scroll; 
    }
    .partners{
        margin: 5% 0px;
    }
    .partners h1{
        font-size: 30px;
        font-weight: 700;
        color: white;
        -webkit-text-stroke: 0px #000; 
    }
    .img-global img{
        width: auto;
        height: 40px;
        margin: 20px 10px;
    }

    /* 3d worth */

    .threeD{
        font-size: 80px;
    }
    .QuoteLine{
        width: 90%;
        font-weight: lighter;
        margin: none;
    }

    /* who we are */

    .row > *{
        padding-left: calc(var(--bs-gutter-x)* .0) !important;
        padding-right: calc(var(--bs-gutter-x)* .0) !important;
    }
    .SubTopics,.SubTopicTWO{
        flex-direction: column;
        position: relative;
        margin: 0 0 20% 0;
    }
    .txt, .txtTWO{
        width: 70%;
        padding: 7%;
        left: 15%;
        top: 40%;
        right: 0 !important;
    }
    .imgPottery, .imgPotteryTWO{
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    .imgPottery img,.imgPotteryTWO img{
        width: 100%;
        height: 70%;
        transition: none;
        position: absolute;
        top: 0;
    }


    .imgPotteryTWO{
        height: auto;
    }

    /* end-text */
    .end-text{
        border-left: 3px solid white;
    }
/* trust */
    .trust{
        font-size: 150px;
        width: 100%;
    }
    .fuels{
        width: 100%;
        font-size: 60px;
    }
    .parralex-item{
        padding-bottom: 50vh;
    }

    /* footer */

    .leftFooter img{
        height: 50px;
    }
    .Flogo-name h1{
        font-size: 25px;
    }
    .Flogo-name h3{
        font-size: 20px;
    }
    .leftText p{
        width: 100%;
        font-size: small;
    }
    .centFooter i{
        width: 80px;
        height: 50px;
    }
    .rightFooter h1{
        font-size: 45px;
    }

    
}
@media (max-width: 600px){
    .clientProj .row{
        display: inline;
    }
    .clientProj{
        margin: 10px;
    }
    .clientProj .row .col-4{
        width: 100%;
    }
    .main-client{
        width: max-content;
    }
    .clients, .projects, .squads{
        margin: 10px 0px;
    }
    .projects{
        margin-left: 50%;
    }
    .line{
        display: none;
    }
    .build{
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 50px;
    }
    .solution{
        justify-content: space-around;
    }
    .solution p{
        margin: 0;
    }
    .scalable{
        display: flex;
        justify-content: end;
        margin: 0;
    }
    .agile-text{
        margin-right: 0%;
    }
    .line2{
        width: 10%;
    }
    
    .Quote{
        margin: 50px 0 !important;
    }
    .threeD{
        font-size: 50px;
    }
    .QuoteLine{
        width: 100%;
        font-weight: lighter;
        font-size: large;
    }

    /* who we are */
    .SubTopics{
        margin-bottom: 70%;
    }
    /* WHAT WE DO */
    .SubTopicTWO{
        margin-bottom: 80%;
    }

    /* end text */
    .end-text{
        margin: 10% 0;
        padding: 15px;
    }
    .end-text h2{
        font-size: medium;
    }
    .end-text h6{
        font-size: small;
    }
    /* trust */
    .trust{
        font-size: 70px;
        width: 100%;
    }
    .fuels{
        width: 100%;
        font-size: 40px;
    }
    
    /* b0x-1 & box-2 & box-3 */
    .Box1{
        left: 5%;
    }
    .Box1 h2, .Box2 h2, .Box3 h2{
        font-size: 15px;
    }
    .Box1 ul li, .Box2 ul li, .Box3 ul li{
        font-size: 10px;
    }
    .Box2{
        left: 45%;
        margin: 10% 0;
    }
    .BottomLine h1{
        font-size: 20px;
    }
    .parralex{
        height: 30vh;
    }
    .parralex-item{
        padding-bottom: 40vh;
    }

    .fLogo img{
        height: 40px;
    }
    .Flogo-name h1{
        font-size: large;
    }
    .Flogo-name h3{
        font-size: small;
    }
    .copyright p{
        font-size: small;
    }
/* footer */

    .mainfooter{
       flex-direction: column;
    }
    .leftFooter{
        width: 90%;
    }
    .leftFooter img{
        height: 40px;
        margin-right: 4%;
        margin-top: 5%;
    }
    .leftText p{
        margin-top: 5%;
        font-weight: 100;
        color: rgb(192, 192, 192);
        width: 100%;
    }
    .centFooter{
        width: 90%;
        flex-direction: row;
    }
    .rightFooter{
        width: 100%;
        margin-top: 10%;
    }
    .rightFooter h1{
        font-size: 40px;
        text-align: center;
    }

}

@media (max-width: 300px){
    .logo{
        width: 30px !important;
    }
    .logo-first{
        padding: 0px !important;
    }
    .logo-name a h5{
        font-size: small !important;
    }
    .logo-name a p{
        font-size: 10px !important;
    }
    .logo-first{
        padding: 0;
    }
    .manubar{
        padding: 0;
        justify-content: end;
    }
    .hamburger {							/* *icons*/
        display: flex;
		margin-right: 0;
		margin-bottom: 11px;
        padding: 10px 0;
    }
    .one, .two, .three{
        height: 2px;
    }
    .one, .three{
        width: 20px;
    }
    .two{
        width: 10px;
    }
    .one {
        transform: translate(0, -6px);
    }
    .three {
        transform: translate(0, 6px);
    }
    .col-6.manuBar{
        width: 40%;
    }
    .navbar-links{
        top: 50px;
        width: 150px;
    }
    .manuBar ul li a{
        margin: 0 15px;
    }

    /* carousel */
    #mycarousel, .carousel-img{
        height: 300px;
    }
    #mycarousel{
        margin: 10px;
        border-radius: 10px; 
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption {
        top: 30% !important;
        width: 50%;
        left: 55% !important;
        padding: 0 20px 0 0;
    }

    .projects{
        margin-left: 30%;
    }
    .partners h1{
        font-size: 25px;
    }

    .SubTopics{
        margin-bottom: 110%;
    }
    /* WHAT WE DO */
    .SubTopicTWO{
        margin-bottom: 100%;
    }
    .end-text {
        margin: 20% 0;
    }

    .trust{
        font-size: 50px;
    }
    .fuels{
        font-size: 20px;
    }
    /* b0x-1 & box-2 & box-3 */
    .Box1{
        left: 5%;
    }
    .Box1 h2, .Box2 h2, .Box3 h2{
        font-size: 10px;
    }
    .Box1 ul li, .Box2 ul li, .Box3 ul li{
        font-size: 8px;
    }
    .Box1 ul, .Box2 ul, .Box3 ul{
        padding-left: 15px;
    }
    .Box2{
        left: 45%;
        margin: 10% 0;
    }
    .BottomLine h1{
        font-size: 15px;
    }
    .fLogo img{
        height: 40px;
    }
    .Flogo-name h1{
        font-size: large;
    }
    .Flogo-name h3{
        font-size: small;
    }


}
