body {
    font-family: "Cairo", sans-serif;
}

#borderimg1 {
    border: 10px solid transparent;
    padding: 15px;
    border-image: url('/images/border.png') 129 round;
}
#myfont  {
    color: #dad1d1;
}
#myfont ~p {
    color: #dad1d1;
}
#myarrow {
    top: -18px;
    left: 180px
}
#myh1{
    color:white!important
}
#borderimg {
    border: 10px solid transparent;
    padding: 15px;
    border-image: url('/images/border.png') 44 stretch;
}
#borderimg2 {
    border: 10px solid transparent;
    padding: 1px;
    border-image: url('/images/border.png') 20% round;
}
#bitmap {
    width: 200px;
    
    border: 36px solid orange;
    margin: 30px;
    padding: 10px;
    border-image: url('/images/border.png') /* source */ 27 / /* slice */ 36px 28px 18px 8px / /* width */ 18px 14px 9px 4px /* outset */ round; /* repeat */
}

#lang-dropdown {
    padding-inline: 3px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    position: absolute;
    background-color: white;
    border: 1px solid gray;
    width: 100px;
    font-size: 12px;
    transition: transform ease .2s;
    transform-origin: top;
    transform: scaleY(0);
    overflow: hidden;
}


    #lang-dropdown.seen {
        transform: scaleY(1);
    }
custom-thumb-info-style-1 .custom-thumb-info-icon > .fas {
    width: auto;
    transform: scale(1);
    display:block;
}
    .custom-thumb-info-style-1:hover .custom-thumb-info-icon > .fas,
    .custom-thumb-info-style-1.active .custom-thumb-info-icon > .fas {
    animation: toRightFromLeftNoScale 0.3s forwards;
}
.process-step-circle .fas {
    color:white;
}
.process-step:hover .fas{
    color: #EA1C21;
}

#shortcuts .process .process-step:hover .process-step-circle {
    background-color: white;
    border-color:white;
}

.thumb-info-container-full-img .thumb-info-container-full-img-large.active {
   
    background-position:center ;
}

.service-item:nth-child(even) {
    flex-direction: row-reverse;
    background-color: #0000004a;
}
.artical-item:nth-child(even) {
   margin-right:30%;
}
.project-item:nth-child(even) {
    flex-direction: row-reverse;
    background-color: #0000004a;
}
#artical-row {
    display: flex;
    
      flex-direction: row-reverse;
}
.project-item .packages:before {
    content: '';
    display: block;
    background: rgba(134, 31, 25, 0.55);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.project-item:nth-child(odd) .packages:before {
    background: rgba(0,0,0,0.49);
}
    .project-item .packages h2,
    .project-item .packages p {
        position: relative;
        z-index: 5;
    }
    @media (max-width: 650px) {
        #lang-dropdown.seen {
            transform: translateX(50%);
        }

        #myimage {
            transform: translateX(2%);
        }
    }