
body {
    font-family: sans-serif;
    margin: 0;
    overflow-x: hidden;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

:root {
    --main-color: #cf4e26;
    --main-font: mv boli;
}
*::selection{
   color:var(--white);
   background-color: var(--main-color);
}

::-webkit-scrollbar{
   width: 1rem;
   height: .5rem;
}

::-webkit-scrollbar-track{
  background-color: none;
}

::-webkit-scrollbar-thumb{
   background-color: var(--main-color);
}

html {
    scroll-behavior: smooth;
}

section {
    width: 100%;
    position: relative;
}

section nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    right: 0;
    left: 0;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
}
section nav #logoimage{
    width: 6.1%;
    height: 147%;
    top: -29%;
    left: 6%;
    position: absolute;
}

section nav .logo img{
    width: 100%;
    height: 100%;
}
section nav .logo h1 {
    width: 100px;
    height: 4vh;
    cursor: pointer;
    margin: 15px 0 25px 0;
    font-size: 35px;
}

section nav .logo h1 span {
    color: #cf4e26;
    margin-left: 5px;
    font-weight: 1500;
    font-family: mv boli;
}

section nav ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0  ;
}

section nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

section nav ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #cf4e26;
    display: block;
    transition: 0.2s linear;
}

section nav ul li a:hover::after {
    width: 100%;
}

section nav ul li a:hover {
    color: #cf4e26;
}

section #active {
    position: absolute;
    top: 23%;
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: white;
    color: black;
    transition: all 0.6s;
    font-weight: 500;
}

section #active::after{
    height: 0px;
}

section #active:hover {
    transform: scale(1.1);
}

