@font-face {
    font-family: "Poppins" ;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Poppins-Regular.ttf) format('truetype')
}

@font-face {
    font-family: "Amillia Signature Regular";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/AmilliaSignature-Regular.otf) format('opentype')
}


html {
    font-size: 100%;
    scroll-behavior: smooth
}

body {
    background-color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000;
    font-family: Poppins;
    position: relative;
    height: 100%
}

.bg-darkgray {
    background: #222
}

.color-white {
    color: #fff
}

.color-purple {
    color: #520d4d
}

.color-darkgray {
    color: #222
}

.bg-gray {
    background: grey
}

.color-gray {
    color: grey
}

.color-black {
    color: #000
}

.color-yellow {
    color: #f3ce13;
}

a {
    color: #fff
}

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

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3em;
    color: #fff;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
}

h1 {
    font-size: 2.441em
}

h2 {
    font-size: 1.953em
}

h3 {
    font-size: 1.563em
}

h4 {
    font-size: 1.25em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: .8em
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
    text-decoration: none
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: inherit;
    text-decoration: none
}

.Headtitle {
    font-weight: 500;
    font-size: 2.75em;
    line-height: 1.25em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1366px) {
    .Headtitle {
        font-size: 3.25em
    }
}

@media only screen and (max-width: 1199px) {
    .Headtitle {
        font-size: 3em
    }
}

@media only screen and (max-width: 480px) {
    .Headtitle {
        font-size: 2.25em
    }
}

.Headsubtitle {
    font-weight: 500;
    font-size: 2em;
    line-height: 1.25em;
    margin-bottom: 15px;
    font-family: "Amillia Signature Regular";
    text-transform: uppercase
}

@media only screen and (max-width: 1366px) {
    .Headsubtitle {
        font-size: 22px
    }
}

@media only screen and (max-width: 1199px) {
    .Headsubtitle {
        font-size: 20px
    }
}

@media only screen and (max-width: 480px) {
    .Headsubtitle {
        font-size: 18px
    }
}

.title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.25em;
    margin-bottom: 15px;

}

@media only screen and (max-width: 1366px) {
    .title {
        font-size: 26px
    }
}

@media only screen and (max-width: 1199px) {
    .title {
        font-size: 24px
    }
}

@media only screen and (max-width: 480px) {
    .title {
        font-size: 20px
    }
}

.sub-title {
    text-align: right;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 15px;

}

