@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

:root{
    --yellow:#f9d806;
    --light-yellow:#ffee80;
    --black:#130f40;
    --light-color:#666;
    --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
    --border:.1rem solid rgba(0,0,0,.1);

    --greencolor: #46C896;
    --whitecolor: #fff;
    --darkgreencolor: #0b9b63;
    --lightgreencolor: #EDFAF5;
}

*{
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 7rem;
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
    color: black;
    background-image: url("	https://dev-w3.wati.io/wp-content/uploads/2022/01/wati-lp-banner-bg.jpg");
    background-repeat: no-repeat;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top:0; left:0; right:0;
    padding:1.5rem 9%;
    z-index: 1000;
    background: #fff;
    height: 80px;
}

.header .logo{
    font-size: 2.5rem;
    color:var(--black);
    font-weight: bold;
    display: flex;
    align-items: center;
}

.header img{
    width: 130px;
}

.header .navbar a{
    margin:0 1rem;
    font-size: 1.7rem;
    color: black;
}

.header.active{
    padding:2rem 9%;
    box-shadow: var(--box-shadow);
}

.header .navbar .dropdown {
    position: relative;
    display: inline-block;
    font-size: 17px;
}

.header .navbar .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    border: 1px solid;
}

.header .navbar .dropdown button{
    height: 80px;
    font-size: 1.7rem;
    background: #fff;
}

.header .navbar .dropdown:hover .dropdown-content {
    display: block;
    position: absolute;
    border-radius: 15px;
    width: 300px;
    left: 20px;
    bottom: 100;
    margin-top: 8rem;
    padding: 8px 16px;
    top:0;
} 


.header .navbar .dropdown:focus .dropdown-content {
    display: block;
    position: absolute;
    border-radius: 15px;
    width: 200px;
    left: 0px;
    margin-top: 3rem;
    padding: 0px 0px;
    
}

.header .navbar .dropdown-content li{
    padding: 4px 0px;
} 

.dropdown li i {
    background: #8ea4d3;;
    border-radius: 50%;
    border: 1px solid grey;
    padding: 10px;
}

.btn{
    display: inline-block;
    margin-top: 1rem;
    padding:.8rem 3rem;
    background: linear-gradient(128.31deg, #1D976C 0%, #8CDEAA 100%);
    cursor: pointer;
    font-size: 2rem;
    border-radius: .5rem;
    font-weight: 500;
    text-align: center;
}

.btn:hover{
    background:var(--whitecolor);
    border: solid;
}

#menu-btn{
    font-size: 2.5rem;
    color:var(--light-color);
    display: none;
}

section{
    padding:2rem 9%;
}

.heading{
    padding-bottom: 2rem;
    text-align: center;
    font-size: 3rem;
}

.welcome h1{
    padding-bottom: 0rem;
    font-size: 3rem;
    padding-top: 10rem;
    text-align: center;
    justify-content: center;
}

.welcome .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:1.5rem;
    padding-top: 7rem;
    text-align: center;
    justify-content: center;
}

.IoT{
    padding-bottom: 2rem;
    font-size: 23px;
}

.IoT .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:1.5rem;
    padding-top: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}


.IoT .IoT-slider{
    padding-bottom: 5rem;
}

.IoT .IoT-slider .box{
    text-align: center;
}

.IoT .IoT-slider .box img{
    width:80%;
    transform: scale(.8);
    opacity: .5;
    height: 250px;
}

.IoT .IoT-slider .box .content{
    padding-top: 1rem;
    transform: scale(0);
}

.IoT .IoT-slider .swiper-slide-active .content{
    transform: scale(1);
}

.IoT .IoT-slider .swiper-slide-active img{
    transform: scale(1);    
    opacity: 1;
}

.IoT .IoT-slider .box .content p{
    font-size: 23px;
}

.swiper-pagination-bullet-active{
    background: var(--yellow);
}


