/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- Base ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

* {
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

body {
  scrollbar-width: none;
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  /* ---- Spacing ------ */

  /* ---- Background ----*/
  background-color: #060606;

  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------- Header ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

.header{
  /* ---- Position ----- */
  position: fixed;
  top: 0px;
  left: 0px;

  /* ---- Dimensions --- */
  width: 100%;
  height: 112px;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */

  /* ---- Background ----*/
  background: rgb(6,6,6);
  background: linear-gradient(180deg, rgba(6,6,6,1) 0%, rgba(6,6,6,0.96) 90%, rgba(6,6,6,0) 95%, rgba(6,6,6,0) 100%);

  /* ---- Text --------- */
  /* ---- Borders ------ */

  /* ---- z-index ------ */
  z-index: 10;

}

.headermobile{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  display: none;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.header_content{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 76%;
  height: 65px;
  min-width: 906px;
  
  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  /* ---- Spacing ------ */
  margin-left: 12%;
  margin-right: 12%;
  margin-bottom: 15.5px;
  margin-top: 21px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.header_content_logo{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 100%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.header_content_logo_img{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 50%;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.header_content_menu{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 45%;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.header_content_menu_list{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 100%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.header_content_menu_list_li{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  flex-grow: 0;
  
  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  text-decoration: none;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.header_content_button{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 214px;
  height: 65px;

  /* ---- Flex --------- */
  flex-grow: 0;

  /* ---- Spacing ------ */

  /* ---- Background ----*/
  background-color: transparent;

  /* ---- Text --------- */

  /* ---- Borders ------ */
  border-radius: 112px;
  border: solid 1.5px #fff;

  /* ---- z-index ------ */
}

.header_content_button_whatsapp{
  /* ---- Text --------- */
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.7;
  text-decoration: none;

  /* ---- Position ----- */
  padding-top: 17px;

  /* ---- Dimensions --- */
  width: 214px;
  height: 65px;

  /* ---- Flex --------- */
  flex-grow: 0;

  /* ---- Spacing ------ */

  /* ---- Background ----*/
  background-color: transparent;

  /* ---- Text --------- */

  /* ---- Borders ------ */
  border-radius: 112px;
  border: solid 1.5px #fff;

  /* ---- z-index ------ */
}

.header_content_button_whatsapp:hover{
  opacity: 1;
}

.header_line{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 76%;
  height: 0.5px;
  min-width: 906px;

  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin: auto;
  margin-left: 12%;
  margin-right: 12%;

  /* ---- Background ----*/
  color: #FFFFFF;
  background-color: #FFFFFF;
  opacity: 0.2;

  /* ---- Text --------- */

  /* ---- Borders ------ */
  border: none;

  /* ---- z-index ------ */
  z-index: 10;
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- Hero ----------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

.hero{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 100%;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.hero_content{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 100%;


  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  align-items: center;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}


.hero_content_left{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 40%;

  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-right: auto;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.hero_content_left_img{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 100%;
  min-width: 445px;
  max-width: 625px;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */

  /* ---- Background ----*/
  transform: rotatey(-180deg);

  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.hero_content_right{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 40%;
  min-width: 490px;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  
  /* ---- Spacing ------ */
  gap: 75px;
  margin-right: 12%;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */  
}

.hero_content_right_text{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  gap: 23px;
  
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.hero_content_right_text_h1{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: Montserrat;
  font-size: 68px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.68px;
  text-align: left;
  color: #fff;
  opacity: 0.99;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.hero_content_right_text_p{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.27px;
  text-align: left;
  color: #fff;
  opacity: 0.6;

  /* ---- Borders ------ */
  /* ---- z-index ------ */  
}

.hero_content_right_mobile_img{
  display: none;
}

.header_content_right_mobile_button{
  display: none;
}

.hero_content_right_buttons{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 65px;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.hero_content_right_buttons_button1{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  width: 130px;
  height: 27px;
  width: 213px;
  height: 65px;
  /* ---- Flex --------- */
  /* ---- Spacing ------ */

  /* ---- Background ----*/
  background: linear-gradient(180deg, #00FF01 0%, #005900 100%);
  border-radius: 112px;
  cursor: pointer;

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;

  /* ---- Borders ------ */
  border: none;

  /* ---- z-index ------ */
}

.hero_content_right_buttons_button1:hover{
  background: linear-gradient(180deg, #005900 0%, #00FF01 100%);
}

.hero_content_right_buttons_button2{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 90px;
  height: 27px;
  width: 213px;
  height: 27px;

  /* ---- Flex --------- */
  padding-left: 42px;
  padding-right: 42px;

  /* ---- Spacing ------ */

  /* ---- Background ----*/
  background-color: transparent;
  cursor: pointer;

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  color: #FFFFFF;
  opacity: 0.5;

  /* ---- Borders ------ */
  border: none;

  /* ---- z-index ------ */
}

.hero_content_right_buttons_button2:before{
  content: "";
  display: block;
  background: url("images/aboutme_icon.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 12px 0 0;
  opacity: 0.8;
}

.hero_content_right_buttons_button2:hover{
  opacity: 0.8;
}


/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------ Servizi ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

.servizi{
  /* ---- Position ----- */
  position: relative;
  top: -50px;

  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  padding-top: 180px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.servizi_content{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 100%;
  width: 76%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* ---- Spacing ------ */
  margin: auto;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.servizi_content_text_h3{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-bottom: 51.5px;

  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: Poppins;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  opacity: 0.99;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.servizi_content_cards{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  width: 100%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */

}

.servizi_content_cards_left{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 450px;

  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-right: 4.5%;
  margin-left: 4.5%;
  margin-bottom: 90px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  text-decoration: none;
  opacity: 0.9;

  /* ---- Borders ------ */
  /* ---- z-index ------ */

}

.servizi_content_cards_left:hover{
  opacity: 1;
}

.servizi_content_cards_left_card_img{
  width: 100%;
}

.servizi_content_cards_left_card_text{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-left: 27px;
  margin-top: -55px;

  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  /* or 112% */
  letter-spacing: 0.3px;
  color: #FFFFFF;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.servizi_content_cards_left_description_p{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-top: 33px;
  margin-left: 27px;

  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 14px;
  /* or 108% */
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.67;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.servizi_content_cards_right{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 450px;

  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-left: 4.5%;
  margin-right: 4.5%;

  /* ---- Background ----*/
  /* ---- Text --------- */
  text-decoration: none;
  opacity: 0.9;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.servizi_content_cards_right:hover{
  opacity: 1;
}

.servizi_content_cards_right_card_img{
  width: 100%;
}

.servizi_content_cards_right_card_text{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-left: 27px;
  margin-top: -55px;

  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  /* or 112% */
  letter-spacing: 0.3px;
  color: #FFFFFF;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.servizi_content_cards_right_description_p{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-top: 33px;
  margin-left: 27px;

  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 14px;
  /* or 108% */
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.67;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- FAQ ------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

.faq {
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  position: relative;
  top: -110px;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  padding-top: 180px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.faq-heading{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-bottom: 30px;

  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: Poppins;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  opacity: 0.99;

  /* ---- Borders ------ */
  border-bottom: #777;
  
  /* ---- z-index ------ */
}

.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
}

.hr-line{
width: 60%;
margin: auto;
mix-blend-mode: normal;
opacity: 0.4;
border: 0.5px solid #FFFFFF;
}

/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
  /* background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 30px 20px;
  width: 60%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.faq-page_number {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 70px;
  /* or 280% */

  letter-spacing: 0.833333px;

  color: #FFFFFF;

  margin-top: 25px;
}

.faq-page_text {
  display: flex;
  flex-direction: column;
  margin-left: 30%;
  justify-content: space-around;
}

.faq-page_number {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  /* identical to box height, or 140% */

  text-align: center;
  letter-spacing: 1px;
  
  color: #FFFFFF;
  
  mix-blend-mode: normal;
  opacity: 0.34;
}

.faq-page_title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 70px;
  /* or 280% */

  letter-spacing: 0.833333px;

  color: #FFFFFF;
}

.faq-page_subtitle {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  /* or 164% */
  
  letter-spacing: 0.5px;
  
  color: #FFFFFF;
  
  mix-blend-mode: normal;
  opacity: 0.5;
}

.faq-body{
  margin: auto;
  /* text-align: center; */
  width: 50%; 
  padding: auto;
 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */

  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.5px;

  color: #FFFFFF;
  opacity: 0.8;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .faq-page:hover {
  /*background-color: #F9F9F9;*/
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
  padding: 10px 18px;
  padding-bottom: 35px;
  color: white;
  display: none;
  overflow: hidden;
}
.faq-page:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-top: 25px;
  margin-left: auto;
}
.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}


/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------ About me --------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */


.aboutme{
  /* ---- Position ----- */
  position: relative;
  top: -45px;

  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  padding-top: 80px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.aboutme_content_mobile_add_text{

  display: none;

}

.aboutme_content{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 100%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  align-items: center;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.aboutme_content_left{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 32%;
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-right: auto;
  margin-left: 13%;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.aboutme_content_left_img{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 100%;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.aboutme_content_right{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 36.5%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;

  /* ---- Spacing ------ */
  gap: 75px;
  margin-right: 12%;
  margin-top: 50px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.aboutme_content_right_text{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  gap: 23px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.aboutme_content_right_text_h1{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.3px;
  color: #FFFFFF;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.aboutme_content_right_text_p1{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.8;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.aboutme_content_right_text_p2{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.8;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.aboutme_content_right_text_p3{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.8;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------ Contatti --------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

.contatti{  
  /* ---- Position ----- */
  position: relative;
  top: -50px;

  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  padding-top: 225px;
  margin-bottom: 75px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.contatti_content_mobile_img{
  display: none;
}

.contatti_content{  
  /* ---- Position ----- */

  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */

}

.contatti_content_left{  
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  width: 26%;
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */

}
.contatti_content_left_img{  
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 100%;
  min-height: 400px;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */

}
.contatti_content_right{  
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 317px;
  min-width: 317px;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;

  /* ---- Spacing ------ */
  margin-left: 9.5%;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */

}
.contatti_content_right_h1{  
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  margin-bottom: 20px;
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  font-size: 40px;
  letter-spacing: 0.3px;
  color: #FFFFFF;

  /* ---- Borders ------ */
  /* ---- z-index ------ */

}
.contatti_content_right_p1{  
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 48px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.contatti_content_right_p1:before{
  content: "";
  display: block;
  background: url("icons/location.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 23px 0 0;
}

.contatti_content_right_p2{  
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 48px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.contatti_content_right_p2:before{
  content: "";
  display: block;
  background: url("icons/calendar.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 23px 0 0;
}

.contatti_content_right_p3{  
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 48px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  text-decoration: none;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.contatti_content_right_p3:before{
  content: "";
  display: block;
  background: url("icons/call.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 23px 0 0;
}

.contatti_content_right_p4{  
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 48px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  text-decoration: none;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.contatti_content_right_p4:before{
  content: "";
  display: block;
  background: url("icons/instagram.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  float: left;
  margin: 0 23px 0 0;
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------ Personal Training ------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

.personaltraining{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 100vh;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.personaltraining_add_mobile{
  display: none;
}

.personaltraining_content{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 100%;
  width: 100%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  align-items: center;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.personaltraining_content_left{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 32%;
  min-width: 360px;

  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-right: auto;
  margin-left: 13%;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.personaltraining_content_left_img{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 100%;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.personaltraining_content_right{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 36.6%;
  min-width: 389px;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  
  /* ---- Spacing ------ */
  margin-right: 11.3%;
  margin-top: 60px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */  
}

.personaltraining_content_right_text{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  gap: 23px;
  
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.personaltraining_content_right_text_h1{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.personaltraining_content_right_text_p{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.8;

  /* ---- Borders ------ */
  /* ---- z-index ------ */  
}

.personaltraining_content_right_text_p1{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.8;

  /* ---- Borders ------ */
  /* ---- z-index ------ */  
}

.personaltraining_content_right_text_p2{
  /* ---- Position ----- */
  /* ---- Dimensions --- */

  /* ---- Flex --------- */
  align-self: stretch;
  flex-grow: 0;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  opacity: 0.8;

  /* ---- Borders ------ */
  /* ---- z-index ------ */  
}

.personaltraining_content_right_buttons{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  height: 65px;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 0;

  /* ---- Spacing ------ */
  margin-top: 60px ;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.personaltraining_content_right_buttons_button1{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  width: 213px;
  height: 65px;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  padding-top: 19px;

  /* ---- Background ----*/
  background: linear-gradient(180deg, #00FF01 0%, #005900 100%);
  border-radius: 112px;

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;

  /* ---- Borders ------ */
  border: none;

  /* ---- z-index ------ */
}

.personaltraining_content_right_buttons_button1:hover{
  background: linear-gradient(180deg, #005900 0%, #00FF01 100%);
}

.mobile_footer{

  display: none;

}

.ptinfo{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  padding-top: 100px;
  margin-bottom: 75px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.ptinfo_content{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 100%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.ptinfo_content_text_h2{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin-bottom: 25px;

  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  opacity: 0.99;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.ptinfo_content_row{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 70%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;

  /* ---- Spacing ------ */
  margin-top: 50px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.ptinfo_content_row_h3{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  min-width: 320px;
  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  padding: auto;

  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  /* or 112% */

  text-align: center;
  letter-spacing: 0.3px;

  color: #FFFFFF;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.verticalline{
  height: 100%;
  min-height: 140px;
  border-left: solid 1px #ffffff;
  opacity: 0.2;

  margin-left: 2.5%;
  margin-right: 2.5%;
}

.ptinfo_content_row_p{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  align-self: center;

  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 275;
  font-size: 16px;
  line-height: 28px;
  /* or 175% */
  
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: 0.5px;
  
  color: #FFFFFF;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------- Footer ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

.footer{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 100%;
  height: 62px;

  /* ---- Flex --------- */
  /* ---- Spacing ------ */
  margin-top: 100px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */

  /* ---- z-index ------ */
  z-index: 10;

}

.footer_content{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 76%;
  height: 15px;
  min-width: 906px;
  
  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  align-items: center;

  /* ---- Spacing ------ */
  margin-left: 12%;
  margin-right: 12%;
  margin-bottom: 15.5px;
  margin-top: 21px;

  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.footer_content_menu{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 100%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.footer_content_menu_list{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 100%;

  /* ---- Flex --------- */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  /* ---- Spacing ------ */
  /* ---- Background ----*/
  /* ---- Text --------- */
  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.footer_content_menu_list_li{
  /* ---- Position ----- */
  /* ---- Dimensions --- */
  /* ---- Flex --------- */
  flex-grow: 0;
  
  /* ---- Spacing ------ */
  /* ---- Background ----*/

  /* ---- Text --------- */
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  text-decoration: none;

  /* ---- Borders ------ */
  /* ---- z-index ------ */
}

.footer_line{
  /* ---- Position ----- */

  /* ---- Dimensions --- */
  width: 76%;
  height: 0.5px;
  min-width: 906px;

  /* ---- Flex --------- */

  /* ---- Spacing ------ */
  margin: auto;
  margin-left: 12%;
  margin-right: 12%;

  /* ---- Background ----*/
  color: #FFFFFF;
  background-color: #FFFFFF;
  opacity: 0.2;

  /* ---- Text --------- */

  /* ---- Borders ------ */
  border: none;

  /* ---- z-index ------ */
  z-index: 10;
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------- Tablet/Mobile ------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

.hamburger_icon{
  position: fixed;
  top: 25px;
  right: 0px;
  margin: auto 0;
  display: none;
  cursor: pointer;
  width: 100%;
}

.bar1{
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 3px 0;
  transition: 0.4s;
  margin-right: 23px;
}

.bar2{
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 3px 0;
  transition: 0.4s;
  margin-right: 23px;
}

.bar3{
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 3px 0;
  transition: 0.4s;
  margin-right: 23px;
}

.open .bar1{
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
  transform: rotate(-45deg) translate(-5px, 6px);
}

.open .bar2{
  opacity: 0;
}

.open .bar3{
  -webkit-transform: rotate(45deg) translate(-5px, -7px);
  transform: rotate(45deg) translate(-5px, -7px);  
}

.open .mobile_menu{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #060606;
  padding-bottom: 100px;
}

.open .mobile_menu li a{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 60px;
  /* or 188% */
  text-align: center;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  text-decoration: none;
}

.mobile_menu{
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  height: 100vh;
  width: 100%;
}

@media screen and (max-width: 780px){
  .fixed-position {
    overflow: hidden;
 }

  .hamburger_icon{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .open section{
    display: none;
  }

  .faq{
    display: none;
  }

  .headermobile{
    width: 160px;
    flex-grow: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;

  }

  .header{
    width: 100%;
    height: 80px;
  
    position: fixed;
  
    top: 0px;
    left: 0px;
  
    z-index: 10;
  
    background: rgb(6,6,6);
    background: linear-gradient(180deg, rgba(6,6,6,1) 0%, rgba(6,6,6,0.96) 90%, rgba(6,6,6,0) 95%, rgba(6,6,6,0) 100%);
  }

  .header_notransparency{
    background: #060606;
  }
  

  .header_content{

    display: none;

  }

  .header_line{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 100%;
    height: 1px;
  
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin: auto;
  
    /* ---- Background ----*/
    color: #FFFFFF;
    background-color: #FFFFFF;
    opacity: 0.2;
  
    /* ---- Text --------- */
  
    /* ---- Borders ------ */
    border: none;
  
    /* ---- z-index ------ */
    z-index: 10;
  }

  .hero{
    position: relative;
  }

  .hero_content{
    height: 744px;
  }

  .hero_content_left{

    display: none;
  }

  .hero_content_right_buttons{

    display: none;

  }

  .hero_content_right{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    min-width: 360px;
    width: 78%;


    /*min-width: 200px;
    max-width: 456px;*/
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    
    /* ---- Spacing ------ */
    margin: 0 auto;
    padding-top: 60px;

  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */  
  }

  .hero_content_right_text{

    width: 78%;
    min-width: 280px;
    max-width: 480px;
    margin: 0 auto;

  }

  .hero_content_right_text_h1{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    width: 280px;
  
    /* ---- Flex --------- */
    align-self: stretch;
    flex-grow: 0;
  
    /* ---- Spacing ------ */
    margin: 0 auto;
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    opacity: 0.99;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .hero_content_right_text_p{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    width: 100%;
    max-width: 333px;

  
    /* ---- Flex --------- */
    align-self: stretch;
    flex-grow: 0;
  
    /* ---- Spacing ------ */
    margin: 0 auto;


    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    opacity: 0.6;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */  
  }

  .hero_content_right_mobile_img{

    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;


    margin: 0 auto;
    margin-top: -162px;

  }

  .header_content_right_mobile_button{

    /* ---- Position ----- */

    /* ---- Dimensions --- */
    width: 46.6%;
    max-width: 232px;
    height: 35px;

    /* ---- Flex --------- */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    flex-grow: 100%;

    /* ---- Spacing ------ */
    margin: 0 auto;
    margin-top: -40px;
 

    /* ---- Background ----*/
    background-color: transparent;
    text-decoration: none;

    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    
    

    /* ---- Borders ------ */
    border-radius: 112px;
    border: solid 1.5px #fff;

    /* ---- z-index ------ */
    
  }
  .servizi{
    
    padding-top: 100px;
  }

  .servizi_content_text_h3{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
  
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin: 0 auto;
  
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.99;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }

  .servizi_content_cards_left{
    margin-top: 60px;
  }
  
  .servizi_content_cards_left_card_text{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin: 0 auto;
    margin-top: -35px;
  
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 45px;
    /* or 225% */
    text-align: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .servizi_content_cards_left_description_p{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin: 0 auto;
    margin-top: 0px;
   
  
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    /* or 140% */
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    opacity: 0.67;

    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }

  .servizi_content_cards_right_card_text{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin: 0 auto;
    margin-top: -35px;
  
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 45px;
    /* or 225% */
    text-align: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .servizi_content_cards_right_description_p{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin: 0 auto;
    margin-top: 0px;

  
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    /* or 140% */
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    opacity: 0.67;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .servizi_content_cards_left_card_img{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    max-width: 400px;
    margin: 0 auto;
  }

  .servizi_content_cards_right_card_img{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    max-width: 400px;
    margin: 0 auto;
  }
  
  .aboutme{
    padding-top: 100px;
  }

  .aboutme_content_right_text_h1{
    display: none;
  }

  .aboutme_content{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    height: 100%;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    align-items: center;
  
    /* ---- Spacing ------ */
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }

  .aboutme_content_mobile_add_text{
    display: flex;
    margin: 0 auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    /* or 188% */
    text-align: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
  }

  .aboutme_content_left{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 74.4%;
    max-width: 390px;
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin: 0 auto;
  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .aboutme_content_left_img{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 100%;
  
    /* ---- Flex --------- */
    /* ---- Spacing ------ */
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .aboutme_content_right{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 78.7%;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  
    /* ---- Spacing ------ */
    gap: 75px;
    margin: 0 auto;
    margin-top: 70px;
  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .aboutme_content_right_text{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    max-width: 470px;
    min-width: 280px;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-self: stretch;
    flex-grow: 0;
  
    /* ---- Spacing ------ */
    gap: 23px;
    margin: 0 auto;
  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .aboutme_content_right_text_h1{
    display: none;
  }
  
  .aboutme_content_right_text_p1{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
  
    /* ---- Flex --------- */
    align-self: stretch;
    flex-grow: 0;
  
    /* ---- Spacing ------ */
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 10px;
    line-height: 15px;
    /* or 150% */
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .aboutme_content_right_text_p2{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
  
    /* ---- Flex --------- */
    align-self: stretch;
    flex-grow: 0;
  
    /* ---- Spacing ------ */
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 10px;
    line-height: 15px;
    /* or 150% */
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .aboutme_content_right_text_p3{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
  
    /* ---- Flex --------- */
    align-self: stretch;
    flex-grow: 0;
  
    /* ---- Spacing ------ */
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 10px;
    line-height: 15px;
    /* or 150% */
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }

  .contatti{
    padding: 0px;
    padding-top: 100px;
  }
  
  .contatti_content{  
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    height: 100%;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    align-items: center;
  
    /* ---- Spacing ------ */
    margin: 0 auto;

    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  
  }
  .contatti_content_left{

    display: none;

  }

  .contatti_content_mobile_img{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 60px;

  }

  .contatti_content_right{  
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 238px;
    min-width: 238px;
    max-width: 238px;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  
    /* ---- Spacing ------ */
    margin: 0 auto;

    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  
  }
  .contatti_content_right_h1{  
    /* ---- Position ----- */
    /* ---- Dimensions --- */
  
    /* ---- Flex --------- */
    align-self: stretch;
    flex-grow: 0;
  
    /* ---- Spacing ------ */
    margin: 0 auto;
    margin-bottom: 20px;
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    /* or 188% */
    text-align: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  
  }
  .contatti_content_right_p1{  
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    /* ---- Flex --------- */
    /* ---- Spacing ------ */
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 11.5px;
    line-height: 34px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  
  }
  .contatti_content_right_p2{  
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    /* ---- Flex --------- */

    /* ---- Spacing ------ */

    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 11.5px;
    line-height: 34px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  
  }
  .contatti_content_right_p3{  
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    /* ---- Flex --------- */

    /* ---- Spacing ------ */

    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 11.5px;
    line-height: 34px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  
  }
  .contatti_content_right_p4{  
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    /* ---- Flex --------- */

    /* ---- Spacing ------ */


    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 11.5px;
    line-height: 34px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  
  }
  .contatti_content_right_p1:before{
    content: "";
    display: block;
    background: url("icons/location.png") no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 15px 0 0;
  }

  .contatti_content_right_p2:before{
    content: "";
    display: block;
    background: url("icons/calendar.png") no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 15px 0 0;
  }

  .contatti_content_right_p3:before{
    content: "";
    display: block;
    background: url("icons/call.png") no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 15px 0 0;
  }

  .contatti_content_right_p4:before{
    content: "";
    display: block;
    background: url("icons/instagram.png") no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 15px 0 0;
  }

  .footer{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    width: 100%;
    height: 62px;
  
    /* ---- Flex --------- */
    /* ---- Spacing ------ */
    margin-top: 0px;
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
  
    /* ---- z-index ------ */
    z-index: 10;
  
  }
  
  .footer_content{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 88%;
    height: 15px;
    min-width: 0px;
    
    /* ---- Flex --------- */
    display: flex;
    flex-direction: row;
    align-items: center;
  
    /* ---- Spacing ------ */
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 15.5px;
    margin-top: 21px;
  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .footer_content_menu{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 100%;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  
    /* ---- Spacing ------ */
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .footer_content_menu_list{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 100%;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  
    /* ---- Spacing ------ */
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .footer_content_menu_list_li{
    /* ---- Position ----- */
    /* ---- Dimensions --- */
    /* ---- Flex --------- */
    flex-grow: 0;
    
    /* ---- Spacing ------ */
    /* ---- Background ----*/
  
    /* ---- Text --------- */
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
  
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .footer_line{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 100%;
    height: 0.5px;
    min-width: 0px;
  
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin: 0px;
  
    /* ---- Background ----*/
    color: #FFFFFF;
    background-color: #FFFFFF;
    opacity: 0.2;
  
    /* ---- Text --------- */
  
    /* ---- Borders ------ */
    border: none;
  
    /* ---- z-index ------ */
    z-index: 10;
  }

}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------ Desktop Responsive ----------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 1160px){
  .hero_content_left{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 457px;
    min-width: 457px;
  
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin-right: 82px;
    margin-left: 0px;
  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .personaltraining_content_left_img{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 100%;
  
    /* ---- Flex --------- */
    /* ---- Spacing ------ */
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .personaltraining_content_right{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 490px;
    min-width: 490px;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    
    /* ---- Spacing ------ */
    margin-right: 131px;
  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */  
  }

}

@media screen and ( max-width: 1160px){
  .personaltraining_content_left{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 371px;
    min-width: 371px;
  
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin-right: 82px;
    margin-left: 151px;
  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .personaltraining_content_left_img{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 100%;
  
    /* ---- Flex --------- */
    /* ---- Spacing ------ */
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .personaltraining_content_right{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 425px;
    min-width: 425px;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    
    /* ---- Spacing ------ */
    margin-right: 131px;
  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */  
  }

}



@media screen and ( max-width: 780px){
  /* -------------------------------------------- */
  /* ------------- Personal Training ------------ */
  /* -------------------------------------------- */

  .personaltraining{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
  
    /* ---- Flex --------- */

    /* ---- Spacing ------ */
    margin-top: 130px;

    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .personaltraining_add_mobile{
    
    display: flex;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    flex-direction: row;
    justify-content: center;
    margin: auto;
  }

  .personaltraining_content{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    height: 100%;
    width: 100%;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    align-items: center;
  
    /* ---- Spacing ------ */
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .personaltraining_content_left{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 360px;
    min-width: 360px;
    
    /* ---- Flex --------- */
  
    /* ---- Spacing ------ */
    margin: auto;

    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .personaltraining_content_left_img{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    width: 360px;
  
    /* ---- Flex --------- */
    /* ---- Spacing ------ */
    margin: 0 auto;
    margin-top: -305px;

    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */
  }
  
  .personaltraining_content_right{
    /* ---- Position ----- */
  
    /* ---- Dimensions --- */
    min-width: 280px;
    width: 280px;
  
    /* ---- Flex --------- */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    
    /* ---- Spacing ------ */
    margin: 0 auto;
  
    /* ---- Background ----*/
    /* ---- Text --------- */
    /* ---- Borders ------ */
    /* ---- z-index ------ */  
  }
  
  .personaltraining_content_right_text{
    display: none;
  }

  .personaltraining_content_right_buttons{
    margin: 0 auto;
    margin-top: -430px;
    height: 35px;
  }

  .personaltraining_content_right_buttons_button1{
    /* ---- Position ----- */

    /* ---- Dimensions --- */
    width: 232px;
    max-width: 232px;
    height: 30px;
    min-width: 232px;

    /* ---- Flex --------- */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    flex-grow: 100%;

    /* ---- Spacing ------ */
    padding-top: 0px;

    /* ---- Background ----*/
    background: transparent;

    /* ---- Text --------- */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    
    

    /* ---- Borders ------ */
    border-radius: 112px;
    border: solid 1.5px #fff;

    /* ---- z-index ------ */
  }

  .personaltraining_content_right_buttons_button1:hover{
    background: none;
  }

  .ptinfo_content_text_h2{
    display: none;
  }

  .ptinfo{
    padding: 0px;
    margin-top: -90px;
  }
  
  .ptinfo_content_row_p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 275;
    font-size: 10px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: justify;
    letter-spacing: 0.5px;
    color: #FFFFFF;
  }

  .ptinfo_content_row{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 280px;
    width: 280px;
    max-width: 280px;

  }

  .ptinfo_content_row_h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    text-align: start;
  }

  .verticalline{
    display: none;
  }
}