@media only screen and (max-width: 1366px) {
    .sub-title {
        font-size: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .sub-title {
        font-size: 18px
    }
}

@media only screen and (max-width: 480px) {
    .sub-title {
        font-size: 16px
    }
}

.w-100 {
    font-weight: 100
}

.w-300 {
    font-weight: 300
}

.w-400 {
    font-weight: 400
}

.w-500 {
    font-weight: 500
}

.w-600 {
    font-weight: 700
}

.w-700 {
    font-weight: 700
}

.w-800 {
    font-weight: 800
}

.w-900 {
    font-weight: 900
}

.mr-0 {
    margin: 0
}

.mrt-0 {
    margin-top: 0
}

.mrb-0 {
    margin-bottom: 0
}

.mrl-0 {
    margin-left: 0
}

.mrr-0 {
    margin-right: 0
}

.mrt-5 {
    margin-top: 5px
}

.mrb-5 {
    margin-bottom: 5px
}

.mrl-5 {
    margin-left: 5px
}

.mrr-5 {
    margin-right: 5px
}

.mrt-10 {
    margin-top: 10px
}

.mrb-10 {
    margin-bottom: 10px
}

.mrl-10 {
    margin-left: 10px
}

.mrr-10 {
    margin-right: 10px
}

.mrt-15 {
    margin-top: 15px
}

.mrb-15 {
    margin-bottom: 15px
}

.mrl-15 {
    margin-left: 15px
}

.mrr-15 {
    margin-right: 15px
}

.mrt-20 {
    margin-top: 20px
}

.mrb-20 {
    margin-bottom: 20px
}

.mrl-20 {
    margin-left: 20px
}

.mrr-20 {
    margin-right: 20px
}

.mrt-25 {
    margin-top: 25px
}

.mrb-25 {
    margin-bottom: 25px
}

.mrl-25 {
    margin-left: 25px
}

.mrr-25 {
    margin-right: 25px
}

.mrt-30 {
    margin-top: 30px
}

.mrb-30 {
    margin-bottom: 30px
}

.mrl-30 {
    margin-left: 30px
}

.mrr-30 {
    margin-right: 30px
}

.mrt-35 {
    margin-top: 35px
}

.mrb-35 {
    margin-bottom: 35px
}

.mrl-35 {
    margin-left: 35px
}

.mrr-35 {
    margin-right: 35px
}

.mrt-40 {
    margin-top: 40px
}

.mrb-40 {
    margin-bottom: 40px
}

.mrl-40 {
    margin-left: 40px
}

.mrr-40 {
    margin-right: 40px
}

.mrt-45 {
    margin-top: 45px
}

.mrb-45 {
    margin-bottom: 45px
}

.mrl-45 {
    margin-left: 45px
}

.mrr-45 {
    margin-right: 45px
}

.mrt-50 {
    margin-top: 50px
}

.mrb-50 {
    margin-bottom: 50px
}

.mrl-50 {
    margin-left: 50px
}

.mrr-50 {
    margin-right: 50px
}

.mrt-55 {
    margin-top: 55px
}

.mrb-55 {
    margin-bottom: 55px
}

.mrl-55 {
    margin-left: 55px
}

.mrr-55 {
    margin-right: 55px
}

.mrt-60 {
    margin-top: 60px
}

.mrb-60 {
    margin-bottom: 60px
}

.mrl-60 {
    margin-left: 60px
}

.mrr-60 {
    margin-right: 60px
}

.mrt-75 {
    margin-top: 75px
}

.mrt-65 {
    margin-top: 65px
}

.mrb-65 {
    margin-bottom: 65px
}

.mrl-65 {
    margin-left: 65px
}

.mrr-65 {
    margin-right: 60px
}

.mrt-70 {
    margin-top: 70px
}

.mrb-70 {
    margin-bottom: 70px
}

.mrl-70 {
    margin-left: 70px
}

.mrr-70 {
    margin-right: 70px
}

.mrt-75 {
    margin-top: 75px
}

.mrb-75 {
    margin-bottom: 75px
}

.mrl-75 {
    margin-left: 75px
}

.mrr-75 {
    margin-right: 75px
}

.mrt-80 {
    margin-top: 80px
}

.mrb-80 {
    margin-bottom: 80px
}

.mrb-85 {
    margin-bottom: 85px
}

.mrl-80 {
    margin-left: 80px
}

.mrr-80 {
    margin-right: 80px
}

.mrt-90 {
    margin-top: 90px
}

.mrb-90 {
    margin-bottom: 90px
}

.mrl-90 {
    margin-left: 90px
}

.mrr-90 {
    margin-right: 90px
}

.mrt-100 {
    margin-top: 100px
}

.mrb-100 {
    margin-bottom: 100px
}

.mrl-100 {
    margin-left: 100px
}

.mrr-100 {
    margin-right: 100px
}

.mrt-105 {
    margin-top: 105px
}

.mrb-105 {
    margin-bottom: 105px
}

.mrl-105 {
    margin-left: 105px
}

.mrr-105 {
    margin-right: 105px
}

.mrt-120 {
    margin-top: 120px
}

.mrb-120 {
    margin-bottom: 120px
}

@media only screen and (max-width: 991px) {
    .mrb-120 {
        margin-bottom: 100px
    }
}

.mrl-120 {
    margin-left: 120px
}

.mrr-120 {
    margin-right: 120px
}

.mrb-145 {
    margin-bottom: 145px
}

.mrt-150 {
    margin-top: 150px
}

.mrt-200 {
    margin-top: 200px
}

.mrb-150 {
    margin-bottom: 150px
}

.mrb-155 {
    margin-bottom: 155px
}

.mrb-170 {
    margin-bottom: 170px
}

.mrb-175 {
    margin-bottom: 175px
}

.mrl-150 {
    margin-left: 150px
}

.mrr-150 {
    margin-right: 150px
}

.mrb-185 {
    margin-bottom: 185px
}

.mrb-190 {
    margin-bottom: 190px
}

.mrb-195 {
    margin-bottom: 195px
}

.mrb-200 {
    margin-bottom: 200px
}

@media only screen and (max-width: 991px) {
    .md-mrt-60 {
        margin-top: 60px
    }

    .md-mrb-60 {
        margin-bottom: 60px
    }

    .md-mrt-55 {
        margin-top: 55px
    }

    .md-mrb-55 {
        margin-bottom: 55px
    }

    .md-mrt-50 {
        margin-top: 50px
    }

    .md-mrb-50 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 768px) {
    .ms-mrt-60 {
        margin-top: 60px
    }

    .ms-mrb-60 {
        margin-bottom: 60px
    }

    .ms-mrt-55 {
        margin-top: 55px
    }

    .ms-mrb-55 {
        margin-bottom: 55px
    }

    .ms-mrt-50 {
        margin-top: 50px
    }

    .ms-mrb-50 {
        margin-bottom: 50px
    }
}

.ml-t-5 {
    margin-top: -5px
}

.ml-t-8 {
    margin-top: -8px
}

.ml-t-058p {
    margin-top: -.58%
}

.ml-t-10 {
    margin-top: -10px
}

.ml-t-15 {
    margin-top: -15px
}

.ml-t-20 {
    margin-top: -20px
}

.ml-t-25 {
    margin-top: -25px
}

.ml-t-30 {
    margin-top: -30px
}

.ml-t-35 {
    margin-top: -35px
}

.ml-t-40 {
    margin-top: -40px
}

.ml-t-45 {
    margin-top: -45px
}

.ml-t-50 {
    margin-top: -50px
}

.ml-t-55 {
    margin-top: -55px
}

.ml-t-60 {
    margin-top: -60px
}

.ml-t-75 {
    margin-top: -75px
}

.ml-t-90 {
    margin-top: -90px
}

.ml-t-105 {
    margin-top: -105px
}

.ml-t-120 {
    margin-top: -120px
}

.ml-t-135 {
    margin-top: -135px
}

.ml-t-150 {
    margin-top: -150px
}

.ml-t-165 {
    margin-top: -165px
}

.ml-t-180 {
    margin-top: -180px
}

.ml-t-195 {
    margin-top: -195px
}

.ml-t-210 {
    margin-top: -210px
}

.ml-t-225 {
    margin-top: -225px
}

.ml-b-5 {
    margin-bottom: -5px
}

.ml-b-10 {
    margin-bottom: -10px
}

.ml-b-15 {
    margin-bottom: -15px
}

.ml-b-20 {
    margin-bottom: -20px
}

.ml-b-25 {
    margin-bottom: -25px
}

.ml-b-30 {
    margin-bottom: -30px
}

.ml-b-35 {
    margin-bottom: -35px
}

.ml-b-40 {
    margin-bottom: -40px
}

.ml-b-45 {
    margin-bottom: -45px
}

.ml-b-50 {
    margin-bottom: -50px
}

.ml-b-55 {
    margin-bottom: -55px
}

.ml-b-60 {
    margin-bottom: -60px
}

.ml-b-75 {
    margin-bottom: -75px
}

.ml-b-80 {
    margin-bottom: -80px
}

.ml-b-90 {
    margin-bottom: -90px
}

.ml-b-105 {
    margin-bottom: -105px
}

.ml-b-120 {
    margin-bottom: -120px
}

.ml-b-135 {
    margin-bottom: -135px
}

.ml-bp-0933 {
    margin-bottom: -.933%
}

@media only screen and (max-width: 768px) {
    .mrb-m-30 {
        margin-bottom: 30px
    }

    .mrb-m-45 {
        margin-bottom: 45px
    }

    .mrb-m-60 {
        margin-bottom: 60px
    }

    .mr-m-0 {
        margin: 0
    }
}

.pd-0 {
    padding: 0
}

.pd-t-0 {
    padding-top: 0
}

.pd-b-0 {
    padding-bottom: 0
}

.pd-l-0 {
    padding-left: 0
}

.pd-r-0 {
    padding-right: 0
}

.pd-t-5 {
    padding-top: 5px
}

.pd-b-5 {
    padding-bottom: 5px
}

.pd-l-5 {
    padding-left: 5px
}

.pd-r-5 {
    padding-right: 5px
}

.pd-t-10 {
    padding-top: 10px
}

.pd-b-10 {
    padding-bottom: 10px
}

.pd-l-10 {
    padding-left: 10px
}

.pd-r-10 {
    padding-right: 10px
}

.pd-t-15 {
    padding-top: 15px
}

.pd-b-15 {
    padding-bottom: 15px
}

.pd-l-15 {
    padding-left: 15px
}

.pd-r-15 {
    padding-right: 15px
}

.pd-t-20 {
    padding-top: 20px
}

.pd-b-20 {
    padding-bottom: 20px
}

.pd-l-20 {
    padding-left: 20px
}

.pd-r-20 {
    padding-right: 20px
}

.pd-t-25 {
    padding-top: 25px
}

.pd-b-25 {
    padding-bottom: 25px
}

.pd-l-25 {
    padding-left: 25px
}

.pd-r-25 {
    padding-right: 25px
}

.pd-t-30 {
    padding-top: 30px
}

.pd-b-30 {
    padding-bottom: 30px
}

.pd-l-30 {
    padding-left: 30px
}

.pd-r-30 {
    padding-right: 30px
}

.pd-t-35 {
    padding-top: 35px
}

.pd-b-35 {
    padding-bottom: 35px
}

.pd-l-35 {
    padding-left: 35px
}

.pd-r-35 {
    padding-right: 35px
}

.pd-t-40 {
    padding-top: 40px
}

.pd-b-40 {
    padding-bottom: 40px
}

.pd-l-40 {
    padding-left: 40px
}

.pd-r-40 {
    padding-right: 40px
}

.pd-t-45 {
    padding-top: 45px
}

.pd-b-45 {
    padding-bottom: 45px
}

.pd-l-45 {
    padding-left: 45px
}

.pd-r-45 {
    padding-right: 45px
}

.pd-t-50 {
    padding-top: 50px
}

.pd-b-50 {
    padding-bottom: 50px
}

.pd-l-50 {
    padding-left: 50px
}

.pd-r-50 {
    padding-right: 50px
}

.pd-t-60 {
    padding-top: 60px
}

.pd-b-60 {
    padding-bottom: 60px
}

.pd-l-60 {
    padding-left: 60px
}

.pd-r-60 {
    padding-right: 60px
}

.pd-t-70 {
    padding-top: 70px
}

.pd-b-70 {
    padding-bottom: 70px
}

.pd-l-70 {
    padding-left: 70px
}

.pd-r-70 {
    padding-right: 70px
}

.pd-t-75 {
    padding-top: 75px
}

.pd-b-75 {
    padding-bottom: 75px
}

.pd-l-75 {
    padding-left: 75px
}

.pd-r-75 {
    padding-right: 75px
}

.ptb-80 {
    padding: 80px 0
}

.pd-t-80 {
    padding-top: 80px
}

.pd-b-80 {
    padding-bottom: 80px
}

.pd-l-80 {
    padding-left: 80px
}

.pd-r-80 {
    padding-right: 80px
}

.pd-t-90 {
    padding-top: 90px
}

.pd-b-90 {
    padding-bottom: 90px
}

.pd-l-90 {
    padding-left: 90px
}

.pd-r-90 {
    padding-right: 90px
}

.pd-t-100 {
    padding-top: 100px
}

@media only screen and (max-width: 575px) {
    .pd-t-100 {
        padding-top: 80px
    }
}

.pd-b-100 {
    padding-bottom: 100px
}

@media only screen and (max-width: 575px) {
    .pd-b-100 {
        padding-bottom: 80px
    }
}

.pd-l-100 {
    padding-left: 100px
}

.pd-r-100 {
    padding-right: 100px
}

.pd-t-105 {
    padding-top: 105px
}

.pd-b-105 {
    padding-bottom: 105px
}

.pd-l-105 {
    padding-left: 105px
}

.pd-r-105 {
    padding-right: 105px
}

.pd-t-130 {
    padding-top: 130px
}

@media only screen and (max-width: 1199px) {
    .pd-t-130 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 575px) {
    .pd-t-130 {
        padding-top: 80px
    }
}

.pd-b-130 {
    padding-bottom: 130px
}

@media only screen and (max-width: 1199px) {
    .pd-b-130 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 575px) {
    .pd-b-130 {
        padding-bottom: 80px
    }
}

.pd-l-130 {
    padding-left: 130px
}

.pd-r-130 {
    padding-right: 130px
}

.ptb-130 {
    padding: 130px 0
}

@media only screen and (max-width: 1199px) {
    .ptb-130 {
        padding: 100px 0
    }
}

@media only screen and (max-width: 575px) {
    .ptb-130 {
        padding: 80px 0
    }
}

.pd-t-135 {
    padding-top: 135px
}

.pd-b-135 {
    padding-bottom: 135px
}

.pd-l-135 {
    padding-left: 135px
}

.pd-r-135 {
    padding-right: 135px
}

.pd-t-140 {
    padding-top: 140px
}

.pd-b-140 {
    padding-bottom: 140px
}

.pd-l-140 {
    padding-left: 140px
}

.pd-r-140 {
    padding-right: 140px
}

.pd-t-150 {
    padding-top: 150px
}

.pd-b-150 {
    padding-bottom: 150px
}

.pd-l-150 {
    padding-left: 150px
}

.pd-r-150 {
    padding-right: 150px
}

.pd-t-165 {
    padding-top: 165px
}

.pd-b-165 {
    padding-bottom: 165px
}

.pd-l-165 {
    padding-left: 165px
}

.pd-r-165 {
    padding-right: 165px
}

.pd-t-180 {
    padding-top: 180px
}

.pd-b-170 {
    padding-bottom: 170px
}

.pd-b-180 {
    padding-bottom: 180px
}

.pd-l-180 {
    padding-left: 180px
}

.pd-r-180 {
    padding-right: 180px
}

.pd-t-195 {
    padding-top: 195px
}

.pd-b-195 {
    padding-bottom: 195px
}

.pd-l-195 {
    padding-left: 195px
}

.pd-r-195 {
    padding-right: 195px
}

.pd-t-200 {
    padding-top: 200px
}

.pd-b-200 {
    padding-bottom: 200px
}

.pd-l-200 {
    padding-left: 200px
}

.pd-r-200 {
    padding-right: 200px
}

.pd-t-205 {
    padding-top: 205px
}

.pd-b-205 {
    padding-bottom: 205px
}

.pd-l-205 {
    padding-left: 205px
}

.pd-r-205 {
    padding-right: 205px
}

.pd-t-210 {
    padding-top: 210px
}

.pd-t-220 {
    padding-top: 220px
}

.pd-b-220 {
    padding-bottom: 220px
}

.pd-l-220 {
    padding-left: 220px
}

.pd-r-220 {
    padding-right: 220px
}

.pd-t-225 {
    padding-top: 225px
}

.pd-b-225 {
    padding-bottom: 225px
}

.pd-l-225 {
    padding-left: 225px
}

.pd-r-225 {
    padding-right: 225px
}

.pd-t-235 {
    padding-top: 235px
}

.pd-b-235 {
    padding-bottom: 235px
}

.pd-l-235 {
    padding-left: 235px
}

.pd-r-235 {
    padding-right: 220px
}

.pd-t-240 {
    padding-top: 240px
}

.pd-t-255 {
    padding-top: 255px
}

@media only screen and (max-width: 992px) {
    .pm-tb-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 992px) {
    .pm-b-90 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width: 992px) {
    .pm-t-0 {
        padding-top: 0
    }
}

@media only screen and (max-width: 992px) {
    .pdmX-60 {
        padding: 60px
    }
}

@media only screen and (max-width: 768px) {
    .pdms-30 {
        padding: 30px
    }
}

.bg-overlay {
    background: rgba(0, 0, 0, .5);
    background-blend-mode: soft-light
}

.herosec > video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -5
}

