*,html,body{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
h1{
    font-size: 47px;
    font-weight: 600;
}
/* hero  */
.hero{
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding-bottom: 120px;
}
nav{
    display: flex;
    align-items: center;
    padding: 30px 0px 10px 0px;
    position: fixed;
    background-color: rgb(255, 255, 255);
    width: 100%;
    z-index: 1;

}
nav img{
    margin-left: 50px;
    width: 180px;
}
.navcontents{
    margin-left: auto;
    margin-right: 100px;
}
.navcontents a {
    color: black;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
}
#contact{
    background-color: rgb(61, 135, 255);
    color: white;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 20px;
}
.checkbtn
{
    font-size: 30px;
    color: black;
    margin-left: auto;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;

  
}
#check{
    display: none;
}
  
@media (max-width: 900px)
{ 
    nav
    {
        padding: 0px;
        margin: 0px;
    }
    .checkbtn{
        display: block;
    }
    .navcontents{
        position: fixed;
        width: 100%;
        background-color: rgb(61, 135, 255);;
        top: 80px;
        text-align: center;
        z-index: 1;
        transition: all 1s;
        display: none;
        height: 100vh;
        transition: 0.5s ease;

    }
    nav .navcontents a 
    {
        display: block;
        font-size: 20px;
        margin-top: 20px;
    }
}
/* herocontents  */
.hero
{
    padding-top: 150px;
}
.herocontents{
    color: black;
    /* margin-top: 80px; */
    width: 90%;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-bottom: 50px;
    display: flex;
}
.herotext{
    width: 75%;
    margin-left: 60px;
}
.herocontents h1 
{
    line-height: 1.3;
}
.herotext h1 span{
    color: rgb(255, 0, 0);
}
.herotext h1 .blue
{
    color: rgb(61, 135, 255);
}
.herocontents p{
    margin-top: 30px;
    color: rgb(93, 93, 93);
    font-weight: 400;
    margin-bottom: 40px;
    width: 80%;
    line-height: 1.7;
}
.herotext #button{
    padding: 15px 45px;
    border-radius: 50px;
    font-size: 18px;
    /* background-color: rgb(40, 112, 188); */
    background-color: rgb(61, 135, 255);
    color: white;
    text-decoration: none;

}
.herocontents img{
    margin-left: auto;
    /* width: 700px; */
    width: 50%;
    height: auto;
    margin-right: -40px;
    margin-top: -50px;
    /* height: 280px; */
}

/* services */

.services{
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: left;
    padding-bottom: 50px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-top: -100px;
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 70%;
    border-radius: 30px;
    box-shadow: 0px 0px 12px 1px #202020 ;
  }
.services h3
{
    margin-top:-130px;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 50px;
    text-align: center;
}
.services h3 span 
{
    color:rgb(0, 123, 255) ;
}
.services .list{
    display: flex;
    align-items: center;
}
.number{
    border: 1px solid rgb(0, 123, 255);
    border-radius: 50px;
    padding: 10px 20px;
    color: rgb(0, 123, 255);

}
.list{
    margin: 20px 0px;
}
.list span{
    padding: 10px;
    font-size: 30px;
    margin-left: 40px;
    font-weight: 300;
}
.list a{
    margin-left: auto;
    background: rgb(61, 135, 255);
    border-radius: 50px;
}
.list a:hover
{
    background-color: rgb(255, 71, 71);
    transform: rotate(30deg);
    transition: 0.5s;
}
.list i{
    color: white;
    font-size: 30px;
    padding: 20px;
    transform: rotate(-30deg);
}

/* creative production  */

.creativebox{
    background-color: rgb(42, 42, 42);
}
.creativeproduction{
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-bottom: 50px;
    display: flex;
    color: white;
    padding-top: 90px;
    padding-bottom: 100px;
}
.creativetext{
    width: 50%;
}
.creativebox h2
{
    font-size: 45px;
    font-weight: 400;
}
.creativetext p{
    padding-top: 30px;
    margin-bottom: 40px;
    color: #cccccc;
    line-height: 1.7;
    font-size: 18px;
}
.creativetext a{
    text-decoration: none;
    color: white;
    border: 1px solid black;
    padding: 10px 20px;
    background-color: rgb(61, 135, 255);
    margin-top: 20px;
    font-size: 22px;
}

/* whyus  */

