* {
/*     padding: 0; */
    margin: 0;
    box-sizing: border-box;
	  font-family: 'hatem-font.woff2';
}



ul {
    list-style: none;
}

a {
    text-decoration: none;
}
.btnss {
    padding: 12px 18px;
    background-color: #bba66c;
    color: #253169;
    min-width: 260px;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 0;
    transition: 0.3s;
    background: #8e7242 !important;
}

@media (max-width: 770px) {
    .btnss {
        min-width: 190px;
    }
}
@media (max-width: 980px) {
    .btnss {
        min-width: 220px;
        font-size: 15px;
    }
}
@media (max-width: 770px) {
    .btnss {
        min-width: 190px;
    }
}
@media (max-width: 980px) {
    .btnss {
        min-width: 220px;
        font-size: 15px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1a202c;
}


section {
    padding: 40px 0;
}

.btns {
    display: flex;
    gap: 30px;
    align-items: center;
}

.btn {
    background: #8e7242;
    color: #fff;
    padding: 12px 38px;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
    border: 1px solid #8e7242;

}

.btn:hover {
    background: #fff;
    color: #8e7242;
    scale: 1.05;
}

.btns a {
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btns a i {
    font-size: 18px;
}

.btn2 {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    cursor: pointer;
}

.btns a.btn2 i {
    font-size: 20px;
}

.btn2:hover {
    color: #8e7242;
}



.top_sec {
    text-align: center;
    margin-bottom: 60px;
}

.top_sec h3 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #8e7242;
}

.top_sec p {
    font-size: 18px;
    width: 60%;
    margin: 0 auto;
}


body {
    font-family: "Bold", sans-serif;
    direction: rtl;
}

.container {
    width: 85%;
    margin: 0 auto;
 
}
@media (min-width: 1400px) {
    .container {
        width: 1300px;
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

img {
    width: 100%;
}


.hero_Video .video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;

}

.hero_Video .video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    background-size: cover;
    z-index: 100;
}

.button_open_video_hero{
    display: none;
}
.mobile-video {
    display: none;
}

@media (max-width:1000px) {
    .desktop-video {
        display: none;
    }

    .mobile-video {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }
.hero_Video{
    background: #F6921E;
}
    .hero_Video .video-background {
        height: auto;
        width: 100%;
        padding: 10px 10px 10px;
        background: #F6921E;
    }
    .hero_Video .video-background video{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0% , 0%);
        width: 100%;
        height: 100%;
        max-width: 100%;
        min-width: auto;
    }

    .button_open_video_hero{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 10px);
        height:  calc(100% - 10px);
        background: url('https://noortranslation.com.sa/wp-content/uploads/2024/10/غلاف.webp');
        z-index: 101;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-size: cover;
        background-position: right center;
        border: 0.5px solid #1b1b1b48;
    }
    .button_open_video_hero svg{
        width: 100px;
        fill: #fff;
    }

}

/* Start Hero */

