

.secondPortionDiv {

    width: 100%;
    height: fit-content;
    background-color: #121212;
    position: relative;
    padding-bottom: 100;
    padding-top: 5;


    display: flex;
    justify-content: center;
    flex-direction: column;
    
}



.spdObj1 {

   
        position: absolute;
        top: 0;
        left: 0;
        width: 11%;
        height: 25%;
        z-index: 1;
        margin-top: 10;


       -webkit-user-drag: none;
       -moz-user-drag: none;
       -o-user-drag: none;
       pointer-events: none;
       -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none;
       cursor: none;
          
    
    
}

.spdOb2 {


    position: absolute;
    bottom: 0;
    right: 0;
    width: 11%;
    height: 25%;
    z-index: 1;


    -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: none;
       

}




.spdContentBox {


    width: fit-content;
    height: fit-content;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;

}



.spdHeading {


    color: #FFD101;    

    font-family: 'Bricolage', sans-serif;
    font-weight: normal;
    text-align: center;


    font-size: 100%; /* Base font size */
    line-height: normal;
    user-select: none;
    margin-top: 5.5%;
    

}


@font-face {
    font-family: 'Bricolage';
    src: url('BricolageGrotesque-VariableFont_opsz,wdth,wght.ttf') format('woff2'),
         url('BricolageGrotesque-VariableFont_opsz,wdth,wght.ttf') format('woff');
    /* Additional font properties... */
}



.spdSubHeading {

    color: #ffffff;    

    font-family: 'Bricolage', sans-serif;
    font-weight: 550;
    text-align: center;


    font-size: 26px; /* Base font size */
    line-height: normal;
    user-select: none;
}



.spd1Para {


    color: #ffffff;    

    font-family: 'Bricolage', sans-serif;
    font-weight: 50;
    text-align: center;

    margin: 0;

    margin-top: 40;
    margin-left: 8%;
    margin-right: 8%;
    font-size: 19px; /* Base font size */
    line-height: normal;
    user-select: none;


}





.spd2Para{


    font-family: 'Bricolage', sans-serif;
    font-weight: 50;
    font-size: 17px; /* Base font size */
    line-height: normal;
    user-select: none;


    color: #A3A3A3;
    text-align: center;
    margin-top: 25;


    margin-left: 8%;
    margin-right: 8%;

}



.spdOb3 {


    z-index: 1;
    position: absolute;
    margin-top: -5%;
    width: 5%;
    height: 18%;
    margin-left: 2%;


    -webkit-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: none;
       

}



@media (max-width: 1200px) {


    .spdOb3 {
        margin-top: -10%;  
    }
    

}

@media (max-width: 600px) {


    .spdOb3 {
        margin-top: -13%;  
    }
    

}



@media (max-width: 700px) {

    .spdObj1 {

        display: none;

     
     }

    .spdOb2 {

        display: none;

     }



.spdContentBox {

    margin-left: 1%;
    margin-right: 1%;
    margin-top: 8%;

}



.spd1Para {



    margin-left: 2%;
    margin-right: 2%;
 


}



.spd2Para{


  
    margin-left: 2%;
    margin-right: 2%;

}

}


