@font-face{
    font-family: 'Al-Jazeera';
    src: url('Al-Jazeera-Arabic-Regular.ttf') format('truetype');
}
@font-face{
    font-family: 'Al-Jazeera-Bold';
    src: url('Al-Jazeera-Arabic-Bold.ttf') format('truetype');
}
@font-face{
    font-family: 'gadugi-normal';
    src: url('gadugi-normal.ttf') format('truetype');
}
@font-face{
    font-family: 'tharwat';
    src: url('tharwat.ttf') format('truetype');
}
.Bold-fo{
    font-family: Al-Jazeera-Bold;
}
.gadugi{
    font-family:gadugi-normal;
}
.tharwat{
    font-family: tharwat;
    font-size: 50px;
}
.color1{
    color: #4395D1;
}
.color2{
    color: #fff;
}
.color3{
    color: #000e29;
}
.bg-color1{
    background-color: #4395D1;
}
.bg-color2{
    background-color: #fff;
}
.bg-color3{
    background-color: #ff9e00;
}
.bg-color4{
    background-color: #000e29;
}
.linergrid{
    background: linear-gradient(90deg, rgba(91,163,218,1) 0%, rgba(115,181,228,1) 100%);
}
.shadow1{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px 0px inset, rgba(17, 17, 26, 0.05) 0px 8px 32px 0px;
}
.shadow2{
    box-shadow: rgba(0, 0, 0, 0.336) 0px 3px 3px 0px inset;
}
.shadow2{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px 0px inset, rgba(17, 17, 26, 0.315) 0px 8px 32px 0px;
}
h1{
    font-size: 60px;
}
.zpading{
    padding: 0px;
}
body{
    font-family: Al-Jazeera;
    font: #283446;
    font-size: 20px;
    background-color: #f9f8f8;
}
ul{
    padding-right: 40px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
a{
    text-decoration: none;
}
.li-a {
    color: #fff;
    font-size: 25px;
    margin: 15px;
    text-decoration: none;
    align-self: center;
}
.main{
    position: relative;
    height: 80vh;
    overflow: hidden;
}
#img{
    position: absolute;
    margin-right: -60%;
    width: 100%;
}
#slogan1, #slogan2{
    position: absolute;
    display: none;
    width: 100%;
    height: 600px;
}
.sclae{
    transition: 0.5s;
}
.sclae:hover{
    transform: scale(1.05);
}
li a:hover, a:hover {
    text-decoration: none;
    color: #0e0e0e;
}
.horizantal, .vertical{
    border-radius: 20px;
    padding: 20px;
    margin: 10px;
    text-align: right;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.vertical{
    padding: 0px;
    overflow: hidden;
}
.horizantal{
    display: flex;
    height: 50vh;
    background-image: url("../img/insurance.jpg");
}
.map{
    background-image: url("../img/map.svg");
    background-position: center;
    text-align: right;
}
.horizantal,.earth,.hexogen,.car,.oil, .father, .ship{
    background-size:cover;
    background-position: center;
    text-align: right; 
}
.ship{
    background-image: url("../img/cargo.jpg");
}
.father{
    background-image: url("../img/father.jpg");
}
.oil{
    background-image: url("../img/oil.jpg");
}
.car{
    background-image: url("../img/car-ins.jpg");
}
.hexogen{
    background-image: url("../img/hexbg.svg");
    background-position: center;
}
.earth{
    background-image: url("../img/earth.jpg");
}
.theame{
    background-image: url("../img/them.svg");
    background-size:cover;
    background-position: center;
    border-radius: 20px;
    padding: 30px;
    color: #fff;
}
.partner{
    width: 150px;
    margin-bottom: 20px;
}
.mainDiv{
    margin: auto;
}
button{
    background-color: #0077b6;
    border: none;
    border-radius: 5px;
    font-size: 30px;
    color: #fff;
    padding: 5px 20px;
}
button:hover{
    background-color: #fff;
    color: #0077b6;;
}
.types{
    height: 350px;
    padding: 30px;
    margin: 0px;
    font-size: 35px;
}
.types>h2{
    font-size: 45px;
}
.service{
    width: 200px;
    height: 150px;
    padding: 5px;
    font-size: 25px;
}
input[type=email]{
    width: 250px;
    height: 55px;
    padding: 5px;
    border: none;
    border-radius: 5px;
}
.itext{
    width:80%;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 2px  solid #0e004e;
    margin-bottom: 10px;
    font-size: 20;
}
.isura{
    width: 100%;
    height: 160px;
    background-color: #000e29;
    color: #fff;
    padding: 10px;
    text-align: right;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 10px;
    direction: rtl;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    transition: 0.5s;
}
.isura:hover{
    background-color: #fff;
    color: #000e29;
    transform: scale(1.05);
}
.carbg{
    background-image: url("../img/2.jpg");
    background-size:cover;
    background-position: bottom;
}
.rivew{
    width: 250px;
    height: 350px;
    padding: 20px;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    transition: 0.5s;
}
.clips{
    position: absolute;
    width: 200px;
    margin-top: -10px;
}
#clip1{
    animation: bounce 1s ease-in infinite;
}
.footco2{
    text-align: left;
}

@keyframes bounce {
    50% {
        transform: translateY(-10px);
    }
}
@media screen and (min-width: 300px) and (max-width: 600px) {

    .container,.container-fluid{
        overflow: hidden;
    }
    .main{
        height: 110vh;
    }
    .name{
        display: none;
    }
    #img{
        display: none;
    }
    #slogan1{
        display: block;
    }
    .cus{
        display: none;
    }
    .footco{
        text-align: center;
    }
    .footco2{
        text-align: center;
    }
}