.hero {
    background: linear-gradient(-270deg, rgba(6, 25, 49, 0), #061931 85%), url(../img/hero.webp);
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero .div_text {
    width: 50%;
    padding-top: 50px;
}

.hero .div_text h1 {
    color: #f5f5f5;
    margin-bottom: 20px;
}

.hero .div_text p {
    font-size: 19px;
    color: #fff;
    margin-bottom: 30px;
}


@media (max-width:900px) {
    .btns{
        flex-wrap: wrap;
    }
    .hero .btns{
        justify-content: center;
    }
    .hero .div_text{
        width: 100%;
        text-align: center;

    }
    .hero .div_text h1{
        font-size: 20px;
    }
}

@media (max-width:500px) {
    .hero{
        align-items: flex-start !important;
        padding-top: 160px !important;
        background-position: right;
        background-position-x: 72% !important;
    }
    .btn{
        font-size: 16px;
        padding: 10px 35px;
    }
    .hero .div_text{
        background: rgba(0,0,0,.4);
        padding: 30px 30px 30px;
        border-radius: 10px;
    }
    .hero .div_text h1{
        font-size: 20px;
    }
    .hero .div_text p{
        font-size: 19px;
    }
    .btn2{
        font-size: 18px;
    }
}



/* End Hero */





/* Start About */


.about .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about .container .div_text {
    width: 67%;
}

.about .container .div_text h5 {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
}

.about .container .div_text h5::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 70px;
    height: 2px;
    background: #8e7242;
}

.about .container .div_text h2 {
    font-size: 30px;
    margin: 35px 0 25px;
    color: #8e7242;
}
.about .container .div_text h1 {
    font-size: 30px;
    margin: 35px 0 25px;
    color: #8e7242;
}

.about .container .div_text p {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 25px;
}

.about .call {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 5px 20px 5px 40px;
    border-right: 4px solid #1a202c;
    width: max-content;
    background: #fcead2;
    box-shadow: -5px 5px 8px hsla(40, 81%, 80%, 0.278);
    margin-bottom: 30px;
}

.about .call .icons svg {
    width: 50px;
    fill: #8e7242;
    position: relative;
    top: 4px;
}

.about .call .text a {
    font-size: 20px;
    color: #1a202c;
    font-weight: bold;
}





.about .container .div_img {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: flex-end;
    gap: 5%;
}

.about .container .div_img p {
    position: absolute;
}

.about .container .div_img img {
    border-radius: 10px;
}

.about .container .div_img .big_img {
    width: 100%;
    position: relative;
}

.about .container .div_img .btn_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: #8e7242;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}

.about .container .div_img .btn_video svg {
    width: 40px;
    position: relative;
    top: 20px;
}

.about .container .div_img .btn_video:hover {
    background: #061931;

}

.about .container .div_img .sm_img {
    width: 35%;
}







@media (max-width:1250px) {
    .about .container .div_text h2 {
        font-size: 30px;
    }

    .about .container .div_text p {
        font-size: 16px;
    }

    .about .call {
        gap: 15px;
    }

    .about .call .text p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .about .call .text a {
        font-size: 20px;
    }

    .about .call .icons svg {
        width: 50px;
    }
}

@media (max-width:1000px) {
    .about .container {
        flex-direction: column;
    }

    .about .container .div_text {
        width: 100%;
    }

    .about .container .div_img {
        width: 60%;
    }
}

@media (max-width:500px) {
    .about .container .div_img {
        width: 100%;
    }
    .about .container .div_text{
        margin-bottom: 50px;
    }

    .about .container .div_text p {
        font-size: 18px;
    }

    .about .call .text p {
        font-size: 13px;
    }

    .about .call .text a {
        font-size: 19px;
    }

    .about .call {
        padding: 12px 15px 12px 30px;
        margin-bottom: 10px;
    }

    .about .container .div_text h2 {
        font-size: 20px;
        margin: 25px 0 15px;
    }

    .about .container .div_text h5 {
        font-size: 18px;
    }

    .about .btn {
        font-size: 14px;
    }

    .about  .btns{
        margin-top: 30px;
    }
}

/* End About */



/* Start send */ 





::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.timeline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 180px 0 20px
}

.send{
    padding: 100px 0;
}

.send_item {
    position: relative;
    flex: 1 1 0px
}

.send_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 9px);
    height: 20px
}

.send_item.item-01::before {
    width: 50%;
    right: unset;
    left: 0;
}

.send_item::before {
    background: #8d7141;
}


.send_heading {
    position: absolute;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column
}

.send_item:nth-child(odd) .send_heading {
    top: -190px;
    justify-content: flex-end;
    height: 150px
}

.send_item:nth-child(2n) .send_heading {
    top: 60px;
    flex-direction: column-reverse
}

.send_item:nth-child(odd) .send_content {
    top: 50px
}

.send_content {
    position: relative;
    right: 0;
    width: 100%;
    text-align: center
}

.send_item:nth-child(2n) .send_content {
    display: flex;
    top: -190px;
    align-items: flex-end;
    height: 170px
}

.send_item::after {
    content: "";
    position: absolute;
    top: -10px;
    z-index: 999;
    background: #fff;
    width: 40px;
    height: 40px;
    right: calc(50% - 20px);
    border-radius: 50%;
    border: 7px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    padding-top: 4px;
    font-family: sans-serif;
}

.send_item.item-01::after {
    content: "1";
}

.send_item::after {
    color:#000;
    border-color: #8d7141;
}

.send_item.item-02::after {
    content: "2";
}

.send_item.item-03::after {
    content: "3";
}

.send_item.item-04::after {
    content: "4";
}

.send_item.item-05::after {
    content: "5";
}

.send_icon span {
    font-size: 30px;
    background: #fff;
    border: 7px solid;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}
