*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#smukk-footer{
    width: 100%;
    padding: 3% 0%;
    background-color: black;
}

.footer-line{
    background-color: rgb(96, 96, 189);
    width: 100%;
    height: 0.3vh;
    margin-bottom: 3%;
}

.social-cions{
    display: flex;
    justify-content: end;
}

.social-cions a{
    text-decoration: none;
    margin-left: 5%;
}

.social-cions div{
    width: 50px;
    height: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px  solid rgb(96, 96, 189);
    color: rgb(96, 96, 189);
    font-size: 1.5vw;
}

.contact h3{
    font-weight: bold;
    color: rgb(96, 96, 189);
}

.contact p{
    font-size: 2.3vh;
    color: rgb(96, 96, 189);
}

.footer-title h1{
    font-size: 2.5vw;
    color: rgb(96, 96, 189);
}

#smukk-company-section{
    width: 100%;
    height: 100vh;
    background-color: rgb(243, 243, 243);
    position: relative;
}

.smukk-company-section .row{
    height: 100vh;
    width: 100%;
    margin: 0;
}

/* .smukk-company-section .row .col-sm:nth-child(1){
    background-color: black;
}

.smukk-company-section .row .col-sm:nth-child(2){
    background-color: rgb(191, 255, 0);
} */


.company-section-title{
    margin-top: 10%;
    margin-left: 15%;
}

.company-section-title h1{
    font-size: 4vw;
    width: 80%;
}

.company-section-title p{
    font-size: 2vw;
}

