/*====================== Extra Extra small devices 
================================================================*/


@media (max-width: 375.98px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar-light .navbar-brand {
        font-size: 18px;
    }

    .navbar-collapse {
        background: #6ec1e4;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 21px;
    }







    #banner .img-one img {
        right: -29px;
        bottom: -61px;
        width: 130% !important;
        max-width: 130% !important;
        z-index: 1;
    }

    #banner .img-two img {
        width: 130% !important;
        max-width: 130% !important;
        margin-left: -80px;
    }

    #banner .text h4 {
        font-size: 2.5rem;
    }

    #banner .text {
        padding-bottom: 30px;
    }

    .persion-img.pe-lg-2 {
        padding-bottom: 25px;
    }








    .sec-title {
        color: #336;
        font-size: 34px;
        font-weight: 600;
        padding-bottom: 80px;
    }
    #music .items {
        padding-bottom: 90px;
        text-align: center;
    }
    #music .items p {
        padding: 0 30px;
    }
    #music .items .icons {
        max-width: 22%;
        height: 145px;
        margin: 0 auto;
    }

    
    
    
    
    #footer .text h6, #footer .text a {
        font-size: 12px;
        text-align: center;
        padding: 10px;
        display: block;
    }

    
    
}

/*====================== Extra small devices 
================================================================*/
@media (min-width: 376px) and (max-width: 767.98px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar-light .navbar-brand {
        font-size: 18px;
    }
    
    .navbar-collapse {
        background: #6ec1e4;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 21px;
    }
    
    
    
    
    

    #banner .text h4 {
        font-size: 2.5rem;
    }

    #banner .text {
        padding-bottom: 30px;
    }

    .persion-img.pe-lg-2 {
        padding-bottom: 25px;
    }




    .pt-10 {
        padding-top: 80px;
    }




    .sec-title {
        color: #336;
        font-size: 34px;
        font-weight: 600;
        padding-bottom: 80px;
    }
    #music .items {
        padding-bottom: 90px;
        text-align: center;
    }
    #music .items p {
        padding: 0 30px;
    }
    #music .items .icons {
        max-width: 90px;
        height: 145px;
        margin: 0 auto;
    }
    .icons-3 {
        min-width: 120px;
    }
    
    
    
    
    
    #footer .text h6, #footer .text a {
        font-size: 12px;
        text-align: center;
        padding: 10px;
        display: block;
    }
}

/*=========================== Small devices 
=======================================================================*/
@media (min-width: 576px) and (max-width: 767.98px) {
    
    .navbar-collapse {
        background: #6ec1e4;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 21px;
    }
    
    
    
    
    
    
    #music .items .icons {
        height: 145px;
    }
    
    
    
}

/*============================ Medium devices 
=========================================================================*/
@media (min-width: 768px) and (max-width: 991.98px) {
        
    .navbar-collapse {
        background: #6ec1e4;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 15px 21px;
    }
    
    
    
    
    
    .pt-10 {
	    padding-top: 100px;
    }
    .persion-img {
        padding-bottom: 30px;
    }
    #music .items .icons {
        max-width: 33%;
        height: 126px;
    }
    .icons-3 {
        min-width: 40%;
    }
    .sec-title {
        padding-bottom: 45px;
    }
    
    
    
    
    
    
    #banner .text h4 {
        font-size: 35px;
    }
    
    
    
    
    
    
    #footer .text h6, #footer .text a {
	font-weight: 900;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1.8px;
	text-align: center;
}
   
}

/*============================ Large devices 
=========================================================================*/
@media (min-width: 992px) and (max-width: 1199.98px) {}

/*============================ Extra Large devices 
=========================================================================*/
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/*============================ Extra Extra Large devices 
=========================================================================*/
@media (min-width: 1400px) and (max-width: 1599.98px) {

    .container {
        max-width: 1170px;
    }







}

@media (min-width: 1900px) {

    .container {
        max-width: 1140px;
    }

}