/* Set bottom of small header */
.small-header-bottom{
    display: flex;
    flex-direction: column;
    padding-top: 10%;
    align-items: center;
    color: white;
    font-size: 40px;
    font-weight: bold;
}

/* Create Header and set small  Background image */
.small-header{
    background-image: url('../img/b6.jpg');
    height: 400px;
    margin: -0.5%;
    margin-bottom: 5%;
    letter-spacing: 2px;
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 5%;
}

      /* The container <div> - needed to position the dropdown content */
      .dropdown {
        position: relative;
        display: inline-block;
      }
      
      /* Dropdown Content (Hidden by Default) */
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #e5e2e2;
        min-width: 180px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 13px;
        padding: 5%;
        border-radius: 5px;
      }
      
      /* Links inside the dropdown */
      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }
    
      
      /* Change color of dropdown links on hover */
      .dropdown-content a:hover {background-color: white;}
      
      /* Show the dropdown menu on hover */
      .dropdown:hover .dropdown-content {display: block;}



/* Configure second container at Home  */
.second-container{
    display: flex;
    flex-direction: row;
    height: 300px;
    margin-bottom: 5%;
    font-family: 'Times New Roman', Times, serif;
    
}

.second-container .title{
    font-size: 35px;
    color: white;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
}

.second-container .blue-card{
    display: flex;
    background-color: #0dc5bc;
    color: black;
    align-items: center;
    width: 33.33%;
    flex-direction: column;
    padding: 5%;
    font-family: 'Times New Roman', Times, serif;
}

.second-container .blue-card-center{
    display: flex;
    background-color: #0ed6cc;
    color: black;
    align-items: center;
    width: 33.33%;
    flex-direction: column;
    padding: 5%;
    font-family: 'Times New Roman', Times, serif;
}

.second-container .blue-card-end{
    display: flex;
    background-color: #0ddbd1;
    color: black;
    align-items: center;
    width: 33.33%;
    flex-direction: column;
    padding: 5%;
    font-family: 'Times New Roman', Times, serif;
}
/* end configuration of second container at Home */



/* Configure third container at Home  */
.third-container{
    display: flex;
    flex-direction: row; 
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5%;
}

.tc-left{
    width: 30%;
    display: flex;
    align-items: center;
}

.text{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    width: 90%;
}