section nav .icon i {
    font-size: 18px;
    color: #000;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

section nav .icon i:hover {
    color: #fac031;
}

section .menu-icon{
    font-size: 24px;
    display: none;
}



.nav-links a {
    color: black;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 25px;
    height: 20px;
    cursor: pointer;
    padding: 5px;
    display: none;
}

.bar1, .bar2, .bar3 {
    width: 100%;
    height: 3px;
    background-color: black;
    transition: 0.4s;
}







/*About*/

.about{
    width: 100%;
    height: 100vh;
    padding: 7% 0;
}

.about .about_main{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about .about_main .image img{
    width: 900px;
    position: relative;
    top: 170px;
    border-radius: 20px;
    mix-blend-mode: multiply;
}

.about .about_main .about_text h1 span{
    color: #db1e1e;
    margin-right: 15px;
    font-family: mv boli;
}

.about .about_main .about_text h1{
    font-size: 55px;
    position: relative;
    bottom: -140px;
}

.about .about_main .about_text h3{
    font-size: 30px;
    position: absolute;
    top: 42.5%;
}

.about .about_main .about_text p{
    width: 650px;
    text-align: justify;
    margin-right: 28px;
    margin-top: 39%;
    line-height: 22px;
}

.about .about_btn{
    background: #fac031;
    padding: 12px 25px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    left: 58.7%;
    bottom: 30px;
}
.highlights{
    display: flex;
    justify-content: right;    
    align-items: center;
    margin-right: 11.8%;
    margin-top: 2%;
}
.highlights i{
    padding:  0.8%;
    margin-right: 2%;
    border: 1px solid ;
    border-radius: 10px;
    transition: 0.3s;
}
.highlights i:hover{
    transform: translateY(-40%);
}
.highlights i a{
    text-decoration: none;
    color: black;
    font-weight: lighter;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.new_image img{
    height: 40vh;
    width: 25%;
    position: absolute;
    top: 111%;
    right: 1%;
    border-radius: 10px;
}

.about_contents{
    position: absolute;
    top: 122%;
    left: 11%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.5;
    list-style-type: none;
}
.about_contents .about_contents_color{
    font-size: 20px;
    color: var(--main-color);
    font-family: var(--main-font);
    margin-right: 1.75%;
}
.read_more{
    position: absolute;
    left: 57.5%;
    top: 187%;
    transition: all 0.7s;
}
.read_more a{
    padding: 12px 25px;
    cursor: pointer;
    font-weight: lighter;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    transition: all 0.7s;
}
.read_more:hover{
    transform: translateX(10px);
}


.next_about{
    display: flex;
    gap: 15%;
    justify-content: space-between;
    padding:0 10%;
    align-items: flex-start;
    margin-top: -4%;
}
.next_about p{
    width: 650px;
    text-align: justify;
    margin-right: 28px;
    line-height: 22px;
}

.next_about img{
    height: 45vh;
    width: 130%;
    border-radius: 20px;
    margin-left: -15%;
}
.about_content2{
    margin-top: -5%;
}

.about_content2 h1 span{
    color: #db1e1e;
    margin-left: 1.5%;
    font-family: mv boli;
}

.about_content2 h1{
    font-size: 55px;
    position: relative;
    bottom: -10px;
}
#pan span{
    margin-left: 4%;
}
.highlights2{
    margin-top: 5%;
}
.highlights2 i{
    padding: 2%;
    margin-right: 0%;
    border: 1px solid ;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0px 0px 4px;
}
.highlights2 i:hover{
    transform: translateX(40%);
}
.highlights2 i a{
    text-decoration: none;
    color: black;
    font-weight: lighter;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 60px 10px;
}

.next_about_section{
    padding: 10% 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.next_about_section p{
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  padding: 0 20px;
}
.next_about_section h4{
    font-size: 2rem;
    font-weight: 600;
    color: white;
    padding: 0 20px;
    margin-top: 3%;
}
.next_about_section #most_popular{
    width: 100%;
    position: absolute;
    display: block;
}
.next_about_section .next_first_image {
    position: relative;
}
.next_about_section .next_second_image{
    position: relative;
    width: 26%;
    margin-top: 0.6%;
}
#imagebhai{
    margin-top: -5%;
}
.next_about_section .first_image_content2{
    position: absolute;
    top: 0;
}
.first_image_content2 p, h4 ,.first_image_content3{
    display: none;
}
.next_about_section .first_image_content3{
    position: absolute;
    top: 54%;
}
.next_about_section img{
    border-radius: 20px;
}
.next_second_image img{
    height: 30vh;
    width: 100%;
}

.next_about_section .first_image_content{
    position: absolute;
    top: 0;
}

.visit_menu_btn a{
    padding: 16px 28px;
    border: 1px solid;
    text-decoration: none;
    color: black;
   
}
.visit_menu_btn{
    text-align: center;
    margin-top: -7%;
}
.visit_menu_btn i{
    transition: all 0.7s;
    margin-left: 3px;
}
.visit_menu_btn:hover i{
    transform: translateX(10px);
}


.about_vision{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:8% 7%;
}
.about_vision .horizontal_content{
    display: flex;
    gap: 20px;
}
.about_vision .horizontal_content h4{
    font-size: 40px;
    font-family: var(--main-font);
    margin-top: 1%;
    display: block;
}

#horizontal_line{
    display: inline-block;
    height: 202px;
    width: 3px;
    background-color: var(--main-color);
}

.content_vision p{
    text-align: justify;
    line-height:1.8;
    margin-top: -5%;
    max-width: 700px;
}

.visit_menu_btn2 a{
    padding: 16px 28px;
    border: 1px solid;
    text-decoration: none;
    color: black;
    background-color: #fac031;
    z-index: 100;
}
.visit_menu_btn2{
    margin-top: 6%;
}
.visit_menu_btn2 i{
    transition: all 0.7s;
    margin-left: 3px;
}
.visit_menu_btn2:hover i{
    transform: translateX(10px);
}

