*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.top-menu-section{
    width:100%;
    height: auto;
    /* background-color: #0d2d3e; */
    color: black;
    background-color: #60ceaf;
}
.top-area-left{
    width:100%;
    height: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.top-area-left span{
    font-size: 15px;
}
.Sunday{
    padding-left: 40px;
    text-transform: uppercase;
}
.top-area-right{
    width:100%;
    font-size: 15px;
    height: 50px;
    background-color:transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px;
}




/* Navbar Styling */

.section-navbar{
    height: 80px;

    width: 100%;

    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background-color: gainsboro
}

/* .navbar-nav{
    font-size: 20px!important;
    text-decoration: none;
    display: flex;
    justify-content: flex-end;
} */

/* .collapse{
    display: flex;
    justify-content: flex-end!important;
} */

.navbar-brand{
    font-size: 25px!important;
   
    font-weight: 500;
    margin-top: 10px;
}

.brandLogo{
    width:160px;
    height: 70px;
    margin-left: 60px;
}
/* .nav-item{
    margin-left: 20px;
    font-size: 21px;
    font-weight: 500;
} */

nav{
    height: 70px;
    background-color: gainsboro;
}


nav ul{
    float:right;
    margin-right: 25px;
}

nav ul li{
    display: inline-block;
    /* margin: 0 15px; */
    margin-left: 25px;
    margin-top: 15px;
    font-size: 25px;
    font-weight: 500;
  
}

nav ul li a{
    position: relative;
    color: black;
    padding: 5px 0;
    text-decoration: none;
    font-size: 18px;
}

nav ul li a:before{
    content: '';
    position: absolute;
    left:0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: black;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s linear;


}

nav ul li a:hover:before{
transform: scaleX(1);
transform-origin: left;
}


label #btnBars,
label #cancel{
    color: black;
    font-size: 40px;
    float: left;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}

@media(max-width: 1118px){
    nav .navbar-brand{
        left: 8%;
    }

  
}


@media(max-width: 944px){
    nav .navbar-brand{
        left:6%;
        top:20px;
        
    }
    nav ul li a{
        font-size: 17px;

    }
    .top-menu-section{
        font-size:5px ;
    }
}

@media(max-width: 996px) {

    /* nav{
        width:100%;
        background: #e7f5ff;
        position: absolute;
        top:0;
        left:0;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(100%);
        transition: all 0.5s linear;
    } */
    label #btnBars{
        display: block;
        color: #60ceaf;
        font-size: 30px;
        overflow: hidden;
        margin-left: 520px;
    }

        
        .brandLogo{
margin:0;
margin-bottom: 100px;
height: 65px;
        }
       
    
    ul{
       
        width:100%;
        height: 100vh;
        background: #192633;
        top:80px;
        left:0;
        text-align: center;
        
    }
    nav ul li{

        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size: 20px;

    }

    
    .navbar-brand{
       font-size:15px ;
    }

    .top-menu-section{
        display: none;
        visibility: none;
    }
   
}




/* NEW NAVBAR STYLING */

nav{
    height: 60px;
    /* background-color:#212129; */
    display: flex;
    background-color: #60ceaf;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 80px;
    width:100%;
    z-index: 9999;
    position: fixed;
    top:0;
    left:0;
    box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 5px 14px 1px rgba(0,0,0,0.75);
}

.logo{
    width:160px;
    height: 60px;

}
nav ul{
    display: flex;
    list-style: none;

}

nav ul li {
    margin: 0 7px;
    margin-top: 10px;
    
}
nav ul li a{
    color: whitesmoke;
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 10px;
    border-radius: 5px;
    
    transition:all .5s ease ;

}
nav ul li a:hover,
nav ul li a.active{
    color: black;
    background-color: white
}


.menu-btn i.fa-bars{
    color: white;
    font-size: 22px;
    cursor: pointer;
    display: none;
    
}
#click{
    display: none;
}

@media (max-width:1157px){
    nav ul li a{
        font-size: 15px;
    }
}

@media (max-width:940px) {
   nav ul{
    position: fixed;
    top:80px;
    left:-100%;
    background-color: black;
    height: 80vh;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.4s ease;


   }

   #click:checked ~ .menu-btn i.fa-bars:before{
    content: "\f00d";

   }

   #click:checked ~ul{
    left: 0%;

}
   
   nav ul li{
    margin: 40px 0;

   }

   nav ul li a{
    font-size: 23px;
    display: block;
   }

   nav ul li a:hover,
nav ul li a.active{
    color: #60ceaf;
    background-color:transparent ;
}

.menu-btn i.fa-bars{
    display: block;
}
}









/* Section1 Styling */


/* .sec1Content{
    width:50%;
    height: 400px;
    background-color: transparent;
    color: ghostwhite;
    position: absolute;
    top:30%;
    left:27%;
}
.sec1Content p{
    font-size: 18px;
}

.sec1Content h1{
    font-size: 40px;
}

.sec1Btn{
    width:150px;
    height: 50px;
    background-color: transparent;
    color: #60ceaf;
    border:2px solid #60ceaf;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 15px;
}

.sec1Btn:hover{
    background-color: #60ceaf;
    color: black;
    border: 2px solid black;
}
.sec1img{
width:100%;
height: 700px;
object-fit: cover;
object-position: center;
border:5px solid #60ceaf;
} */