.herosec {
    position: relative;
    height: 100vh
}

.herosec .Headtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%);
    font-size: 4em
}

.herosec .Headsubtitle {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 100%);
    font-size: 6em;
    font-weight: bold;
}

.herosec .sub-title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 500%);
}

.herosec a {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, 675%);


}

.aboutsec {
    background-image: url(../images/p/1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    overflow: hidden;
    background-size: cover;
    min-height: 100vh;
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: relative
}

.aboutsec .Headtitle, .gallerysec .Headtitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 70%);
    font-size: 6em
}

.aboutsec a, .gallerysec a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 350%);
    font-size: 3em
}

.gallerysec {
    background-image: url(../images/p/3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    overflow: hidden;
    background-size: cover;
    min-height: 100vh;
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: relative
}

.rewardssec {
    background-image: url(../images/p/29.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    overflow: hidden;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: relative
}

.workssec {
    background-image: url(../images/p/27.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    overflow: hidden;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: relative
}

@media only screen and (max-width: 480px) {
    .herosec .Headsubtitle {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, 5%);
        font-size: 2em
    }

    .herosec .Headtitle {
        position: absolute;
        top: 30%;
        left: 50%;
        font-size: 2.25em;
        transform: translate(-50%, -15%)
    }
}

@media only screen and (max-width: 768px) {
    .herosec {
        height: 65vh
    }

    .herosec .Headsubtitle {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, 25%);
        font-size: 3.5em
    }

    .herosec .Headtitle {
        position: absolute;
        top: 30%;
        left: 50%;
        font-size: 2.25em;
        transform: translate(-50%, -15%)
    }

    .aboutsec .Headtitle, .gallerysec .Headtitle {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, 55%);
        font-size: 2em
    }

    .herosec .sub-title {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, 500%)
    }

    .herosec a {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, 675%)
    }

    .aboutsec a, .gallerysec a {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, 450%);
        font-size: 1em;
    }

    .aboutsec, .gallerysec {
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: relative
    }
}