.aboutKreativIT{
    padding-bottom: 8rem;
    font-size: 23px;
    background: linear-gradient(101.71deg, #FBF3F1 0%, #FFF7ED 100%);
    border-radius: 15px;
    margin: 6rem;  
}


.aboutKreativIT p{
    font-size: 20px;
    color: rgba(19, 13, 13, 0.6);  
}

.aboutKreativIT  p span{
    color: blue;
}


.client .clients{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 2;
    justify-items: center;
    justify-content: center;
    cursor: pointer;
}

.client .clients p{
    padding-bottom: 2rem;
}

.InputChannels {
    padding-bottom: 8rem;
    font-size: 23px;
    background: linear-gradient(101.71deg, #FBF3F1 0%, #FFF7ED 100%);
    border-radius: 15px;
    margin: 6rem;
}

.InputChannels div{
    font-size: 20px;
    color: rgba(19, 13, 13, 0.6);  
}

.InputChannels div p{
    color: black;
    text-decoration: underline;
}

.Capabilities .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap:3rem;
}

.Capabilities .box-container .box{
    padding:2rem;
    border-radius: .5rem;
    border:var(--border);
    text-align: center;
    background: #F5F6FA;
    box-shadow: 25px 30px 40px rgb(0 0 0 / 10%);
    color: black;
}

.Capabilities .box-container .box i{
    height:6rem;
    width:6rem;
    line-height: 6rem;
    border-radius: 50%;
    font-size: 2.5rem;
    margin-bottom: 1rem;
  
}


.Capabilities .box-container .box:not(.active) :hover{
    animation: pulse 1.2s infinite ease-in-out alternate;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    
}


@keyframes pulse{

0% {
    transform: scale3d(1,1,1);
}
50% {
    transform: scale3d(1.05,1.05,1.05);
}
100% {
    transform: scale3d(1,1,1);
}

}

.Capabilities .box-container .box .box1 i{
    background: #FF52D3;
}

.Capabilities .box-container .box .box2 i{
    background: #65A8FF;
}

.Capabilities .box-container .box .box3 i{
    background: #FCAF2B;
}

.Capabilities .box-container .box .box4 i{
    background: #B854FF;
}

.Capabilities .box-container .box .box5 i{
    background: #FF5659;
}

.Capabilities .box-container .box .box6 i{
    background: #61CE70;;
}
.Capabilities .box-container .box .box7 i{
    background: #717171;;
}
.Capabilities .box-container .box img.robot {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
}
.Capabilities .box-container .box h3{
    font-size: 2rem;
    line-height: 3rem;
    padding-top:  3rem;
    padding-bottom: 2rem;
}

.Capabilities .box-container .box p{
    line-height: 1.8;
    padding:1rem 0;
    font-size: 1.4rem;
}

.Capabilities .box-container .box:hover{
    border: 0.1px solid;
    color: black;
    animation: pulse 0s infinite ease-in-out alternate;
}


.overlay-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    z-index: 1000;
}
/* .business .box-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1;
    justify-items: center;
    justify-content: center;
    cursor: pointer;
}
.business1 .box-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1;
    justify-items: center;
    justify-content: center;
    cursor: pointer;
}
.business2 .box-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1;
    justify-items: center;
    justify-content: center;
    cursor: pointer;
}
.business3 .box-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1;
    justify-items: center;
    justify-content: center;
    cursor: pointer;
}
.business4 .box-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1;
    justify-items: center;
    justify-content: center;
    cursor: pointer;
} */

.business5 .box-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1;
    justify-items: center;
    justify-content: center;
    cursor: pointer;
}


.business,.business1,.business2,.business3,.business4,.business5,.business6{
    padding-bottom: 4rem;
    padding-top: 4rem;
    font-size: 23px;
    background: linear-gradient(101.71deg, #FBF3F1 0%, #FFF7ED 100%);
    border-radius: 15px;
    margin: 6rem; 
   display: none; 
}
 /* Overlay styles */
 .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
  }
  
  /* Modal styles */
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c6c6c6;
    padding: 5px;
    border-radius: 5px;
    z-index: 99999;
    display: none;
    max-width: 1250px;
    width: 100%;
    margin: 0 15px;
    height:600px
  }
  .modal iframe {
height:590px;     
  }
 
  /* Close button styles */
  .close-btn {
    position: absolute;
    top: -30px;
    right: -19px;
    cursor: pointer;
}
  
