*{
    margin: 0;
    padding: 0;
    font-family: inherit;
}
.nav{
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nav3{
    display: flex;
    justify-content: space-between;
    width: 30%;
}
.nav h2{
    letter-spacing: 2px;
    font-weight: 700;
}
/* ///////nav section done-//////// */

.hero{
    background-image: url("../images/backgrounds/hero_1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 900px;
}
.hero p{
    color: white;
    text-align: center;
    font-size: 15px;
    padding-top: 290px;
    letter-spacing: 3px;
}
.hero h1{
    color: white;
    text-align: center;
    font-family: inherit;
    font-weight: 800;
    font-size: 51px;
}
.btn{
    height: 50px;
    width: 150px;
    color: black;
    background-color:#51EAEA;
    margin: 25px auto;
    margin-top: 50px
}
.btn2{
   text-align: center;
}
.btn:hover{
    color:#51EAEA;
    border: 2px solid #51EAEA;
}
.parent{
    position: relative;
    bottom: 75px;
}
.hero-txt1{
    width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.hero1{
    background-color: #51EAEA;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hero2{
    background-color: #74D12B;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hero3{
    background-color: #FFC107;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.txt{
    font-size: 35px;
    margin: 0 auto;
    width: 177px;
    font-style: oblique;
}
.txt1{
    font-size: 23px;
    margin-top: 15px;
}
/* ///////section 1 done-/////// */

.page2color{
    background-color: #F8F9FA;
}
.txt2{
   font-size: 32px;
   margin: 0 auto;
   width: 170px;
   text-align: center;
   margin-bottom: 60px;
   font-weight: 600;
}
.txt3{
    font-size: 28px;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.txt4{
    font-size: 18px;
    font-weight: 550;
    text-align: center;
}
.one{
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.btn3{
    height: 60px;
    width: 180px;
    color: black;
    background-color:#51EAEA;
    margin: 0 auto;
    margin-bottom: 50px;
}
.btn3:hover{
    background-color: white;
    color:#51EAEA;
    border: 2px solid #51EAEA;
}
.txt5{
    font-size: 32px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    padding-top: 20px;
}
.dots{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.img2{
    color: #51EAEA;
}
.img3{
    color: gray;
}
/* ///////section 2 done-//////// */

.img1{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.two{
    margin: 0 auto;
}
.txt6{
    margin-top: 15px;
    line-height: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 500;
}
.txt7{
    color: #7d8086;
}
/* /////////section 3 done-///////// */

.page4{
    background-image:url("../images/backgrounds/bg_2.jpg");
    width: 100%;
    background-position: center;
    background-size: cover;
}
.fpage{
    background-color: #51EAEA;
    height: 100%;
    width: 100%;
    margin-bottom: 40px;
    opacity: 0.9;
}
.backimg2{
     background-image: url("../images/backgrounds/bg_1.jpg");
     /* border: 2px solid black; */
     background-position: center;
     background-size: cover;
     height: 410px; 
     margin: 0 auto;
     margin-top: 80px;
     /* opacity: 1; */
     padding: 20px 0;
     width: 85%;
     animation-fill-mode: forwards;
}
.backimg3{
     background-image: url("../images/backgrounds/bg_2.jpg"); 
     background-position: center;
     background-size: cover;
     height: 410px;
     margin: 80px auto;
     padding: 20px 0;
     width: 85%;
     animation-fill-mode: forwards;
}
.backimg2:hover{
    position: relative;
    bottom: 20px;
}
.backimg3:hover{
    position: relative;
    bottom: 20px;
    transition: all 3s;
}
.txt8{
    font-size: 28px;
    color: black;
    font-weight: 600;
}
.txt9{
    color: #6E7176;
    text-align: left;
    line-height: 25px;
    font-weight: 600;
    font-size: 16px;
}
/* ///////section 4 done-/////// */

.f-text1{
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.f-text2{
    color: #939BA6;
}
.f-text3{
    color: #5C626E;
}
.f-line{
    margin-top: 80px;
    text-align: center;
    color: #6E7176;
    width: 290px;
    margin-bottom: 80px;
}
.txt10{
    color: #31dfdf;
}
/* ///////all sections done-/////// */

@media(min-width:576px){
    .nav3{
        width: 25%;
    }
    .hero-txt1{
        width: 510px;
    }
    .txt2{
        width: 315px;
    }
    .txt9{
        line-height: 30px;
        font-size: 20px;
    }
    .backimg2,.backimg3{
        width: 90%;
        height: 295px;
    }
    .f-line{
        width: 555px;
    }
}
/* ////////// */

@media (min-width:768px){
    .nav3{
        align-items: center;
    }
    .f-text2{
        width: 295px;
    }
    .f-line{
        width: 735px;
    }
    .hero-txt1{
        width: 50%;
    }
    .txt8{
        font-size: 30px;
    }
    .txt9{
        font-size: 21px;
        line-height: 30px;
    }
    .backimg2,.backimg3{
        padding: 50px 0;
        height: 300px;
        width: 95%;
    }
}
/* //////////// */

@media (min-width:992px){
    .hero h1{
        font-size: 60px;
    }
    .hero-txt1{
        width: 33%;
    }
    .nav2{
        width: 50%;
    }
    .nav2 li{
        margin-top: 5px;
        font-weight: 600;
    }
    .nav3{
        width: 10%;
    }
    .txt8{
        font-size: 28px;
        font-weight: 550;
    }
    .txt9{
        font-size: 20px;
        line-height: 25px;
    }
    .backimg2, .backimg3{
        width: 45%;
        height: 300px;
        padding: 25px 0;
    }
    .hero2{
        padding: 0;
    }
    .f-text2{
        width: 200px;
    }
    .f-line{
        width: 980px;
    }
}
/* //////////Template complete-//////////// */
