*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
body {
    background: #c2bebe;
    min-height: 80vh;
    width: 100%;
}
header{
    width: 100%;
    height: 210px;
    background-color: #fbfcfd;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 30px;
    
}
.img .logo1{
    height: 20px;
    width: 10px;
    align-items: center;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
div{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
        
}
div img{
    margin-top: 5px;
    margin-left: -63px;
    
}   

.logo:hover{
    cursor: pointer;
}
/* Hero Section */
.hero{
    min-height: 100vh;
    width: 100%;
}
.text-box{
    width: 90%;
    color: #474b52;
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: justify;
}
.text-box h1{
    font-size: 30px;
    text-align: center;
    color: #ffF;
}
.text-box span{
    font-size: 25px;
    color: #080808;
    text-align: center;
}
.email{
    text-align: center;
    color: #ffffff;
    font-size: 20px;

}
.phone{
    text-align: center;
    color: #fbf7f7;
    font-size: 20px;
}
.phone2{
    text-align: center;
    color: #fbf6f6;
    font-size: 20px;
}
/* Learn More Button */
.learn-more{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 2px solid #006AFF;
    padding: 12px 35px;
    border-radius: 4px;
    font-size: 15px;
    background: #006AFF;
    position: relative;
    justify-content: center;
    border-radius: 48px;
    box-sizing: border-box;
    cursor: pointer;
    
}
.learn-more:hover{
    border: 2px solid #2e7ce9;
    background: #2e7ce9;
    border-radius: 48px;
    color: #fa0404;
    transition: .5s;
}


/* Service Section */
service{
    min-height: 100vh;
}



























