@import url("font-faces.css");
* 
{
  box-sizing: inherit;
}
body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #F1FDFF;
}
/*Header*/
.header {
  display: flex;
  justify-content: space-between;
  margin-left: 255px;
  margin-right: 255px;
  margin-top: 50px;
  align-items: flex-end;
  z-index: 1;
}
.logo {
  height: 40px;
}
.menu {
  gap: 30px;
  color: #393A3E;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  display: flex;
  align-items: center;
}
.menu a {
  color: #393A3E;
}
.menu a:hover {
  color: #19B7B7;
  text-decoration-line: underline;
}
/*Content*/
.a-title {
  margin-left: 255px;
  margin-right: 255px;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.titlecolomn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.aH5 {
  color: #000;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
}
.aH2 {
  color: #000;
  font-family: 'Gilroy-UltraLight';
  font-size: 45px;
}
.icon-text {
  color: #000;
  font-family: 'Gilroy-UltraLight';
  font-size: 40px;
}
.aH3 {
  color: #000;
  font-family: 'Gilroy-Light';
  font-size: 30px;
  line-height: 40px; 
  margin-left: 255px;
  margin-right: 255px;
  margin-top: 100px;
}
.aH6 {
  color: #000;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  line-height: 45px; 
  margin-left: 255px;
  margin-right: 255px;
  margin-top: 30px;
}
.aH6 a {
  color: #000;
  font-family: 'Gilroy-Bold';
  font-size: 18px;
  text-decoration-line: underline;
}
.logo-images {
  margin-left: 255px;
  margin-right: 255px;
  margin-top: 120px;
  display: flex;
  justify-content: center;
}
/*Footer*/
.Footer {
  margin: 100px 255px 100px 255px;
  text-align: center;
  gap: 15px;
}
.Footerbg {
  position: fixed;
  left: 0;
  bottom: -400px;
  width: 100%;
  height: 1380px;
  background-image: url('../images/bg-blur-blue.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.White-H4 {
  font-family: 'Gilroy-Bold';
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 10px;
}
.White-H5 {
  font-family: 'Gilroy-Regular';
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 10px;
}
.White-H5 a {
  font-family: 'Gilroy-Extrabold';
  text-decoration-line: underline;
  color: #FFFFFF;
}
.White-H5 a:hover {
  color: #19074A;
  text-decoration-line: none;
}
.White-H6 {
  font-family: 'Gilroy-Regular';
  color: #FFFFFF;
  font-size: 12px;
}
/*1441*/
@media only screen and (max-width: 1441px) {
.header, .a-title, .aH3, .aH6, .logo-images, .Footer {
  margin-left: 170px;
  margin-right: 170px;
}
}
/*1281,1025*/
@media only screen and (max-width: 1281px), (max-width: 1025px) {
.header, .a-title, .aH3, .aH6, .logo-images, .Footer {
  margin-left: 170px;
  margin-right: 170px;
}
.logo-images img {
 width: 75%;
}
}
/*801,811,821,835,913*/
@media only screen and (max-width: 801px), (max-width: 811px), (max-width: 821px), (max-width: 835px), (max-width: 913px) {
.menu {
  font-size: 16px;
}
.header, .a-title, .aH3, .aH6, .logo-images, .Footer {
  margin-left: 70px;
  margin-right: 70px;
}
.logo-images img {
 width: 75%;
}
}
/*429*/
@media only screen and (max-width: 429px) {
.header, .a-title, .aH3, .aH6, .logo-images, .Footer {
  margin-left: 30px;
  margin-right: 30px;
}
.header {
  display: block;
  margin-top: 30px;
}
.logo {
  display: flex;
  justify-content: center;
}
.menu {
  font-size: 18px;
  margin-top: 25px;
  justify-content: center;
  gap: 25px;
}
.a-title {
  margin-top: 50px;
}
.aH3 {
  margin-top: 50px;
}
}