@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
*{
    font-family:'cairo' ;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center ;
    background-color: #2c3e50;
    color: white;
    padding-left: 40px;
    padding-right: 20px;
    border-top: solid crimson;
    position: fixed;
    width: 100%;
    z-index: 999;
}
header:hover{
    border-top: solid #1ABC9C ;
}
header a{
    color: white;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
    transition: ease .5s;
}
header a:hover{
    color: #1ABC9C;
    font-size: 18px;
}
header span{
    color: crimson;
}
.carsour{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    color: white;
    background-color: white;
    background-image: url(3-01.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color:rgba(150, 150,150,0.7) ;
    background-position: center;

}

.carsour .d{
    margin-right:3vw;
 

}

.carsour span{
    color: crimson;
}
 .carsour h2{
    
    /* margin-top: 3vw; */
    font-size: 2.7vw;
    color: #2c3e50;
 }
.carsour img{
    /* color: white;
    text-decoration: none;
    background-color: #1ABC9C; */
    /* padding:10px; */
    margin-top: -50px;
    margin-right: -25px;
    /* border-radius: 10px; */
    display: inline-block;
    /* margin-top: 10px; */
    /* font-size: 18px; */
    transition: ease 0.5s;
    width: 28%;
    min-width: 250px;
    min-height: 250px;
    height: 28%;
}

.carsour .con a:hover{
    
    color: #1ABC9C;
}
.carsour .con {
    margin-top: -50px;
    display: flex;
    gap: 20px;
    margin-right: 5vw;
 }
.carsour .con a{

    font-size: 1.5vw;
    color: #2F3B66;
    position: relative;

 }
.services h2{
   text-align: center;
   margin: 30px 0px;
}

.services .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 80px;
}
.services .card{
    margin-right: 20px;
    box-shadow: 3px 3px 6px 6px #ccc;
    padding: 10px;
    width: 16em ;
    margin-bottom: 40px;
    text-align: center;

}

.card h3{
    color: crimson;
    font-weight: 800;
}
.card p{
    font-size: 15px;
}

.services .card>div{
    color: #2c3e50;
    font-size: 30px;
}

.protofilio{
    background-color: #2c3e50;
    text-align: center;
    padding:30px 50px;
}

.protofilio h2{
    color: white;
    margin-bottom:40px ;
    border-bottom: solid crimson;
    display: inline-block;
}

.protofilio .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.protofilio .card{
    background-color: white;
    border: solid ;
    border-radius: 20px;
    margin-right:20px ;
    width: 30em;
    padding-bottom: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 300px;
}

.protofilio .card h2{
    color: black;
    border-bottom: none;
}
/* .protofilio button{
    border-radius: 10px;
    color: white;
    background-color: #2c3e50;
    padding: 0px 8px;
    border: none;
    transition:1s ease ;
}

.protofilio button:hover{
    transform: scale(1.1);
    background-color: #1ABC9C;
} */

.protofilio .card-desc{
    
    margin: 0px 10px;
    margin-top: -25px;
    padding-right: 7px;
}

.protofilio .card-desc p{
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
}

/* .protofilio .card-desc button{
    align-self: end;
    font-weight: 700;
} */
.protofilio img{
    width: 100%;
    height: 20em;
}
.protofilio .card-desc .m{
    height: 200px!important;
    width: 100%!important;
    padding: 10px;
    box-shadow: 0px 10px 35px 15px lightblue !important ;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 4px;
    margin-right: 4px;
    
}

.protofilio .card-desc .m iframe{
    width: 100%!important;
    height:100%!important;
}

/* .notilla{
    padding: 50px 100px;
    display: flex;
    align-items: center;

}
.notilla h2{
    color: crimson;
}
.notilla p{
    font-size: 13px;
}

.notilla-desc{
    width: 60%;
    text-align: center;
}

.notilla-img{
    width: 50%;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
}
.notilla-img img{
    width: 100%;
} */