.section1{
    width:100%;
    height: 90vh;
    /* background-image: url(./imgs/blur4.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; */
    margin-top: 20px;
    background-image: url(./imgs/wp7442154.webp);
    background-size: cover;
background-repeat: no-repeat;
background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}



.sec1leftWrapper{
    width:100%;
    height: 400px;
    background-color:;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1leftInnerDiv{
width:100%;
height: auto;
background-color:;
color: whitesmoke;

}


.sec1leftInnerDiv h1{
    font-size: 50px;
}

.sec1leftInnerDiv p{
    font-size: 20px;
}
.sec1InnerDiv h1{
    font-size: 40px;
}

.contactSec1{
    width:250px;
    height: 50px;
    background-color: #192633;
    color: whitesmoke;
    font-size: 20px;
    margin-top: 25px;
    border-color: 2px solid white;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
}

.contactSec1 a{
    color: whitesmoke;
} 


.sec1righttWrapper{
    width:100%;
    height: 450px;
    background-color:;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1rightInnerDiv{
width:100%;
height: 400px;
background-image: url(./imgs/eCommerce.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 20px;
border: 2px solid black;

}

/* section2 styling */
.section2{
    width:100%;
    height: auto;
    background-color: gainsboro;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 30px;
}

.sec2Head{
    width: 100%;
    height: auto;
    background-color: ;
    text-align: center;
}

.sec2CardWrapper{
    width:100%;
    height: 500px;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 15px;
}

.sec2CardInnerDiv{
    width:100%;
    height: auto;
 
    background-color:;
   text-align: center;
   
  
}

.sec2CardInnerDiv hr{
    width:100px;
    height: 3px;
    background-color: #60ceaf;
  margin: 0 auto;
}

.sec2icon{
    margin-bottom: 20px;
}


.sec2CardInnerDiv p{
    font-size: 20px;
    margin-top: 20px;
    text-align: justify;
}

.centerDivWrapper{
    width:100%;
    height: auto;
    background-color: ;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding: 10px;
}

.centerDiv{
    width: 100%;
    height: auto;
    background-color: whitesmoke;
    text-align: center;
    padding: 15px;
}

.centerDiv hr{
    width:100px;
    height: 3px;
    background-color: #60ceaf;
  margin: 0 auto;
}

.centerDiv img{
background: none;
margin-top: 20px;
}

.centerDiv p{
    font-size: 20px;
    margin-top: 20px;
    text-align: justify;
}

/* section3 styling */
.section3{
    width:100%;
    height:auto;
    background-image: url(./imgs/webpic4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 30px;
    padding: 20px;
    color: whitesmoke;
}

.sec3DivWrapper{
    margin-top: 20px;
    width:100%;
    height: auto;
    background-color: ;
}

.sec3DivWrapper p{
    font-size: 17px;
    text-align: justify;
}

/* section4 styling */

.section4{
    width:100%;
    height:auto;
    background-color: whitesmoke;
    margin-top: 20px;
}

.sec4Wrapper{
    width:100%;
    height: 100px;
    background-color: ;
}


.sec4Wrapper p{
    font-size: 18px;
}

.sec4leftDiv{
    width:100%;
    height: 540px;
    background-color: ;
    display: flex;
    justify-content: center;
    align-items: center;
   

}

.sec4leftDiv img{
    width:100%;
    height: 400px;
    object-fit: contain;
   
}

.sec4rightDiv{
    width:100%;
    height: auto;
    background-color: #60ceaf;
    padding: 10px;
}

.sec4rightDiv p{
    font-size: 17px;
}
/* section5 styling */


.section5{
    width:100%;
    height: auto;
    background-color: ;
    margin-top: 30px;
}

.sec5Row{
    margin-top: 30px;
    background-color: ;
}
.sec5Wrapper{
    width: 100%;
    height: 70px;
    background-color: ;
    text-align: center;
}

.sec5leftWrapper{
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
    
}

.sec5leftWrapper img{
    width:100%;
    height:100%;
    object-fit: cover;
} 
.sec5rightWrapper{
    width:100%;
    height:auto;
    background-color:gainsboro;
  
    padding: 15px;

}


.sec5rightWrapper h2{
    text-transform: uppercase;
}

.sec5rightWrapper p{

    font-size: 18px;
    text-align: justify;
}





/* section6 Style */

.section6{
width:100%;
height: auto;
background-color:gainsboro;
margin-top: 20px;
}

.sec6Wrapper{
    width:100%;
    height:70px;
    background-color: ;
    text-align: center;
}

.sec6Wrapper hr{
    width:100px;
    background-color: #60ceaf;
    height: 3px;
    margin: 0 auto;
}

.sec6ContentWrapper{
    width:100%;
    height: auto;
    background-color: ;
    margin-bottom: 20px;
}

.sec6Content{
    width:100%;
    height: 100%;
    min-height: 500px;
    padding-bottom: 150px!important;
   
    /* background: rgb(55,200,231);
background: radial-gradient(circle, rgba(55,200,231,1) 39%, rgba(70,165,252,1) 65%); */
    margin-top: 20px;
    background: rgb(55,231,199);
    background: radial-gradient(circle, rgba(55,231,199,1) 45%, rgba(70,196,252,1) 65%);
    clip-path: polygon(0 0, 100% 0%, 100% 74%, 49% 100%, 0 74%);
   padding: 15px;
}

.sec6Content p{
    font-size: 17px;
}