
body{
    margin: 0;
    padding: 0;
    background-color: white;
    color: #000000;
    min-width: 320px;
    font-family: Montserrat;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    flex-grow: 0;  
    align-self: stretch;

}

main {
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  width: 100%;

}

/*******************/

.relative_bg {
    width: 100%;
    position: relative;
    display: inline; 
    object-fit: cover;
    z-index: 0;
    max-height: 418px;
    margin-bottom: 60px;
}

.title {

  font-family: Helvetica;
  width: 854px;
  height: 121px;
  -webkit-text-stroke: 2px #ffffff;
  font-size: 100px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 20px;
  text-align: center;
  text-transform: uppercase;
  color: transparent;
  position: absolute;
  z-index: 2;
  top: 200px;

}



/*********************/


.b_buttons1 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-family: Montserrat;
}


article a button {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: left;
  font-family: Montserrat;
}


article a {
  text-decoration: none;
  
}

h6  {
  height: 50px;
  margin: 0 0 32px 0;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

.mon_portfolio {

   display: flex;
   flex-direction: column; 
   align-items: baseline;
  margin-bottom: 70px;
      }

.portfolio_ex img{
    width: 1266.666666666666px;
    height: 666.6666666666667px;
    /*position: relative;*/
}

.mon_portfolio article{
    position: absolute;
    width: 498px;
    height: 346px;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-start; */
    align-items: stretch;
    gap: 40px;
    margin: 371px 84px 83px;
    padding: 0;

}

.mon_portfolio article p {
  margin-top: 32px;
  margin-bottom: 40px;
}

.b_buttons1 .bt2 {

    height: 54px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 100px;
    border: solid 2px #fff;
    color: #ffffff;
    background-color: transparent;

}
                   
.b_buttons1 .bt2:hover{

   height: 54px;
   flex-grow: 0;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   gap: 10px;
   padding: 16px 24px;
   border-radius: 100px;
   border: solid 2px #fff;
   color: #000;
   background-color: #fff;
   transition-duration: 0.5s;

}

.b_buttons1 .bt1:hover {

    height: 54px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 100px;
    border: solid 2px #fff;
    color: #ffffff;
    background-color: transparent;

}
                   
.b_buttons1 .bt1{

   height: 54px;
   flex-grow: 0;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   gap: 10px;
   padding: 16px 24px;
   border-radius: 100px;
   border: solid 2px #fff;
   color: #000;
   background-color: #fff;
   transition-duration: 0.5s;

}





/*

.b_buttons1 button:hover {  

   height: 54px;
   flex-grow: 0;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   gap: 10px;
   padding: 16px 24px;
   border-radius: 100px;
   border: solid 2px #fff;
   color: #000;
   background-color: #fff;
   transition-duration: 0.5s;

}

.b_buttons1 button{
    
 
    height: 54px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    border-radius: 100px;
    border: solid 2px #fff;
    color: #ffffff;
    background-color: transparent;
}


*/
/************************size***/



.b_buttons1 > :first-child {
   width: 181px;
}

.b_buttons1 > :second-child{
   width: 167px;
}



/***************************/

.mon_portfolio article span {

    height: 40px;
    align-self: stretch;
    flex-grow: 0;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }


.mon_portfolio article p {
  width: 460px;
  align-self: stretch;
  flex-grow: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fff;
}