.content_vision2 h3{
    font-family: var(--main-font);
    color: var(--main-color);
    font-size: 30px;
}
.content_vision2 .first{
    display: flex;
    gap: 28px;
    align-items: center;
}
.content_vision2 .first1_content h1{
    font-size: 25px;
}
.content_vision2 .first1_content p{
    font-size: 16px;
    line-height: 1.8;
    margin-top: -2%;
    max-width: 390px;
}
.content_vision2 i{
    font-size: 50px;
}







.footer_part{
    text-align: center;
}
.footer_part h1{
    font-size: 26px;
    color: var(--main-color);
    font-family: var(--main-font);
}
.footer_part h1 span{
    color: black;
}
.footer_part #footer_content{
   font-size: 17px;
   line-height: 1.8;
   padding: 1% 0;
   max-width: 1600px;
   margin-left: 10%;
}
.footer_icons{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.footer_icons a{
    font-size: 23px;
    color: black;
    transition: all 0.4s;
}
.footer_icons a:hover{
    color: var(--main-color);
}
#active{
    color: var(--main-color);
}
#iam{
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 2%;
    text-align: right;
}







@media (max-width: 1536px){
    .about .about_main .image img{
        width: 700px;
    }
    .about{
        padding: 0 0 5% 0;
    }
    .about .about_main .about_text h1{
        font-size: 55px;
        position: relative;
        bottom: -200px;
    }
    
    .about .about_main .about_text h3{
        font-size: 30px;
        position: absolute;
        top: 40%;
    }

    .highlights{
        margin-right: 14.4%;
        margin-top: 2%;
    }

    .next_about{
        padding: 5% 5% 0 5%;
        align-items: center;
    }
    .next_about p{
        width: 650px;
        text-align: justify;
        margin-right: 28px;
        line-height: 22px;
    }
    
    .next_about img{
        margin-left: -27%;
        width: 140%;
    }
    .next_second_image img{
        height: 38vh;
    }

    .visit_menu_btn{
        margin-top: -4%;
    }

    .footer_part{
        margin-right: 3%;
    }
    .footer_part h1, .footer_icons, #iam{
        margin-left: 3%;
    }

}




@media (max-width:1366px) {
    
    .about_text #pan{
        font-size: 14px;
    }

    .about .about_main .about_text h3{
        font-size: 30px;
        position: absolute;
        margin-top: 4%;
    }


    .about_main{
        gap: 50px;
    }
    .about .about_main .image img{
        width: 650px;
    }
    .read_more{
        top: 194%;
        left: 50%;
    }
    .highlights{
        margin-left: 45%;
    }
    .next_about_section .next_second_image{
        position: relative;
        width: 29%;
        margin-top: 0%;
        
    }
    .next_second_image img{
        height: 45vh;
    }
    #imagebhai{
        margin-top: -5%;
    }

    .about_vision{
        gap: 5%;
    }

    #horizontal_line{
        display: inline-block;
        height: 170px;
        width: 3px;
        background-color: var(--main-color);
    }

    
}





