*{
    margin: 0%;
    padding: 0%;
}
@font-face {
    font-family: title;
    src: url("Playfair_Display/static/PlayfairDisplay-Bold.ttf");
}
@font-face {
    font-family: normal;
    src: url("Playfair_Display/static/PlayfairDisplay-Regular.ttf");
}
body{
    background-color:#060908 ;
    font-family: normal;
    overflow-x: hidden;
    background-image: url('images/bg-2.png');
}
.portfolio img{
    width: 50%;

}
.goals{
    margin: auto;
    width: 70%;
    margin-top: 5%;
}
.goals p{
    font-size: 30px;
    text-align: center;
    font-family: consolas;
    color:#EFA51E;
}
.author img{
    width: 90%;
    margin-left: 10%;
}
#whatwedo{
    margin-top: 5%;
    /* background-image: url("images/film.png") ;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain; */

}
.wwd{
    font-family: title;
    font-size: 8rem;
    font-weight: bolder;
    color:#E19C1D;
    animation: what-we-do linear;
    animation-duration: 1s;
    animation-timeline: view();
    
}
.list_1 li{
    
    font-size: 22px;
    color:white;

}
#ads{
    margin-top: 2%;

}
.discovery{
    font-size: 3rem;
    font-weight: bolder;
    color:#E19C1D;
    margin-top: 40px;
    animation: what-we-do;
    animation-duration:1s ;
    animation-timeline: view();
}
.list_2 li{
    list-style-type: square;
    font-size: 18px;
    color:white;
    height: 60px;
    margin-top: 20px;
}
.responsive{
    font-size: 3rem;
    font-weight: bolder;
    color:#E19C1D;
    animation: what-we-do ;
    animation-duration: 3s;
    animation-timeline: view();
}
#responsive{
    padding-left: 100px;

}
.list_3 li{
    list-style-type: square;
    font-size: 18px;
    color:white;
    margin-top: 20px;
}
#skippable{
    margin-top: 13%;
}
#google-ad{
    margin-top: 5%;
}
.content{
    margin-top: 30px;
}
.content p{
    color:white;
    font-size: 15px;
    text-align: justify;
}
.promotion{
    font-size: 3rem;
    font-weight: bolder;
    color:#E19C1D;
    margin-top: 20px;
    animation: what-we-do;
    animation-duration:1s ;
    animation-timeline: view();
}
.targeted{
    margin-top: 20px;
}
.targeted span{
    font-size: 20px;
    color:white;
    font-weight: bolder;
}
.targeted p{
    font-size: 15px;
    color:white;
}
#google-promotion{
    margin-top: 5%;
}
.theater{
    font-size: 3rem;
    font-weight: bolder;
    color:#E19C1D;
    margin-top: 5px;
    animation: what-we-do;
    animation-duration:1s ;
    animation-timeline: view();
}
#director{
    margin-top: 50%;
}
.influencer{
    font-size: 3rem;
    font-weight: bolder;
    color:#E19C1D;
    margin-top: 20px;
    line-height: 45px;
    animation: what-we-do;
    animation-duration:1s ;
    animation-timeline: view();
}
.add li{
    list-style-type: square;
    color:white;
    font-size: 18px;
}
.bookmyshow{
    padding-left: 30px;
}
.quote-section{
    margin-top: 3%;
}
.footer-info p{
    color:#E19C1D;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}
@keyframes what-we-do{
    from {
        margin-left: 40%;
        opacity: 0;
    }
    to{
        margin-left: 0px;
        opacity: 1;
        
    }
}
@keyframes film{
    from {
        margin-left: 300px;
        opacity: 0;
    }
    to{
        margin-left: 0px;
        opacity: 1;
        
    }
}
@keyframes ads{
    from {
        height: 0px;
       opacity: 0;
    }
    to{
    
        height: auto;
        opacity: 1;
        animation-timeline: view();
    }
}
.film{
    animation: film ;
    animation-duration: 3s;
    animation-timeline: view();
}
.sm-img{
margin-top: 5%;
}

/* @keyframes appear {
    from {
      opacity: 0;
      clip-path: inset(100% 100% 0 0);
      
    }
    to {
      opacity: 1;
      clip-path: inset(0 0 0 0);
     
    }
  }
*/
.contact{
    margin-top: 5%;
    width: 60%;
    background-color: #ECF0F2;
    padding: 40px;
    
    border-radius: 20px;
    background-image: url('images/bg-c.png');
    font-family: sans-serif;
}
#submit{
    border-radius: 20px;
    width: 200px;
}
.contact #title{
    font-size: 50px;
    color:black;
   
    text-align: center;
    margin-bottom: 50px;

}
.contact input,textarea{
    padding:10px;
    border-radius: 15px;
}

@media screen and (max-width:600px){
    .contact{
        width: 100%;
    }
    .contact #title{
        font-size: 30px;
        color:black;
       
        font-weight: 600;
        margin-bottom: 30px;
    
    }
    .goals{
        margin: auto;
        width: 100%;
        margin-top: 5%;
    }
    .goals p{
        font-size: 20px;
        text-align: center;
        font-family: consolas;
        color:#EFA51E;
    }
    .author img{
        width: 70%;
    }
    .wwd{
        font-size: 60px;
    }
    .list_1 li{
        font-size: 18px;
    }
    .film{
        width: 80%;
    }
    .breaker{
       width: 80%;
    }
    .top-slider,.slide-2,.slide-4,.slide-3{
        width: 100%;
    }
    .discovery,.responsive,.promotion,.theater,.influencer{
        font-size:35px;
    }
    .list_2 ul li,.list_3 ul li{
        font-size: 18px;
    }
    #responsive{
        padding-left: 2%;
    }
    .starbox{
        width: 100%;
    }
    .on-screen-ads{
        width: 100%;
    }
    #director{
        margin-top: 1%;
        margin-left: 15%;
    }
    .part-2{
        height: 35rem;
    }
    .quote-section{
        width: 80%;
    }
    .logo{
        margin-left: 10%;
    }
    .sm-1,.sm-2{
        width: 100%;
    }
    .sm-1{
        margin-top: 2%;
    }
}