/*=============================================>>>>>
= Fonts =
===============================================>>>>>*/
@font-face {
  font-family: "IDroid";
  src:url("font/idroid/IDroid.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IDroid";
  src:url("font/idroid/IDroid_Italic.otf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "IDroid";
  src:url("font/idroid/IDroid_Bold.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "IDroid";
  src:url("font/idroid/IDroid_Bold_Italic.otf");
  font-weight: bold;
  font-style: italic;
}
/*= End of Fonts =*/
/*=============================================<<<<<*/

* {
  box-sizing: border-box;
}
html,body{
  height: 100%;
  /* overflow: hidden; */
}
body {
  padding: 0;
  margin: 0;
  color: white;
}
img {
  max-width: 100%;
}
/*=============================================>>>>>
= Loader =
===============================================>>>>>*/
/*=============================================>>>>>
= Loader =
===============================================>>>>>*/
#loader
{
  background: linear-gradient(45deg, rgba(252,43,0,1) 0%, rgba(89,61,213,1) 100%);
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display:table;
  text-align: center;
}

.spinner
{
  margin:auto;
  text-align: center;
  display:table-cell;
  vertical-align:middle;
}
@keyframes pulse {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.pulse {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  transform:scale(0.29);
}
.pulse div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  animation: pulse 2s ease-out infinite;
}
.pulse div:nth-of-type(1) {
  border-color: #fff;
}
.pulse div:nth-of-type(2) {
  border-color: #fff;
  animation-delay: 1s;
}
/*= End of Loader =*/
/*=============================================<<<<<*/

.display-3 {
  font-weight: 500;
  font-family: "IDroid";
  position: relative;
  text-align: center;
}
.lang {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}
.overlay {
  display: flex;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
.grecaptcha-badge{
  display: none;
}
.overlay:before {
  content: "";
  background-color: rgba(0, 59, 171, 0.2);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
/*=============================================>>>>>
= Social media =
===============================================>>>>>*/
nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
  margin: 0 auto;
}
.insta{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color:white;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius:10px;
}
.fb{
  background: #3b5998;
  color:white;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius:10px;
}
.fb:hover,
.insta:hover{
  color:white;
  text-decoration: none;
  /* transform:scale(1.1); */
  font-size:1.3rem;
}
/*= End of Social media =*/
/*=============================================<<<<<*/

/*=============================================>>>>>
= Animation =
===============================================>>>>>*/
#slogan{
  margin: 0 auto;
  position: relative;
  width: 300px;
  width: 80%;
  height: 150px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
}
.display-5{
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}
/*= End of Animation =*/
/*=============================================<<<<<*/

@media screen and (max-width:768px) {
  .display-3{
    font-size: 2rem;
    padding-top:20px;
  }
  .display-4{
    font-size:2.5rem;
  }
  .display-5{
    font-size: 1.6rem;
  }
}