.business,.business1,.business2,.business3,.business4,.business5,.business6 p{
    font-size: 20px;
    color: rgba(19, 13, 13, 0.6);  
}



.Integrations {
    padding-top: 4rem;
    padding-bottom: 8rem;
    font-size: 23px;
    background: linear-gradient(86.39deg, #EEF6F5 48.02%, #FFF7ED 97.03%);
    border-radius: 15px;
    margin: 6rem;
}

.Integrations .box-container{
    padding-top: 4rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap:3rem;
}

.Integrations .box-container .box{
    padding:2rem;
    border-radius: .5rem;
    border:var(--border);
    text-align: center;
    background: #F5F6FA;
    box-shadow: 25px 30px 40px rgb(0 0 0 / 10%);
    color: black;
}

.Integrations .box-container .box p{
    font-size: 20px;
}

.Integrations .glogo{
    display: flex;
    text-align: center;
}

.footer{
    background: linear-gradient(101.71deg, #FBF3F1 0%, #FFF7ED 100%); ;
    padding-bottom: 8rem;
    /* color: var(--whitecolor); */
    font-size: 2rem;
    color: black;
}

.footer .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    gap:1.5rem;
    padding-top: 7rem;
}

.footer .box-container .box img{
    height: 80px;
}

.footer .box-container .box a{
    display: block;
    padding:1rem 0;
    color: black;
}

.footer .box-container .box a:hover {
    color: #B854FF;
}

.footer .credit{
    text-align: center;
    padding:1.5rem;
    padding-top: 2.5rem;
    margin-top: 2rem;
    border-top: var(--border);
    font-size: 2.5rem;
    font-weight: bold;
    /* color: var(--whitecolor); */
}

.credit i{
    border-radius: 50%;
    border: 1px solid grey;
    padding: 10px;  
    cursor: pointer;
    float: left;
    margin-left: 2rem;
    color: red;
    background-color: #ffffff;
}

.credit .whatsapp{
    color: #0b9b63;
    background-color: #ffffff;
}


@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding:2rem;
    }

    .header.active{
        padding:2rem;
    }

    section{
        padding:2rem;
    }

    .header .navbar a .btn2{
        display: none;
    }

    .client .clients{
        grid-template-columns: 1fr;
    }
    .client .clients p{
        margin-bottom: 20px;
    }
    .modal {
        width: 90%;
        margin: 0 auto;
        height:500px
    }
    .modal iframe {
  height:500px;     
    }
}


@media (max-width:768px){

    #menu-btn{
        display: block;
    }

    #menu-btn.fa-times{
        transform:rotate(180deg);
    }

    .header .navbar{
        position: absolute;
        top:99%; left:0; right:0;
        background: #fff;
        border-top: var(--border);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    .header .navbar.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        
    }

    .header .navbar a{
        margin:2rem;
        display: block;
        font-size: 2rem;
        color: black;
    }

    .header .navbar .dropdown a{
          margin: 0;
          padding: 4px 16px;
    }

    .header .navbar .dropdown:hover .dropdown-content{
        position: relative;
        margin-top: 2rem;
    }

    .header .navbar .dropdown .dropdown-content a{
        margin: 0;
        padding: 8px 12px;
    }

    .header .navbar .dropdown button {
        height: 0px;
        font-size: 2.1rem;
    }

    .Capabilities .box-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
        gap:3rem;
    }

    .Integrations .box-container{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
        gap:3rem;
    }


    .client .clients{
        display: block;
        cursor: pointer;
        padding-bottom: 1.5rem;
        text-align: center;
        justify-content: center;
    }

    .client .clients img{
        padding-bottom: 1.5rem;
    }

}

@media (max-width:450px){

    html{
        font-size: 50%;
    }

    .heading{
        font-size: 3rem;
    }

    .contact {
        padding-left: 10px;
    }

    .header .navbar a .btn2{
        display: none;
     }
     
}