@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 992px){

    .logo__img {
        width:250px;
    }

    .container {
    
        max-width: 992px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .top{
        color: #fff;
        text-align: center;
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 40px;
    
    }
    .video__title-item{
        color: #fff;
        font-size: 40px;
        
    }

    .get_a_quote__title-item{
        color: #d72323;
        font-size: 45px;
        text-align: center;
        padding: 20px;
    }

    .contact__wrapper{
        width: 750px;
        margin: 0 auto;
        color: #fff;
    }
    
    input{
        width: 345px;
        height: 40px;
        font-size: 20px;
        margin-bottom: 30px;
    }
    input:first-of-type{
        margin-right: 23px;
    }
    
    .red{
        color: #d72323;
    }
    
    .form__inputs{
        display: flex;
    }
    textarea{
        width: 95%;
        height: 165px;
        font-size: 20px;
    }
    input, textarea{
        margin-top: 5px;
    }
    
    .button__block{
        display: flex;
        justify-content: flex-start; 
    }
    input[type=submit]{
        width: 165px;
        height: 50px;
        background: #d72323;
        color: #fff;
        border: 0;
        margin-right: 0;
        margin-top: 20px;
        
    }
    
    input[type=submit]:hover{
        background: #000;
        color: #d72323;
        border-color: #d72323;
        border: 1px;
    }
@media only screen and (max-width: 768px){

    .intro {
        max-height: 100vh;
        overflow: hidden;
    }
    
    .intro:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
    
        background-color: rgba(0, 0, 0, 0.5);
    
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    

    .container {
    
        max-width: 768px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .header__inner {
        padding-top: 10px ;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top{
        color: #fff;
        text-align: center;
        font-size: 11px;
        padding-top: 0;
        padding-bottom: 20px;
    
    }

    .top1{
        color: #fff;
        text-align: left;
        font-size: 11px;
        padding-top: 0px;
        padding-bottom: 40px;
        margin-right:20px;
    
    }

    .showreel__link{
    
        background-color: #d72323;
        padding: 10px;
        max-width: 120px;
        display: inline-block;
        font-size: 15px;
        width: 100%;
    }
    .showreel__link:hover{
        background-color: #000;
    }

    a:hover {
        color: #000;
    }


    .logo__img {
        width:220px;
    }
    
    .content-red{
        font-size: 16px;
        color: #d72323;
    }

    .header__burger-btn{
        display: block;
        

    }

    .video__title-item{
        color: #fff;
        font-size: 30px;
        
        
    }

    .header__burger-btn span {
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: white;
        left: 5px;
        transition: background-color .5s, opacity .5s, transform .5s;
        will-change: transform;
    }
    
    .menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 200px;
        background-color: #d72323;
        visibility: hidden;
        padding: 80px 20px 20px 20px;
        z-index: 1;
        
    }

    .menu__list {
        display: block;
    }

    .menu__list-items{
        font-size: 21px;
        display: block;
        padding: 10px;
    }

    .header.open .menu{
        
        visibility: visible;
        
        
    }



    .video__title-item{
        

    }
  

    .get_a_quote__title-item{
        color: #d72323;
        font-size: 45px;
        text-align: center;
        padding: 20px;
    }
    
    .contact__wrapper{
        width: 400px;
        margin: 0 auto;
        color: #fff;
    }
    
    input{
        width: 380px;
        height: 30px;
        font-size: 20px;
        margin-bottom: 30px;
    }
    input:first-of-type{
        margin-right: 23px;
    }
    
    .red{
        color: #d72323;
    }
    
    .form__inputs{
        display: block;
    }
    textarea{
        width: 380px;
        height: 165px;
        font-size: 20px;
    }
    input, textarea{
        margin-top: 5px;
    }
    
    .button__block{
        display: flex;
        justify-content: flex-start;
    }
    input[type=submit]{
        width: 165px;
        height: 50px;
        background: #d72323;
        color: #fff;
        border: 0;
        margin-right: 0;
        margin-top: 20px;
    }
    
    input[type=submit]:hover{
        background: #000;
        color: #d72323;
        border-color: #d72323;
        border: 1px;
        cursor: pointer;
    }

 
}

@media only screen and (max-width: 480px){

    .container {
    
        max-width: 480px;
        margin: 0 auto;
        padding: 0 10px;
        overflow: hidden;
    }

    .top{
        color: #fff;
        text-align: center;
        font-size: 11px;
        padding-top: 0;
        padding-bottom: 5px;
    
    }

    .portfolio__video{ 
        display: block;

        

    }


    .contact__wrapper{
        width: 340px;
        margin: 0 auto;
        color: #fff;
    }
    
    input{
        width: 335px;
        height: 30px;
        font-size: 20px;
        margin-bottom: 30px;
    }
    input:first-of-type{
        margin-right: 23px;
    }
    
    .red{
        color: #d72323;
    }
    
    .form__inputs{
        display: block;
    }
    textarea{
        width: 335px;
        height: 165px;
        font-size: 20px;
    }
    input, textarea{
        margin-top: 5px;
    }
    
    .button__block{
        display: flex;
        justify-content: flex-start;
    }
    input[type=submit]{
        width: 165px;
        height: 50px;
        background: #d72323;
        color: #fff;
        border: 0;
        margin-right: 0;
        margin-top: 20px;
    }
    
    input[type=submit]:hover{
        background: #000;
        color: #d72323;
        border-color: #d72323;
        border: 1px;
        cursor: pointer;
    }


    
}

@media only screen and (max-width: 320px){

    .container {
    
        max-width: 320px;
        margin: 0 auto;
        padding: 0 20px;
        overflow: hidden;
    }
    
}
}