.about{
    padding: 50px;
    background-image: url(back1.jpg);
    min-height: 80vh;
    background-position: fixed;
    background-size: cover;
    background-attachment: fixed;
    

    background-blend-mode: overlay;
    background-color: rgba(0, 0,0,0.4);

    text-align: center;
}
.about h2{
    color: white;
    border-bottom: solid white;
    display: inline-block;
}
.about div{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.about .gallery img:hover{
    transform: scale(1.1);
}
.about img{
    border-radius: 30%;
    width: 8em;
    height: 8em;
    border: solid white;
    margin-right: 20px;
    margin-bottom: 20px;
    object-fit: cover;
    transition: 0.3s ease;
}

.contact{
    
   padding-bottom: 50px;
    background: rgb(36,117,199);
    background: radial-gradient(circle, rgba(36,117,199,0.8328530259365994) 35%, rgba(26,188,156,1) 100%);
    text-align: center;
}
.contact h2{
    text-align: center;
    color: white;
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: solid;
    display: inline-block;
}
.contact1{
    display: flex;
    text-align: center;
    justify-content: center;
}
.contact .logos{
    display: grid;
    height: 100%;
    width: 100%;
    
    
}

.contact .logos .logos2{
    display: inline-block;
    height: 60px;
    width: 60px;
    float: left;
    margin: 10px 20px;
    overflow: hidden;
    background: #ffff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0 , 0, 0.5);
    transition: all 0.3s ease-out;
    
}
.contact .logos .logos2:hover{
    width: 170px;
}
.contact .logos .logos2 span{
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
   
}
.contact .logos .logos2:hover .logos3 a{
    color: white;
}
.contact .logos .logos2 .logos3{
    float:left ;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
}
.contact .logos .logos2 .logos3 a{
    color: #2c3e50;
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
}

.logos .logos2:nth-child(1):hover .logos3{
    background: #1ABC9C;
}
.logos .logos2:nth-child(2):hover .logos3{
    background: #1ABC9C;
}
.logos .logos2:nth-child(3):hover .logos3{
    background: #1ABC9C;
}
.logos .logos2:nth-child(4):hover .logos3{
    background: #1ABC9C;
}
.contact .logos .c1{
    display: flex;
    text-align: center;
    justify-content: center;

}
.contact .logos .c1 .a1{
    display: flex;
    height: 40px;
    width: 25vw;
    min-width: 230px;
    float: left;
    margin: 20px 5px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0,0 , 0, 0.5);
    transition: all 0.3s ease-out;
    color: white;
    text-decoration: none;
    font-size: max(1.4vw,10px);
    flex-wrap: wrap;
}


.contact .c1 .a1:hover{
    background-color: #1ABC9C;
}

/* 
.input-form{
    border: solid;
    margin-bottom: 20px;
}

.input-form input{
    border: none;
    border-bottom: solid #1ABC9C;
    outline: none;
    padding: 0px 5px;
    width: 100%;
} */

.map{
    padding: 10px;
    /* display: flex; */
    text-align: center;
    justify-content: center;
}
.map h2{
    padding: 50px;
    /* display: flex; */
    color: #2c3e50;
    justify-content: center;
}

.map div{
    width: 100%!important;
    padding: 20px;
    box-shadow: 0 10px 35px 0px lightblue !important ;
    margin-bottom: 30px;
}
.map iframe{
    width: 100%!important;
}

footer{
    text-align: center;
    background-color: #2c3e50;
    color: white;
    padding: 20px;
}

.up{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: crimson;
    padding: 10px;
    border-radius:50% ;
    width: 40px;
    height: 40px;
    justify-content: center;
    
    align-items: center;
    color: white;
   
}

.up:hover{
    background-color: #1ABC9C;
}

#btnMenu{
    display: none;
}

/* scroll */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: crimson; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1ABC9C; 
}





