@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mada:wght@300;400;500;600;700;900&display=swap');

body {
    font-family: 'Mada', sans-serif;
    font-size: 18px;
    color: #818181;
}

.img-responsive {
    width: 100%;
    height: auto;
}

/* ===Navigation Section=== */
nav {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    padding: 10px;
    border-bottom: 2px solid hsla(0,0%,100%,.1);
    z-index: 9999;
}
.logo {
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    font-size: 28px;
}
.logo:hover {
    color: #fff;
    text-decoration: none;
}
.main-menu {
    padding: 0;
    padding-top: 8px;
}
.main-menu li {
    list-style: none;
    font-size: 20px;
}
.main-menu > li {
    float: left;
    padding: 0 8px;
}
.main-menu li a {
    color: #fff;
    transition: 0.2s;
}
.main-menu::before,
.main-menu:after {
    content: '';
    display: block;
    clear: both;
}
.main-menu li a:hover {
    color: #e62b4a;
    text-decoration: none;
}
.current {
    color: #e62b4a !important;
}
.parent-dropdown {
    position: relative;
}
.child-dropdown {
    position: absolute;
    padding: 0;
    background-color: #000;
    padding: 10px 20px;
    display: none;
}
.child-dropdown li {
    padding: 5px 0;
}
nav .container {
    position: relative;
    font-size: 28px;
}
.fa-bars {
    position: absolute;
    right: 0;
    color: #fff;
    top: 10px;
    display: none;
}

@media (max-width:768px) {
    .fa-bars {
        display: block;
        top: 5px;
        right: 20px;
        color: #e62b4a;
        z-index: 999999;
        cursor: pointer;
    }
    .main-menu {
        display: none;
    }
    .main-menu > li {
        float: none;
        text-align: center;
        padding: 5px 0;
    }
    .child-dropdown {
        position: relative;
    }
    .banner h1 {
        font-size: 62px !important;
    }
    .banner {
        padding: 150px 0 !important;
    }
}

/* ===Banner Section=== */
.banner{
    padding: 215px 0;
    background-image: url('../images/banner1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.banner h5 {
    text-transform: uppercase;
    letter-spacing: 3px;
}
.banner h1 {
    font-size: 101px;
}
.cust-btn {
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #000;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.cust-btn:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #e62b4a;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.cust-btn:hover:after {
    width: 100%;
}
.cust-btn:hover {
    text-decoration: none;
    color: #fff;
}
.cust-btn span {
    z-index: 99999;
    position: relative;
}

/* ===Services Section=== */
.services {
    padding: 60px 0;
    background-image: url('../images/services-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #aaa;
}
.services p {
    color: #aaa;
}
.services h5 {
    color: #e62b4a;
}
.custom-serv i {
    font-size: 35px;
}
.main-serv {
    padding: 15px;
}
.custom-serv {
    border: 2px solid #1b1b1b;
    padding: 48px 45px 45px;
    transition: 2s;
}
.custom-serv:hover {
    background-color: #e62b4a;
    transform: rotateY(360deg);
}
.services h2 {
    color: #fff;
}

/* ===Welcome Section=== */
.welcome {
    padding: 60px 0;
}
.welcome h1 {
    color: #000;
}

/* ===Trusted Section=== */
.trusted {
    padding: 60px 0;
}
.trusted h1 {
    color: #000;
}

/* ===Meet Section=== */
.meet {
    padding: 60px 0;
}
.meet h5 {
    letter-spacing: 4px;
}
.meet h1 {
    color: #000;
}
.custom-team {
    padding-bottom: 15px;
}
.meet h4 {
    color: #000;
}
.custom-team {
    position: relative;
}
.custom-team::after {
    content: '';
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 15px;
    background-color: #e62b4a;
    opacity: 0.4;
    transition: all 0.3s linear;
}
.custom-team:hover::after {
    width: 100%;
}
.meet .col-md-3:hover h4 {
    color: #e62b4a;
}

/* ===Never Section=== */
.never {
    padding: 80px 0;
    background-image: url('../images/3.120eafd34ad5791c684ceb5f0811b8a9.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}
.never h1 {
    font-size: 49px;
}
.never h1 span {
    color: #e62b4a;
}

/* ===Trust Section=== */
.trust {
    padding: 60px 0;
}
.trust h1 {
    color: #000;
}

/* ===Project Section=== */
.project {
    padding: 80px 0;
    background-image: url('../images/4.5311a5a5f71099fa0cead8675899c7b9.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

/* ===Footer Section=== */
footer {
    padding: 60px 0;
    background-image: url('../images/5.7387848ede37cac6035c3bb2d5786bf3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
footer h4 {
    color: #fff;
}
footer .copyright {
    border-top: 1px solid #1a1a1a;
    padding-top: 25px;
    margin-top: 35px;
}

/* ===About Page=== */
.about-banner {
    padding: 180px 0;
    background-image: url('../images/banner1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.about-banner h1 {
    font-size: 60px;
}

/* ===Website Design Page=== */
/* ===Services Content section=== */
.services-content {
    padding: 60px 0;
}
.side-service {
    background-color: #f4f4f4;
    padding: 43px 50px 44px;
}
.side-service ul {
    padding: 0;
}
.side-service ul li {
    list-style: none;
    padding: 5px 0;
}
.side-service a {
    color: #818181;
}
.side-service a:hover {
    color: #000;
    text-decoration: none;
}
.service-need {
    background-image: url('../images/s3.a3c3614c43f16cc106e8b0aaf821303b.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 47px 50px;
    margin-top: 15px;
}
.service-need h4 {
    color: #fff;
}
.service-need h2 {
    color: #fff;
}

/* ====Contact Us Page=== */
/* ===Write Section=== */
.write {
    padding: 60px 0;
}
.write h1,
.near h1 {
    color: #000;
}
input,
textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-right: 4px solid transparent;
    background-color: #F4F4F4;
}
input:focus-visible,
textarea:focus-visible {
    background-color: #fff;
    outline: none;
    border-right: 4px solid #e62b4a;
}

/* ===Near Section=== */
.near {
    padding: 60px 0;
}
.near h4 {
    color: #000;
}