@media only screen and (max-width: 1366px) {
    .herosec {
        height: 100vh
    }

   /* .herosec .Headsubtitle {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, 180%);
        font-weight : bold;
        font-size: 4.75em
    }*/

    .herosec .Headtitle {
        position: absolute;
        top: 30%;
        left: 50%;
        font-size: 2em;
        transform: translate(-50%, -25%)
    }

    .herosec .sub-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -150%);
        font-size: 1em;
    }

    .herosec a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
        font-size: 1.5em;
    }

    .aboutsec .Headtitle, .gallerysec .Headtitle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 150%);
        font-size: 5em
    }

    .aboutsec a, .gallerysec a {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 900%);
        font-size: 1.5em;
    }

    .aboutsec, .gallerysec {
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: relative
    }
}

.portfolio-block.style-one {
    position: relative;
    padding-top: 100px;
    padding-bottom: 0
}

@media only screen and (max-width: 767px) {
    .portfolio-block.style-one {
        padding-top: 145px
    }
}

.portfolio-block .btn-more-area {
    margin-bottom: 85px
}

@media only screen and (max-width: 1199px) {
    .portfolio-block .btn-more-area {
        margin-bottom: 70px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio-block .btn-more-area {
        margin-bottom: 63px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-block .btn-more-area {
        margin-bottom: 45px;
        margin-top: -15px
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-block .btn-more-area.text-right {
        text-align: center !important
    }
}

.portfolio-block .portfolio-scroll-slider .swiper-wrapper {
    margin-bottom: 55px
}

@media only screen and (max-width: 767px) {
    .portfolio-block .portfolio-scroll-slider .swiper-wrapper {
        margin-bottom: 40px
    }
}

.portfolio-block .portfolio-scroll-slider.swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    height: 8px;
    width: 100%;
    background-color: rgba(153, 153, 153, .1)
}

@media only screen and (max-width: 767px) {
    .portfolio-block .portfolio-scroll-slider.swiper-container-horizontal > .swiper-scrollbar {
        height: 5px
    }
}

.portfolio-block .portfolio-scroll-slider .swiper-scrollbar-drag {
    background-color: #999
}

@media only screen and (min-width: 576px) {
    .portfolio-block .no-gutters {
        padding-left: 0;
        padding-right: 0
    }
}

.portfolio-block .no-gutters .row {
    margin-left: 0;
    margin-right: 0
}

.portfolio-block .no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.portfolio-item {
    position: relative;
    min-height: 100px;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 0;
    border-radius: 11px;
    overflow: hidden
}

.portfolio-item .portfolio-thumb > img {
    width: 100%;
    -webkit-transition: ease-in-out .4s;
    transition: ease-in-out .4s
}

.portfolio-item .portfolio-thumb .overlay-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area {
    position: absolute;
    bottom: 40px;
    left: 30px;
    opacity: 0;
    -webkit-transition: all .35s;
    transition: all .35s
}

@media only screen and (max-width: 767px) {
    .portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area {
        left: 20px
    }
}

.portfolio-item .portfolio-thumb .overlay-wrapper .read-more-area .read-more-text {
    color: #fff
}

.portfolio-item .portfolio-thumb .overlay-wrapper .links > a {
    font-size: 24px;
    position: absolute;
    z-index: 2;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-transition: all .35s;
    transition: all .35s;
    opacity: 0
}

.portfolio-item .portfolio-thumb .overlay-wrapper .links > a.popup-image {
    bottom: 27px;
    right: 0
}

@media only screen and (max-width: 1366px) {
    .portfolio-item .portfolio-thumb .overlay-wrapper .links > a.popup-image {
        bottom: 25px
    }
}

@media only screen and (max-width: 420px) {
    .portfolio-item .portfolio-thumb .overlay-wrapper .links > a.popup-image {
        bottom: 18px
    }
}

.portfolio-item .portfolio-thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    border-radius: 8px;
    cursor: pointer;
}

.portfolio-item .portfolio-info {
    position: absolute;
    top: 25px;
    left: 30px;
}

@media only screen and (max-width: 1366px) {
    .portfolio-item .portfolio-info {
        top: 20px;
        left: 25px
    }
}

@media only screen and (max-width: 420px) {
    .portfolio-item .portfolio-info {
        top: 15px;
        left: 20px
    }
}

.portfolio-item .portfolio-info > div {
    overflow: hidden
}

.portfolio-item .portfolio-info .heading {
    font-size: 30px;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 1.2;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media only screen and (max-width: 1366px) {
    .portfolio-item .portfolio-info .heading {
        font-size: 24px
    }
}

@media only screen and (max-width: 575px) {
    .portfolio-item .portfolio-info .heading {
        font-size: 20px
    }
}

.portfolio-item .portfolio-info .heading a:focus, .portfolio-item .portfolio-info .heading a:hover {
    opacity: .8
}

.portfolio-item:hover .portfolio-thumb > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.portfolio-item:hover .portfolio-thumb .overlay {
    opacity: .85;
    visibility: visible
}

.portfolio-item:hover .portfolio-thumb .overlay-wrapper .read-more-area {
    opacity: 1;
    bottom: 50px
}

@media only screen and (max-width: 767px) {
    .portfolio-item:hover .portfolio-thumb .overlay-wrapper .read-more-area {
        bottom: 30px
    }
}

.portfolio-item:hover .portfolio-thumb .overlay-wrapper .links > a {
    opacity: 1;
    visibility: visible
}

.portfolio-item:hover .portfolio-thumb .overlay-wrapper .links > a.popup-image {
    right: 30px
}

@media only screen and (max-width: 1366px) {
    .portfolio-item:hover .portfolio-thumb .overlay-wrapper .links > a.popup-image {
        right: 25px
    }
}

@media only screen and (max-width: 420px) {
    .portfolio-item:hover .portfolio-thumb .overlay-wrapper .links > a.popup-image {
        right: 20px
    }
}

.portfolio-item:hover .portfolio-info .cat, .portfolio-item:hover .portfolio-info .heading {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-item:hover .portfolio-info .heading {
    opacity: 1
}

.portfolio-item:hover .portfolio-info .cat {
    opacity: .85
}

.hidden {
    z-index: 10
}

#abouttalk {
    position: relative;
    top: 25px;
    height: 110%;
    width: 100%
}

#galleryhide {
    height: 100%;
    position: relative;
    top: 25px
}

.front {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    animation: clip-anim 4s cubic-bezier(.88, -.01, .07, 1.01) 4s;
    animation-fill-mode: forwards;
    z-index: 10000
}


@keyframes clip-anim {
    0% {
        clip-path: circle(130% at 100% 100%);
        -webkit-clip-path: circle(130% at 100% 100%)
    }
    100% {
        clip-path: circle(60px at calc(100% - 70px) 60px);
        -webkit-clip-path: circle(60px at calc(100% - 70px) 60px)
    }
}

.svg-container {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 100%
}

.small-svg {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, 18%);
    width: 70px;
    height: 70px
}