/* resoponsive */
@media(max-width:1000px){
    .carsour h2{
        margin-top: -40px;

     }
}
@media(max-width:850px){
    .hh {
        padding-left: 10px;
    }
    .carsour{
        background-image: url(5-05.jpg);
        position: relative;
        overflow: hidden;
    }
    .carsour .d{
        position: absolute;
        left:  -20%;
        top: 78%;
        
        /* margin-right:7vw;
        margin-top: 40vw;
        width: 34%; */
        display: grid;
        place-items: center;
        grid-template-rows: auto auto;
        margin-right: 0;
        width: 140%;
        height: 35%;
        /* background-image: url(Untitled-1-05.jpg); */
        background-color: #cee0ed;
        border-radius: 50%;
        
        
    
    }
   
    .carsour h2{
        position: absolute;
        order: 2;
        top:47%;
        /* justify-self: center;
        align-items: center; */
     }
     .carsour img{
        position: absolute;
        order: 1;
        margin-right:3%;
        top: -2%;
        
        
    }
    .carsour .con {
        margin-right: 0;
        position: absolute;
        top: 65%;
       
     }
     .carsour .con a{

        font-size: 2.5vw;
        
    
     }
    footer .admin{
        display: none;
     }
}

@media(max-width:770px){
    header nav .links {
        display: flex;
        padding-left:8px ;
        position: absolute;
        top: 100%;
        right: -420px;
        flex-direction: column;
        background-color: #2c3e50;
        border-top: solid #1ABC9C;
        border-left: solid #1ABC9C;
        width: 150px;
        height: 100vh;
        text-align: center;
        transition: 0.5s;
    }
    header nav .links.active {
        right: 0;
    }

    #btnMenu{
        display: block;
        color: white;
        font-size: 20px;
        transition: 0.3s;
    }
    #btnMenu:hover{
        font-size: 22px;
        color: #1ABC9C;
        
    }

    
    /* header nav a {
        width: 100;
        border-bottom: solid #1ABC9C;
    } */
}

/* @media(max-width:740px){
    .carsour img{
        margin-top: -30px;
        min-width: 200px;
        min-height: 200px;
    }
    
} */

@media(max-width:550px){
    .carsour img{
        top:5%;
        min-width: 170px;
        min-height: 170px;
    }
    .carsour h2{
        top:56%;
        /* justify-self: center;
        align-items: center; */
     }
     .carsour .con {
        
        top: 72%;
       
     }
}


/* @media(max-width:600px){
    .carsour{
        background-image: url(5-05.jpg);
    }

    .carsour h2{
        margin-top: 15%;
        margin-right: 16%;
     }
     .carsour img{
        margin-right:8%;
        
        
    }
} */

@media(max-width:544px){
    
.about{
    padding: 15px; 
}


}

@media(max-width:500px){
    .contact .logos .logos2:hover{
        width: 60px;
    }
    .contact .logos .logos2{
  
        overflow:visible;
  
    }
    .contact .logos .logos2 span{
       display: none;
       visibility: unset;
       
    }

    .services .container{
        padding: 0px 20px;
    }
    .services .card{
        width: 18em ;
    }
    .about{
        background-image: url(3-03.jpg);
    }
    .protofilio img{
        height: 12em;
    }
    .protofilio{
        padding:30px 35px;
    }
    .protofilio .card{
        margin-right:0px ;
    }
}
   
    

    @media(max-width:450px){
         .carsour{
        background-image: url(4-04.jpg);
        }

        .carsour div{
        
            top: 87%;
            height: 25%;
        }
 
         .carsour img{
            min-height: 0;
            min-width: 0;
            width: 130px;
            height: 130px;
            top:15%;
        }  
        .carsour h2{
            top:50%;
         
         }
         .carsour .con {
        
            top: 72%;
           
         }
         .carsour .con a{

            font-size: 3vw;

         }
    }
    /* @media(max-width:400px){

       .carsour div{
           top: 87%;
           height: 25%;
       }

        .carsour img{

           top:13%;
       }  
       .carsour h2{
           top:62%;
        
        }
   }
*/
   @media(max-width:380px){

    .carsour div{
        top: 86%;
        height: 28%;
    }

     .carsour img{

        top:15%;
    }  
    .carsour h2{
        top:57%;
     
     }
}

