*{
   margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.headerindex{
    min-height: 100vh;
    width: 100%;
    background-image:linear-gradient(rgba(4,9,30,0.2),rgba(4,9,30,0.2)),url(images/bg.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
}
.nav-links{
    flex: 1;
    text-align: right;
    position: absolute;
    top: 30px;
    right: 20px;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
    position: absolute; 
      left: 200px;
}

nav .fa{
    display: none;
}
@media(max-width: 700px){
    .text-box h1{
    font-size: 40px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background-color: darkgray;
        
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    .content.btn{
      position: relative;
    }
}
.cvita{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
h1{
    font-size: 50px;
    font-weight: 600;
}
p{
    color: #07021b;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.cvita-col{
    flex-basis: 31%;
    background: #60a3f6;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.cvita-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.7);
}
@media(max-width:700px){
    .row{
        flex-direction: column;
    }
}

.gallery{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.gallery-col{
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(226,0,0,0.5);
}
.layer h3{
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 1.0s;
}

.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}
.sample{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.sample-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    box-sizing: border-box;
    transition: 0.5s;
}
.sample-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.7);
}
.sample-col img{
    width: 100%;
    border-radius: 10px;
}
.sample-col p{
    padding: 0;
}
.sample-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.icon .fa{
    color: #f44336;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-heart-o{
    color: #f44336;
}



.home{
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  align-items: center;
}

.home .content{
  flex:1 1 40rem;
  padding-top: 6.5rem;
}

.home .image{
  flex:1 1 40rem;
}

.home .image img{
  width:100%;
  padding:1rem;
  transition: transform 1s ease-in-out;
}


.home .content h3{
  font-size: 30px;
  color:#333;
}
.btn{
    display: inline-flex;
    text-decoration: none;
    color: black;
    border: 3px solid black;
    padding: 12px 34px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
   left: 35%;
    
}
.btn:hover{
    border: 3px solid black;
    background: #f44336;
    transition: 1s;    
}
@media(max-width:700px){
  .home .image{
    flex:1 1 40rem;
    min-height: 92vh;
  }
}

.sub-header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/abou_bg.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sub-header3{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/contact_bg.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.about-col{
    flex-basis: 48%;
    padding: 30px 2px;
}
.about-col img{
    width: 80%;
}

    
.contact{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/11.jpg);
    background-size: cover;
}
.contact .container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.contact .container .contactinfo{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.contact .container .contactinfo .box{
    position: relative;
    padding: 20px 0;
    display: flex;
}
.contact .container .contactinfo .box .icon{
    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}
.contact .container .contactinfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}
.contact .container .contactinfo .box .text h3{
    font-weight: 500;
    color: #00bcd4;
    text-align: left;
}
.contact .container .contactinfo .box .text p{
    color: floralwhite;
    font-weight: 400;
    text-align: left;
}
.contact .contactform{
    width: 40%;
    padding: 40px;
    background: #fff;
}
.contact .contactform h2{
    font-size: 30px;
    color: #333;
    font-weight: 500;
}
.contact .contactform .inputbox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contact .contactform .inputbox input,
.contact .contactform .inputbox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}
.contact .contactform .inputbox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}
.contact .contactform .inputbox input:focus ~ span,
.contact .contactform .inputbox input:valid ~ span,
.contact .contactform .inputbox textarea:focus ~ span,
.contact .contactform .inputbox textarea:valid ~ span{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}
.contact .contactform .inputbox input[type="submit"]{
    width: 100px;
    background: #00bcd4;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

@media(max-width:700px){
    .contact .container{
        flex-direction: column;
        padding: 40px;
    }
    .contact .location-form iframe{
        width: 100%;
        height: 100%;
    }
    .contact .contactform{
      width: 95%;
      background: #fff;
  }
}











