.myheader{
    background-image: url("../image/background.png");
    background-size: cover;
    height: 200vh;
}
.navigator{
    z-index: 1;
}
.nav_items{
    display: flex;
    align-items: center;
    gap: 32px;
    padding-right: 75px;
}
.nav_items a {
    color: #fff;
}

.item{
    width: 50%;
}
#nav_logo{
    display: flex;
    align-items: center;
}
.nav_sign_in{
    color: #fff;
    border-radius: 15px 0px 0px 0px;
    background-color:#00675F;
    padding: 10px;
    margin-left: 75px;
    border-radius: 15px;
}
/* header */
.a_div_1{
    display: flex;
    height: 100vh;
    background-image: url("../assets/background.png");
    background-size: cover;
    background-position: center;
}
/* header right*/
.a_right{
    width: 80%;
}



.a_right .Span
{
    font-size: 50px !important;
}
.a_right_paraghraph{
    font-size: 40px;
}


.a_right_paraghraph{
    font-family: "MRT_Ghalam-2";
    color: var(--color--EF991F);
    font-size: 20px;
    font-weight: 400;
}
.a_right_title{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.a_right_exp{
    font-size: 20px;
    font-weight: 400;
    color: var(--color--D0D0D0);
}


.flexcenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.relpos{
    position: relative;
    width: 70%;
}
.arrow{
    position: absolute;
    cursor: pointer !important;
}
.arrow svg{
    cursor: pointer !important;
}
.arrow svg{
    width: 40px;
    height: 40px;
    color: #F59C8A !important;
}

.phoneconnect{
    display: none;
}
.arrow.l{
    
    left: 120px;
    top: 45%;
}
.arrow.r{
    right: 60px;
    top: 45%;
}
.scroloverflow::-webkit-scrollbar {
    width: 100%;
    height: 0px;
  }
  
  /* Track */
  .scroloverflow::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .scroloverflow::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  .scroloverflow::-webkit-scrollbar-thumb:hover {
    background: #555;
  }



.Span{
    color: var(--color--2BA769);
    font-size: 32px;
    font-weight: 700;
}
/* header left*/
.a_left{
    width: 60%;
}
.a_left_one{
    margin-right: 20px;
    margin-top: 90px;
    max-width: 80%;
    height: auto;
}
.a_left_two{
    max-width: 100%; 
    height: auto; 
    margin-top: 32px;
}




@media (max-width:1110px) {
    .arrow.r{
       right: 35px;
        top: 22%;
        transform: rotate(-90deg);
    }
    .relpos{
        width: 100% !important;
    }
    .phoneconnect{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        margin-top: -95px;
    }
    .phoneconnect .f_page_4_contact_title{
        font-size: 17px;
        text-align: center;
        width: 90%;
    }
    .phoneconnect .f_page_4_contact_title #conction{
        font-size: 17px;
    }
    .phoneconnect p{
        text-align: center;
        font-size: 10px;
        color: #222;
        width: 300px;
    }
    .addres p{
        color: #9F9F9F;
    }
    .addres h5{
        color: #222;
        text-align: center;
    }
    .socal {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .socal a{
        margin: 10px;
    }
    .socal{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .othercitys{
        width: 100%;
        display: flex;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 40px;
        justify-content: space-evenly;
    }
    .activespan{
        color: #248D59;
    }
    .pcconcte{
        display: none;
    }
    .arrow.l{
        right: 35px;
        left: auto;
        top: 69%;
        z-index: 9;
        transform: rotate(-90deg);  
    }
}