.icon.icon-whatsapp{
    color: #54d101 !important;
}
.icon.icon-language{
    color: #3a80f4 !important;
}
.send_item .send_icon span,
.send_item .send_title {
    color: #000;
    border-color: #000;
}

.send_icon {
    position: relative
}

.send_title {
    margin: 10px 0
}

.send_item:nth-child(odd) .send_icon::after {
    position: absolute;
    bottom: -10.5px;
    left: calc(50% - 15px);
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid
}

.send_item:nth-child(2n) .send_icon::after {
    position: absolute;
    top: -10.5px;
    left: calc(50% - 15px);
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid
}

.send_item .send_icon::after {
    border-top-color: #000
}
.send_item.item-01 .send_icon::after {
    border-top-color: #000;
}


.send_description {
    font-size: 16px;
    color: #333
}

.tool_text {
    opacity: 0;
    width: 100%;
    background-color: #0dcc0d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 3px 3px rgba(172, 184, 212, .3);
    padding: 20px;
    font-size: 16px;
    font-weight: 700
}

.send_item:hover .tool_text {
    opacity: 1
}

@media(min-width:1024px) {
    .timeline-info {
        display: block !important
    }

    .timeline-video video {
        margin-bottom: 50px
    }
}

ul.fixed-social li:hover a {
    scale: 1.1
}

ul.fixed-social li a {
    transition: .5s
}

.tool_text.payment {
    background-color: #00f
}

.tool_text {
    transition: 1s
}

.fixed-social {
    left: unset;
    right: 0
}

.fixed-social .call {
    display: none
}

.timeline-video {
    text-align: center
}

.timeline-video video {
    width: 100%;
    height: auto;
    max-width: 600px
}

html:lang(en-GB) .send_item::before {
    left: calc(-50% + 5px)
}

html:lang(en-GB) .send_item.item-01::before {
    left: unset;
    right: 0
}

html {
    box-sizing: border-box;
}

@media (max-width: 1000px) {
      .send{
        display: none;
      }  
}

/* End send */ 







/* Start Services */

.services {
    background: #fbf7f1;
    padding: 60px 0;
}

.services .boxs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.services .boxs .box {
    width: 31%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 5px 5px 12px #9191911c;
    transition: 0.3s ease-in-out;
    margin-bottom: 50px;
    border: 1px solid #c5c5c561;
}

.services .boxs .box .img_after {
    position: absolute;
    left: 20px;
    bottom: 0;
    opacity: 0.2;
    z-index: 100;
    width: 50%;
}

.services .boxs .box:hover {
    box-shadow: 5px 5px 22px #fbcfa3b8;
}

.services .boxs .box::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: #8e7242;
    transition: 0.3s ease-in-out;
}

.services .boxs .box:hover::after {
    width: 100%;
}

.services .boxs .box .div_img {
    position: relative;
}


.services .boxs .box .div_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    scale: 1;
    transition: 0.3s ease;
}

.services .boxs .box .div_img .img_serv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.services .boxs .box:hover .div_img img {
    scale: 1.03;
}

.services .boxs .box .content {
    padding: 15px 15px 30px;
}

