@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap);* {
    padding: 0;
    margin: 0;
    outline: 0!important
}

::-moz-selection {
    background-color: #1f2733!important;
    color: #fff!important
}

::selection {
    background-color: #1f2733!important;
    color: #fff!important
}

body {
    position: relative;
    font-family: Poppins,sans-serif;
    overflow-x: hidden;
    width: 100%;
    background-color: #fff;
    font-weight: 400
}

::-webkit-scrollbar {
    background-color: #1f2733;
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: #1f2733
}

::-webkit-scrollbar-thumb {
    background-color: #f3d83d
}

li,ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

a,a:focus,a:hover {
    cursor: pointer;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.cursor {
    z-index: 9999;
    position: fixed;
    width: 15px;
    height: 15px;
    background-color: #515862;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: .4s none linear;
    transition: .4s none linear;
    -webkit-transition-property: width,height;
    transition-property: width,height
}

.text-center {
    text-align: center
}

.preloader {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #1f2733
}

.preloader p {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 14px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 44%;
    left: 0;
    right: 0;
    margin: auto
}

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 270px;
    border: 0;
    height: 1.5px;
    overflow: hidden;
    background-color: #1f2733
}

.pace .pace-progress {
    z-index: 9999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background-color: #ffb627;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.logo,.social_links,h3 {
    position: relative;
    opacity: 0;
    top: 50px;
    -webkit-transition: .4s linear all;
    transition: .4s linear all;
}
.logo {
    border-radius: 50%;
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.intro {
    padding: 100px 0;
    min-height: auto
}

h3 {
    font-weight: 400;
    margin: 0 auto 40px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #fff;
    max-width: 640px
}

h3 .colored {
    color: #ffc107;
    text-transform: uppercase
}

img {
    width: 100%;
    margin-bottom: 20px;
    max-width: 290px;
}

@media all and (max-width: 575.98px) {
    h3 {
        font-size:16px;
        letter-spacing: .5px;
        line-height: 25px;
        padding: 0 30px
    }
}

.social_links li {
    display: inline-block;
    margin: 3px 20px;
}

.social_links li a {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    /* width:50px; */
    /* height:50px; */
    /* line-height:50px; */
    /* text-align: left; */
    color: #FFF;
}

.social_links li a i {
    /* width:100%; */
    /* height:100%; */
    /* line-height:inherit; */
    color: #fff;
    position: relative;
    z-index: 99;
    font-size: 28px;
    margin-right: 15px;
}

.social_links li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: circle(0 at 0 100%);
    clip-path: circle(0 at 0 100%);
    -webkit-transition: .4s all linear;
    transition: .4s all linear
}

.social_links li a:hover i {
    color: #fff
}

.social_links li a:hover::before {
    -webkit-clip-path: circle(100% at 50% 100%);
    clip-path: circle(100% at 50% 100%)
}

main {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../assets/bc.jpg) center center no-repeat;
    background-size: cover
}

main::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(31,39,51,.9)
}

main .container,main .container-fluid {
    position: relative;
    z-index: 99
}

@media all and (max-height: 580px) {
    main {
        display:block;
        overflow-y: auto;
        height: auto;
        padding: 50px 0
    }
}
