
html, body{
    margin: 0;
    padding: 0;
background: url(imgs/3.webp) no-repeat 0 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    scroll-behavior: smooth;
}
.back{
    position: fixed;
    top: 0;
    z-index: -1;
}
.h1-title, .h2-title-sub{
    font-family: "Helvetica";
    font-size: 36px;
    text-transform: uppercase;
}

.h2-title-sub{
    font-size: 36px;
    margin: 0;
        line-height: 1.5;
}

.sect{
    width: 100vw;
}

.h2-title {
    font-family: "Helvetica";
    font-weight: 400;
        line-height: 1.5;
}

.title-center{
    text-align: center;
}

.std-para, a{
    font-family: "Inter";
    line-height: 1.5;
    font-size: 16px;
    color: black;
}

a{
    text-decoration: underline;
}

.credits{
    margin-top: 50px;
}
  
.main-section{
padding: 50px;
}
.main-inner{
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




  button {
    outline: none;
    width: fit-content;
    color: black;
    border: 0;
    border-radius: 360px;
    padding: 20px;
    font-family: "Inter";
    font-weight: 500;
  }

  .btn-no-color, .nocolor-sec{
    border: 1px solid black;
    background-color: transparent;
  }
  .btn-no-color-black{
    border: none;
    background-color: black;
    color: white;
    margin: 0 5px;
  }
  .nocolor-sec, .color-sec {
    padding: 20px;
    border-radius: 50px;
    margin: 20px;
  }

button:hover,  .float:hover{
    opacity: 0.9;
    cursor: pointer;
}


.side{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.sidesub{
    justify-content: space-between;
}

.testemunho{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-self: center;
    align-content: center;
}



.quote {
    font-style: italic;
}

.person{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.person-c{
    margin: 5px;
    font-size: 14px;
    
}

.subtitles{
    padding: 20px;
}

.column{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0 100px;
}

.std-size{
    width: 500px;
    border-radius: 20px;
}

.header-1 {
    max-width: 100vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header-1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: transparent;
	z-index: 5;
	transition: all 300ms ease-in-out;
}

.scroll-down .header-1 {
backdrop-filter: blur(6px) ;
background-color: rgba(255, 255, 255, 0.9) ;
		filter: drop-shadow(0 -10px 20px rgb(170, 170, 170));

}

.scroll-up .header-1{
backdrop-filter: blur(6px) ;
background-color: rgba(255, 255, 255, 0.9) ;
		filter: drop-shadow(0 -10px 20px rgb(170, 170, 170));

}

.menu-is-open {
	overflow: hidden;

}


.menu-is-open .header-1 {
    
    		filter: none;
	}
.btn-color, .color-sec{
    background-color: transparent;
    background-image: linear-gradient(300deg, #E4A644 0%, #C14ADC 100%);
    color:white;
    margin: 20px;
}



.icon{
    width: 50px;
}




.profile{
    width: 200px;
    border-radius: 360px;
}

.award{
    width: 150px;
    padding: 20px 50px;
}








footer{
    background-color: white;
    margin: 0;
    padding: 20px;
}

 .arrow{
      padding:0;
      transform: rotate(90deg);
  }

.specialpara{
    color:white;
}


@media only screen and (max-width: 1200px) {
    .main-section,.btn-outter, .side {
        flex-wrap: wrap;
    }

    .btn-outter{
        width: 100%;
    }
    .main-section{
        padding: 20px;
    }
    .main-inner{
        padding: 20px;
    }
    .column{
        margin: 0 20px;
    }
   
    .btn-color,.btn-no-color,   .btn-no-color-black{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    
    .logo{
    width:150px;
}
    .header-btn{
        width: fit-content;
        margin: 10px;
    }
    .awards{
        display:flex;
        align-items: center;
        flex-direction:column;
        justify-content: center;
    }
    .bottom-sec{
        justify-content: center;
    }
  }

  @media only screen and (max-width: 800px) {
    .std-size {
        width:100%;
  }
  .faq{
      margin:  20px 0;
  }
  
  
  .fout{
      flex-direction:column;
              justify-content: start;
        align-items: start;
  }
  
  .lastblock{
      margin: 0 20px;
  }
  

      .side,  .column{
          padding: 0;
          margin:0;
      }
      
        .main-section{
     
      padding: 0;
       margin-top: 50px;
  }
  
  .testemunho{
      margin:20px;
      padding: 20px;
  }
  
    .lastblock{
      margin: 20px;
  }
  
  .arrow{
      display: none;
  }
      
  }