.services .boxs .box h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.services .boxs .box p {
    margin-bottom: 30px;
    text-overflow: ellipsis;
/*     display: -webkit-box; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}

.services .boxs .box .btn {
    border: 1px solid #8e7242;
    padding: 7px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    font-size: 16px;
    border-radius: 30px;
}

.services .boxs .box .btn i {
    font-size: 16px;
    position: relative;
    top: 1px;
    transition: 0.3s;
    left: 0;
}

.services .boxs .box .btn:hover {
    background: #8e7242;
    color: #fff;
    scale: 1;
}

.services .boxs .box .btn:hover i {
    left: -10px;
}



@media (max-width:1000px) {
    .services .boxs .box{
        width: 48%;
    }
}



@media (max-width:500px) {
    .services .boxs .box{
        width: 100%;
    }
    .services .boxs .box h2{
        font-size: 18px;
    }
    .stars i{
        font-size: 16px;
    }

    .top_sec h3{
        font-size: 20px;
    }
    .top_sec p{
        font-size: 19px;
        width: 90%;
    }
    .reviews .top_sec .total_rate a{
        font-size: 14px;
    }
}


/* End Services */





/* Start table */


table {
    border-collapse: collapse;
}

td,
th {
    border: 1px solid;
    padding: 15px;
    min-width: 200px;
    background: white;
    text-align: center;
    border: 0;
    font-size: 18px;
    color: #061931;
}

.table .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-container {
    position: relative;
/*     width: max-content; */
	    width: 1000px;
}

thead th {
    background: #8e7242;
    color: #fff;
}

tbody {
    overflow: scroll;
    height: 200px;
}



.unfixed-table tbody tr:nth-child(2n) td {
    background: #fbe9cd;
}

.unfixed-table tbody tr td:first-child {
    font-weight: bold;
    color: #061931;
}


@media (max-width:700px) {
    .unfixed-table tbody tr td:first-child{
        min-width: auto;
        font-size: 14px;
    }
    td, th{
        font-size: 18px;
        min-width: auto;
        padding: 14px 8px;
    }
    .top_sec h3{
        font-size: 22px;
    }
}


/* End table */





/* start fro3 */
.fro3 {
    padding: 80px 0;
}

.fro3 .container {
    flex-wrap: wrap;
}


.fro3 .container .box {
    width: 48%;
    margin-bottom: 60px;
    background: #fff;
    position: relative;
    box-shadow: 5px 5px 12px #9191911c;
    transition: 0.3s ease-in-out;
    margin-bottom: 50px;
    border: 1px solid #c5c5c54d;
    padding: 40px 25px;
    border-radius: 5px;
    transition: 0.3s;
}

.fro3 .container .box h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.fro3 .container .box:hover {
    border-color: #8e7242;
}

@media (max-width:1000px) {
    .box p{
        font-size: 18px;
    }   
    .fro3 .container .box h3{
        font-size: 18px;
    }
}
@media (max-width:750px) {
    .fro3 .container .box{
        width: 100%;
    }
    .fro3 .container .box p{
        font-size: 18px;
    }   
    .fro3 .container .box h3{
        font-size: 18px;
    }
}



/* End fro3 */






/* Start sm_contact */ 

.sm_contact .container.flex{
    flex-wrap: wrap;
    align-items: normal;
    
}

.sm_contact .box{
    text-align: center;
    width: 30%;
    transition: 0.3s ease-in-out;
    margin-bottom: 50px;
    border: 1px solid #9494942c;
    box-shadow: 5px 5px 12px #91919118;
    background: #fff;
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    top: 0;
}
.sm_contact .box:hover{
    border-color: #8e7242;
    top: -15px;
}
    
.sm_contact .box h3{
    margin-bottom: 10px;
}


.sm_contact .box .icon i{
    font-size: 30px;
    margin-bottom: 20px;
    color: #8e7242;
}

@media (max-width:1000px) {
    .sm_contact .box{
        width: 48%;
    }
    .sm_contact .container.flex{
        justify-content: center;
        gap: 4%;
    }
    .sm_contact .box .icon i{
        font-size: 60px;
    }
}


@media (max-width:500px) {
    .sm_contact .box{
        width: 100%;
    }
    .sm_contact .container.flex{
        justify-content: center;
        gap: 4%;
    }
    .sm_contact .box .icon i{
        font-size: 40px;
    }
}

/* End sm-contact */




/* Start reviews */
.reviews {
    padding-bottom: 80px;
}

.reviews .top_sec .total_rate {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}


.stars i {
    color: #FFC905;
    font-size: 18px;
}

.reviews .container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.reviews .top_sec .total_rate  a{
    color: rgb(1, 108, 207);
}

.reviews .container .top_slide {
    margin-bottom: 50px;
}

.reviews .container .box {
    box-shadow: 5px 5px 12px #9191911c;
    transition: 0.3s ease-in-out;
    border: 1px solid #c5c5c554;
    padding: 15px 20px;
    border-radius: 5px;
}


.reviews .container .box img.google_img {
    width: 20px;
}


.reviews .container .box p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b1b1b136;
}

.reviews .container .box .stars i {
    font-size: 14px;
}

.reviews .container .box .name_client.flex {
    justify-content: right;
    gap: 10px;
}


.reviews .container .box .name_client .sm_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #075E54;
    color: #fff;
}











/* div Video */

.video_div {
    position: fixed;
    top: 0vh;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: -1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    opacity: 0;
    scale: 0.2;
}

.video_div.active {
    top: 0vh;
    opacity: 1;
    z-index: 1010;
    scale: 1;
}

.video_div span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000009f;
    z-index: -1;
}

