*{
    padding: 0;
    margin: 0;
}

.i{
color: transparent;
}
@font-face {
    font-family: poppins;
    src: url(/Fonts/poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: alata;
    src: url(/Fonts/alata/Alata-Regular.ttf);
}

@font-face {
    font-family: poppinsdark;
    src: url(/Fonts/poppins/Poppins-Black.ttf);
}

/*NAVBAR */

.navbar{
    width: 100%;
    height: 6rem;
    background-color: #fff;
    display: flex;
    position: fixed;
    box-shadow: 0 1rem 5rem #a9a9a9;
}

.leftnav{
    width: 20%;
    height: 6rem;
}

.leftnav img{
        margin-top: 0.75rem
}

.midnav{
    width: 60%;
    height: 6rem;
}

.midnav ul{
    display: flex;
    list-style: none;
    text-decoration: none;
    margin-top: 2rem;
    margin-left: 6rem;
}

.midnav ul li a{    
    text-decoration: none;
    margin-left: 3rem;
    font-size: 1.3rem;
    font-family: poppins;
    font-weight: bolder;
    color: #454545;
    transition: all .15s
}

.midnav ul li a:hover{
    color: #2dc7c0;
}

.rightnav{
    width: 20%;
    display: flex;
}
.contactbtn{
    height: 3.5rem;
    margin-top: 1.5rem;
    width: 11rem;
    margin-left: 1rem;
    text-align: center;
    font-size: 1.5rem;
        border-radius: 2rem;
    border: none;
    background: #3e949a;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .2rem;
    text-transform: uppercase;
    font-family: alata;
    cursor: pointer;
    transition: all .15s
}

.contactbtn a{
    text-decoration: none;
    color: #fff;
}
.contactbtn:hover{
    background-color: #2dc7c0;
}

/* SECTION 1 */

.sec1{
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), 
    url("/images/landingback.jpg");
    background-size: cover;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.sec1 h1{
    color: #fff;
    margin-top: 11rem;
    font-size: 3.5rem;
    font-family: poppins;
    font-weight: bolder;
}

.sec1 h3{
    color: aliceblue;
        color: aliceblue;
    margin-top: 2rem;
    letter-spacing: 0.2rem;
    font-style: italic;
    font-weight: 100;
}

.buttons1{
    margin-top: 2rem;
}

.contactus{
    margin-left: 2rem;
        height: 3rem;
    margin-top: 1.5rem;
    width: 9rem;
    margin-left: 1rem;
    text-align: center;
    font-size: 1.5rem;
        border-radius: 2rem;
    border: none;
    background: #3e949a;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: alata;
    cursor: pointer;
    transition: all .15s
}

.contactus:hover{
    background: #2dc7c0;
}

.aboutus{
      margin-left: 2rem;
        height: 3rem;
    margin-top: 1.5rem;
    width: 9rem;
    margin-left: 1rem;
    text-align: center;
    font-size: 1.5rem;
        border-radius: 2rem;
    border: none;
    background: #3e949a;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: alata;
    cursor: pointer;
    transition: all .15s
}

.aboutus a{
    color: #FFF;
    text-decoration: none;
}

.contactus a{
    color: #FFF;
    text-decoration: none;
}

.aboutus:hover{
    background-color: #2dc7c0;
}

/* SECTION 2 */

.sec2{
    height: 30rem;
    width: 100%;
    display: flex;
}

.textbox1{
    width: 50%;
    height: 100%;
}

.textbox1 h3{
font-size: 1.2rem;
color: grey;
font-family: poppins;
margin-left: 1.5rem;
margin-top: 5rem;
}

.textbox1 h1{
    margin-top: 1.2rem;
font-size: 2rem;
color: #000;
font-family: alata;
margin-left: 1.5rem;
}

.textbox1 p{
    margin-top: 1.6rem;
font-family: poppins;
color: grey;
text-align: justify;
margin-left: 1.5rem;
}

.readmore1{
background: none;
color: #2dc7c0;
font-style: italic;
font-family: poppins;
border: none;
font-weight: bolder;
text-decoration: underline;
margin-top: 1.5rem;
margin-left: 1.5rem;
cursor: pointer;
transition: all .15s;
}

.readmore1:hover{
    color: #3e949a;
}

.imagebox1{
    width: 50%;
    height: 100%;
}

.imagebox1 img{
    width: 34rem;
    margin-top: 3rem;
    margin-left: 4rem;
    height: 24rem;
    border-radius: 2rem;
}

/* SECTION 3 */

.sec3{
    height: 53rem;
    width: 100%;
    text-align: center;
    background: aliceblue;
}

.sec3 h3{
font-size: 1.2rem;
color: grey;
font-family: poppins;
margin-left: 1.5rem;
margin-top: 5rem;
}

.sec3 h1{
    margin-top: 0rem;
font-size: 2.5rem;
color: #000;
font-family: alata;
margin-left: 1.5rem;
}

.subcontainer{
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    place-items: center;
}

.servicebox1{
    background:linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(/images/service1.jpg) center center / cover;
height: 15rem;
    width: 16rem;
    border-radius: 0.5rem;
    cursor: pointer;
}


.servicebox1 h2{
color: #fff;
font-family: poppins;
}

.servicebox1 h4{
color: lightgray;
font-size: 0.7rem;
font-family: poppins;
}

.servicebox1 h4 a{
    color: lightgray;
font-size: 0.7rem;
font-family: poppins;
text-decoration: none;
}

.servicebox1 h4 a:hover{
    color: #3e949a;
}


.servicebox2{
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url(/images/service2.jpg) center center / cover;
height: 15rem;
    width: 16rem;
    border-radius: 0.5rem;
    cursor: pointer;
}


.servicebox2 h2{
color: #fff;
font-family: poppins;
}

.servicebox2 h4{
color: lightgray;
font-size: 0.7rem;
font-family: poppins;
}

.servicebox2 h4 a{
    color: lightgray;
font-size: 0.7rem;
font-family: poppins;
text-decoration: none;
}

.servicebox2 h4 a:hover{
    color: #3e949a;
}
.servicebox3{
    background:linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(/images/eas\ hime.jpg) center center / cover;
height: 15rem;
    width: 16rem;
    cursor: pointer;
    border-radius: 0.5rem;
}


.servicebox3 h2{
color: #fff;
font-family: poppins;
}

.servicebox3 h4{
color: lightgray;
font-size: 0.7rem;
font-family: poppins;
}

.servicebox3 h4 a{
        color: lightgray;
font-size: 0.7rem;
font-family: poppins;
text-decoration: none;
}

.servicebox3 h4 a:hover{
    color: #3e949a;
}

.servicebox4{
    background:linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(/images/service4.webp) center center / cover;
height: 15rem;
    width: 16rem;
    border-radius: 0.5rem;
    cursor: pointer;
}


.servicebox4 h2{
color: #fff;
font-family: poppins;
}

.servicebox4 h4{
color: lightgray;
font-size: 0.7rem;
font-family: poppins;
}

.servicebox4 h4 a{
        color: lightgray;
font-size: 0.7rem;
font-family: poppins;
text-decoration: none;
}

.servicebox4 h4 a:hover{
    color: #3e949a;
}

.servicebox5{
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)),url(/images/service5.jpg) center center / cover;
height: 15rem;
    width: 16rem;
    border-radius: 0.5rem;
    cursor: pointer;
}