.small-svg a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000
}

.small-svg svg {
    width: 100%;
    height: 100%;
    transform: scale(2.5)
}

.small-svg .path-2 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-svg 10s ease-in-out 7s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.small-svg .path-3 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-svg2 10s ease-in-out 7s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.small-svg .path-4 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-svg3 10s ease-in-out 7s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.small-svg .path-5 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-svg4 10s ease-in-out 7s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.small-svg .path-6 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-svg5 10s ease-in-out 7s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.small-svg .path-7 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-svg6 10s ease-in-out 7s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.small-svg .path-8 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-svg7 10s ease-in-out 7s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.small-svg .path-9 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-svg8 10s ease-in-out 7s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.small-svg .path-10 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-svg9 10s ease-in-out 7s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.svg-container .svg {
    width: 100%;
    height: 100%
}

.svg-container .path-1 {
    stroke: #fff;
    stroke-dasharray: 4446;
    animation: draw 4s cubic-bezier(1, .01, 0, 1.04)
}

.svg-container .path-2 {
    fill: rgba(250, 250, 250, 0);
    animation: neon 5s cubic-bezier(1, .01, 0, 1.04);
    animation-fill-mode: both
}

.svg-container .path-3 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-1 5s cubic-bezier(1, .01, 0, 1.04);
    animation-fill-mode: both
}

.svg-container .path-4 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-2 5s cubic-bezier(1, .01, 0, 1.04);
    animation-fill-mode: both
}

.svg-container .path-5 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-3 5s cubic-bezier(1, .01, 0, 1.04);
    animation-fill-mode: both
}

.svg-container .path-6 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-4 5s cubic-bezier(1, .01, 0, 1.04);
    animation-fill-mode: both
}

.svg-container .path-7 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-5 5s cubic-bezier(1, .01, 0, 1.04);
    animation-fill-mode: both
}

.svg-container .path-8 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-6 5s cubic-bezier(1, .01, 0, 1.04);
    animation-fill-mode: both
}

