body {
    margin: 0;
    padding: 0;
}

#intro {
    height: 100vh;
    width: 100%;
    position: relative;
    background-image: url('../assets/intro.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#header {
    position: absolute;
    height: 70px;
    width: 100%;
    z-index: 999;
    transition: .5s;
}

#logo {
    display: none;
    position: absolute;
    left: 100px;
    top: 10px;
    transition: .4s;
}

#logo img {
    height: 60px;
}

#open-close {
    display: none;
    width: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999999;
}

.o-c-item {
    height: 2px;
    width: 30px;
    background-color: #fff;
    margin: 6px 0;
    transition: .4s;
}

.o-c-item:nth-child(2) {
    height: 2px;
    width: 25px;
    margin-left: 155px;
    background-color: #fff;
    margin: 6px 0;
    transform: translate(4px, 0);
}

.change.o-c-item:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-7px, 5px);
}

.change.o-c-item:nth-child(2) {
    opacity: 0;
}

.change.o-c-item:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-5px, -5px);
}

#wrapper {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.active-wrapper {
    display: block !important;
}

#off-canvas-menu {
    display: block;
    width: 90%;
    position: fixed;
    margin-top: 25%;
    right: -90%;
    background-color: #0D101C;
    z-index: 999999999;
    transition: .3s;
}

.off-canvas-pages {
    text-align: center;
    position: relative;
}

.off-canvas-pages ul {
    margin: 50px 0;
    padding: 0;
}

.off-canvas-pages li {
    display: inline-block;
    margin: 30px;
    list-style: none;
}

.off-canvas-pages a {
    text-decoration: none;
    background: linear-gradient(180deg, rgba(31, 161, 198, 1) 74%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    transition: border-top .6s ease-in-out;
}

.off-canvas-pages a {
    text-decoration: none;
    color: white;
    position: relative;
}

.active-page {
    background: linear-gradient(180deg, rgba(216, 30, 91, 1) 74%, rgba(255, 255, 255, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
     -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.show {
    right: 0 !important;
    margin-top: 25% !important;
}

#intro h4 {
    transition: .4s;
    position: absolute;
    font-size: 117px;
    font-family: 'Archivo Black', sans-serif;
    color: #F6F6F7;
    z-index: 1;
    top: 50vh;
    margin-left: .5%;
}

#intro-img {
    width: 50%;
    position: relative;
    float: left;
}

#intro-img img {
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    object-fit: cover;
}

#intro-content {
    display: inline-block;
    position: relative;
    width: 50%;
}

#nav-menu {
    width: 50%;
    position: relative;
    top: 15px;
    left: 49%;
    text-align: center;
}

#nav-menu ul {
    padding: 0;
    margin-left: 65px;
}

#nav-menu li {
    display: inline-block;
    margin-right: 20px;
}

#nav-menu a {
    text-decoration:none;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Darker Grotesque', sans-serif;
    background: linear-gradient(180deg, rgba(31, 161, 198, 1) 74%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

#nav-menu li:nth-child(1) a {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Darker Grotesque', sans-serif;
    background: linear-gradient(180deg, rgba(216, 30, 91, 1) 74%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

#join-us {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    position: relative;
    top: 250px;
}

#join-us h6 {
    width: 30%;
    color: #F6F6F7;
    font-size: 70px;
    font-weight: 700;
    font-family: 'Darker Grotesque', sans-serif;
    margin: -115px 0 0 0;
}

button {
    width: 180px;
    height: 70px;
    background: linear-gradient(97.55deg, #D81E5B 24.48%, #1FA1C6 100%);
    color: #F6F6F7;
    font-size: 36px;
    font-weight: 700;
    cursor: pointer;
}


/* What We Offer Section */

#what-we-offer {
    width: 100%;
    position: relative;
    background-image: url('../assets/small/what-we-offer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#w-w-o-frame {
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.78);
    position: relative;
    padding-bottom: 40px;
}

#w-w-o-frame h2 {
    font-family: 'Viga', sans-serif;
    font-size: 64px;
    color: #F6F6F7;
    margin: 0;
    position: relative;
    top: 50px;
}