.servicebox5 h2{
color: #fff;
font-family: poppins;
}

.servicebox5 h4{
color: lightgray;
font-size: 0.7rem;
font-family: poppins;
}

.servicebox5 h4 a{
        color: lightgray;
font-size: 0.7rem;
font-family: poppins;
text-decoration: none;
}

.servicebox5 h4 a:hover{
    color: #3e949a;
}

.servicebox6{
    background:linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(/images/service6.jpg) center center / cover ;
height: 15rem;
    width: 16rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

.servicebox6 h2{
color: #fff;
font-family: poppins;
}

.servicebox6 h4{
color: lightgray;
font-size: 0.7rem;
font-family: poppins;
}

.servicebox6 h4 a{
        color: lightgray;
font-size: 0.7rem;
font-family: poppins;
text-decoration: none;
}

.servicebox6 h4 a:hover{
    color: #3e949a;
}


/* SECTION 4 */

.sec4{
height: 100vh;
width: 100%;
justify-content: center;
text-align: center;
align-items: center;
display: flex;
    align-items: center;
    justify-content: center;
}

.subcontainer2{
     display: flex;
    background: #dcdcdc;
    border-radius: 4rem;
    box-shadow: 0 1rem 5rem #a9a9a9;
    height: 25rem;
    width: 68rem;
}

.textbox2{
    width: 65%;
    height: 100%;
    text-align: left;
}

.imagebox2{
    width: 35%;
    height: 100%;
       border-radius: 4rem;
}

.textbox2 img{
    margin-top: 3rem;
    margin-left: 4.5rem;
}

.textbox2 h1{
        margin-left: 3.8rem;
    margin-top: 2rem;
    font-size: 2.1rem;
    font-family: 'alata';
    font-weight: 400;
}

.textbox2 hr{
        margin-top: 3rem;
    color: #000;
    border-color: #000;
    background: #000;
    width: 7rem;
    margin-left: 4rem;
}

.textbox2 h2{
margin-left: 4rem;
    margin-top: 1.5rem;
    font-size: 1rem;
    font-family: 'alata';
    font-weight: 500;
}

.textbox2 h3{
    margin-left: 4rem;
    font-family: 'poppins';
    font-size: 0.7rem;
    font-weight: 500;
}

.imagebox2 img{
height: 21rem;
    margin-top: 2rem;
    width: 19rem;
    border-radius: 2rem;
}

/* SECTION 5 */

.sec5{
    height: 48rem;
    width: 100%;
    background: aliceblue;
    text-align: center;
}

.sec5 h3{
font-size: 1.2rem;
color: grey;
font-family: poppins;
margin-left: 1.5rem;
margin-top: 5rem;
}

.sec5 h1{
    margin-top: 0rem;
font-size: 2.5rem;
color: #000;
font-family: alata;
margin-left: 1.5rem;
}

.container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem;
    column-gap: 3rem;
    place-items: center;
    margin-top: 6rem;
}