@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }
    

    section .hamburger_menu {
        display: block;
        z-index: 1000;
    }
    
    section nav ul {
        display: none;
        flex-direction: column;
        width: 100%; /* Changed from 89.5% to 100% */
        background: #333;
        position: absolute;
        top: 40px;
        left: 0;
        height: 100vh;
    }

    section nav ul li a {
        color: white;
    }

    section .icon {
        display: none;
    }

    section nav {
        display: flex;
        justify-content: none;
        gap: 30%;
        width: 100%; /* Changed from 89.5% to 100% */
    }

    section #active {
        position: absolute;
        top: 51%;
        border: none;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        color: white;
        transition: all 0.6s;
    }

    section nav #logoimage {
        width: 24%;
        height: 145%;
        top: -29%;
        left: 0; /* Changed from left: -1% to left: 0% */
        position: absolute;
    }

    section nav .logo h1 {
        width: 100px;
        height: 4vh;
        cursor: pointer;
        margin: 25px 0 25px 50px;
        font-size: 27px;
    }

    section nav .logo #spanman {
        color: #cf4e26;
        margin-left: 5px;
        font-weight: 1500;
        margin-top: 35px;
    }

    section nav .logo #spanman2{
        font-family: cursive;
        text-shadow: 2px px 0px red;
    }

    section nav ul.show {
        display: flex;
    }

    section .menu-icon {
        display: block;
    }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #333;
        width: 100%;
        padding: 1rem 2rem;
        flex-direction: column;
        align-items: flex-start;
    }
    .nav-links a{
        color: white;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 1rem 0;
    }
    .hamburger{
        display: block;
        display: flex;
         flex-direction: column;
        justify-content: space-around;
    width: 25px;
    height: 20px;
    cursor: pointer;
    padding: 5px;
    }

    .hamburger.active .bar1 {
        transform: rotate(-45deg) translate(-8px, 9px);
    }

    .hamburger.active .bar2 {
        opacity: 0;
    }

    .hamburger.active .bar3 {
        transform: rotate(45deg);
    }









    .about .about_main {
        display: flex;
        flex-direction: column;
    }

    .about .about_main .image img {
        width: 380px;
        position: relative;
        top: 70px;
        left: 0%; /* Changed from left: -5% to left: 0% */
        border-radius: 20px;
        mix-blend-mode: multiply;
    }

    .about .about_main .about_text h1 span {
        color: #db1e1e;
        margin-right: 15px;
        font-family: mv boli;
    }

    .about .about_main .about_text h1 {
        font-size: 28px;
        left: 0%; /* Changed from left: -3% to left: 0% */
        position: relative;
        bottom: -40px;
        text-align: center;
    }

    .about .about_main .about_text h3 {
        display: none;
    }

    .about_main .about_text p {
        font-size: 12px;
        line-height: 0.5;
        max-width: 340px;
        position: absolute;
        top: 35%;
        left: 6%; /* Changed from left: 4% to left: 0% */
    }

    .highlights {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 117%;
        margin-left: -1%;
        width: 100%;
    }

    .highlights a {
        font-size: 11px;
    }

    .highlights i {
        padding: 10px 9px;
    }

    .highlights i:hover{
        transform: none;
    }





    .next_about {
        display: flex;
        flex-direction: column-reverse;
        gap: 15%;
        justify-content: space-between;
        padding: 0 0 0 0; /* Changed from padding: 0 0 0 3.8% to padding: 0 0 0 0 */
        align-items: flex-start;
        margin-top: 0%;
        margin-left: 2%;
    }

    .next_about p {
        width: 370px;
        text-align: justify;
        margin-right: 0; /* Changed from margin-right: 28px to margin-right: 0 */
        line-height: 2;
        font-size: 10px;
    }

    .next_about .about_image2{
        width: 94%;
    }

    .next_about img {
        height: 25vh;
        width: 100%; /* Changed from width: 90% to width: 100% */
        border-radius: 20px;
        margin: 12% 0 5% 2%;
    }

    .about_content2 {
        margin-top: -5%;
        margin-left: 2.5%;
    }

    .about_content2 h1 span {
        color: #db1e1e;
        margin-left: 1.5%;
        font-family: mv boli;
    }

    .about_content2 h1 {
        font-size: 24px;
        position: relative;
        padding: 5% 0 5% 0;
    }

    #pan span {
        margin-left: 4%;
    }

    .highlights2 {
        margin-top: 0%;
        padding: 8% 0;
    }

    .highlights2 i {
        padding: 2%;
        margin-right: 0%;
        border: 1px solid;
        border-radius: 10px;
        transition: 0.3s;
        box-shadow: 0px 0px 2px;
    }

    .highlights2 i:hover {
        transform: none;
    }

    .highlights2 i a {
        text-decoration: none;
        color: black;
        font-weight: lighter;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        padding: 60px 10px;
    }

    .next_about_section {
        padding: 10% 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .next_about_section p {
        margin-bottom: 0.5rem;
        font-size: 20px;
        font-weight: 500;
        color: white;
        padding: 0 10px;
    }

    .next_about_section h4 {
        font-size: 20px;
        font-weight: 600;
        color: white;
        padding: 0 10px;
        margin-top: 0%;
    }

    .next_about_section img {
        border-radius: 20px;
        width: 100%;
    }

    .next_about_section .next_first_image {
        position: relative;
        width: 100%; /* Changed from width: 89% to width: 100% */
        left: 0%; /* Changed from left: 1.2% to left: 0% */
    }

    .next_about_section .next_second_image {
        position: relative;
        display: none;
    }

    .next_about_section .first_image_content2 {
        position: absolute;
        top: 0;
    }

    .next_about_section .first_image_content3 {
        position: absolute;
        top: 54%;
    }

    .next_about_section .first_image_content {
        position: absolute;
        top: 0;
    }

    .visit_menu_btn a {
        padding: 14px 24px;
        border: 1px solid;
        text-decoration: none;
        color: black;
        font-size: 12px;
    }

    .visit_menu_btn {
        text-align: center;
        margin-top: -0%;
        margin-right: 0; /* Changed from margin-right: 8% to margin-right: 0 */
    }

    .about_vision {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 20% 2% 4% 0;
    }

    .about_vision .horizontal_content {
        display: flex;
        gap: 20px;
    }

    .about_vision .horizontal_content h4 {
        font-size: 24px;
        font-family: var(--main-font);
        margin-top: 1%;
    }

    #horizontal_line {
        height: 100px;
    }

    .content_vision p {
        text-align: justify;
        line-height: 1.8;
        margin-top: -0%;
        font-size: 12px;
        max-width: 320px;
        margin-right: 0; /* Changed from margin-right: 3% to margin-right: 0 */
    }

    .visit_menu_btn2 a {
        padding: 14px 24px;
        border: 1px solid;
        text-decoration: none;
        color: black;
        background-color: #fac031;
        z-index: 100;
        font-size: 12px;
    }

    .visit_menu_btn2 {
        margin-top: 10%;
    }

    .content_vision2 h3 {
        font-family: var(--main-font);
        color: var(--main-color);
        font-size: 28px;
        margin-top: 15%;
    }

    .content_vision2 .first {
        display: flex;
        gap: 28px;
        align-items: center;
        justify-content: center;
        margin-left: 2%;
    }

    .content_vision2 .first p {
        font-size: 12px;
        line-height: 1.6;
        max-width: 300px;
    }
    .content_vision2 .first h1{
        font-size: 18px;
    }

    .about_content3 {
        margin-top: 5%;
    }

    .content_vision2 .first img {
        width: 100%; /* Changed from width: 88.5% to width: 100% */
        height: 25vh;
        border-radius: 20px;
    }

    .about_content3 h1 {
        font-size: 24px;
        font-family: var(--main-font);
    }

    .about_content3 h1 span {
        color: #db1e1e;
        font-family: mv boli;
    }

    .about_content3 h3 {
        font-size: 16px;
        margin-top: 10px;
    }

    .content_vision3 {
        margin-top: 8%;
    }

    .content_vision3 img {
        border-radius: 20px;
        width: 100%; /* Changed from width: 92.5% to width: 100% */
    }

    .content_vision3 .visit_menu_btn3 {
        display: flex;
        justify-content: center;
        margin-top: 2%;
        margin-bottom: 10%;
    }

    .content_vision3 .visit_menu_btn3 a {
        padding: 14px 24px;
        border: 1px solid;
        text-decoration: none;
        color: black;
        font-size: 12px;
    }


    .footer_part{
        border-top: 1px solid;
    }
    .footer_part h1{
        font-size: 22px;
        color: var(--main-color);
        font-family: var(--main-font);
        text-align: center;
    }
    .footer_part h1 span{
        color: black;
    }
    .footer_part #footer_content{
       font-size: 10px;
       text-align: justify;
       line-height: 1.8;
       padding: 2% 0 4% 0;
       max-width: 370px;
       margin-left: 4%;
    }
    .footer_icons{
        display: flex;
        gap: 15px;
        justify-content: center;
        margin-right: 2%;
        margin-top: 2%;
    }
    .footer_icons a{
        font-size: 15px;
        color: black;
        transition: all 0.4s;
        margin-right: 2%;
    }
    #iam{
        text-transform: uppercase;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-top: 8%;
        font-size: 12px;
        text-align: center;
    }


}



