*{
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    font-family: 'Ubuntu', sans-serif;  
    font-family: 'Open Sans', sans-serif;
}


/***********************************************************header section (1)**********************************************************************/

.header{
  padding: 10px 16px;

background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/1.jpg);
background-position: center;
background-size: cover;
position: relative;
}



nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;

}

nav h5{
    
  font-size: 60px;
  color: #efefef;
  font-family: 'Comforter Brush', cursive;
  
}

nav a{
    
  text-decoration: none;

  
}


h5:after{
  content: ' \22C8';
  font-size: 80px;

  
}





.header-box{
    width: 40%;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    color: #fff;
    transform: translate(-50%,-50%);

}

.header-box h1{
    font-size: 60px;
    text-align: center;
    font-family: 'Playfair Display', serif;


}

@media(max-width: 700px){
  .header-box h1{
      font-size: 30px;
      align-content: center;
      
  }
  h5:after{
    font-size: 40px;
  
  }

}



/**********************************************************contact-map section 4.5*************************************************************************/

.contact-map{
    margin:auto;
    padding: 80px 0;
    width: 80%;
}

.contact-map iframe{
    width: 100%;
}




    /**********************************************************contact-form section 5.5*************************************************************************/

* {
    box-sizing: border-box;
  }
  h2{
    margin-bottom: 10px;
    
  }
  input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #707070;
    border-radius: 20px;
    background-color: rgb(231, 231, 231);
    resize: vertical;
  }
  
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-weight: bolder;
  }
  
  input[type=submit] {
    background-color: #00C0FF;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }
  
  input[type=submit]:hover {
    background-color: #000000;
  }
  
  .container {
    border-radius: 5px;
    background-color: none;
    padding: 20px;
  }
  
  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }
  
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }


  
/**********************************************************Footer section (5)*************************************************************************/
.footer1{
  width:100%;
  margin-top: 150px;
  background: linear-gradient(to right, #003446, #0090c0);
  color: #efefef;
  padding: 100px 15%;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border-top-right-radius: 120px;
  border-top-left-radius: 120px;
  display: flex;  
  box-sizing: border-box;
}

.footer1 div{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 700;
  font-weight: bolder;
  font-family: 'Playfair Display', serif;
  

}

.col-footer2{
  flex-grow: 2;
}

.footer1 div h3{
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 30px;
}

.col-footer1 a{
  text-decoration: none;
  display: block;
  color: #efefef;
  margin-bottom: 10px;
}

.form-1 input{
  height: 45px;
  width: 400px;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  outline: none;
  border: none;
}

.form-1 button{
  background: transparent;
  color: #fff;
  border-radius: 25px;
  font-size: 15px;
  cursor: pointer;
  padding: 10px 30px;
  border: 2px solid #fff;

}





  .icons{
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
  justify-content: space-evenly;
 
}


.fa-brands fa-twitter{
  cursor: pointer;

}
.icons i{
  cursor: pointer;
  font-size: 20px;
  color: #efefef;
  margin: 10px;
  
}
.icons a{
  color: transparent;}

@media(max-width: 1200px){

  .footer1{
  display: inline-block;
  }

  form input{
  height: 40px;
  width: 250px;}

  .col-footer2 h3{
      margin-top: 200px;
  }
  .col-footer3 h3{
      margin-top: 200px;

  }

}