*{
   padding: 0;
   margin: 0;
   box-sizing: border-box;
text-decoration: none;
}


/* ................ NAV ......................... */

.nav{
    display: flex;
    justify-content: space-between;
   
    align-items: center;
    padding: 10px 0px;
    font-size: 20px;
background-color: black;
position: sticky;
top: 0;
z-index: 1;

    

}
.nav1 a{
    padding: 10px 20px;
    color: white;
    
}
.search{
    margin-right: 30px;
}
.fa-home{

margin-right: 10px;
}
.fa{
    color: white;
}

.home{
    background-color: teal;
  
}
a:hover{
    background-color: rgb(233, 233, 233);
    color: black;
}
.content{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 330px;
    top: 43px;
    background-color: rgb(0, 0, 0);
    line-height: 40px;
visibility: hidden;
}
.drop:hover + .content{
    visibility: visible;
    
}
/* the most important is to make the content also visible */
.content:hover{                     
    visibility: visible;
}
.content a{
    color: rgb(255, 255, 255);
}

.fa-list-ul{
    margin-left: 10px;
   
}




/* .................Wallpaper..................... */

.wallpaper{
background-image:url("../img/sailboat.jpg");
width: 100%;
height: 701px;
background-position: -282px -549px;
    background-attachment: fixed;
}

/* .wallpaper img{
    width: 100%;
    height: 600px;
   
    
} */
.wallpaper p {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: bold;
    top: 550px;
    left: 20px;
    background-color:rgba(0, 0, 0, 0.2);
    padding: 7px 10px;
    cursor: pointer;
    border: 1px rgb(255, 255, 255) solid;
    border-radius: 10px;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    
}
.wallpaper p:hover{
    background-color: teal;
}




/* ..................... OUR TEAM ............................ */

.team{
    text-align: center;
    margin-top: 100px;
    font-size: 20px;
}




/* .................... Pictures ............................ */

.allpic{
    display: flex;
    justify-content:space-around ;
    margin-top: 80px;
    margin-bottom: 100px;
    text-align: center;
}
.pic1 img{
    border-radius: 50%;
    width: 200px;
}
.pic1 p{
    margin-top: 10px;
}


/* ........................ Our Work ............................... */


.ourwork{
    display: flex;
    background-color: rgb(77, 77, 77);
    justify-content: space-around;
    
}
.customer1{
    
    margin: 80px 10px;
    background-color: white;
    height: 600px;
}
.customer1 img{
    max-width: 450px;
  
    
}
.text{
    color: white;
    max-width: 25%;
    font-size: 20px;
    padding-left: 30px;
    
    margin-top: 100px;
    max-height: 400px;
}
.text p{
    margin-top: 30px;
}

.full-text{
   padding: 20px;
   line-height: 25px;
}
b{
    font-size: 20px;
}

/* ................................. Pricing .................................. */

.pricing{
    text-align: center;
    margin-top: 80px;
    line-height: 50px;
}
.pricing h1{
    font-size: 40px;
}


/* ............................. Lista ................................ */

.lista{
    display: flex;
    justify-content: space-around;
}
.basic{
    /* border: 1px solid rgb(187, 187, 187); */
    width: 30%;
    text-align: center;
    margin-top: 50px;


}

.basic:hover{
    box-shadow: 5px 5px 60px rgb(189, 189, 189);
}

.basic h1{
    background-color: black;
    color: white;
    padding: 40px 0px;
   
}


.basic p{
    border: 1px solid rgb(187, 187, 187);
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: none;

}
.basic input{
    padding:17px 30px;
    margin: 30px;
    background-color:teal;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
}
    

.input{
    border: 1px solid rgb(187, 187, 187);
    background-color: rgb(236, 236, 236);
}
.basic input:hover{
    opacity: 0.4;
}
.per-month b{
    font-size: 30px;
}



/* ............................ SEA ........................... */

.sea{
    background-image: url("../img/sea.jpg");
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}









/* .................................. Form .......................... */


.form{
    background-color: rgb(236, 236, 236);
    
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;

}
.contact-us h1{
    border-bottom: teal 3px solid;
    display: inline-block;
    margin-bottom: 20px;

}
.contact-us{
   margin: 40px 30px;
   align-items: cent;
}

.fa-address-card{
    margin-right: 10px;
}
.fa-map-marker-alt{
    margin-right: 10px;
}
.fa-mobile-alt {
    margin-right: 10px;
}
.fa-envelope{
    margin-right: 10px;
}



.real-form{
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    width: 60%;
    margin: 40px 30px;
    padding: 20px 20px;
    line-height: 40px;
    
    
}

.real-form:hover{
    box-shadow: 5px 5px 60px rgb(189, 189, 189);
}

.real-form label{
    font-size: 20px;
}
.real-form input{
    height: 50px;
    border: none;
    border-bottom:1px solid gray ;
    font-size: 20px;
  padding-left: 10px;
}

.flex-form{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.checkbox{
    display: flex;
    align-items: center;

}
.checkbox input{
    width: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.checkbox label{
    font-size: 20px;
    
}
.flex-form button{
    padding: 8px 20px;
    margin-top: 10px;
    font-size: 17px;
    background-color: black;
    color: white;
   
    cursor: pointer;
}
.flex-form button:hover{
    opacity: 0.5;
}


/* ......................... map ........................ */

/* .map img{
    width: 100%;
    height: 100vh;
} */

.map{
    background-image: url("../img/map.jpg");
    width: 100%;
    height: 1000px;
    background-attachment: fixed;
    position: relative;
    
}
.map p{
   font-size: 40px;
   position: absolute;
   bottom: 233px;
    left: 50rem;
   border: 2px solid;
   background-color:rgba(0, 0, 0, 0.4);
    padding: 7px 10px;
    
    border: 1px rgb(255, 255, 255) solid;
    border-radius: 10px;
   
    color: rgb(255, 255, 255);
    font-weight: bold;
}


.clip1{
    background-color:rgba(0, 128, 128,0.6);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom:216px;
    cursor:no-drop ;
}
.clip1:hover{
    box-shadow: 0px 20px 50px black;
}




/* ................................ END ............................ */

.end{
    width: 100vw;
    height: 20vh;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 30px;
}