.bottomContainer {



    width: 100%;
    height: fit-content;
    position: relative;
    background-image: url("Assets/bottom_bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

   


}


.bottomObj1 {
    position: absolute;
    margin-top: -2%;
    width: 100px;


    -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;
       
}


.bottomContentContainer {

  width: 100%;
  height: fit-content;
  max-height: fit-content;
  position: relative;
  overflow-wrap: normal;
  overflow: hidden;
  
  
  padding-top: 3%;
  padding-bottom: 10%;
  padding-left: 11%;
  padding-right: 11%;

  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: top;

  box-sizing: border-box;

  gap: 50px; /* Adjust the gap size according to your preference */

  box-sizing: border-box;
       /* 
      The values represent padding in the order: 
      top, right, bottom, left
    */

}



.bottomCompayMoto {



    display: flex;
    flex-direction: column;
    align-items: start;
    width: max-content;
    padding: 0;
    margin: 0;

}


.bottomComMessage {


    color: #A3A3A3;

    font-family: 'AnekLatin';
    font-weight: 490;
    font-size: 90%;
    padding: 0;
    margin: 0;
    margin-top: 2%;
}

.bottomComName {


    color: white; 
     align-self: center; 
     margin-left: 20px;
     
     font-size: 95%;

     font-family: 'AnekLatin';
font-weight: 550;
line-height: normal;
user-select: none;
text-align: center;
justify-content: center;
line-break:normal;

}





.bottomContactMeTitle {



    font-family: 'Bricolage', sans-serif;
    font-weight: 550;
    color: white; 

    padding-bottom: 0;

}


.bottomContactContainer {

    display: flex;
    flex-direction: column;
    width: 50%; 
    height: fit-content;
    padding: 0;
    margin: 0;
    margin-left: 3%;
    

}


.ContactSourcebox {


    display: flex;
    flex-direction: row;

    height: fit-content;
    width: fit-content;

    display: flex;
    align-items: center;

    padding: 0;
    margin-top: 5%;



    position: relative;
}

.ContactSourceBoxPara {



    color: white;
    margin: 0;
    padding: 0;
    font-family: 'Bricolage', sans-serif;
    font-weight: 250;
    margin-left: 15px;

}





.bottomSocialMedias {


    width: 50%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    

}



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


@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... */
}




@media (max-width: 700px) {

    .bottomContentContainer {


        width: 100%;
        flex-direction: column;

    }


    .bottomContactContainer {


        width: 100%;
        margin-left: 0;
        margin-right: 0;

    }

}