*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}
#hero {
    background-image: url("../image/hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    height: 750px;
    width: 100%
}
#nav {
 display: flex;
  justify-content: space-around; 
 width: 100%;
}
#logo {
     width: 50%; 
    color: white;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
    margin-left: 50px;
}
#logo >img {
 height: 20px;
}
#nav-bar {
 display: flex;
  width: 40%; 
 justify-content: space-between;
 list-style-type: none;
 margin-right: 15px;
}
.nav-items {
    margin-top: 40px;
    cursor: pointer;
}
#toggle {
    display: none;
}
#hamburger {
    font-size: 20px;
    color: white;
    margin-top: 40px;
    display: none;
}
#hamburger:hover {
    cursor: pointer;
}
#search {
    color: white;
}
.nav-items>a {
    text-decoration: none;
    font-family: sans-serif;
    color: white;
    font-size: 20px;
}
#hero-text {
    display: flex;
    flex-direction: column;
    align-content: center;
    position: relative;
    top:20%;
    left:5%; 
    font-size: 20px;
   font-family:  sans-serif;
   color: white;
  font-weight: 400;
}
#content-writing {
    color: red;
}
#hero-page {
     margin-top:  10px;
     margin-bottom: 30px;
}
.button {
    border: 1px solid red;
    width: 150px;
    cursor: pointer;
    margin: 15px 0px;
    padding: 15px 10px;
    border-radius: 5px;
    font-size: 20px;
    background-color: red;
    color: white;
    transition: background 1s ease-out ;
}
.button:hover {
    background-color: black;
    color: brown;
}
#about-section {
    display: flex;
    margin-top: 50px;
    overflow-x: hidden;
    position: relative;
    left: 5%; 
    width: 100%;
    justify-content: space-between;
}
#about-content {
    width: 40%;
    margin: 30px 0px;
    margin-right:30px;
}
#laptob-pic {
    width: 35%;
    height: 30%;
    position: relative;
    right: 100px;
    top: 40px;
}
.heading {
    font-family: sans-serif;
    font-weight: 800;
}
.under-line {
     width: 25%;
     margin-bottom: 18px; 
}
.sub-text {
    font-size: 20px;
    font-family: sans-serif;
}
@media screen and (min-width:767px) and (max-width:991px) {
#nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#logo {
    width: 40%;
    color: white;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-top: 40px;
    margin-left: 35px;
}
#nav-bar {
    display: none;
}
#hamburger {
    display:inline-flex;
    font-size: 35px;
    margin-right: 70px;
} 
}
@media screen and (min-width:586px) and (max-width:767px) {
    #nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #logo {
        width: 40%;
        color: white;
        font-family: sans-serif;
        font-size: 30px;
        font-weight: 700;
        margin-top: 40px;
        margin-left: 35px;
    }
    #nav-bar {
        display: none;
    }
    #hamburger {
        display:inline-flex;
        font-size: 35px;
        margin-right: 70px;
    } 
}
@media screen and (min-width:680px) and (max-width:767px) {
    #nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #welcome {
        font-weight: 400;
    }
    #hero-page {
        font-size: 18px;
    }
    #logo {
        width: 40%;
        color: white;
        font-family: sans-serif;
        font-size: 30px;
        font-weight: 700;
        margin-top: 40px;
        margin-left: 35px;
    }
    #nav-bar {
        display: none;
    }
    #hamburger {
        display:inline-flex;
        font-size: 35px;
        margin-right: 70px;
    } 
    #hero-text {
        display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: center;
    }
}
@media screen and (min-width:570px) and (max-width:680px) {
    #nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #hero-text {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: center;
    }
    #welcome {
        font-weight: 400;
        font-size: 20px;
    }
    #hero-page {
        font-size: 15px;
        font-size: 15px;
    }
    #logo {
        width: 40%;
        color: white;
        font-family: sans-serif;
        font-size: 30px;
        font-weight: 700;
        margin-top: 40px;
        margin-left: 35px;
    }
    #nav-bar {
        display: none;
    }
    #hamburger {
        display:inline-flex;
        font-size: 20px;
        margin-right: 70px;
    } 
    .button {
        border: 1px solid red;
        width: 100px;
        cursor: pointer;
        margin: 10px 0px;
        padding: 10px 8px;
        border-radius: 5px;
        font-size: 16px;
        background-color: red;
        color: white;
        transition: background 1s ease-out ;
    }
    }  
    @media screen and (max-width:570px)  {
        #nav {
            display: flex;
            justify-content: space-between;
        }
        #welcome {
            font-weight: 300;
            font-size: 20px;
        }
        #hero-page {
            font-size: 15px;
            font-size: 15px;
        }
        #logo {
            width: 40%;
            color: white;
            font-family: sans-serif;
            font-size: 20px;
            font-weight: 700;
            margin-top: 40px;
            margin-left: 35px;
        }
        #logo >img {
            height: 15px;
        }
        #nav-bar {
            display: none;
        }
        #hamburger {
            display:inline-flex;
            font-size: 20px;
            margin-right: 70px;
        } 
        #hero-text {
         display: flex;
         width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        }
        .button {
            border: 1px solid red;
            width: 100px;
            cursor: pointer;
            margin: 10px 0px;
            padding: 10px 8px;
            border-radius: 5px;
            font-size: 16px;
            background-color: red;
            color: white;
            transition: background 1s ease-out ;
        }
}
@media screen and (max-width:970px) and (max-width:1030px) {
    #laptob-pic {
        width: 35%;
        height: 30%;
        position: relative;
        right: 100px;
        top: 90px;  
    } 
    .under-line {
        width:30% ;
    }
}
@media screen and (min-width:880px) and (max-width:970px) {
    #laptob-pic {
        width: 35%;
        height: 30%;
        position: relative;
        right: 100px;
        top: 90px;  
    } 
    .under-line {
        width:33% ;
    }
}
@media screen and (min-width:680px) and (max-width:880px) {
    #laptob-pic {
        width: 40%;
        height: 40%;
        position: relative;
        right: 100px;
        top: 120px;   
    } 
    .heading {
        font-family: sans-serif;
        font-weight: 800;
        font-size: 23px;
    }
    .under-line {
        width:38% ;
    }
}
@media screen and (min-width:600px) and (max-width:880px) {
    #about-section {
        display: flex;
        margin-top: 50px;
        overflow-x: hidden;
        position: relative;
        left: 5%; 
        width: 100%;
        justify-content: space-between;
    }
    #laptob-pic {
        width: 40%;
        height: 40%;
        position: relative;
        right: 100px;
        top: 120px;   
    } 
    .heading {
        font-family: sans-serif;
        font-weight: 800;
        font-size: 23px;
    }
    .under-line {
        width:35% ;
    }
}
@media screen and (min-width:500px) and (max-width:600px) {
    #about-section {
        display: flex;
        margin-top: 50px;
        overflow-x: hidden;
        flex-direction: column;
        width: 90%;
    }
    #about-content {
        width: 100%;
    }
    #laptob-pic {
        width: 60%;
        height: 60%;
        position: relative;
        top: 0;
        left: 1px;
        margin-bottom: 20px;
    } 
    .heading {
        font-family: sans-serif;
        font-weight: 800;
        font-size: 23px;
    }
    .under-line {
        width:25% ;
    }
}
@media screen and (min-width:500px) and (max-width:600px) {
    #about-section {
        display: flex;
        margin-top: 50px;
        overflow-x: hidden;
        flex-direction: column;
        width: 90%;
    }
    #about-content {
        width: 100%;
    }
    #laptob-pic {
        width: 60%;
        height: 60%;
        position: relative;
        top: 0;
        left: 1px;
        margin-bottom: 20px;
    } 
    .heading {
        font-family: sans-serif;
        font-weight: 800;
        font-size: 23px;
    }
    .under-line {
        width:25% ;
    }
}