#offer-content {
    position: relative;
    margin-top: 90px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.offer-item {
    width: 20%;
}

.offer-item img {
    width: 100px;
    width: 100px;
    position: relative;
    display: block;
    margin: auto;
}

.offer-item h3 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Darker Grotesque', sans-serif;
    color: #F6F6F7;
    margin: 0;
}

.offer-item p {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Darker Grotesque', sans-serif;
    color: #F6F6F7;
}


/* What We Offer Section End */


/* Our Team */

#our-team {
    text-align: center;
    padding: 0 25px;
    width: calc(100% - 50px);
    position: relative;
    background-color: #0D101C;
    padding-bottom: 100px;
}

#our-team h2 {
    font-family: 'Viga', sans-serif;
    font-size: 64px;
    color: #F6F6F7;
    margin: 0 0 80px 0;
    position: relative;
    top: 50px;
}

#team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 200px);
    grid-gap: 25px;
}

#team img {
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
}

.team-leader {
    grid-area: span 3;
}

.team-item {
    position: relative;
    grid-area: span 2;
}

#leader-promotion {
    grid-area: span 2;
    text-align: center;
    position: relative;
}

#leader-promotion h3 {
    transition: .3s;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Darker Grotesque', sans-serif;
    color: #F6F6F7;
}

#leader-promotion h4 {
    transition: .3s;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Darker Grotesque', sans-serif;
    color: #F6F6F7;
}

#leader-promotion p {
    transition: .3s;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Darker Grotesque', sans-serif;
    color: #F6F6F7;
}

#team-leader-social {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#team-leader-social img {
    width: 40px;
    cursor: pointer;
}

.fake-team-info {
    height: 0;
    margin: 0;
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, rgba(31, 161, 198, 1) 50%, rgba(255, 255, 255, 1) 100%);
    transition: all .3s ease;
    z-index: 3;
    bottom: 0;
}

.team-info {
    padding: 0 20px 20px 20px;
    display: none;
    margin: 0;
    width: calc(100% - 40px);
    position: absolute;
    background: linear-gradient(180deg, rgba(31, 161, 198, 1) 30%, rgba(255, 255, 255, 1) 100%);
    z-index: 4;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.team-info h3 {
    transition: .3s;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Darker Grotesque', sans-serif;
    color: #0D101C;
    margin: 0;
}

.team-info h4 {
    transition: .3s;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Darker Grotesque', sans-serif;
    color: #0D101C;
    margin: 0;
}

.team-info p {
    transition: .3s;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Darker Grotesque', sans-serif;
    color: #0D101C;
}

.team-social {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.team-social img {
    width: 40px !important;
    height: 40px !important;
    cursor: pointer;
}

.team-button {
    width: 100px;
    height: 40px;
    font-size: 15px;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 50px);
    transition: .3s;
}


/* Our Team End */


/* PRICE SECTION */

#price {
    width: 100%;
    text-align: center;
    position: relative;
    background: linear-gradient(283.28deg, #1FA1C6 20.31%, #D81E5B 73.09%);
    padding-bottom: 100px;
}

#price h2 {
    font-family: 'Viga', sans-serif;
    font-size: 64px;
    color: #F6F6F7;
    margin: 0 0 0px 0;
    position: relative;
    top: 50px;
}

#price-items {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.price-item h4 {
    margin-bottom: 0;
    font-family: 'Darker Grotesque', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    text-align: center;
    color: #F6F6F7;
}

.inside-item {
    width: 350px;
    position: relative;
    transition: .4s;
    border-radius: 20px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.inside-item:hover {
    clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
}

.inside-item h3 {
    font-size: 64px;
    font-weight: 400;
    font-family: 'Archivo Black', sans-serif;
    color: #F6F6F7;
    margin: 10px 0 0 10px;
}

.inside-item p {
    color: #F6F6F7;
    font-family: 'Darker Grotesque', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.price-item:nth-child(1) .inside-item {
    background-color: #1FA1C6;
}

.price-item:nth-child(2) .inside-item {
    background-color: #0D101C;
}

.price-item:nth-child(3) .inside-item {
    background-color: #D81E5B;
}

.price-item button {
    font-size: 18px;
    height: 60px;
    background: #0D101C;
}

.price-item:nth-child(2) button {
    background: linear-gradient(97.55deg, #D81E5B 24.48%, #1FA1C6 100%);
}


/* PRICE SECTION END */


/*FOOTER*/

#footer-nav {
    background-color: #0D101C;
    width: 100%;
    position: relative;
}

#footer-nav ul {
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0;
}

#footer-nav li {
    list-style: none;
    margin: 40px 0 40px 0;
}

