@import url("style.css");

/*==================Header CSS====================*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    padding: 10px 0;
    transition: .3s ease all;
    border-bottom: 2px solid #000000;
}

header.active {
    background-color: #fff;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 13px;
}

header.fixed {
    background-color: #fff;
    transition: .2s ease all;
    z-index: 999;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
}

.navbar-brand img {
    width: 260px;
    transition: .2s ease all;
}

/*Navigation icon*/

.navigation .navbar-toggler {
    transition: .3s ease all;
}

#nav-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #222222;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 17px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

.navbar-toggler:focus {
    outline: none;
}

/*
.navbar-toggler {
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 0;
}
*/

.navbar-expand-lg .nav > li {
    position: relative;
    margin: 0 20px;
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
}

.navbar-expand-lg .nav > li > a {
    font-size: 14px;
    color: #fff;
    padding: 0;
    transition: .2s ease all;
    text-transform: uppercase;
}

.navbar-expand-lg .nav > li a:hover {
    color: #DE151F;
    transition: .2s ease all;
}

.navbar-expand-lg .nav > li.active > a {
    color: #DE151F;
    transition: .2s ease all;
}

.navbar-nav > li > a {
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    transition: .2s ease all;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
    background-color: #00ffc0;
}

.navbar-nav > li {
    margin: 0 10px;
}

.navbar-nav > li:last-child {
    margin-right: 0;
}

.header_link.desktop {
    margin-left: 40px;
    margin-top: -10px;
}

.header_link.mobile {
    display: none;
}

/*==================Header CSS====================*/


/*==================Homepage CSS====================*/

.main {
    margin-top: 89px;
    position: relative;
}

.social_media {
    position: fixed;
    top: 120px;
    right: 30px;
    z-index: 9999;
}

.social_media ul {
    display: flex;
    flex-direction: column;
}

.social_media ul li {
    margin: 5px 0;
}

.social_media ul li img {
    width: 20px;
}

