* {
    margin:0%;
    padding: 0%;
}
body {
    font-family: 'Gentium Book Plus', serif;
}

.first {
    display: flex;
    background-image: url(img/top-banner.png);
    background-repeat: no-repeat;
}

.first-writen {
    width: 50%;
    margin-left: 50px;
}
.first-writen h1 {
    font-size: 50px;
    font-weight: bold;
}

.first-writen h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}
.first-writen p {
    color: #8C8C8C;
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
}

.first-img {
    width: 50%;
    margin-left: 50px;
    height: 100%;
}
.first-img img {
    width: 90%;
}
.first-btn{
    background-color: #FF6D4F;
    border: none;
    color: white;
    padding: 20px 40px;
    text-align: center;
    text-decoration: none;
    
    font-size: 16px;
    border-radius: 20px 20px;
}

/* first section style end */


.second {
    display: flex;
    margin-top: 150px;
    background-image: url(img/dream-bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
.second-img {
    width: 50%;
    margin-left: 50px;
}
.second-img img {
    width: 80%;
    
}
.second-written {
    width: 50%;
    margin-left: 50px;
}
.second-written h2 {
    font-size: 40px;
    font-weight: bold;
}
.second-written h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
}
.second-written p{
    color: #8C8C8C;
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
}

.second-written .second-btn{
    background-color: #FF6D4F;
    border: none;
    color: white;
    padding: 20px 40px;
    text-align: center;
    text-decoration: none;
    
    font-size: 16px;
    border-radius: 20px 20px;

}


/* second section style end */

.third {
    margin-top: 150px;
    background-image: url(img/exp-bg.png);
    background-repeat: no-repeat;
    background-position: left;
}

.box {
    display: flex;
}
.box-1 {
    width: 40%;
   
    margin-left: 50px;
    box-shadow: 10px 10px 40px gray ;
    padding-left: 30px;
    border-left: #FF6347;
    border-left: 5px solid #FF6347;
  
}

 .box-1 h1 {
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 20px
 }

 .box-1 h3 {
    color: #FFA800;
    padding-bottom: 50px;
 }

 .box-1 p {
    text-align: left;
    padding-bottom: 100px;
    color: gray;
    line-height: 30px;
 }
.box-2 {
    width: 40%;
    margin-left: 50px;
    
    
    box-shadow: 10px 10px 40px gray ;
    padding-left: 30px;
    border-left: 5px solid blue;
    
}

.box-2 h1 {
    font-size: 40px;
    padding-top: 30px;
    padding-bottom: 20px
 }

 .box-2 h3 {
    color: #FFA800;
    padding-bottom: 50px;
 }

 .box-2 p {
    text-align: left;
    padding-bottom: 100px;
    color: gray;
    line-height: 30px;
 }

 /* third  section style end */