#footer-nav a {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Darker Grotesque', sans-serif;
    background: linear-gradient(180deg, rgba(31, 161, 198, 1) 74%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

#footer-rest {
    width: 100%;
    padding: 0 0 20px 0;
    position: relative;
    background-color: #000000;
}

#info {
    top: 40px;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.info-item {
    position: relative;
    width: 250px;
    text-align: center;
}

.info-item img {
    width: 40px;
}

.info-item h6 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Darker Grotesque', sans-serif;
    color: #F6F6F7;
}

#social {
    margin-top: 15px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#social img {
    cursor: pointer;
    margin: 25px;
    width: 40px;
}

#right {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 50px 0 0px 0px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Darker Grotesque', sans-serif;
    color: #F6F6F7;
}


/*FOOTER END*/

@media screen and (max-width:1526px) {
    #intro h4 {
        text-align: center;
        width: 50%;
        font-size: 80px;
        margin-left: 0;
    }
}

@media screen and (max-width:1250px) {
    #nav-menu {
        display: none;
    }
    #open-close {
        display: block;
    }
    #logo {
        left: 20px;
    }
}

@media screen and (max-width:983px) {
    #what-we-offer {

    background-attachment: scroll;
}
    #intro h4 {
        font-size: 60px;
    }
}

@media screen and (max-width:768px) {
    #intro-img {
        width: 100%;
        position: relative;
        z-index: 0;
        top: 0;
        left: 0;
        float: none;
    }
    #intro-img img {
        display: block;
    }
    #intro h4 {
        top: 60vh;
        font-size: 40px;
        width: 100%;
    }
    #intro-content {
        top: 100px;
        position: absolute;
        z-index: 3;
        display: block;
        width: 100%;
    }
    #join-us {
        text-align: center;
        width: 100%;
        display: block;
        z-index: 999;
        position: relative;
        top: 250px;
    }
    #join-us h6 {
        text-align: center;
        width: 40%;
        font-size: 30px;
        margin: -115px auto 25px auto;
    }
    #join-us button {
        width: 120px;
        height: 40px;
        font-size: 20px;
        margin-bottom: 25px;
    }
    #offer-content {
        display: block;
    }
    .offer-item {
        width: 80%;
        position: relative;
        margin: auto;
    }
    #team {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 300px);
        grid-gap: 25px;
    }
    .team-leader {
        grid-row: 1 / 3;
        grid-column: span 2;
    }
    #leader-promotion {
        grid-row: 3;
        grid-column: span 2;
        text-align: center;
        position: relative;
    }
    .team-item {
        grid-area: span 1;
    }
    .team-item :nth-child(1) {
        grid-column: 1;
        grid-row: 3;
    }
    #leader-promotion h3 {
        margin: 0;
    }
    #leader-promotion h4 {
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    #team {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(9, 300px);
        grid-gap: 25px;
    }
    .team-leader {
        grid-row: 1 / 2;
        grid-column: span 1;
    }
    #leader-promotion {
        grid-row: 2/4;
        grid-column: span 1;
        text-align: center;
        position: relative;
    }
    #leader-promotion h3 {
        margin: 20px;
    }
    #leader-promotion h4 {
        margin: 20px;
    }
    #leader-promotion p {
        font-size: 22px;
    }
    .team-item {
        grid-area: span 1;
    }
    .team-item :nth-child(1) {
        grid-column: 1;
        grid-row: 3;
    }
}

@media screen and (max-width:310px) {
    #leader-promotion p {
        font-size: 18px;
    }
}