@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');
:root {
    --MediumSlateBlue: #7B68EE;
    --SkyBlue: #87CEEB;
    
}

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    text-transform: capitalize;
}

*::selection {
    background: #7642ff;
    color: #fff;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background: #f9f9f9;
}

section {
     /* min-height: 100vh; */
    padding: 0 5%;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
}

.btn {
    display: inline-block;
    margin-top: 2rem;
    padding: .8rem 9rem;
    border-radius: 5rem;
    background: #7642ff;
    font-size: 1.9rem;
    color: #fff;
     box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    transition: all .3s linear;
    

}

.btn:hover {
    transform: scale(1.1);
}

.heading {
    text-align: center;
    background:black;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 2.2rem;
    padding: 1rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    padding: 1rem 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

header .logo {
    font-size: 2rem;
    color: #7642ff;
}

header .logo span {
    color: #7642ff;
}

.logo2 { 
    
     margin-left:15rem;

}

header.navbar a {
    font-size: 1.7rem;
    margin-left: 2rem;
    color: #7642ff;
}

header.navbar a:hover {
    color: #7642ff;
}

header input {
    display: none;
}

header label {
    font-size: 3rem;
    color: #714b67 ;
   cursor: pointer;
    visibility: hidden;
    opacity: 0; 
}


.div1
{
    width: 80%;
  color: #fff;
  background:#11B389;
  border-radius: 3rem;
  font-size: 1.5rem;
  float: left;
  height: 5rem;
text-align: center;
justify-content: center;
align-content: center;
  padding-top:1.4rem;
  font-family: 'Poppins', sans-serif;
}

.div2
 {
  width: 80%;
   color: #fff;
  background: #98A72E;
  border-radius: 3rem;
  font-size: 1.5rem;
  float: left;
  font-family: 'Poppins', sans-serif;
  height: 5rem;
  text-align: center;
  padding-top:1.4rem;
  margin-top: 1rem;

}

.div3 {
    width: 80%;
  color: #fff;
  background: #5D385F;
  border-radius: 3rem;
  font-size: 1.5rem;
  float: left;
  height: 5rem;
  margin-top: 1rem;
  text-align: center;
  padding-top:1.4rem;
  font-family: 'Poppins', sans-serif;
}

.div4 {
    width: 80%;
   color: #fff;
  background: #045097;
  border-radius: 3rem;
  font-size: 1.5rem;
  float: left;
  margin-top: 1rem;
  height: 5rem;
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  align-content: center;
  padding-top:1.4rem;
  font-family: 'Poppins', sans-serif;
}

.div5 {
    width: 80%;
   color: #fff;
  background: #34495E  ;
  border-radius: 22px;
  font-size: 1.5rem;
  float: left;
  margin-top: 1rem;
  height: 5rem;
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  align-content: center;
  padding-top:1.4rem;
  font-family: 'Poppins', sans-serif;
}



/*
.con
    {width:100%;
        height: 70%;
}
.box-sizing1

{

     box-sizing:border-box;
 width: 45%;
height: 90px;
}
.box-sizing2

{   
    float: right;
    box-sizing:border-box;
    width: 50%;
height: 90px;}
.box-sizing3

{box-sizing:border-box;
    width: 48%;
height: 90px;
}*/
    


@media (max-width: 650px) {
  .div5{
   width:80%;
  }
}


.home {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/home-bg-img.png) no-repeat;
    background-size: cover;
    background-position: center;

}

.home .image .contact {
    width: 40vw;
    /* animation: float 3s linear infinite; */
}

.mailStyle {
    text-transform: lowercase;
}




@keyframes float {
    0%,
    100% {
        transform: translateY(0rem);
    }
    50% {
        transform: translateY(-3.5rem);
    }
}

.home .content h1 {
    font-size: 3rem;
    color: #fff;
    text-transform:uppercase;
    font-family: 'Poppins', sans-serif; 
}

.home .content h1 span {
    color:#fff;
   font-size:3.2rem;
   font-family: 'Poppins', sans-serif;



}

.home .content p {
    font-size: 1.6rem;
    color: #fff;
    padding: 2rem 0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
   
}