.svg-container .path-9 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-7 5s cubic-bezier(1, .01, 0, 1.04);
    animation-fill-mode: both
}

.svg-container .path-10 {
    fill: rgba(250, 250, 250, 0);
    animation: neon-8 5s cubic-bezier(1, .01, 0, 1.04);
    animation-fill-mode: both
}

@keyframes draw-2 {
    0% {
        stroke-dashoffset: 4446
    }
    50% {
        stroke-dashoffset: 0
    }
    100% {
        stroke-dashoffset: 4446
    }
}

@keyframes draw {
    0% {
        stroke-dashoffset: 4446
    }
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes neon {
    0% {
        fill: rgba(212, 166, 144, 0)
    }
    85% {
        fill: rgba(212, 166, 144, 0)
    }
    86% {
        fill: #d4a690
    }
    90% {
        fill: rgba(212, 166, 144, .8)
    }
    93% {
        fill: #d4a690
    }
    96% {
        fill: rgba(212, 166, 144, .8)
    }
    100% {
        fill: #d4a690
    }
}

@keyframes neon-1 {
    0% {
        fill: rgba(54, 28, 28, 0)
    }
    85% {
        fill: rgba(54, 28, 28, 0)
    }
    86% {
        fill: #361c1d
    }
    90% {
        fill: rgba(54, 28, 28, .8)
    }
    93% {
        fill: #361c1d
    }
    96% {
        fill: rgba(54, 28, 28, .8)
    }
    100% {
        fill: #361c1d
    }
}

@keyframes neon-2 {
    0% {
        fill: rgba(54, 88, 153, 0)
    }
    85% {
        fill: rgba(54, 88, 153, 0)
    }
    86% {
        fill: #365899
    }
    90% {
        fill: rgba(54, 88, 153, .8)
    }
    93% {
        fill: #365899
    }
    96% {
        fill: rgba(54, 88, 153, .8)
    }
    100% {
        fill: #365899
    }
}

@keyframes neon-3 {
    0% {
        fill: rgba(144, 83, 55, 0)
    }
    85% {
        fill: rgba(144, 83, 55, 0)
    }
    86% {
        fill: #905337
    }
    90% {
        fill: rgba(144, 83, 55, .8)
    }
    93% {
        fill: #905337
    }
    96% {
        fill: rgba(144, 83, 55, .8)
    }
    100% {
        fill: #905337
    }
}

@keyframes neon-4 {
    0% {
        fill: rgba(52, 65, 113, 0)
    }
    85% {
        fill: rgba(52, 65, 113, 0)
    }
    86% {
        fill: #344171
    }
    90% {
        fill: rgba(52, 65, 113, .8)
    }
    93% {
        fill: #344171
    }
    96% {
        fill: rgba(52, 65, 113, .8)
    }
    100% {
        fill: #344171
    }
}

@keyframes neon-5 {
    0% {
        fill: rgba(101, 53, 38, 0)
    }
    85% {
        fill: rgba(101, 53, 38, 0)
    }
    86% {
        fill: #653526
    }
    90% {
        fill: rgba(101, 53, 38, .8)
    }
    93% {
        fill: #653526
    }
    96% {
        fill: rgba(101, 53, 38, .8)
    }
    100% {
        fill: #653526
    }
}

@keyframes neon-6 {
    0% {
        fill: rgba(154, 174, 194, 0)
    }
    85% {
        fill: rgba(154, 174, 194, 0)
    }
    86% {
        fill: #9aaec2
    }
    90% {
        fill: rgba(154, 174, 194, .8)
    }
    93% {
        fill: #9aaec2
    }
    96% {
        fill: rgba(154, 174, 194, .8)
    }
    100% {
        fill: #9aaec2
    }
}

@keyframes neon-7 {
    0% {
        fill: rgba(107, 100, 113, 0)
    }
    85% {
        fill: rgba(107, 100, 113, 0)
    }
    86% {
        fill: #6b6471
    }
    90% {
        fill: rgba(107, 100, 113, .8)
    }
    93% {
        fill: #6b6471
    }
    96% {
        fill: rgba(107, 100, 113, .8)
    }
    100% {
        fill: #6b6471
    }
}

@keyframes neon-8 {
    0% {
        fill: rgba(174, 84, 82, 0)
    }
    85% {
        fill: rgba(174, 84, 82, 0)
    }
    86% {
        fill: #ae5452
    }
    90% {
        fill: rgba(174, 84, 82, .8)
    }
    93% {
        fill: #ae5452
    }
    96% {
        fill: rgba(174, 84, 82, .8)
    }
    100% {
        fill: #ae5452
    }
}

@keyframes neon-svg {
    0% {
        fill: rgba(255, 255, 255, 0)
    }
    15% {
        fill: rgba(255, 255, 255, 0)
    }
    25% {
        fill: #fff
    }
    30% {
        fill: rgba(255, 255, 255, 0.4)
    }
    45% {
        fill: #fff
    }
    50% {
        fill: rgba(255, 255, 255, 0.4)
    }
    70% {
        fill: rgba(255, 255, 255, 0.4)
    }
    85% {
        fill: rgba(255, 255, 255, 0)
    }
    86% {
        fill: #fff
    }
    90% {
        fill: rgba(255, 255, 255, 0.4)
    }
    93% {
        fill: #fff
    }
    96% {
        fill: rgba(255, 255, 255, 0.8)
    }
    100% {
        fill: #fff
    }
}

@keyframes neon-svg2 {
    0% {
        fill: rgba(54, 28, 28, 0)
    }
    15% {
        fill: rgba(54, 28, 28, 0)
    }
    25% {
        fill: #361c1d
    }
    30% {
        fill: rgba(54, 28, 28, .4)
    }
    45% {
        fill: #361c1d
    }
    50% {
        fill: rgba(54, 28, 28, .4)
    }
    70% {
        fill: rgba(54, 28, 28, .4)
    }
    85% {
        fill: rgba(54, 28, 28, 0)
    }
    86% {
        fill: #361c1d
    }
    90% {
        fill: rgba(54, 28, 28, .8)
    }
    93% {
        fill: #361c1d
    }
    96% {
        fill: rgba(54, 28, 28, .8)
    }
    100% {
        fill: #361c1d
    }
}

@keyframes neon-svg3 {
    0% {
        fill: rgba(54, 88, 153, 0)
    }
    15% {
        fill: rgba(54, 88, 153, 0)
    }
    25% {
        fill: #365899
    }
    30% {
        fill: rgba(54, 88, 153, .4)
    }
    45% {
        fill: #365899
    }
    50% {
        fill: rgba(54, 88, 153, .4)
    }
    70% {
        fill: rgba(54, 88, 153, .4)
    }
    85% {
        fill: rgba(54, 88, 153, 0)
    }
    86% {
        fill: #365899
    }
    90% {
        fill: rgba(54, 88, 153, .8)
    }
    93% {
        fill: #365899
    }
    96% {
        fill: rgba(54, 88, 153, .8)
    }
    100% {
        fill: #365899
    }
}

@keyframes neon-svg4 {
    0% {
        fill: rgba(144, 83, 55, 0)
    }
    15% {
        fill: rgba(144, 83, 55, 0)
    }
    25% {
        fill: #905337
    }
    30% {
        fill: rgba(144, 83, 55, .4)
    }
    45% {
        fill: rgba(144, 83, 55, 0)
    }
    50% {
        fill: rgba(144, 83, 55, .4)
    }
    70% {
        fill: rgba(144, 83, 55, .4)
    }
    85% {
        fill: rgba(144, 83, 55, 0)
    }
    86% {
        fill: #905337
    }
    90% {
        fill: rgba(144, 83, 55, .8)
    }
    93% {
        fill: #905337
    }
    96% {
        fill: rgba(144, 83, 55, .8)
    }
    100% {
        fill: #905337
    }
}

@keyframes neon-svg4 {
    0% {
        fill: rgba(52, 65, 113, 0)
    }
    15% {
        fill: rgba(52, 65, 113, 0)
    }
    25% {
        fill: #344171
    }

    30% {
        fill: rgba(52, 65, 113, 0.4)
    }

    45% {
        fill: #344171
    }

    50% {
        fill: rgba(52, 65, 113, 0.4)
    }

    70% {
        fill: rgba(52, 65, 113, 0.4)
    }
    85% {
        fill: rgba(52, 65, 113, 0)
    }
    86% {
        fill: #344171
    }
    90% {
        fill: rgba(52, 65, 113, .8)
    }
    93% {
        fill: #344171
    }
    96% {
        fill: rgba(52, 65, 113, .8)
    }
    100% {
        fill: #344171
    }
}

@keyframes neon-svg5 {
    0% {
        fill: rgba(101, 53, 38, 0)
    }
    15% {
        fill: rgba(101, 53, 38, 0)
    }
    25% {
        fill: #653526
    }
    30% {
        fill: rgba(101, 53, 38, 0.4)
    }
    45% {
        fill: #653526
    }
    50% {
        fill: rgba(101, 53, 38, 0.4)
    }
    70% {
        fill: rgba(101, 53, 38, 0.4)
    }
    85% {
        fill: rgba(101, 53, 38, 0)
    }
    86% {
        fill: #653526
    }
    90% {
        fill: rgba(101, 53, 38, .8)
    }
    93% {
        fill: #653526
    }
    96% {
        fill: rgba(101, 53, 38, .8)
    }
    100% {
        fill: #653526
    }
}

@keyframes neon-svg6 {
    0% {
        fill: rgba(154, 174, 194, 0)
    }
    15% {
        fill: rgba(154, 174, 194, 0)
    }
    25% {
        fill: #9aaec2
    }
    30% {
        fill: rgba(154, 174, 194, 0.4)
    }
    45% {
        fill: #9aaec2
    }
    85% {
        fill: rgba(154, 174, 194, 0)
    }
    50% {
        fill: rgba(154, 174, 194, 0.4)
    }
    70% {
        fill: rgba(154, 174, 194, 0.4)
    }
    85% {
        fill: rgba(154, 174, 194, 0)
    }
    86% {
        fill: #9aaec2
    }
    90% {
        fill: rgba(154, 174, 194, .8)
    }
    93% {
        fill: #9aaec2
    }
    96% {
        fill: rgba(154, 174, 194, .8)
    }
    100% {
        fill: #9aaec2
    }
}

@keyframes neon-svg7 {
    0% {
        fill: rgba(107, 100, 113, 0)
    }
    15% {
        fill: rgba(107, 100, 113, 0)
    }
    25% {
        fill: #6b6471
    }
    30% {
        fill: rgba(107, 100, 113, 0.4)
    }
    45% {
        fill: #6b6471
    }
    50% {
        fill: rgba(107, 100, 113, 0.4)
    }
    70% {
        fill: rgba(107, 100, 113, 0.4)
    }

    85% {
        fill: rgba(107, 100, 113, 0)
    }
    86% {
        fill: #6b6471
    }
    90% {
        fill: rgba(107, 100, 113, .8)
    }
    93% {
        fill: #6b6471
    }
    96% {
        fill: rgba(107, 100, 113, .8)
    }
    100% {
        fill: #6b6471
    }
}

@keyframes neon-svg8 {
    0% {
        fill: rgba(174, 84, 82, 0)
    }
    15% {
        fill: rgba(174, 84, 82, 0)
    }
    25% {
        fill: #ae5452
    }
    30% {
        fill: rgba(174, 84, 82, .4)
    }
    45% {
        fill: #ae5452
    }
    50% {
        fill: rgba(174, 84, 82, .4)
    }
    70% {
        fill: rgba(174, 84, 82, .4)
    }
    85% {
        fill: rgba(174, 84, 82, 0)
    }
    86% {
        fill: #ae5452
    }
    90% {
        fill: rgba(174, 84, 82, 0.8)
    }
    93% {
        fill: #ae5452
    }
    96% {
        fill: rgba(174, 84, 82, 0.8)
    }
    100% {
        fill: #ae5452
    }
}

.front h3 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "Amillia Signature Regular";
    text-align: center;
    letter-spacing: 15px
}