@media screen and (max-width:500px) {
    #about-section {
        display: flex;
        margin-top: 50px;
        overflow-x: hidden;
        flex-direction: column;
        width: 90%;
    }
    #about-content {
        width: 100%;
    }
    #laptob-pic {
        width: 60%;
        height: 60%;
        position: relative;
        top: 0;
        left: 1px;
        margin-bottom: 20px;
    } 
    .heading {
        font-family: sans-serif;
        font-weight: 800;
        font-size: 23px;
    }
    .under-line {
        width:35% ;
    }
}
#service { 
    background-image: url("../image/body_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    width: 100%;
    height:800px;
    margin-top: 50px;
    overflow: hidden;
}
#service-heading {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 50px ;
}
#service-heading >.heading {
font-size: 32px;
}
.row-service {
    display: flex;
    justify-content: space-around;
}
.row-explain {
    display: flex;
    flex-direction: column;
    width: 35%; 
}
.sub-heading {
    font-size: 25px;
    font-family: sans-serif;
    margin: 10px 0px ;
}
.row-image{
    width: 40px;
    height: 40px;
}
#forward {
    font-size: 50px;
    color: rgba(0, 255, 255, 0.76);
}
.read-more {
width: 35%;
margin-top: 10px;
margin-bottom: 30px;
padding: 10px 20px;
color: rgb(190, 30, 30);
border: 1px solid rgb(190, 30, 30) ;
}