/*home*/
#home-title{
    font-size: 32px;
    max-width: 527px;
    color: rgba(67, 67, 67, 0.96);
    font-weight: 600;
    font-family: Poppins;

}

#home-video{
    border-radius: 20px;
    width: 664px;
    height: 439px;
}

/*#home-banner{*/

/*    max-width: 1660px;*/
/*    width: 100%;*/

/*}*/


/*home*/

/* Media Query for Mobile Devices */
@media (max-width: 480px) {

    #home-banner{
        width: auto;
        height:276px;
        object-fit: cover;
    }


    #home-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);

    }

    #home-video{
        border-radius:10px;
        width:346px;
        height:213px
    }



}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {

    #home-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);

    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){


    #home-title{
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.017em;
        color: rgba(67, 67, 67, 0.96);


    }

}

@media (max-width: 1224px) and (min-width: 480px) {

    #home-title{
        font-size: 24px;
        color: rgba(67, 67, 67, 0.96);
        font-weight: 600;
        font-family: Poppins;

    }

    #home-video{
        border-radius: 20px;
        width: 664px;
        height: 339px;
    }

}


@media (max-width: 1480px) and (min-width: 1224px) {


    #home-title{
        font-size: 28px;
        color: rgba(67, 67, 67, 0.96);
        font-weight: 600;
        font-family: Poppins;

    }

    #home-video{
        border-radius: 20px;
        width: 664px;
        height: 389px;
    }

}

/*home*/