@media only screen and (max-width: 1024px) {
    .front {
        position: fixed;
        display: flex;
        justify-content: flex-end;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #222;
        animation: clip-anim 4s cubic-bezier(.88, -.01, .07, 1.01) 4s;
        animation-fill-mode: forwards;
        z-index: 10000
    }

    @keyframes clip-anim {
        0% {
            clip-path: circle(70.7% at 50% 50%);
            -webkit-clip-path: circle(70.7% at 50% 50%)
        }
        100% {
            clip-path: circle(40px at calc(100% - 40px) 40px);
            -webkit-clip-path: circle(40px at calc(100% - 40px) 40px)
        }
    }.svg-container {
         position: absolute;
         top: 40%;
         left: 50%;
         transform: translate(-50%, -50%);
         width: 50%;
         height: 50%
     }

    .small-svg {
        position: absolute;
        top: -10px;
        right: -5px;
        transform: translate(-50%, 18%);
        width: 45px;
        height: 55px
    }

    .small-svg a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10000
    }

    .small-svg svg {
        width: 100%;
        height: 100%;
        transform: scale(2)
    }

    .small-svg .path-2 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-svg 10s ease-in-out 7s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .small-svg .path-3 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-svg2 10s ease-in-out 7s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .small-svg .path-4 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-svg3 10s ease-in-out 7s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .small-svg .path-5 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-svg4 10s ease-in-out 7s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .small-svg .path-6 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-svg5 10s ease-in-out 7s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .small-svg .path-7 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-svg6 10s ease-in-out 7s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .small-svg .path-8 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-svg7 10s ease-in-out 7s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .small-svg .path-9 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-svg8 10s ease-in-out 7s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .small-svg .path-10 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-svg9 10s ease-in-out 7s;
        animation-fill-mode: both;
        animation-iteration-count: infinite
    }

    .svg-container .svg {
        width: 100%;
        height: 100%
    }

    .svg-container .path-1 {
        stroke: #fff;
        stroke-dasharray: 4446;
        animation: draw 4s cubic-bezier(1, .01, 0, 1.04)
    }

    svg-container .path-2 {
        fill: rgba(250, 250, 250, 0);
        animation: neon 5s cubic-bezier(1, .01, 0, 1.04);
        animation-fill-mode: both
    }

    .svg-container .path-3 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-1 5s cubic-bezier(1, .01, 0, 1.04);
        animation-fill-mode: both
    }

    .svg-container .path-4 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-2 5s cubic-bezier(1, .01, 0, 1.04);
        animation-fill-mode: both
    }

    .svg-container .path-5 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-3 5s cubic-bezier(1, .01, 0, 1.04);
        animation-fill-mode: both
    }

    .svg-container .path-6 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-4 5s cubic-bezier(1, .01, 0, 1.04);
        animation-fill-mode: both
    }

    .svg-container .path-7 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-5 5s cubic-bezier(1, .01, 0, 1.04);
        animation-fill-mode: both
    }

    .svg-container .path-8 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-6 5s cubic-bezier(1, .01, 0, 1.04);
        animation-fill-mode: both
    }

    .svg-container .path-9 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-7 5s cubic-bezier(1, .01, 0, 1.04);
        animation-fill-mode: both
    }

    .svg-container .path-10 {
        fill: rgba(250, 250, 250, 0);
        animation: neon-8 5s cubic-bezier(1, .01, 0, 1.04);
        animation-fill-mode: both
    }

    @keyframes draw-2 {
        0% {
            stroke-dashoffset: 4446
        }
        50% {
            stroke-dashoffset: 0
        }
        100% {
            stroke-dashoffset: 4446
        }
    }@keyframes draw {
         0% {
             stroke-dashoffset: 4446
         }
         100% {
             stroke-dashoffset: 0
         }
     }.front h3 {
          position: absolute;
          top: 51%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #fff;
          font-family: "Amillia Signature Regular";
          text-align: center;
          letter-spacing: 15px
      }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #222;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px
}

