@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*/
.contect {
  margin-left: 255px;
  margin-right: 255px;
  margin-top: 50px;
}
.title {
  color: #000;
  font-family: 'Gilroy-UltraLight';
  font-size: 45px;
  justify-content: center;
  display: flex;
  margin-top: 120px;
}
.box-contect {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 60px;
  width: 400px;
  height: 500px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 25px;
}
/* Safari */
@supports (-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px)) {
  .box {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    box-shadow: inset 0px 0px 50px #FFFFFF;
  }
}
/* Firefox */
@supports (-moz-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px)) {
  .box {
    -moz-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    box-shadow: inset 0px 0px 50px #FFFFFF;
  }
}
/* Chrome, Opera */
@supports (-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px)) {
  .box {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    box-shadow: inset 0px 0px 50px #FFFFFF;
  }
}
.box-center {
  justify-content: center;
  display: flex;
  width: 40%;
}
.H2 {
  color: #000;
  font-family: 'Gilroy-UltraLight';
  font-size: 60px;
  height: 62px;
}
.H4 {
  color: #000;
  font-family: 'Gilroy-Medium';
  font-size: 30px;
}
.H6 {
  color: #000;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
}
.button {
  color: #000;
  font-family: 'Gilroy-Bold';
  font-size: 14px;
  padding: 12px 25px;
  border: 1px solid #000000;
  border-radius: 34px;
  width: fit-content;
}
.button:hover {
  color: #19B7B7;
  border: 1px solid #19B7B7
}
/*IconSet*/
.dark-content {
  width: 100%;
  margin-top: 100px;
  background: #19074A;
}
.H2-white {
  color: #fff;
  font-family: 'Gilroy-UltraLight';
  font-size: 50px;
  height: 60px;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.boxs {
  margin: 30px 255px 100px 255px;
  display: flex;
  gap: 30px;
}
.box-contect-left {
  float: left;
  display: flex;
  width: 100%;
  gap: 30px;
}
.box-contect-right {
  float: right;
  display: flex;
  width: 100%;
  gap: 30px;
}
.box-icon {
  width: 100%;
}
.H6-white {
  color: #fff;
  font-family: 'Gilroy-Bold';
  font-size: 24px;
}
.column-box {
  width: 100%;
  border: 1px solid #96F3FF;
  border-radius: 30px;
  padding: 10px;
  margin-top: 15px;
}
.icon-box {
  gap: 5px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
.box-text {
  font-family: 'Apple Symbols';
  font-size: 30px;
  color: #FFFFFF;
  cursor: copy;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #96F3FF;
  border-radius: 20px;
  width: 100%;
  height: 70px;
}
.box-text:hover {
  font-family: 'Apple Symbols';
  font-size: 30px;
  color: #96F3FF;
  cursor: copy;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  width: 100%;
  height: 70px;
  background: #000;
}
/*Footer*/
.Footer {
  margin: 100px 255px 100px 255px;
  text-align: center;
  gap: 15px;
}
.Footerbg {
  position: fixed;
  left: 0;
  bottom: -650px;
  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;
}
/*Copy*/
.alert {
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  position: fixed;
  width: 350px;
  color: white;
  background: #7955dc;
  border-radius: 20px;
  text-align: center;
  padding: 15px 25px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s ease 0.3s;
  bottom: -60px;
  z-index: 99;
}
/*1441*/
@media only screen and (max-width: 1441px) {
.header, .contect {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 50px;
}
.button {
  border-radius: 34px;
  width: fit-content;
}
.boxs {
  margin: 30px 100px 100px 100px;
}
.Footer {
  margin: 100px;
}
}
/*1281*/
@media only screen and (max-width: 1281px) {
.header {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 50px;
}
.contect {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 15px;
}
.title {
  font-size: 34px;
  margin-top: 70px;
}
.box {
  border-radius: 30px;
  width: 300px;
  height: 350px;
  padding: 30px;
  gap: 15px;
}
.H2 {
  font-size: 45px;
  height: 45px;
}
.H4 {
  font-size: 24px;
}
.H6 {
  font-size: 14px;
}
.button {
  border-radius: 34px;
  width: fit-content;
}
.box-center img {
  height: 468px;
  width: 600px;
}
.H2-white {
  font-size: 40px;
  height: 50px;
}
.boxs {
  margin: 20px 70px 70px 70px;
}
.Footer {
  margin: 70px;
}
}
/*1025*/
@media only screen and (max-width: 1025px) {
.box {
  border-radius: 30px;
  width: 300px;
  height: 350px;
  padding: 30px;
  gap: 15px;
}
.boxs {
  margin: 20px 70px 70px 70px;
}
.H2 {
  font-size: 45px;
  height: 45px;
}
.H4 {
  font-size: 24px;
}
.H6 {
  font-size: 14px;
}
.button {
  border-radius: 34px;
  width: fit-content;
}
.box-center img {
  height: 468px;
  width: 600px;
}
}
/*811,821,835,913*/
@media only screen and (max-width: 811px), (max-width: 821px), (max-width: 835px), (max-width: 913px) {
.header {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
}
.contect {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
}
.title {
  font-size: 34px;
  margin-top: 70px;
}
.box {
  border-radius: 30px;
  width: 300px;
  height: 350px;
  padding: 30px;
  gap: 15px;
}
.H2 {
  font-size: 45px;
  height: 45px;
}
.H4 {
  font-size: 24px;
}
.H6 {
  font-size: 14px;
}
.button {
  border-radius: 34px;
  width: fit-content;
}
.box-center img {
  height: 436px;
  width: 560px;
}
.dark-content {
  width: 100%;
  margin-top: 60px;
  background: #19074A;
}
.H2-white {
  font-size: 40px;
  height: 50px;
  margin-top: 50px;
}
.boxs {
  margin: 10px 30px 50px 30px;
}
.Footer {
  margin: 50px;
  background-size: auto;
}
}
/*801*/
@media only screen and (max-width: 801px) {
.button {
  border-radius: 34px;
  width: fit-content;
}
}
/*429*/
@media only screen and (max-width: 429px) {
.header {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  display: flow-root;
  text-align: center;
}
.menu {
  font-size: 15px;
  margin-top: 20px;
  gap: 20px;
  text-align: center;
  display: inline-flex;
}
.title {
  font-size: 24px;
}
.contect {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
}
.box {
  display: none;
}
.box-center {
  justify-content: center;
  display: flex;
  width: 100%;
}
.box-center img {
  height: 312px;
  width: 389px;
}
.dark-content {
  padding-bottom: 50px;
}
.boxs {
  margin: 20px 30px 50px 30px;
  display: inherit;
}
.box-contect-right {
  margin-top: 50px;
}
.Footer {
  margin: 20px;
  background-size: auto;
}
.White-H4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.White-H5 {
  font-size: 12px;
  margin-bottom: 10px;
}
.White-H6 {
  font-size: 10px;
}
}