@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

    .newarea
    {
        margin-top: 7%;
        /* height: 80vh; */
        height: auto;
        width: 100%;
        margin-bottom: 1%;
    }
    .contain-them
    {
        font-family: 'Poppins', sans-serif;
        margin-top: 0%;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .contain-them .left-content,.right-content
    {
        vertical-align: top;
        display: inline-block;
        text-align: left;
    }
    .contain-them .left-content
    {
        /* height: 95%; */
        width: 62%;
        float: left;
        margin: 1% 0.5% 1% 0.5%;
        margin-left: 1%;
        margin-right: 0.5%;
        /*background-image: url(Imageset-1/Banners/im4.jpg);*/
        background-image: url(assets/Guitar-banners/banner-1.jpg);
        /* background-repeat: no-repeat;
        background-position: 0%;
        background-size: cover;
        border-radius: 2%; */
        filter: grayscale(40%);
        transition: all 1s ease-in-out !important;
        background-size:cover;background-position:center center;background-repeat:no-repeat;height:600px;border-radius:10px;position:relative;margin-bottom:30px;
    }
    .contain-them .right-content
    {
        /* height: 95%; */
        width: 35%;
        float: right;
        margin: 1% 0.5% 1% 2%;
        margin-right: 1%;
        margin-left: 0.5%;
        overflow: hidden;
        border-radius: 2%;
    }
    .contain-them .right-content .right-upper,.contain-them .right-content .right-lower
    {
        width: 100%;
        /* height:48.75%; */
        display: block;
        vertical-align: top;
        border-radius: 2%;
    }
    .contain-them .right-content .right-upper
    {
        /*background-image: url(Imageset-1/Banners/im8.jpg);*/
        background-image: url(assets/Guitar-banners/banner-2.jpg);
        /* background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 3%; */
        
        transition: all 1s ease-in-out !important;
        background-size:cover;background-position:center center;background-repeat:no-repeat;height:290px;border-radius:10px;position:relative;margin-bottom:15px;
    }
    
    
    .contain-them .right-content .right-lower
    {
        /*background-image: url(Imageset-1/Banners/im7.jpg);*/
        background-image: url(assets/Guitar-banners/banner-3.jpg);
        /* background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        margin-top: 3%; */
        transition: all 1s ease-in-out !important;
        background-size:cover;background-position:center center;background-repeat:no-repeat;height:290px;border-radius:10px;position:relative;
    }
    .right-content .right-upper:hover
    {
        overflow: hidden;
        background-position: center;
        transition: all 1s ease-in-out;
    }
    .left-content:hover
    {
        overflow: hidden;
        background-position: center;
        filter: grayscale(0%);
        transition: all 1s ease-in-out;
    }
    .right-content .right-lower:hover
    {
        overflow: hidden;
        background-position: center;
        transition: all 1s ease-in-out;
    }
    .textit
    {
        z-index: 2;
        justify-content: center;
        align-items: center;
        vertical-align: bottom;
        width: 70%;
        margin-left: 10%;
        height: 100%;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        color: #fff;
    }
    @supports (-webkit-text-stroke: 1px black)
    { 
        .left-content .textit h1,.right-content .textit h1
        {
            -webkit-text-stroke: 1px #fff;
            -webkit-text-fill-color:transparent;
            text-transform: capitalize;
            transition: all 1s ease-in-out;
            margin: 0;
        }   
        .left-content .textit h1:hover,.right-content .textit h1:hover
        {
            -webkit-text-stroke: 1px #fff;
            -webkit-text-fill-color:#fff;
            text-transform: capitalize;
            transition: all 1s ease-in-out;
            margin: 0;
        }
        .left-content .textit h1 
        {
            font-size: 3.5em;
        }
        
        .right-content .textit h1 
        {
            font-size: 2.5em;
        }
    }
    .textit p
    {
        display: block;
        color: white;
        font-size:x-small;
    }
    .textit button
    {
        border: none;
        background-color: rgb(252, 49, 49);
        border-radius: 4%;
        padding: 1% 2% 1% 2%;
        color: white;
        cursor: pointer;
    }
    .textit a
    {
        border: none;
        background-color:rgb(74, 0, 74);
        color: white;
        padding: 2%;
        margin-left: 10%;
        cursor: pointer;
        border-radius: 4%;
    }
    .textit a:hover
    {
        color: red;
        transform: all 0.5s ease-in-out;
    }
    .textit a video
    {
        width: 7%;
        margin-top: 2.5%;
        margin-bottom: -2.5%;
        height: fit-content;
        background-color: transparent;
    }
@media screen and (max-width:768px)
{
    .newarea
    {
        display: none;
        visibility: hidden;
    }
    .rk
    {
        visibility: hidden;
        display: none;
    }
}
@media screen and (max-width:1200px) and (min-width:769px)
{

    .newarea
    {
        margin-top: 10%;
        height: 110vh;
        width: 100%;
        margin-bottom: 1%;
    }
    @supports (-webkit-text-stroke: 1px black)
    { 
        .left-content .textit h1 
        {
            font-size: 2.5em;
        }
        
        .right-content .textit h1 
        {
            font-size: 1.25em;
        }
    }
    .textit p
    {
        font-size:x-small;
    }
}