.banner {
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

.ban_left {
    position: relative;
}

.ban_left .ban_image.ban_under {
    position: absolute;
    width: 100%;
    top: -70px;
    z-index: -1;
}

.ban_left .ban_image {
    margin-top: 70px;
}

.ban_image img {
    width: 100%;
}

.ban_right .banner_text {
    padding-left: 40px;
}

.ban_right .banner_text h1 {
    margin-bottom: 20px;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.ban_right .banner_text h2 {
    color: #420fe7;
}

.bg_black {
    background-color: #060505;
}

.bg_green {
    background-color: #00ffc0;
}

.bg_yellow {
    background-color: #ffc71b;
}

.bg_blue {
    background-color: #420fe7;
}

.bg_pink {
    background-color: #fea38e;
}

#first_sec {
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.about_me {
    margin: 40px 0;
}

.about_left {
    width: 70%;
}

.about_left h4 {
    color: #fff;
}

.ab_leftbtn {
    margin-top: 50px;
    margin-left: 10px;
}

.about_right .text {
    font-size: 90px;
    font-family: 'Graphik';
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    -webkit-text-stroke-width: 2px;
    cursor: pointer;
}

.about_right .text.text1 {
    -webkit-text-stroke-color: #ffc71b;
    transition: 0.4s ease all;
}

.about_right .text.text1:hover {
    -webkit-text-stroke-color: #ffc71b;
    text-shadow: 0 0 12px #ffc71b;
}

.about_right .text.text2 {
    -webkit-text-stroke-color: #fea38e;
    transition: 0.4s ease all;
}

.about_right .text.text2:hover {
    -webkit-text-stroke-color: #fea38e;
    text-shadow: 0 0 12px #fea38e;
}

.about_right .text.text3 {
    -webkit-text-stroke-color: #00ffc0;
    transition: 0.4s ease all;
}

.about_right .text.text3:hover {
    -webkit-text-stroke-color: #00ffc0;
    text-shadow: 0 0 12px #00ffc0;
}

.work_head {
    position: relative;
    padding-bottom: 180px;
}

.work_head .heading .big_heading {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #cecae3;
    font-family: 'Graphik';
    font-weight: 900;
    font-size: 160px;
    width: 50%;
    line-height: 180px;
}

.work_illus,
.illus {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
}

.work-list {
    padding-top: 150px;
}

.work-box {
    border: 1px solid #cecae3;
    transition: 0.4s ease all;
    cursor: pointer;
    position: relative;
    margin-top: 200px;
    display: none;
}

.work-box:hover {
    border: 1px solid #fff;
}

.work-box:hover .work-info .work-arrow {
    border: 2px solid #fff;
}

.work-box:hover .work-info .work-name h5 {
    color: #fff;
}

.work-box .work-info .work-name h5 {
    color: #cecae3;
    transition: 0.4s ease all;
    margin-bottom: 0;
}

.work-box .work-img-box {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.work-box .work-img-box .work-img {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.work-box .work-info .work-title {
    padding-bottom: 20px;
}

.work-box .work-info .work-title span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 0 3px;
}

.work-box .work-info {
    padding: 45px 20px;
}

.work-box .work-info .work-arrow {
    border: 2px solid #cecae3;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -70px;
    right: 40px;
    background-color: #420fe7;
    transition: 0.4s ease all;
}

.work-box .work-info .work-arrow svg {
    width: 80px;
}

.work-box .work-info .work-arrow svg .cls-arrow {
    stroke: #cecae3;
    transition: 0.4s ease all;
}

.work-box:hover .work-info .work-arrow svg .cls-arrow {
    stroke: #fff;
}

.work-list .row {
    margin-right: -50px;
    margin-left: -50px;
}

.work-list .row .col-lg-6 {
    padding-right: 50px;
    padding-left: 50px;
}

.work-section .button {
    padding-top: 120px;
}

/*--------------------About Us--------------------------*/

.about-banner {
    position: relative;
}

.about-banner .ban_illus_right {
    position: absolute;
    right: 0;
    width: 40%;
    top: 281px;
}

.ban_illus_right .ban_image.ban_under {
    position: absolute;
    width: 100%;
    /* top: -70px; */
    z-index: -1;
}

.intro-text .intro-para h4 {
    padding-bottom: 20px;
}

.intro-img-box {
    background-color: #fff;
    position: relative;
}

.intro-img-box .intro-img svg {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.intro-img-box .intro-img.intro-img-under {
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
        top: 0;
    margin: 0 auto;
    z-index: -1;
}

.intro-grp {
    border: 2px solid #000;
    background-color: #000;
}

.intro-text {
    padding: 0 70px;
}

.intro-text .heading {
    padding-bottom: 30px;
}

.intro-email {
    padding: 20px 0 10px 0;
}

.tool-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tool-list ul li {
    padding: 0 20px;
}

.toobox-group {
    border: 2px solid #000;
    height: 100%;
    display: flex;
    align-items: center;
}

.toobox-group .tool-box {
    padding: 100px 20px;
}

.toobox-group .tool-box p {
    padding: 50px 0 90px 0;
}

.tool-section .row {
    margin-right: -40px;
    margin-left: -40px;
}

.tool-section .row .col-lg-4 {
    padding-right: 40px;
    padding-left: 40px;
}

/*------------------------Footer------------------------*/

footer {
    position: relative;
}

footer .footer-head {
    padding-top: 70px;
}

footer .heading .big_heading {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #cd9c04;
    font-family: 'Graphik';
    font-weight: 900;
    font-size: 247px;
    width: 100%;
    line-height: 180px;
    text-align: center;
}

footer .footer-email {
    padding: 30px 0 20px 0;
}

.intro-email a,
footer .footer-email a {
    font-size: 30px;
    font-weight: 600;
    transition: 0.4s ease all;
}

.intro-email a:hover,
footer .footer-email a:hover {
    background: #00ffc0;
}

.about-social-media ul,
footer .footer-social-media ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 15%;
}

.about-social-media ul li,
footer .footer-social-media ul li {
    margin: 5px 0;
}

.about-social-media ul li img,
footer .footer-social-media ul li img {
    width: 20px;
}

footer .footer-illus {
    width: 30%;
    position: absolute;
    left: 0;
    padding-top: 40px;
}

.work-footer footer .heading .big_heading {
    -webkit-text-stroke-color: #02d29e;
}

.work-footer footer .footer-email a:hover {
    background: #ffc71b;
}

.about-footer footer .heading .big_heading {
    -webkit-text-stroke-color: #cecae3;
}

.about-footer footer .footer-email a:hover {
    background: #fea38e;
}


/*-------------------------------------------------------*/


/*==================Media Queries====================*/

@media(min-width:1600px) {
    .container-fluid {
        max-width: 1500px;
    }
}

@media(min-width:1900px) {
    .container-fluid {
        max-width: 1800px;
    }
}

@media(min-width:1500px) {
    .container-fluid {
        padding: 0 80px;
    }
}

@media (max-width: 1700px) {
    h1 {
        font-size: 180px;
    }

    h2 {
        font-size: 70px;
    }

    h3 {
        font-size: 60px;
    }

    h4 {
        font-size: 36px;
    }

    p {
        font-size: 20px;
    }

    p.small {
        font-size: 16px;
    }

    .about_left h4 {
        font-size: 20px;
    }

    .about_right .text {
        font-size: 80px;
    }

    .work-list {
        padding-top: 60px;
    }

    .work_head .heading .big_heading {
        font-size: 140px;
        line-height: 150px;
    }

    .work-box .work-img-box {
        height: 500px;
    }

    .work-box .work-info .work-arrow {
        width: 120px;
        height: 120px;
        bottom: -60px;
    }

    .work-box .work-info .work-arrow svg {
        width: 60px;
    }

    .intro-email a,
    footer .footer-email a {
        font-size: 24px;
    }

    .about-social-media ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 25%;
    }

    .toobox-group .tool-box p {
        padding: 30px 0 60px 0;
    }

    .toobox-group .tool-box {
        padding: 80px 15px;
    }

    footer .heading .big_heading {
        font-size: 200px;
    }

    footer .footer-email a {
        font-size: 24px;
    }
}

@media (max-width: 1500px) {
    .container-fluid {
        padding: 0 50px;
    }
}

@media(max-width:1400px) {
    h1 {
        font-size: 160px;
    }

    h2 {
        font-size: 60px;
    }

    h5 {
        font-size: 24px;
    }

    #first_sec {
        margin-top: -11px;
    }

    .about_right .text {
        font-size: 65px;
    }

    .about_left {
        width: 80%;
    }

    .work-box .work-img-box {
        height: 400px;
    }

    .work-box .work-info .work-arrow {
        width: 100px;
        height: 100px;
        bottom: -50px;
    }

    .work-box .work-info .work-arrow svg {
        width: 50px;
    }

    .work-box {
        margin-top: 150px;
    }

    .work-box .work-info .work-title span {
        font-size: 14px;
    }

    .work-box .work-info .work-title {
        padding-bottom: 15px;
    }

    .work-box .work-info {
        padding: 25px 20px;
    }
}

@media (max-width: 1300px) {}

@media (max-width: 1200px) {
    .container-fluid {
        padding: 0 30px;
    }

    section {
        padding: 100px 0;
    }

    h1 {
        font-size: 120px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 30px;
    }

    p {
        font-size: 16px;
    }

    p.small {
        font-size: 14px;
    }

    .about_right .text {
        font-size: 55px;
    }

    .work_head .heading .big_heading {
        font-size: 100px;
        line-height: 110px;
    }

    .work-box .work-img-box {
        height: 350px;
    }

    .work-list {
        padding-top: 0;
    }

    .work-list .row {
        margin-right: -30px;
        margin-left: -30px;
    }

    .work-list .row .col-lg-6 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .intro-text {
        padding: 0px 30px;
    }

    .toobox-group .tool-box {
        padding: 60px 15px;
    }

    .toobox-group .tool-box p {
        padding: 30px 0 40px 0;
    }

    .tool-list ul li img {
        width: 40px;
    }

    .intro-email a,
    footer .footer-email a {
        font-size: 20px;
    }

    .tool-section .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .tool-section .row .col-lg-4 {
        padding-right: 20px;
        padding-left: 20px;
    }

    footer .footer-head {
        padding-top: 0px;
    }

    footer .footer-social-media ul {
        width: 25%;
    }

    footer .heading .big_heading {
        font-size: 140px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 140px;
    }

    h2 {
        font-size: 60px;
    }

    .navbar-nav > li {
        margin: 30px 0;
        text-align: center;
    }

    .navbar-nav > li > a {
        font-size: 36px;
    }

    .about_right .text {
        font-size: 85px;
    }

    .navbar-toggler {
        top: 20px;
        right: 20px;
        z-index: 99;
    }

    .navbar-brand {
        top: 20px;
    }

    .hidden-sm {
        display: none;
    }

    .visible-sm {
        display: block;
    }

    .header_link.mobile {
        display: block;
        margin-right: -200px;
    }

    .header_link.desktop {
        display: none;
    }

    .mobile-nav {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .about_me .row,
    .banner_in .row {
        flex-direction: column-reverse;
    }

    .about_me .row .col-md-6,
    .banner_in .row .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ban_right .banner_text {
        padding-left: 0;
    }

    .ban_image img {
        width: 60%;
        margin: 0 auto;
        display: block;
    }

    .about_left {
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }

    .about_right {
        text-align: center;
    }

    .work_head .heading .big_heading {
        font-size: 120px;
        line-height: 140px;
        width: 100%;
    }

    .work_illus,
    .illus {
        top: 180px;
    }

    .work-box .work-img-box {
        height: 500px;
    }

    .work-box .work-info {
        padding: 45px 20px;
    }

    .about-banner .ban_illus_right {
        position: relative;
        right: 0;
        width: 100%;
        top: 90px;
    }

    .about-banner .ban_image img {
        width: auto;
    }

    .intro-img-box .intro-img svg {
        width: 50%;
    }

    .intro-text {
        padding: 80px 30px;
    }

    .toobox-group {
        width: 60%;
        margin: 0px auto;
    }

    .tool-section .row {
        margin-right: 0;
        margin-left: 0;
    }

    .tool-section .row .col-lg-4 {
        padding-right: 0;
        padding-left: 0px;
        margin-bottom: 50px;
    }

    .toobox-group .tool-box {
        padding: 90px 35px;
    }

    footer .heading .big_heading {
        font-size: 115px;
    }

    footer .footer-illus {
        width: 70%;
        position: relative;
        left: 0;
        padding-top: 0;
        bottom: 0;
        margin-left: -30px;
    }

    .footer-illus-grp {
        position: relative;
    }

    footer .footer-illus {
        position: unset;
    }

    footer .footer-illus.footer-illus-under {
        position: absolute;
        z-index: -1;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 0 20px;
    }

    h1 {
        font-size: 90px;
    }

    h2 {
        font-size: 30px;
    }

    .navbar {
        padding: 20px 0;
    }

    .navbar-brand img {
        width: 150px;
    }

    .mobile .custom_button.yellow {
        font-size: 13px;
        padding: 9px 20px;
    }

    .header_link.mobile {
        margin-right: -50px;
    }

    .work_head .heading .big_heading {
        font-size: 80px;
        line-height: 90px;
    }

    .about_left h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .about_right .text {
        font-size: 50px;
    }

    .work-box {
        margin-top: 50px;
    }

    .work-box .work-img-box {
        height: 300px;
    }

    .work-box .work-info .work-arrow {
        width: 70px;
        height: 70px;
        bottom: -36px;
    }

    .work-box .work-info .work-arrow svg {
        width: 35px;
    }

    .work-box .work-info {
        padding: 35px 20px;
    }

    .about-social-media ul {
        width: 50%;
    }

    .toobox-group {
        width: 100%;
    }

    footer .footer-illus {
        padding: 60px 0;
        bottom: 0;
        margin-left: -30px;
    }

    footer .footer-email a {
        font-size: 20px;
    }

    footer .heading .big_heading {
        font-size: 65px;
        line-height: 0px;
    }

    footer .footer-email {
        padding: 10px 0 10px 0;
    }

    footer .footer-social-media ul {
        width: 45%;
    }
}

@media (max-width: 475px) {
    h1 {
        font-size: 75px;
    }

    h2 {
        font-size: 28px;
    }

    .about_right .text {
        font-size: 40px;
    }

    .header_link.mobile {
        margin-right: 0px;
    }

    .work-box .work-img-box {
        height: 250px;
    }

    .intro-email a,
    footer .footer-email a {
        font-size: 14px;
    }

    footer .footer-email a {
        font-size: 16px;
    }

    footer .heading .big_heading {
        font-size: 55px;
        line-height: 0px;
        -webkit-text-stroke-width: 1px;
    }

    .footer-section {
        height: 100%;
    }
}