.tc-right{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.tc-card, .sec-card{
    display: flex;
    width: 30%;
    box-shadow: 1px 0px 7px #d2d2d2;
    background-color: rgba(233, 229, 229, 0.7);
    align-items: center;
    flex-direction: column;
    margin: 8px 1.5%;
    padding: 2% 0%;
    letter-spacing: 1px;
    border-radius: 3px;
}
.tc-card .span, .sec-card .span{
    margin-bottom: 15px;
    color: #0ddbd1;
    font-size: 30px;
    margin-top: 3%;
    font-weight: normal;
}

/* end configuration of thrid container at Home */



/* Configure fourth container at Home  */
.fourt-container{
    height: 500px;
    display: flex;
    flex-direction: row;
    margin-bottom: 2%;
    color: white;
}

.fc-left{
    width: 60%;
    height: 450px;
    background-image: url('../img/b5.jpg');
    background-size: cover;
    margin-right: 1%;
    margin-left: 1%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.fc-left-body{
    display: flex;
    flex-direction: column;
    margin: 10%;
}
.fc-right{
    width: 30%;
    display: flex;
    align-items: center;
}

/* end configuration of fourth container at Home */

.seven-container{
    display: flex;
    flex-direction: column;
    background-image: url('../img/cc1.jpg');
    color: white;
    height: 350px;
    background-size: cover;
    width: 100%;
    
    
}
/* Set picture and blur with dark */
.blur{
    background-color: rgba(0, 0, 0, 0.63);
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 350px;
    align-items: center;
}
/* Container of Blur item */
.blur-contain{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


/* Set footer style */
footer{
    background-color: black;
    color: white;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 15%;
    padding-right: 15%;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.first-footer{
    display: flex;
    flex-direction: row;
}

.ff-left{
    display: flex;
    flex-direction: column;
    width: 40%;
}

.ff-right{
    display: flex;
    flex-direction: row;
    width: 50%;
    align-items: center;
    position: relative;
    left: 95%;
    bottom: 30%;
}


.ff-right img{
    padding-right: 4%;
}
/* Set secon footer style */
.second-footer{
    background-color: rgb(37, 36, 36);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 2%;
}


.five-container{
    display: flex;
    flex-direction: row;
    margin-bottom: 1%;
    height: 400px;
}

.fic-left{
    display: flex;
    width: 47%;
    display: flex;
    flex-direction: column;
    padding: 3%;
    padding-top: 5%;
    align-items: stretch;
}

.fic-right, .fic-right2{
    display: flex;
    width: 53%;
}

    /*manage navbar*/
    nav{
        background-color: rgba(240, 248, 255, 0.603);
        height: 80px;
        width: 100%;
        color: black;
        line-height: 80px;
    }
    
    
    .logo{
        color: rgb(34, 34, 34);
        font-size: 35px;
        line-height: 80px;
        padding: 0 100px;
        font-weight: bold;
    }
    
    nav ul{
        float: right;
        margin-right: 20px;
        margin-top: -4px;
    }
    
    nav ul li{
        display: inline-block;
        line-height: 80px;
        margin: 0 5px;
    }
    
    
    nav ul li a{
        color: black;
        font-size: 17px;
        padding: 7px 13px;
        border-radius: 3px;
        text-decoration: none;
    }
    
    a.active,a:hover{
        background: #0ddbd1;
        transition: .5s;
    }
    
    .checkbtn{
        font-size: 30px;
        color: red;
        float: right;
        line-height: 80px;
        margin-right: 80px;
        cursor: pointer;
        display: none;
        
    }
    
    #check{
        display: none;
    }

/* Options for windows Screens */
@media screen and (min-width: 800px) {
    *{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;;
    }
    
    
    
     /* Create Header and set Background image */
    .header{
        background-image: url('../img/b6.jpg');
        height: 800px;
        margin: -0.5%;
    }
    

    
     /* Create header navbar */
    .header > .header-top, .small-header > .header-top{
        background-color: rgba(240, 248, 255, 0.603);
        display: flex;
        flex-direction: row;
        padding: 1%;
        
       
    }
    
     /* Set items in left on navbar */
    .header-top-left{
        display: flex;
        position: relative;
        left: 1%;
        font-weight: bold;
        font-size: 33px;
    }
    
     /* Set items in right on navbar */
    .header-top-right{
        display: flex;
        position: absolute;
        right: 26%;
        flex-direction: row;
        letter-spacing: 2px;
    }
    .btn-menu{
        display: none;
    }

     /* Style a links on navbar and organise them */
    .header-top-right > a, .dropdown {
        text-decoration: none;
        padding-top: 3% ;
        padding-left: 18%;
        color: black;
        font-size: 15px;
    }
    
     /* Set bottom of header */
    .header-bottom{
        display: flex;
        flex-direction: column;
        padding-top: 17%;
        letter-spacing: 2px;
    }
    

    
     /* Set bottom of header */
    .header-bottom-left{
        display: flex;
        position: relative;
        left: 3%;
        font-weight: bold;
        flex-direction: column;
    }
    
    .header-bottom-left img{
       padding-bottom: 1.7%;
    }
    
     /* Set items in left on header bottom */
    .header-bottom-right{
        display: flex;
        position: absolute;
        right: 5%;
        flex-direction: column;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        width: 30%;
        text-align: right;
        align-items: flex-end;
        
    }
    /* header title*/
    .header-title{
        font-size: 40px;
        letter-spacing: 2px;
        font-family: 'Times New Roman', Times, serif;
        color: white;
    } 

    
     /* Set firs container */
     .container, .container-img{
        display: flex;
        flex-direction: row;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 5%;
        padding-bottom: 3%;
    }
    
     /* Set  left of firs container */
    .container-left{
        display: flex;
        flex-direction: column;
        width: 33%;
    }
    
     /* Set  center of firs container */
    .container-center{
        width: 33%;
        align-items: center;
        display: flex;
    }
    
     /* Set  right of firs container */
    .container-right{
        display: flex;
        flex-direction: column;
        width: 30%;
        text-align: end;
        
    }
    
    
     /* Configure a small card to display in the left on first container */
    .item-card-img{
        margin-bottom: 20%;
    }
    
     /* set left configuration of card */
    .item-card-img .left{
        display: flex;
        flex-direction: row;
    }
    /* set right configuration of card */
    .item-card-img .right{
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        margin-right: 5%; 
    }

    .item-card-img img{
        height: 150px;
        width: 150px;
    } 
    /* set picture of card */
    .item-card-img .right .span{
        margin-bottom: 15px;
        color: #0ddbd1;
        font-size: 20px;
    }
    /* Set button with picture */
    .btn-img{
        color: white;
        border-radius: 1px;
    }

    .btn-img  img{
        width: 60px;
        height: 50px;
    }
    
    /* set Text titles */
    .span{
        margin-bottom: 15px;
        font-size: 70px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
        color: rgb(71, 70, 70);
    }
    
    
    
    
    .six-container{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    

}









/* Set Button style in page */
button{
    border: none;
    background-color: #0ddbd1;
    font-size: 15px;
    padding: 10px;
    color: white;
    border-radius: 3px;
    margin-top: 5%;
    letter-spacing: 2px;
}


