* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}


html,
body {
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% + 20px);
}

body:-webkit-scrollbar {
    width: 0px;
}

.main {
    min-height: 100vh;
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-size: cover;
}

.container {
    max-width: 1477px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo {
    display: flex;
    align-items: center;
    transform: scale(1);
    transition: all 0.5s;
}

.logo:hover {
    transform: scale(1.05);
}

.main__nav {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.main__nav__title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 0 20px;
}



.main__nav__links {
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0 25px;
    transition: all 0.2s;
}

.main__nav__links:active {
    color: #b4b4b4;
}

.main__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 78px;
    /* identical to box height */

    text-transform: capitalize;
    color: #E4E7EF;
}

.main__text {
    font-family: Montserrat;
    font-weight: 100;
    font-size: 20px;
    line-height: 131.9%;
    letter-spacing: 0.15em;
    color: #DDE0EA;
}

.main__text {
    width: 1459px;
    text-align: justify;
}

.main__info {

    padding-bottom: 50px;
    margin-right: 1px;
}

.abz {
    margin-top: 20px;
    font-weight: 300;
}

.main__btn__title {
    background: #EAD66B;
    box-shadow: 0px 0px 30px rgba(234, 214, 107, 0.2);
    border-radius: 65px;
    position: absolute;
    width: 247px;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0;
    padding: 20px;
    text-transform: uppercase;
    color: #282828;
}


.main__nav__links_auth {
    background: #EAD66B;
    box-shadow: 0px 0px 30px rgba(234, 214, 107, 0.2);
    border-radius: 65px;
    width: 150px;
    height: 40px;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    padding: 10px;
    text-transform: uppercase;
    color: #282828;
}

.main__nav__links_auth:active {
    background-color: beige;
}

.main__nav__links_auth:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.gif_border {
    border-radius: 93px;
    width: 494px;
    height: 515px;
}

.item1 {
    margin-top: -380px;
    margin-left: 970px;
    margin-bottom: 66px;
}

.item2 {
    margin-top: -510px;
    margin-left: 970px;
    margin-bottom: 66px;
}

.item3 {
    margin-top: -320px;
    margin-left: 970px;
    margin-bottom: 66px;
}

.item4 {
    margin-top: -360px;
    margin-left: 970px;
    margin-bottom: 66px;
}

.item5 {
    margin-top: -410px;
    margin-left: 970px;
    margin-bottom: 66px;
}

.optic {
    margin-top: -170px;
}

.backswitch {

    z-index: 1;
}

.item6 {
    margin-top: 50px;
    margin-left: 324px;
}

.item7 {
    width: 200px;
    margin-top: 100px;
    margin-left: 50px;
    transition: all 0.5s;

}

.item7:hover {
    margin-left: 30px;
    transition: 0.5s;
}

.item8{
    margin-top: -35px;
    margin-left: 1400px;
    transition: all 0.5s;
}
.item8:hover{
    margin-left: 1420px;
    transition: 0.5s;
}
.item9 {
    margin-top: 30px;
    margin-left: 700px;
}
.arr {

    width: 500px;
    margin-left: 50px;
    margin-top: -34px;
    font-size: 24px;
}

.arr1{
    width: 500px;
    margin-left: -145px;
    margin-top: -34px;
    font-size: 24px;
}


.kb {
    position: relative;
    left: 850px;
    top: 71px;
}

.underline-one {
    color: #fff;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.underline-one:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.5s;
}

.underline-one:hover:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    background-color: #EAD66B;
    transition: width 0.5s;
}

.sw1 {
    width: 914px;
    margin-top: 150px;
    line-height: 178.9%;
}

.sw2 {
    width: 915px;
}

.sw3 {
    width: 915px;
    line-height: 178.9%;
}

.titles {
    text-transform: none;
    margin-top: 60px;
    margin-bottom: 60px;
}

.redsw {
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right, rgb(255, 92, 92), rgb(212, 47, 47) 50%, rgb(255, 255, 255) 50%);
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}

.redsw:hover{
    background-position: 0 100%;
}

.brownsw {
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right, rgb(149,80,12), rgb(117,51,19) 50%, rgb(255, 255, 255) 50%);
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}

.brownsw:hover{
    background-position: 0 100%;
}

.bluesw {
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(to right,  royalblue, rgb(48, 48, 196) 50%, white  50%);
    background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}

.bluesw:hover{
    background-position: 0 100%;
}

::selection {background: rgba(240, 231, 109, 0.5); color:#fff;}
::-moz-selection {background: rgb(240, 231, 109, 0.5); color:#fff;}
::-webkit-selection {background: rgb(240, 231, 109, 0.5); color:#fff;}