.box{
    height: 20rem;
    border: solid 0.1rem #3e949a;
    background: #FFF;
    color: #000;
    width: 19rem;
    border-radius: 1.5rem;
    transition: all 0.25s;
}

.box:hover{
    background: #2dc7c0;
    color: #fff;
    border: none;
}

.box h2{
margin-top: 1rem;
font-size: 1.8rem;
font-family: alata;
}

.box ul {
margin-top: 2rem;
    text-align: left;
    margin-left: 5rem;
    list-style: circle;
}

.box ul li{
    font-size: 1.3rem;
    font-family: 'poppins';
    font-weight: bolder;
}

.sec5 p{
margin-top: 3rem;
    font-style: italic;
    font-family: 'alata';
}

.sec5 p a{
    color: #2dc7c0;
}

/* FOOTER */

.footer{
    height: 70vh;
    width: 100%;
    background: #000;
}

.subcontainer3{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    place-items: left;
    column-gap: 0.1rem;
}

.box2{
    color: #fff;
    margin-left: 4rem;
}

.box2 h2{
margin-top: 2rem;
    font-family: 'poppins';
    font-weight: bolder;
}

.box2 ul{
margin-top: 1rem;
list-style: circle;
}

.box2 ul li{
color: lightgrey;
    text-decoration: none;
    font-family: 'alata';
}

.box2 ul li a{
    color: lightgrey;
    text-decoration: none;
    font-family: 'alata';
}

.contactinfo{
    margin-top: 0rem;
}

/* RESPONSIVE */

/* ========== Responsive Adjustments ========== */

@media (max-width: 768px) {
  /* Navbar adjustments */
  .navbar {
    height: 4rem;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    box-shadow: none;
  }

  .leftnav, .midnav, .rightnav {
    width: 100%;
    text-align: center;
    height: auto;
  }

  .leftnav img {
    height: 2rem;
    margin-top: 0.5rem;
  }

  .midnav ul {
    margin: 0;
    padding: 0;
  }

  .midnav ul li a {
    font-size: 1.1rem;
    margin: 0.5rem 0;
  }

  .rightnav {
display: none;
  }

  .contactbtn {
    width: 80%;
    font-size: 1rem;
    height: 2.5rem;
  }

  /* Section 1 (Landing) */
  .sec1 {
    height: auto;
    padding: 6rem 1rem 3rem 1rem;
    text-align: center;
  }

  .sec1 h1 {
    font-size: 2rem;
    margin-top: 1rem;
  }

  .sec1 h3 {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .buttons1 {
    flex-direction: column;
    align-items: center;
  }

  .aboutus,
  .contactus {
    width: 80%;
    margin: 0.5rem 0;
  }

  /* Section 2 (About) */
  .sec2 {
    flex-direction: column;
    height: auto;
    padding: 2rem 1rem;
    text-align: center;
  }

  .textbox1, .imagebox1 {
    width: 100%;
  }

  .textbox1 h1 {
    font-size: 1.5rem;
  }

  .textbox1 p {
    margin: 1rem;
    text-align: justify;
  }

  .imagebox1 img {
    width: 90%;
    height: auto;
    margin: 1rem auto;
  }

  /* Section 3 (Services) */
  .sec3 {
    height: auto;
    padding: 2rem 1rem;
  }

  .subcontainer {
    grid-template-columns: 1fr;
  }

  .servicebox1, .servicebox2, .servicebox3, .servicebox4, .servicebox5, .servicebox6 {
    width: 90%;
  }

  /* Section 4 (Testimonial) */
  .sec4 {
    height: auto;
    padding: 2rem 1rem;
  }

  .subcontainer2 {
    flex-direction: column;
    width: 95%;
    height: auto;
    padding: 1rem;
  }

  .textbox2, .imagebox2 {
    width: 100%;
    text-align: center;
  }

  .textbox2 img {
    margin-left: 0;
    margin-top: 1rem;
  }

  .textbox2 h1,
  .textbox2 h2,
  .textbox2 h3,
  .textbox2 hr {
    margin: 1rem auto;
    text-align: center;
  }

  .imagebox2 img {
    width: 90%;
    height: auto;
  }

  /* Section 5 (Products) */
  .sec5 {
    height: auto;
    padding: 2rem 1rem;
  }

  .container {
    grid-template-columns: 1fr;
  }

  .box {
    width: 90%;
    margin: 1rem auto;
  }

  /* Footer */
  .footer {
    height: auto;
    padding: 2rem 1rem;
  }

  .subcontainer3 {
    grid-template-columns: 1fr;
    gap: 1rem;
    place-items: center;
    text-align: center;
  }

  .box2 {
    margin-left: 0;
    width: 100%;
  }

  iframe {
    width: 100% !important;
    height: 250px !important;
  }
}