.video_div p {
    position: absolute;
    top: 100px;
    right: 80px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    background: var(--main-color);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    transition: 0.3s;
    z-index: 1000;
}

.video_div p:hover {
    color: red;
}

.video_div video{
    width: 640px;
    height: 480px;
}



@media (max-width:900px) {
    
.video_div video{
    width: 340px;
    height: 260px;
    max-width: 90%;
}
}





/* Start Blog */

.blog {
    background: #fbf7f1;
}

.blog .boxs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog .boxs .box {
    width: 31.5%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 5px 5px 12px #9191914b;
    transition: 0.3s ease-in-out;
    border: 1px solid #aaaaaa99;
	margin-bottom:40px;
}

.blog .boxs .box:hover {
    box-shadow: 5px 5px 22px #5d5d5db8;
}

.blog .boxs .box .div_img {
    position: relative;
    margin-bottom: 20px;
}

.blog .boxs .box .div_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    scale: 1;
    transition: 0.3s ease;
}

.blog .boxs .box .div_img .img_serv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.blog .boxs .box:hover .div_img img {
    scale: 1.1;
}

.blog .boxs .box .content {
    padding: 0px 15px 30px;
}

.blog .boxs .box .text_bg_gr {
    padding: 2px 12px;
    background: #8e7242;
    border-radius: 30px;
    width: max-content;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.blog .boxs .box h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog .boxs .box p {
    margin-bottom: 25px;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #061931;
}

.blog .boxs .box .btn {
    padding: 5px 25px 6px;
}






@media (max-width:1200px) {
    .blog .boxs .box {
        width: 31%;
    }

    .blog .boxs .box h2 {
        font-size: 19px;
    }

    .blog .btn {
        padding: 16px 32px;
        font-size: 16px;
    }
}

@media (max-width:1000px) {
    .blog .boxs .box {
        width: 48%;
        margin-bottom: 50px;
    }
}

@media (max-width:600px) {
    .blog .boxs .box {
        width: 100%;
        margin-bottom: 50px;
    }

    .blog .boxs .box h2 {
        font-size: 18px;
    }

    .blog .boxs .box p {
        font-size: 17px;
        line-height: 1.5;
    }
}


/* End Blog */





/* Start sponser */


.sponser .box {
    border: 1px solid #ababab58;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;

}
.sponser .box img {
    width: 90%;
    margin: 0 auto;
}

.sponser .box h6 {
    padding: 30px 5px 30px;
    font-size: 18px;
}

.swiper-container {
    overflow: hidden;
    padding:10px 5px;
    color: #8e7242;
}

.top-left {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.badge {
    margin: 0;
    padding: 0;
    color: white;
    padding: 3px 2px;
    font-size: 14px;
    text-align: center;
    line-height: normal;
    background: #8e7242;
}

.badge::before {
    right: 100%;
}

.badge::before,
.badge::after {
    content: "";
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px;
}

.badge::after {
    left: 100%;
}


@media (max-width:1000px) {
    .sponser .box h6 {
        padding: 20px 5px 20px;
        font-size: 15px;
    }
}

@media (max-width:500px) {
    .sponser .box h6 {
        padding: 20px 5px 20px;
        font-size: 17px;
    }
    .badge {
        font-size: 10px;
    }
    .sponser .box img{
        width: 80%;
    }
}


/* End sponser */ 

















/* Start Contact */
.contact {
    padding-bottom: 0;
    margin-bottom: -10px;
}

.contact .map {
    position: relative;
}

.contact .map iframe {
    width: 100%;
    height: 100vh;
}

.contact .map .info_contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact .map .info_contact .content {
    background: #ffffffcd;
    width: max-content;
    padding: 70px;
    border-radius: 5px;
    border: 1px solid #8e7242b1;
    box-shadow: -8px 8px 8px #a2a2a290;
}

.contact .map .info_contact .content .box {
    margin-bottom: 30px;
}

.contact .map .info_contact .content .box:last-child {
    margin-bottom: 0;
}

.contact .map .info_contact .content .box h4 {
    margin-bottom: 15px;
}

.contact .map .info_contact .content .box .line {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s;
}

.contact .map .info_contact .content .box .line span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #fff;
}

.contact .num {
    letter-spacing: 4px;
}

.contact .map .info_contact .content .box .line a {
    font-size: 19px;
    font-weight: bold;
    padding: 3px 35px;
    border-radius: 30px;
    color: #fff;
    width: calc(100% - 65px);
    text-align: center;
}

.contact .map .info_contact .content .box .line.line1 span {
    background: #075E54;
}

.contact .map .info_contact .content .box .line.line1 a {
    background: #075E54;
}



.contact .map .info_contact .content .box .line.line2 span {
    background: #0B5A80;
}

.contact .map .info_contact .content .box .line.line2 a {
    background: #0B5A80;
}


.contact .map .info_contact .content .box .line.line3 span {
    background: #031122;
}

.contact .map .info_contact .content .box .line.line3 a {
    background: #031122;
}

.contact .map .info_contact .content .box .line:hover {
    scale: 1.05;
}


@media (max-width:1000px) {
    .contact .map .info_contact .content{
        padding: 40px;
    }
    .contact .map .info_contact .content .box .line a{
        padding: 3px 25px;
        font-size: 18px;
    }
    .contact .map .info_contact .content .box .line span{
        font-size: 18px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width:500px) {
    section{
        padding: 50px 0;
    }
    .fro3{
        padding: 40px 0;
    }
    .contact .map .info_contact{
        position: relative;
        top: 0;
        left: 0;
        transform:translate(0 , 0);
        margin-bottom: 40px;

    }
    .contact .map .info_contact .content{
        width: 100%;
    }
    .contact .map iframe {
        width: 100%;
        height: 400px;
    }
    .contact .map .info_contact .content .box .line a{
        padding: 3px 18px;
        font-size: 18px;
        width: calc(100% - 45px);
    }
    .contact .map .info_contact .content .box .line span{
        font-size: 18px;
        width: 40px;
        height: 40px;
    }
    .contact .map .info_contact .content{
        padding: 30px;
    }
    .contact .map .info_contact .content .box .line{
        gap: 10px;
    }
}



/* End Contact Map */   


/* الحاوية لتوسيط الزر */
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
  direction:ltr;
}

/* تصميم الزر */
.btn-pricing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    background-color: #8d7141;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* الأيقونة */
.btn-pricing .icon {
    margin-right: 10px;
    font-size: 20px;
    transition: transform 0.3s ease;
    display: inline-block;
}

/* تأثير الأنيميشن الأساسي */
.btn-pricing::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.15);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: transform 0.5s ease;
}