.sidenav a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    font-size: 1.5em;
    line-height: 1.75
}

.sidenav a:hover {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px
    }

    .sidenav a {
        font-size: 18px
    }
}

.menu {
    color: #fff;
    padding: 10px 0 0 20px;
    position: fixed;
    top: 10px;
    z-index: 1028
}

.color-facebook {
    color: #4267b2
}

.color-twitter {
    color: #1da1f2
}

.color-imdb {
    color: #f3ce13
}

.color-insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    border-radius: 25px
}

.facebook:hover {
    background: #4267b2;
    color: #fff;
    border-radius: 10px
}

.twitter:hover {
    background: #1da1f2;
    color: #fff;
    border-radius: 10px
}

.imdb:hover {
    background: #f3ce13;
    color: #fff;
    border-radius: 10px;
    color: #fff
}

.instsgram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    color: #fff;
    border-radius: 10px
}


.loader_bg {
    position: fixed;
    z-index: 99999;
    background: #222;
    width: 100%;
    height: 100%;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after {
    content: '';
    border: 1em solid #fff;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


.close {
    position: absolute;
    top: 150px;
    right: 50px;
    cursor: pointer;
    max-width: 30px;
    filter: invert(1);

}

.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
}

.trailer.active {
    visibility: visible;
    opacity: 1;
}

.trailer video {
    position: relative;
    width: 75%;
    outline: none;
}

.trailer2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
}

.trailer2.active {
    visibility: visible;
    opacity: 1;
}

.trailer2 video {
    position: relative;
    width: 75%;
    outline: none;
}

.trailer3 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
}

.trailer3.active {
    visibility: visible;
    opacity: 1;
}

.trailer3 video {
    position: relative;
    width: 75%;
    outline: none;
}

.trailer4 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
}

.trailer4.active {
    visibility: visible;
    opacity: 1;
}

.trailer4 video {
    position: relative;
    width: 75%;
    outline: none;
}

.trailer5 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
}

.trailer5.active {
    visibility: visible;
    opacity: 1;
}

.trailer5 video {
    position: relative;
    width: 75%;
    outline: none;
}


.trailer6 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
}

.trailer6.active {
    visibility: visible;
    opacity: 1;
}

.trailer6 video {
    position: relative;
    width: 75%;
    outline: none;
}



@media only screen and(max-width: 981px) {
    .trailer video {
        max-width: 75%;
    }

    .trailer2 video {
        max-width: 75%;
    }

    .trailer3 video {
        max-width: 75%;
    }

    .trailer4 video {
        max-width: 75%;
    }

    .trailer5 video {
        max-width: 75%;
    }

    .traile6 video {
        max-width: 75%;
    }
}