.overly :before, .slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.slider {
    background: url(images/cover-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 10% 0%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
}

.slider p {
        color:#fff;
    margin-left: 1rem;
    line-height: 3rem;
    font-weight: 500;
    font-size: 1.6rem;
    font-family:'Poppins',sans-serif;"
   
}
.slider ul {
  margin-left: 7rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 500;
  font-size: 1.6rem;
font-family:'Poppins',sans-serif;"
}

@media (max-width: 992px) {
  .slider p {
    font-size: 1.5rem;
  }
}


@media (max-width: 1024px) {
  .home p {
    margin-top:1rem;
  }
}


.features {
    background:#F9F8F8;}

.features .box-container {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
}

.features .box-container .box {
    flex: 2 2 30rem;
    background:#fff;
    border-radius: .5rem;
    border:.1rem solid rgba(0,0,0,.2); 
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    margin: 1rem;
    padding: 1rem 0rem;
    border-radius: 0.5rem;
    text-align: center;
    transition: .2s linear;
    font-family: 'Poppins', sans-serif;
}
.features .box-container .box1 {
    flex: 2 2 30rem;
    background:#fff;
    border-radius: .5rem;
    border:.1rem solid rgba(0,0,0,.2); 
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    margin: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    text-align: left;
    transition: .2s linear;
    font-size:1.3rem;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}
.features .box-container .box1 span {
    
     font-size: 1.7rem;
    color: #333;
    padding-top: 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.features .box-container .box1 ul {
    margin-left: 3rem;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.features .box-container .box img {
    height: 7rem;
}

.features .box-container .box h5 {
    font-size: 2.0rem;
    color: #333;
    padding-top: 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.features .box-container .box span {
    font-size: 1.8rem;
    color: #333;
    padding-top: 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.features .box-container .box p {
    font-size: 1.3rem;
    color: #666;
    padding: 1rem 0;
    font-family: 'Poppins', sans-serif;
}

.features .box-container .box1 img {
    height: 19rem;
    justify-content: center;
    align-items: center;

}





.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15rem;
}

.contact .image {
    flex: 1 1 40rem;
}

.contact .image img {
    width: 100%;
    padding: 2rem;
}

.contact form {
    flex: 1 1 40rem;
    padding: 2rem 3rem;
    border: .1rem solid rgba(0, 0, 0, .2);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    border-radius: .5rem;
    background: #fff;
}

.contact form .heading {
    text-align: left;
    padding: 0;
    padding-bottom: 2rem;
}

.contact form .inputBox {
    position: relative;
}

.contact form .inputBox input,
.contact form .inputBox textarea {
    width: 100%;
    background: none;
    color: #666;
    margin: 1.5rem 0;
    padding: .5rem 0;
    font-size: 1.7rem;
    border-bottom: .1rem solid rgba(0, 0, 0, .1);
    text-transform: none;
}

.contact form .inputBox textarea {
    resize: none;
    height: 13rem;
}

.contact form .inputBox label {
    position: absolute;
    top: 1.7rem;
    left: 0;
    font-size: 1.7rem;
    color: #666;
    transition: .2s linear;
}

.contact form .inputBox input:focus~label,
.contact form .inputBox input:valid~label,
.contact form .inputBox textarea:focus~label,
.contact form .inputBox textarea:valid~label {
    top: -.5rem;
    font-size: 1.5rem;
    color: #7642ff;
}


.footer {
    padding-top: 3rem;
    background: url(images/footer-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.footer .box-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 50px;
}

.footer .box-container .box {
    flex: 1 1 25rem;
    margin: 2rem;
}

.footer .box-container .box h3 {
    font-size: 2.5rem;
    padding: 1rem 0;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 1rem;
}

.footer .box-container .box p {
    font-size: 1.5rem;
    padding: .5rem 0;
    color: #fff;
}

.footer .box-container .box a {
    display: block;
    font-size: 1.5rem;
    padding: .5rem 0;
    color: #fff;
}

.footer .box-container .box a:hover {
    text-decoration: underline;
}

.footer .box-container .box .info {
    display: flex;
    align-items: center;
}

.footer .box-container .box .info i {
    margin: .5rem 0;
    margin-right: 1rem;
    border-radius: 50%;
    background: #fff;
    color: #7642ff;
    font-size: 1.5rem;
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
}

.footer .credit {
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: .1rem;
    color: #fff;
    border-top: .1rem solid #fff5;
    padding: 2.5rem 1rem;
    text-align: center;
}

.contactNum {
    position: relative;
    top: -20px;
}


/* .whatsapp_media {
    display: none;
} */


/* media queries  */

@media (max-width:1200px) {
    .footer.info i {
       
       height: 4.5rem;
    width: 4.5rem;
    }
}


@media (max-width:1200px) {
    html {
        font-size: 55%;
    }
}

@media (max-width:991px) {
    section {
        padding: 0 3%;
        padding-top: 2.5rem;
        padding-bottom: 2rem;

    }
}

@media (max-width:768px) {
    .home .image .contact {
        width: 95vw;
    }


    header label {
        visibility: visible;
        opacity: 1;
    }
    header .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 1rem 2rem;
        border-top: .1rem solid rgba(0, 0, 0, .2);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        transition: .2s linear;
        /* display: flex; */
    }
    .contactNum {
        top: 10px;
        right: 10px;
    }
    header .navbar a {
        display: block;
        margin: 3rem 0;
        font-size: 2rem;
    }
    header input:checked~.navbar {
        transform: scaleY(1);
        opacity: 1;
    }
    header input:checked~label::before {
        content: '\f00d';
    }
    .home,
    .services,
    .services-invert {
        flex-flow: column-reverse;
    }
    .home .image img {
        width: 100%;
    }
    .home .content h3 {
        font-size: 3.6rem;
    }
    .home .content p {
        font-size: 1.5rem;
    }
    .about {
        background-position: right;
    }
    .newsletter p {
        width: auto;
    }
}


/* @media (max-width:600px) {
    .whatsapp_media {
        display: block;
        height: 5rem;
    }
    .whatsapp {
        display: none;
    }
}
@media (max-width:465px) {

} */

@media (max-width:450px) {
    html {
        font-size: 50%;
    }
    .about .column .content .buttons a {
        width: 100%;
        text-align: center;
    }
    .about .column .content .buttons a:last-child {
        margin: 1rem 0;
    }
}

.fa-phone {
    transform: rotate(120deg);
}

.row {
  display: -webkit-flex;
  display: flex;
}

  .column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  height: 300px;}

  @media (max-width: 600px) {
  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

