@font-face{
    font-family: "Abhaya-Bold";
    src:url("../font/AbhayaLibre-Bold.ttf");
}
@font-face{
    font-family: "Abhaya-ExtraBold";
    src:url("../font/AbhayaLibre-ExtraBold.ttf");
}
@font-face{
    font-family: "Abhaya-Medium";
    src:url("../font/AbhayaLibre-Medium.ttf");
}
@font-face{
    font-family: "Abhaya-Regular";
    src:url("../font/AbhayaLibre-Regular.ttf");
}
@font-face{
    font-family: "Abhaya-SemiBold";
    src:url("../font/AbhayaLibre-SemiBold.ttf")
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

html {
    scroll-snap-type: y mandatory;
}

body {
    position: relative;
    height: 100%;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    background-image:url(../image/mywebbackground.png);
    background-size: cover;
}

body.loaded {
    overflow: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.6s;
    padding: 75px 100px 0px 100px;
    z-index: 2;
}

header .logo {
    width:474px;
    height:100px;
    background-image:url(../image/logoallnew.png);
    background-color: transparent;
}

header ul {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li {
    position: relative;
    list-style: none;
}

header ul li a {
    position: relative;
    margin: 0 50px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 10px;
    font-weight: 500px;
    transition: 0.5s;
    font-size: 18px;
}

header.sticky .logo{
    background-color:transparent;
}

header.sticky ul li a {
    color: #000;
}

.webgl {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    background-color: transparent;
}

section {
    height: 100vh;
    width: 100vw;
    scroll-snap-align: start;
    position: relative;
}

section .container {
    max-width: 1360px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: flex-start;
}

.FuturaMedium{
    font-family: FuturaMedium;
}

.bannerword
{
    display: flex;
    flex-direction: row;
}
.bannerwordemail
{
    display: flex;
    flex-direction: row;
}
.bannerwordemail:hover .email{
    color: #fff;
}
.logo{
    display: flex;
}

.intro{
    display: flex;
}

.introinner{
    display: flex;
    flex-direction: row;
}

a{
    text-decoration: none;
    color: #fff;
}

a:hover{
    color: #0047ff;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #cef;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }
  @keyframes lds-default {
    0%, 20%, 80%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }

  .link:hover {
    color: white
  }
  