.whyus{
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-bottom: 50px;
    color: black;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
}
.whyus h3{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}
.whyus h2{
    font-weight: 500;
    font-size: 32px;
}
.whyus p {
    color: rgb(86, 86, 86);
    line-height: 1.7;
}
.whybox-1 p{
    width: 80%;
}
.whybox-3 p{
    width: 80%;
}
.whybox,.whybox-2
{
    display: flex;
    margin-top: 40px;
}
.whybox .text 
{
    width: 60%;
    text-align: left;
    margin-top: 50px;
}
.whybox img{
    width: 400px;
    margin-top: 50px;
    margin-left: 30px;
}
.whybox-2{
    margin-top: 0px;
    text-align: left;
}
.whybox-2 img{
    width: 400px;
    margin-left: 0px;
}
.whybox-2 .text{
    margin-left: 200px;
}
.text p {
    margin-top: 20px;
}
.whybox-3 img
{
    margin-top: -20px;
}
/* companies  */
.companybox
{
    background-color: rgb(145, 145, 145);
    padding: 20px;
}
.companies
{
    text-align: center;
    display: block;
    width: 60%;
    margin-left: 50%;
    transform: translateX(-50%);
}
.companies h3{
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: 400;
}
.companyimg
{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    
}
.companyimg img {
    width: 150px;
}

/* team  */

.team{
    width: 70%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 60px;
}
.team h3{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
.teamimg{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.team img {
    width: 250px;
    border-radius: 20px;
}
.team .photo
{
    text-align: center;
}
.team span 
{
    display: block;
}

/* Deki Designs  */

.dekidesigns{
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 80px;
    text-align: center;
    padding-bottom: 100px;
}
.dekidesigns h2{
    font-size: 40px;
    font-weight: 500;
}

.dekidesigns span
{
    color: rgb(48, 103, 255);
}
.dekidesigns .designs{
    margin-top: 30px;
}

/* how does it work  */
.process
{
    background-color: rgb(42, 42, 42);
    color: white;
    padding: 50px;
    margin-top: 70px;

}
/* .processbox 
{
    width: 90%;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
} */
.processbox h2{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}.innerbox
{
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}
.textbox
{
    width: 400px;
}
.textbox h3{
    border: 2px solid rgb(61, 135, 255);
    display: inline-block;
    border-radius: 50%;
    padding: 12px 17px;
    font-size: 18px;
    font-weight: 300;

}
.textbox h1{
    font-size: 25px;
    font-weight: 500;
    margin-top: 8px;
}
.textbox-2
{
    margin-top: 200px;
}
.processwrap-2 .textbox-2
{
    margin-top: 120px;
}
.processwrap-2
{
    margin-left: 30px;
}
.textbox p{
    font-size: 15px;
    margin-top: 8px;
}
.video img{
    width: 350px;
    height: 610px;
    border: 2px solid black;
    border-radius: 50px;
    margin-top: -50px;
}
/* getstarted  */
.getstarted
{
    margin-top: 80px;
}
.getstarted-in
{
    width: 70%;
    margin-left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 50px 140px 30px;
    margin-bottom: 60px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.522), rgba(0, 0, 0, 0.499)),
    url('bg-img.jpg');
    color: white;
    border-radius: 20px;
}
.getstarted-in h5
{
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 30px;
    line-height: 1.5;
}
.getstarted-in span{
    font-weight: 600;
}
.getstarted-in a{
    text-decoration: none;
    background-color: rgb(61, 135, 255);
    color: white;
    padding: 10px 30px;
    font-size: 25px;
    font-weight: 400;
}

footer
{
    background-color: rgb(161, 161, 161);
    padding: 30px;
    text-align: center;
    font-size: 20px;
    color: black;
}
footer i{
    font-size: 30px;
    padding: 15px;
    color: rgb(29, 29, 29);
}
@media only screen and (max-width: 1428px) {
    .herotext h1
    {
        font-size: 40px;
    }

  }
  @media only screen and (max-width: 1335px) {
    .herocontents img{
        width: 45%;
        height: 40%;
    };
    .herotext p
    {
        width: 100%;
    }
    .whybox-1 img
    {
        width: 450px;
        height: 300px;
    }
    .whybox-2 img{
        width: 450px;
        height: 300px;
    }
    .whybox-2 .text{
        margin-left: 50px;
    }
    .whybox-2 .text p 
    {
        margin-right: 10px;
    }
    .whybox-3 .text
    {
        margin-top: 10px;
    }
    .textbox
    {
        width: 300px;
    }
    
.getstarted-in
{
    padding: 50px 50px 80px 30px;

}

  }
  @media only screen and (max-width: 1069px) {

    #break{
        display: block;
    }
    .herotext p
    {
        width: 100%;
    }
    .services h3 
    {
        margin-top:-90px;
    }
    .whybox img{
        width: 450px;
        height: 300px;
    }
    .whybox-3 img 
    {
        width: 400px;
        height: 400px;
    }
    .team img {
        width: 200px;
        border-radius: 20px;
    }
    .video img{
        width: 325px;
        height: 560px;
        margin-top: 40px;
    }

  }