@media (max-width:425px) {
    
}


@media (max-width:375px){
    body,html{
        margin: 0;
        padding: 0;
        overflow-x: hidden;

    }
    .about_text #pan{
        margin-top: 60%;
        max-width: 320px;
        margin-left: -2.5%;
    }
    .next_about{
        margin-top: 40%;
    }
    .next_about img{
        width: auto;
    }
    

    .about_content2 p{
        max-width: 320px;
    }

    #footer_content{
        margin-right: 5%;
    }
    
    #active{
        margin-top: 15%;
    }

    .about_image2{
        width: auto;
        margin-top: 5%;
    }
    .about_image2 img{
        width: 100%;
        height: 30vh;
    }

    .highlights{
        margin-top: 135%;
    }
    
}

/* @media (max-width:349px) {
     .highlights{
        margin-top: 125%;
    } 
    
}

@media (max-width:320px) {
  
    .highlights{
        margin-top: 130%;
    }
    .next_about{
        margin-top: -30%;
        margin-left: 0%;
        width: 400px;
    }
    .next_about img{
        width: 100%;
        padding: 0;
    }

    
} */

/* @media (max-width:1440px) {

    .next_about{
        margin-top: -30%;
    }
    .next_about_section .next_second_image{
        position: relative;
        width: 29%;
        margin-top: 0%;
        
    }
    .next_second_image img{
        height: 25vh;
    }
    #imagebhai{
        margin-top: -5%;
    }
    
}

@media (max-width:1389px) {
    .about_text #pan{
        max-width: 550px;
        margin-left: 5%;
        margin-top: 47%;
    }
    .highlights{
        margin-left: 21%;
    }
    .about_text h1{
        margin-left: 5%;
    }
    .about_text h3{
        margin-left: 2%;
    }
}

@media (max-width:1237px) {
    .highlights{
        margin-left: 51%;
    }
    
}

@media (max-width:1024px) {
    .about_text h3{
       display: none;

    }
    .about_text #pan{
        margin-top: 40%;
    }
    .highlights{
       margin-left: 590%;
    }
} */










@media only screen and (max-width: 1536px) and (min-width: 769px){
    .about .about_main .image img{
        width: 700px;
    }
    .about{
        padding: 0 0 5% 0;
    }
    .about .about_main .about_text h1{
        font-size: 55px;
        position: relative;
        bottom: -200px;
    }
    
    .about .about_main .about_text h3{
        font-size: 30px;
        position: absolute;
        top: 40%;
    }

    .highlights{
        margin-right: 14.4%;
        margin-top: 2%;
    }

    .next_about{
        padding: 5% 5% 0 5%;
        align-items: center;
    }
    .next_about p{
        width: 650px;
        text-align: justify;
        margin-right: 28px;
        line-height: 22px;
    }
    
    .next_about img{
        margin-left: -27%;
        width: 140%;
    }

    .visit_menu_btn{
        margin-top: -4%;
    }

    .footer_part{
        margin-right: 3%;
    }
    .footer_part h1, .footer_icons, #iam{
        margin-left: 3%;
    }

}













@media  (max-width:1440px) {
    .about_text h3{
        margin-top: -10%;
    }
    
}