@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap');


.navBar{
  
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: transparent;
    

}

.logoLink>img{
    width: 20%;
    margin-left: 100px;
    
}
.navBar>ul{
display: flex;
flex-direction: row;
justify-content:space-around ;
background-color: transparent;
margin-right: 10%;
   



}
.navBar>ul>li{
    
    list-style: none;
    margin-right: 5%;
    margin-top: 70px;
    margin-right: 10%;
   


}
.navBar>ul>li>a{
    text-decoration: none;
    font-size: 20px;
    font-family: 'Quicksand', sans-serif;
    color: rgb(248, 246, 246);
  

}
a :hover{

    color: rgb(197, 11, 11);
}
header{
    background-color: transparent;
    
}
.navBar>ul>li>a:hover{
    color: brown;
font-weight: bold;
}
.sticky>.navBar{
    position: fixed;
    left: -7%;
    padding: 0% 15%;
    top: 0%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-left: 7%;
    background-color: rgb(0, 0, 0);
}
.sticky>.navBar>ul>li{
    
    list-style: none;
    margin-right: 5%;
    margin-top: 10px;
    margin-right: 10%;
}
.sticky>.navBar>ul>li>a{
    color: white;

    
}
.sticky>.navBar>ul>li>a:hover{
    color: brown;
}


.navBar{
    position:absolute;
    z-index: 1;
}
.back-video{
    width: 95%;
    
}
.mainBack{
    text-align: center;
    background: rgb(6, 0, 0);
    backdrop-filter: blur(5px);

}
.mainBack>div>h1{
    color: white;
  
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    font-weight: bold;
    

}
.mainBack>div>h1>span{
    margin-left: -40vh;
}
.decriptionMap{
    clear: both;
}
.decriptionMap{
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    position: absolute;
    bottom: 35vh;
    margin-left: 7%;
}
.decriptionMap>.mapouter{
    position: relative;
    left: 200px;
    padding-top:2%;
 
    background-color: rgb(160, 18, 18);
    border-radius: 25px;
    font-family: 'Quicksand', sans-serif;
    color: rgb(248, 246, 246);
    font-weight: bold;

}
.decriptionMap>.mapouter>marquee{
    margin-bottom: 2%;
}
.gmap_canvas{
    border-radius: 25px;

}
.imgGiff{
    width: 100%;
}
.sectionThree{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5%;
    margin-bottom: 5%;
}
.sectionThree>div{
    font-family: 'Quicksand', sans-serif;
    width: 50%;
}
.sectionThree>.div1>img{
    text-align: right;
    
    width: 35%;
    margin-left: 45%;
}
.sectionThree>.div2{
  
    width: 30%;
    margin-right: 20%;
    

}
.sectionThree>.div2>a{
text-decoration: none;
color: black;
}
.sectionThree>.div2>a:hover{
    text-decoration:underline 2px;
    text-decoration-color: brown;

}
.sectionThree>.div2>h1{
    font-size: 30px;
}
.sectionThree>.div2>p,.sectionThree>.div2>a{
    font-size: 20px;
}
.sectionFour{
    background-image: url("../images/coaching.jpg");
    padding-top: 170px;
    padding-bottom: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 2%;
    margin-right: 2%;
    font-family: 'Quicksand', sans-serif;

}
.sectionFour>div{
    width: 40%;
    height: 450px;
    background-color: white;
    padding: 2%;
    margin-left: 7%;

}
.sectionFour>div>p{
    font-size: 20px;
}
.sectionFour>div>h1{
    font-size: 30px;
}

.sectionFour>div>a{
    color: brown;
    text-decoration: none;
}
.sectionFour>div>a:hover{
    text-decoration: underline 2px;
    text-decoration-color: black ;
    font-weight: bold;
}
.sectionFive{
    background-color: black;
    color: white;
    padding: 2%;
    margin-top:5% ;
    text-align: center;
    font-family: 'Quicksand', sans-serif;

}
.sectionFive>h1{


}
.sectionFive>img{
width: 150vh;
height: 600px;
border-radius: 25px;

}
.divServices{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100px;
}
.divServices>div>h1{
    font-size: 23px;
    color: brown;
    font-weight: bold;


}

.divServices>div{
    width: 30%;
    height: 230px;
    text-align: center;
    padding: 2%;
    padding-top: 0%;
    background-color: rgb(252, 252, 252);
    margin-right: 2%;
    font-size: 20px;
    border-radius: 25px;
    position: relative;
    bottom: 200px;

}
.divServices>div:hover{
    border: solid 1px;
    cursor: pointer;
}
.divServices>div>button{
    border: none;
    background-color: brown;
 padding: 5% 20%;
    border-radius: 25px;
    font-weight: bold;
    color: white;


}
.divServices>div>p{
    font-size: 16px;
    color: black;
}
.divServices>div>button:hover{
    background-color: black;
    cursor: pointer;
}
@media only screen and (max-width: 1400px) {
    .decriptionMap>.mapouter{
        position: relative;
        left: 150px;
       
        
    
    } 
    .decriptionMap{
        margin-top: 10%;
    }
    .decriptionMap>h1{
        margin-top: 10%;
    }
  
    .sectionFour>div{
       
        height: 470px;
        
    
    }
    .divServices>div>h1{
        font-size: 20px;

    }
  
}
.mb-4>img{
    width: 60%;
}
.mb-4{
    text-align: left;
}
#contactes{
    margin-top: 100px;
}
.logoSocial{
    width: 2%;
    background-color: transparent;
  }
 