@media only screen and (max-width: 1000px) {
.whybox .text
{
    font-size: 15px ;
}
.whybox h2
{
    font-size: 25px;
}

.whybox img {
    width: 360px;
    height: 255px;
}
.whybox-2 img {
    width: 380px;
    height: 230px;
}
.whybox-3 img 
{
    width: 300px;
    height: 350px;
}
.whybox-2 .text{
    margin-left: 30px;
}
.video img{
    width: 300px;
    height: 520px;
    margin-top: 40px;
}
.getstarted-in h5
{
    font-size: 18px;
}
.getstarted-in a
{
    font-size: 18px;
}
.services h3 
{
    margin-top: -50px;
}
}

@media only screen and (max-width: 1160px) {

    .textbox
    {
        width: 200px;
        margin-right: 10px;
    }

}



@media only screen and (max-width: 900px) {
    .whybox,.whybox-2
{
    flex-direction: column;
    align-items: center;
}
.whybox-1,.whybox-3{
    flex-direction: column-reverse;
}
.whybox .text 
{
    width: 100%;
    text-align: center;
}
.whybox .text p {
    text-align: left;
    width: 90%;
    margin-left: 50%;
    transform: translateX(-50%)
}

.team img {
    width: 180px;
}
.innerbox
{
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.textbox
{
    width: 80%;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.textbox-2
{
    margin-top: 60px;
}
.processwrap-2 .textbox-2
{
    margin-top: 60px;
}
.video img{
    width: 250px;
    height: 435px;
    margin-top: 40px;
}
}

@media only screen and (max-width: 795px) {

    .teamimg
    {
        flex-direction: column;
        
    }
    .team img{
        width: 210px;
        margin-top: 10px;
    }
    .team
    {
        margin-left: 60%;
    }
    .herocontents img{
        /* width: 40%;
        height: 35%; */
        margin-right: auto;
    }
    .herotext h1 
    {
        font-size: 30px;
    }
    .herotext 
    {
        width: 50%;
    }
    .herotext p 
    {
        font-size: 13px;
        width: 80%;
    }
    .companyimg img 
    {
        width: 100px;
    }
    .services h3 
    {
        font-size: 25px;
    }
    .list span 
    {
        font-size: 20px;
        font-weight: 400;
    }
    .teamdescription
    {
        display: flex;
        align-items: center;
    }
    .teamdescription span 
    {
        display: block;
        background-color: rgb(61, 135, 255);
        color: white;
    }
    .teamdescription p 
    {
        margin-left: 40px;
       
    }
    .processwrap-2  .textbox 
    {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 685px) 
    {
        .herotext p 
        {
            width: 100%;
        }
        .herocontents
        {
            flex-direction: column-reverse;
            align-items: center;
        }
        .herotext
        {
            width: 100%;
            text-align: center;
            margin-left: 0px;
            transform: translateX(0%);
        }
        .herotext h1 br:nth-child(1)
        {
            display: none;
        }
        .herocontents img 
        {
            width: 70%;
        }
        .video-container iframe
        {
            width: 100%;
            height: 100%;
        }
        .services h3 
        {
            margin-top: 50px;
        }
        .team
        {
            margin-left: 50%;
        }
        .creativetext h2 
        {
            font-size: 35px;
        }
        .creativetext p 
        {
            font-size: 14px;
        }
        .creativetext a 
        {
            font-size: 18px;
        }
    
}
@media only screen and (max-width: 570px) {
    .companies h3 
    {
        font-size: 20px;
    }
    .companyimg img 
    {
        width: 70px;
    }

}
@media only screen and (max-width: 470px) {
    .services h3 
    {
        font-size: 19.5px;
    }
    .list  span 
    {
        font-size: 17px;
        margin-left: 5px;
    }
    .list i 
    {
        font-size: 15px;
    }
    .teamdescription p 
    {
        margin-left: 20px;
    }
    .teamdescription span 
    {
        padding: 5px;
    }
    .creativetext a 
    {
        font-size: 14px;
    }
}
@media only screen and (max-width: 415px) {
    .whybox img 
    {
        width: 300px;
        height: 200px;
    }
    .whybox-3 img 
    {
        width: 250px;
        height: 290px;
    }
    .teamimg .teamdescription
    {
        flex-direction: column;
    }
}

 
