@font-face{
    font-family: 'tajawal';
    src: url('Tajawal-Medium.ttf') format('truetype');
}
@font-face{
    font-family: 'Tajawal-Bold';
    src: url('Tajawal-Bold.ttf') format('truetype');
}

body{
    font-family: tajawal;
    font: #465360;
    font-size: 20px;
    background-color: #fff;
}
.bold-fo{
    font-family: Tajawal-Bold;
}
.gadugi{
    font-family:gadugi-normal;
}
.tharwat{
    font-family: tharwat;
    font-size: 50px;
}
.color1{
    color: #e3a04a;
}
.color2{
    color: #fff;
}
.color3{
    color: #465360;
}
.color4{
    color: #e3a04a;
}
.btn-1,.bg-color1{
    background-color: #e3a04a;
}
.btn-1:hover,.bg-color2{
    background-color: #465360;
}
.sclae{
    transition: 0.5s;
}
a{
    text-decoration: none;
}
ul{
    padding-right: 40px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
.li-a {
    color: #283446;
    font-size: 25px;
    margin: 15px;
    text-decoration: none;
    align-self: center;
}
.li-a2{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.li-a2:hover{
    color: #e3a04a;
}

li a:hover, a:hover {
    text-decoration: none;
    color: #e3a04a;
}
#home{
    height: 90vh;
    margin-top: 10px;
}
#home-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
.main-nav{
    position: fixed;
    margin: 30px;
    background-color: #fff;
    border-radius: 20px;
}
.mainslogan{
    width: 450px;
    font-size: 30px;
    color: #fff;
    margin-top: -250px;
}
.btn-1{
    border: none;
    padding: 10px 15px;
    color: #fff;
}
.hugefont{
    font-size: 65px;
}
.service{
    border: 1px solid #e3a04a;
    background-color: #ffffffc6;
}
.service2,.service{
    width: 95%;
    height: 200px;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.service2{
    background-color: #e3a14a9a;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.service:hover{
    background-image: url("../img/finance.jpg");
    background-size: cover;
    color: #fff;
    transition: 0.5s;
}

.bounce:hover {
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
  }
#outline-img{
    position: absolute;
    opacity: .4;
    width: 800px;
    margin-right: -120%;
}
.company{
    background-image: url("../img/company.jpg");
    background-size: cover;
    border-radius: 50px;
    color: #fff;
    padding: 100px 100px;
}
.profile-co, .over-hid{
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 200px 50px;
}
.us-co{
    background-image: url("../img/sadad-bg.svg");
    background-position: center;
    background-size: cover;
    padding: 100px 200px 0px 200px;
}
.call-co{
    background-image: url("../img/sadad-bg2.svg");
    background-position: center;
    background-size: cover;
    padding: 50px;
    border-radius: 50px;
}
.ui-img{
    width: 80px;
    margin: 0px 20px;
}
.why-us{
    display: flex;
}
.foot{
    background-color: #283446;
    color: #fff;
    padding: 100px 100px 20px 100px;
    border-radius: 50px 50px 0px 0px;
    text-align: right;
}
.itext{
    width:60%;
    height: 50px;
    border: none;
    border: 1px  solid #e3a04a;
    margin-bottom: 10px;
    font-size: 20;
}
.center-me{
    text-align: right;
}
.profile{
    width: 95%;
    height: 65vh;
    background-color: #f7f7f7;
    padding: 0px;
    margin-bottom: 50px;
    box-shadow: rgba(17, 17, 26, 0.3) 0px 4px 16px 0px;
}
.profile-image{
    background-image: url("../img/sadad-bg2.svg");
    background-position: center;
    background-size: cover;
    padding: 50px;
    height: 30vh;
    overflow: hidden;
}
.img-pro{
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
    body{
        font-size: 12;
    }
    #text-logo{
        display: none;
    }
    #home{
        height: 60vh;
        padding: 3px 6px;
    }
    .over-hid, .company{
        padding: 10px 20px;
    }
    .profile-co, .us-co{
        padding: 0px 10px;
        text-align: center;
    }
    .profile-image,.call-co{
        padding: 10px;
    }
    .call-co, .service,.service2,.over-hid, .company, #home-img{
        border-radius: 15px;
    }
    .hugefont{
        font-size: 30px;
    }
    .mainslogan{
        margin-top: -350px;
    }
    .h2-title{
        font-size: 25px;
    }
    .service,.service2{
        width: 100%;
        height: auto;
    }
    .why-us{
        display:block;
        margin-bottom: 30px;
    }
    .itext{
        width: 90%;
    }
    .foot{
        text-align: center;
        padding: 10px;
        border-radius: 0px;
    }
    .center-me, .why-us{
        text-align: center;
    }
    .profile{
        height: auto;
    }

}