*{font-family: 'Lato', sans-serif;}

.wrap{
    background: url(ASSEST/app-hero-bg.jpg);
    height: 658px;
    width: 100%;
    background-size: cover;
background-attachment: fixed;
}
.firsth1{
    font-size: 70px;
    font-weight: 500;
    line-height: 81px;
    color:#333333;
    margin-top: 140px; 
}
.but:hover{
    background-color: #E4E4E4;
    color: #045089;
    border: 3px solid #045089;
}
.but{
    font-weight: 700; 
    font-size: 20px;
   background-color:#045089;
    color: white;
    width: 18%;
   border-radius:50px;
    height: 70px;
    transition: 0.5s ease-in-out;
}
.sec2{
    margin-top: 150px;
        margin-bottom: 150px;

}
.wrap2{
    background: url(ASSEST/swimmer_02.jpg);
    height: 500px;
    width: 100%;
    background-size: cover;
background-attachment: fixed;
}
.sec3{
     margin-top: 150px;
        margin-bottom: 150px;
}
.sec3 .fas{
    width: 170px;
    height: 170px;  
    padding-top: 55px;
    background-color: #045089;
    color: white;
    margin-bottom: 15px;
    
}
.sec3 h1{
    font-size: 25px;
    line-height: 28px;
    color: #333333;
}
.sec3 p{
    color: #515151;
}
.section4{
    margin-top: 100px        
}
.section4 .row{
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 80px;
    margin-bottom: 90px;
}
.wrap3{
    background: url(ASSEST/watches-splash.jpg);
    height: 500px;
    width: 100%;
    background-size: cover;
background-attachment: fixed;
}
.section4 h1{
    font-size: 25px;
    line-height: 28px;
    color: #333333;
}
.section4 p{
    font-size: 16px;
    line-height: 26px;
    color:#515151
    
}
.section4 .far {
    color:  #045089;
font-size: 35px;
}

.section4 .fas {
    color:  #045089;
    font-size: 35px;

}
.wrap4{
    background: url(ASSEST/para-watch.jpg);
    height: 500px;
    width: 100%;
    background-size: cover;
background-attachment: fixed;
}
.section5{
    margin-top: 90px;
    margin-bottom: 90px;
}
.section5 img{
    padding: 15px 0px;
    transition: .8s ease;
}
.section5 img:hover{
    opacity: .6
}
.foote{
    background-color: #045089;
    height: 200px;
}
.foote h1{
    font-size: 24px;
    line-height: 40px;
    padding-top: 80px;
    color: white;
}
.butom{
    background-color: none;
    color: white;
    border: 2px solid white;
    border-radius: 20px;
    margin-left: 20px;
        padding: 10px 30px;
}
.butom:hover{
    background-color: white;
    color: black;
    text-decoration: none;
}
.foot{
    background-color: #292E31;
    
}
.foot .container{
  padding-top: 50px;
    color:#B2B2B3;
    padding-bottom: 30px;
}

.foot h1{
    color: white;
    font-size: 25px;
    padding-bottom: 15px;
    border-bottom:.7px solid #3F4346 ;
}
.bum:hover{
    color: white;
        border-bottom:.7px solid #fff ;
    text-decoration: none;

}
.bum{
    margin: 5px;
    border:1px solid #B2B2B3; 
    color: #B2B2B3;
}
.foot a{
    margin-top: 15px;
}

.input-group{
    border: none;
color: white;
}
.create{
    padding: 20px;
    height: 70px;
    background-color: #23272A;
}
.nav-link{
  font-size: 15px;
    font-weight: 400;
    color: #333;
}



.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #333;
    transition: width .6s;
}

.nav-link:hover::after {
    width: 100%;
    transition: width .5s;
}
@media screen and (max-width: 600px) {
    .but{
        width: 50%;
    }
    .power1{
        font-size: 22px!important;
    }
    .cont{
        margin-top: 20px;
    }
    .wait{
        font-size: 18px!important;
    }
    .butom{
        padding: 7px 10px;
    }
    .firsth1{
        font-size: 28px;
        line-height: 33px;
    }
    .wrap{
 background-position: 58% 0px;
    }
    .wrap2{
 background-position: 65% 0px;
    }
     .wrap3{
 background-position: 65% 0px;
    }
    .section4 .row{
        margin-bottom: 5px;
    }
}
.scrol-up{
    text-align: center;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 15px;;
    right:15px;
    color: white;
    line-height: 50px;
    background-color: rgba(000,000,000,0.3);
    opacity: .6;
    border-radius: 5px;
    transition: .5s ease;
}


.scrol-up:hover{
    opacity: 1;
        background-color: rgba(000,000,000,0.4);

}