/* عند تمرير الماوس */
.btn-pricing:hover {
    background-color: #8d7141;
    color: #fff;
    transform: scale(1.05);
}

.btn-pricing:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.btn-pricing:hover .icon {
    transform: rotate(360deg) scale(1.2);
}

// top bar

 /* التوب بار */
        .top-bar {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: linear-gradient(45deg, #8E7242, #362a15);
            color: white;
            padding: 15px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
            /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
            border-bottom: 4px solid #FF4500; */
        }

        /* صورة 2030 */
        .vision-logo {
            width: 120px;
            height: auto;
            transition: all 0.3s ease;
        }

        /* الأزرار */
        .top-bar .buttons {
            display: flex;
            gap: 15px; /* المسافة بين الأزرار */
            align-items: center;
            margin-right: 50px; /* زيادة المسافة عن زر الإغلاق */
        }

        .top-bar .button {
            background-color: #4CAF50; /* لون زر الاتصال */
            color: white;
            padding: 10px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            font-size: 16px;
            text-decoration: none;
            transition: transform 0.3s ease, background-color 0.3s ease;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
            position: relative;
            overflow: hidden;
        }

        .top-bar .button.whatsapp {
            background-color: #25D366; /* لون زر الواتساب */
        }

        /* النص بجانب الأيقونات */
        .top-bar .button span {
            margin-left: 8px;
        }

        /* حركة الأيقونة */
        .top-bar .button i {
            animation: bounce 1.5s infinite;
        }

        @keyframes bounce {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-5px);
            }
        }

        /* زر إغلاق */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            color: #fff;
            cursor: pointer;
            background: #ff0000;
            border: none;
            border-radius: 8% 10% 60% 80%;
            padding: 8px 10px;
            transition: all 0.3s ease;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
        }

        .close-btn:hover {
            background: #FF4500;
            transform: scale(1.1);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
        }

        /* التصميم المتجاوب */
        @media (max-width: 768px) {
            .vision-logo {
                width: 100px;
            }

            .top-bar .button {
                font-size: 14px;
                padding: 8px 12px;
            }
        }