.logo-patten{
    height: 100%;
    width: 5%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.patten-logo img{
    width: 100%;
    transform: rotate(90deg);
}

.patten-logo{
    width: 100%;
    height: calc(100%/11);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
}

.img3ddiv1{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 10%;
    left: 43%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img3ddiv2{
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 33%;
    right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgdiv1{
    background-color: transparent;
    width: 40%;
    height: 50%;
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.imgdiv2{
    background-color: transparent;
    width: 40%;
    height: 50%;
    margin-top: 10%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.intro-company-div{
    position: absolute;
    bottom: 5%;
    
}

.feature-line{
    background-color: rgb(96, 96, 189);
    width: 100%;
    height: 0.3vh;
    margin-bottom: 2%;
}

#smukk-feature-section{
    width: 100%;
    height: 100vh;
    background-color: #b2b6f4;
    padding: 5%;
}

#smukk-feature-section h1{
    font-size: 3vw;
    margin-bottom: 8%;
}

.feature-card{
    width: 100%;
    height: 55vh;
    border: 2px solid rgb(96, 96, 189);
    padding: 5%;
}

.feature-card-img{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-card p{
  font-size: 1.5vw;
  text-align: center;
}

#smukk-about-section{
    width: 100%;
    height: 100vh;
    background-color: black;
    position: relative;
    padding: 5%;
}

.about-kk-logo{
    width: 30%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.color-ball{
    width: 50%;
    height: 20vh;
    background-color: rgb(211, 246, 255);
    position: absolute;
    bottom: 0;
    left: 30%;
    display: flex;
    /* backdrop-filter: blur(5.2rem); */
    filter: blur(40px);
    border-radius: 100%;
    opacity: 0.5;
}

.about-line{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 0.3vh;
    margin-bottom: 5%;
}

.about-title h1{
   width: 90%;
   color: #fff;
   font-size: 5vw;
}

.about-phar{
    width: 60%;
    color: #fff;
    font-size: 2vw;
}

#smukk-home-section{
    width: 100%;
    height: 100vh;
    background-color: #ededed;
}

.main-iphone-imgdiv{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
}

.main-iphone-imgdiv img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#smukk-home-section .row{
    height: 100vh;
}

.home-main-title{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-s3mod1{
    width: 170px;
    height: 170px;
    position: absolute;
    top: 15%;
    right: 20%;
}

.home-s3mod2{
    width: 170px;
    height: 170px;
    position: absolute;
    bottom: 15%;
    right: 20%;
}

.home-s3mod3{
    width: 170px;
    height: 170px;
    position: absolute;
    top: 40%;
    left: 15%;
}

.playapp-btn-div{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appstore-btn{
    background-color: #fff;
    border-radius: 10px;
    width: 40%;
    height: 70%;
    margin-left: 10%;
    display: flex;
}

.play-btn{
    background-color: #fff;
    border-radius: 10px;
    width: 30%;
    height: 60%;
    display: flex;
}

.play-btn-div{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn-text p{
    margin: 0;
    font-size: 1vw;
}

.play-btn-text p:nth-child(2){
    font-weight: bolder;
}

.appstore-btn{
    background-color: #fff;
    border-radius: 10px;
    width: 30%;
    height: 60%;
    display: flex;
}

.appstore-btn-div{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.appstore-btn-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.appstore-btn-text p{
    margin: 0;
    font-size: 1vw;
}

.appstore-btn-text p:nth-child(2){
    font-weight: bolder;
}

.main-video-div{
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 700px) {
    .company-img-div{
        display: flex; width: 100%; height: 100vh;
    }

    .main-video-div video{
        width: 70%;
    }
}

@media screen and (max-width: 700px) {
    .social-cions{
        display: flex;
        justify-content: center;
    }

    .social-cions div{
        width: 30px;
        height: 30px;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px  solid rgb(96, 96, 189);
        color: rgb(96, 96, 189);
        font-size: 3.5vw;
    }

    .footer-title h1{
        font-size: 9vw;
        color: rgb(96, 96, 189);
    }

    .logo-patten{
        height: 100%;
        width: 15%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .company-section-title{
        margin-left: 15%;
    }

    .company-section-title h1{
        font-size: 8vw;
        margin-bottom: 40%;
    }

    .intro-company-div{
        position: absolute;
        bottom: 5%;
    }

    .company-section-title p{
        font-size: 4vw;
    }

    .img3ddiv1{
        display: none;
    }
    
    .img3ddiv2{
        display: none;
    }
    
    .imgdiv1{
        background-color: transparent;
        width: 40%;
        height: 25vh;
        margin-left: 15%;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .imgdiv2{
        background-color: transparent;
        width: 40%;
        height: 25vh;
        margin-left: 50%;
        margin-top: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #smukk-feature-section h1{
        font-size: 7vw;
        margin-bottom: 8%;
    }

    .feature-card p{
        font-size: 3vw;
        text-align: center;
      }

    .feature-card{
        width: 100%;
        height: 25vh;
        margin-bottom: 5%;
        border: 2px solid rgb(96, 96, 189);
    }

    .about-kk-logo{
        width: 70%;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .about-line{
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 0.3vh;
        margin-bottom: 5%;
    }
    
    .about-title h1{
       width: 90%;
       color: #fff;
       font-size: 10vw;
       margin-bottom: 10%;
    }
    
    .about-phar{
        width: 60%;
        color: #fff;
        font-size: 6vw;
    }

    .home-logo{
        margin-top: 20%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .main-video-div{
        width: 100%;
        height: 50vh;
        margin-left: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .playapp-btn-div{
        width: 100%;
        height: 10vh;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .appstore-btn-div{
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .play-btn-text p{
        margin: 0;
        font-size: 3vw;
    }

    .appstore-btn-text p{
        margin: 0;
        font-size: 3vw;
    }

    .play-btn{
        background-color: #fff;
        border-radius: 10px;
        width: 40%;
        height: 70%;
        display: flex;
    }

    .appstore-btn{
        background-color: #fff;
        border-radius: 10px;
        width: 40%;
        height: 70%;
        display: flex;
    }

    .home-main-title{
        height: auto;
    }

    .home-s3mod1{
       display: none;
    }
    
    .home-s3mod2{
        display: none;
    }
    
    .home-s3mod3{
        display: none;
    }

    .main-iphone-imgdiv{
        width: 100%;
        height: auto;
        display: flex;
        justify-self: center;
        align-items: center;
        position: relative;
    }

    .contact{
        text-align: center;
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 850px) {
    .home-logo{
        margin-top: 10%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .home-main-title{
        height: auto;
    }

    .home-s3mod1{
       display: none;
    }
    
    .home-s3mod2{
        display: none;
    }
    
    .home-s3mod3{
        display: none;
    }

    .playapp-btn-div{
        width: 100%;
        height: 10vh;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .play-btn-text p{
        margin: 0;
        font-size: 2vw;
    }

    .appstore-btn-text p{
        margin: 0;
        font-size: 2vw;
    }

    .main-iphone-imgdiv{
        width: 100%;
        height: auto;
        display: flex;
        justify-self: center;
        align-items: center;
        position: relative;
    }

    .about-title h1{
        width: 90%;
        color: #fff;
        font-size: 10vw;
        margin-bottom: 10%;
     }

     .about-phar{
        width: 60%;
        color: #fff;
        font-size: 4vw;
    }

    .feature-card {
        width: 100%;
        height: 25vh;
        border: 2px solid rgb(96, 96, 189);
        padding: 5%;
        margin-bottom: 5%;
    }

    .feature-card p{
        font-size: 3vw;
        text-align: center;
      }

      .company-section-title{
        margin-left: 10%;
    }

    .company-section-title h1{
        font-size: 8vw;
        margin-bottom: 30%;
    }

    .intro-company-div{
        position: absolute;
        bottom: 5%;
    }

    .company-section-title p{
        font-size: 4vw;
    }

    .img3ddiv1{
        display: none;
    }
    
    .img3ddiv2{
        display: none;
    }
    
    .imgdiv1{
        background-color: transparent;
        width: 40%;
        height: 25vh;
        margin-left: 10%;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .imgdiv2{
        background-color: transparent;
        width: 40%;
        height: 25vh;
        margin-left: 8%;
        margin-top: 15%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .company-img-div{
        display: flex; width: 100%; height: 50vh;
    }

    .main-video-div video{
        width: 65%;
    }

    .main-video-div{
        width: 100%;
        height: 30vh;
        margin-left: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}