@font-face{
    font-family: 'tajawal';
    src: url('tajawal.ttf') format('truetype');
}
@font-face{
    font-family: 'tajawalBold';
    src: url('tajawal-Bold.ttf') format('truetype');
}

.color1{
    color: #323c7c;
}
.padding-me{
    padding: 20px;
}
.color2{
    color: #8d0105;
}
.color4{
    color: #fff;
}
.bg-color1{
    background-color: #323c7c;
}
.colorgray{
    background-color: #f2f2f2;
}
body{
    font-family: tajawal;
    font: #3d3d3d;
    font-size: 20px;
}

ul{
    padding-right: 40px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
}
.li-a{
    color: #323c7c;
    font-size: 25px;
    margin: 15px;
    text-decoration: none;
    align-self: center;
}

li a:hover, a:hover {
    text-decoration: none;
}


.mainslogan > h1 {
    font-size: 65px;
    color: #fff;
    padding: 0px;
}


.homecover{
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/suite.jpg");
    background-size:cover;
    background-position: center;
    text-align: center;
}
.mainslogan2,.mainslogan{
    font: open;
    font-size: 60px;
    color: #fff;
}
.mainslogan2{
    font-size: 50px;
}
.slide{
    margin-top: -125px;
}

.active {
    background-color: #323c7c;
}
.color3{
    color: #fff;
}
.backgroundcolor2{
    background-color: #e7e7e7;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
/*-----------------------------------------------------------------------------------------------------------*/
.us-box{
    width: 350px;
    height: 450px;
    border: 1px solid #949494;
    border-bottom: 6px solid #0e004e;
    padding: 30px;
}
.us-detals{
    text-align: right;
    margin: 40px;
    padding: 0px;
}
.us-image{
    width: 150%;
    background-size:cover;
}
.us-image-container{
    width: 100%;
    height: 60%;
    overflow: hidden;
}
.serv-image-container{
    width: 280px;
    height: 180px;
    overflow: hidden;
}
.servic-detals{
    padding: 15px;
}

button{
    background-color: #323c7c00;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 20px;
}
button:hover{
    background-color: #fff;
    color: #323c7c;
}
.mission2,.mission{
    width: 100%;
    height: 270px;
    background-color: #fff;
    font-size: 18px;
    border-radius: 5px;
    padding: 20px;
    margin: 0px;
    text-align: right;
}
.mission2{
    text-align: left;
    font-size: 16px;
}
.mission:hover{
    box-shadow: 0 0 50px #ccc;
}
.mission-co{
    padding: 3px;
}

.visso2,.visso{
    width: 350px;
    font-size: 18px;
    border: 3px solid #fff;
    border-radius: 6px;
    margin: auto;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 15px;
}
.visso2{
    font-size: 25px; 
    height: 450px;
}

.itext{
    width:80%;
    height: 50px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 2px  solid #fff;
    margin-bottom: 10px;
    font-size: 20;
}
::placeholder {
    color: #fff;
    text-align: right;
    opacity: 1; /* Firefox */
}
.map,.visso-us,.mission-us{
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
}
.mission-us{
    background-image: url("../img/missio.jpg");
}
.visso-us{
    background-image: url("../img/visso.jpg");
}
.map{
    background-image: url("../img/map.png");
}

.bank{
    width: 250px;
    margin: auto;
    text-align: center;
    transition: 0.5s;
}

#profile-section {
    margin: 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to right, #404091, #0F094C);
}

#profile-section .container .columns {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 60px;
}

#profile-section .container .columns .col2 p {
    color: #fff;
    max-width: 500px;
    font-size: 22px;
    text-align: right;
}

#profile-section .container .columns .col1 a img {
    width: 450px;
}

@media (max-width: 1300px) {
    #profile-section .container .columns .col1 a img {
        width: 600px;
    }

    #profile-section .container .columns {
        gap: 20px;
    }
}

@media (max-width: 950px) {
    #profile-section .container .columns {
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    #profile-section .container .columns .col1 a img {
        width: 300px;
    }
    #profile-section .container .columns .col2 p {
        max-width: 450px;
        font-size: 14px;
}
}

footer{
    background: rgb(39, 39, 39);
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.callus{
    position: fixed;
    left: 20px;
    bottom: 40px;
}
.call2,.call{
    margin: 5px;
    width: 60px;
    background-color: #323c7c; 
    padding: 5px;
    border-radius: 100%;
    transition: 0.5s;
}
.call2:hover,.call:hover{
    transform: rotate(-45deg);
}

.cookies {
    background: rgb(237, 237, 237);
    bottom:0px;
    position:fixed;
    width:100%;
}
.cookiestext {
    color:#0e004e;
    padding-left:10px;
    padding-right:10px;
    text-align:right;
    margin: auto;
}
.cookiesbutton {
    margin-right: 15px;
}


@media screen and (min-width: 300px) and (max-width: 600px) {

    .container,.container-fluid{
        overflow: hidden;
    }
    .visso2,.visso{
        width: 98%;
        margin-top: 20px;
        font-size: 20px;
        padding: 5px;
        height:auto;
    }
    
    .mainslogan2{
        font-size: 30px;
    }
  
}

.datahider{
    position: absolute;
    width: 100%;
    height: 10%;
    background-color: #6b2525; 
}

.imglogo {
    width: 460px;
    height: 100px;
}

@media (max-width: 769px) {
    .imglogo {
    width: 200px;
    height: 60px;
}
}