
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #1E1F3F;
	font-family: 'Inter';
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
    pointer-events: none;
}

a{
	text-decoration: none;
}

/*RESET*/

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-inline: 60px;
  background-color: #transparent;
  margin-top: 34px;

  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

li a {
	color: #ffffff60;
	transition: 0.3s;
	font-size: 18px;
}

li a:hover {
	color: #ffffff;
}

.button-contact {

width: 165px;
height: 47px;

background: linear-gradient(262.99deg, rgba(149, 190, 214, 0.3) -45.59%, rgba(84, 110, 142, 0.3) 29.25%, rgba(17, 29, 70, 0.3) 104.89%);
border: 2px solid #2757FF30;
border-radius: 8px;

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;

color: #2757FF;
cursor: pointer;



}

.button-contact:hover{
color: #597EFF;
background: linear-gradient(262.99deg, rgba(149, 190, 214, 0.3) -21.51%, rgba(84, 110, 142, 0.3) 66.52%, rgba(17, 29, 70, 0.3) 104.89%);

}

.logo{

font-family: 'Inter';
font-style: normal;
font-weight: 900;
font-size: 64px;
line-height: 77px;
text-align: center;

color: #FFFFFF;


}

#blue{
	color: #2757FF;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {

	.top-nav {
  background-color: #12131F;
  margin-inline: 0;
  margin-top: 0;
}
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 80px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50px;
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

/*NAV*/

.overlay{

background: url(../img/overlay.svg);
position: absolute;
width: 1292px;
height: 670px;
left: 323px;
top: -225px;

background: linear-gradient(107.19deg, rgba(3, 0, 145, 0.5) 0.38%, rgba(141, 236, 242, 0.5) 126.63%);
filter: blur(201.75px);
z-index: -1;

}

/*Overlay nav */

#top-section {
	display: flex;
	flex-direction: column;
	align-items: center;

	width: 100%;
	margin-top: 50px;
}

h1 {

font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 61px;
text-align: center;

background: linear-gradient(88.44deg, #FFFFFF -14.13%, #0029FF 103.92%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

margin-block: 30px;

}

h2{

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 29px;
text-transform: uppercase;

color: #FFFFFF;

margin-left: 20px;

}

.title{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-block: 30px;
}

#top-title {

font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;

text-transform: uppercase;

color: #FFFFFF;


}

#top-section p {

font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;
text-align: center;

color: #FFFFFF;

margin-bottom: 30px;


}

#top-section button {
	margin-bottom: 30px;
}

#engine {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 30px;
}

#engine img{
	margin-inline: 34px;
}

/*Top section*/

#about{
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	margin-top: 120px;

	width: 100%;

}

#about #text {
	margin-right: 120px;
}


#about p{
width: 604px;
height: 143px;

font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;

color: rgba(255, 255, 255, 0.6);




}

#about #content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
}


#about button{
	margin-top: 30px;
}

/*About*/

#form {
	display: flex;
	flex-direction: column;
	align-items: center;

	width: 100%;
}

#contact-content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 100px;

}

#form-content{
	display: flex;
	flex-direction: column;
}

#form-content p {

	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.6);


}


.img-blur {
filter: drop-shadow(5px 5px 90px #3c4f9a);


}

#form-pics{
	margin-left: 160px;
}

#form-row{
	display: flex;
	flex-direction: row;
}

#form-col{
	display: flex;
	flex-direction: column;
}

form{
	margin-top: 30px;
}

input[type="text"],input[type="mail"]{

	background: rgba(73, 75, 102, 0.5);
	height: 41px;
	width: 300px;
	border-radius: 7px;
	border: none;
	margin-inline:10px;
	margin-block: 10px;
	color: #FFFFFF50;
	padding-left: 20px;

}

input[type="submit"] {
    width: 154px;
    height: 44px;
    background: #3E5BA650;
    border: 2px solid rgba(146, 157, 255, 0.5);
    border-radius: 8px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    right: -10px;
}

input[type="submit"]:hover {
    background: #5887ff50;
    cursor: pointer;
    transition: 0.3s;
}


#subject{
	width: 643px;
}



textarea{
	background: rgba(73, 75, 102, 0.5);
	width: 643px;
	height: 241px;
	border-radius: 7px;
	border: none;
	margin-inline:10px;
	margin-block: 10px;
	color: #FFFFFF50;
	padding-left: 20px;

}

	.confirmation-message {
	display: none; 
	margin-top: 10px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}

/*Form*/

footer{
	width: 100%;

	display: flex;
	flex-direction: column;
	align-items: center;

	background: #00000050;
	margin-top: 60px;
}

#footer-content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	height: 60px;
}	

#footer-content p{
	color: #fff;
}

#footer-content a {
	color: #FFFFFF70;
	transition: 0.3s;
	margin-inline: 20px;
}

#footer-content a:hover {
	color: #FFFFFF;
}

/*footer*/

@media (max-width: 700px) {

.overlay{
	display: none;
}

.logo{

font-family: 'Inter';
font-style: normal;
font-weight: 900;
font-size: 40px;
line-height: 77px;
text-align: center;

color: #FFFFFF;


}

#top-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
}

h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(88.44deg, #FFFFFF -14.13%, #0029FF 103.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-block: 30px;
}

    #top-section p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        width: 90%;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 30px;
    }

#engine {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

#engine img {
    margin-block: 10px;
}

#about {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-top: 50px;
    width: 100%;
}

#about-img{
	display: none;
}

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

#about p {
    width: 604px;
    height: 250px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    max-width: 250px;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.6);
}

#about #text {
    margin: 0;
}



#form-pics{ 
	display:none; 
}

#form-row{
	display: flex;
	flex-direction: column;
}

input[type="text"], input[type="mail"] {
    background: rgba(73, 75, 102, 0.5);
    height: 41px;
    width: 250px;
    border-radius: 7px;
    border: none;
    margin-inline: 10px;
    margin-block: 10px;
    color: #FFFFFF50;
    padding-left: 20px;
}

#subject{
	width: 250px;
}

textarea{
	background: rgba(73, 75, 102, 0.5);
	width: 250px;
	height: 241px;
	border-radius: 7px;
	border: none;
	margin-inline:10px;
	margin-block: 10px;
	color: #FFFFFF50;
	padding-left: 20px;

}

#contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}

#form-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	height: 80px;
}	

#footer-content p {
    color: #fff;
    font-size: 14px;
}



}