html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
}

.main {
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-position: left;
}


.logo {
    padding: 50px 0 50px 100px;
    background-color: #F6F6F6;
}

.banner-details {
    padding: 100px 0 100px 100px;
}

.banner-wrapper {
    padding-right: 180px;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    color: #fff;
    background-color: #008081;
}

.banner-details p {
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 500;
}

.banner-details h1 {
    margin-top: 50px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 6px;
}

/* byte difference start  */

.byte-difference {
    padding: 100px 0;
}

.title {
    margin-bottom: 80px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 6px;
    color: #008081;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.title:after {
    position: absolute;
    content: '';
    width: 20%;
    height: 3.5px;
    top: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #008081;
    animation: samnepiche 1.1s linear 0s infinite alternate;
}

.cc-title:after {
    position: absolute;
    content: '';
    width: 20%;
    height: 3.5px;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    animation: samnepiche 1.1s linear 0s infinite alternate;
}

@keyframes samnepiche {
    0% {
        left: 0px;
    }

    100% {
        left: -30px;
    }
}

.single-difference {
    margin: 15px 0;
    text-align: center;
    box-shadow: 0px 0px 20px #ebebeb;
    padding: 50px;
    min-height: 380px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 8px;
}

.single-difference:hover {
    background-color: #008081;
    color: #fff;
}



.single-difference i {
    margin-bottom: 25px;
    font-size: 40px;
    color: #008081;
    transition: 0.3s;
}

.single-difference:hover i {
    color: #fff;
}

.single-difference p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

/* byte difference end  */

/* benefit start  */
.benefit {
    background-color: #f6f6f6;
    padding: 100px 0;
}

.benefit li {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}

.benefit-wrapper {
    box-shadow: 0px 0px 20px #008181a9;
    background-color: #008081;
    color: #fff;
    border-radius: 8px;
    padding: 50px;
}

/* benefit end  */

/* .contact start  */

.contact {
    padding: 100px 0;
    background-image: linear-gradient(to right, #000000af, #000000af, #000000af, #000000af), url(../images/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-wrapper {
    background-color: #000000a7;
    padding: 30px;
}

.form-wrapper label {
    font-size: 16px;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.form-control {
    height: 40px;
    border-radius: 0;
}

.cc-textarea {
    height: auto;
}

.form-control:focus {
    box-shadow: 0 0 0 0;
}

.submit_btn {
    font-family: 'Jost', sans-serif;
    padding: 6px 26px;
    font-size: 16px;
    font-weight: 500;
    background-color: #008081;
    letter-spacing: 1px;
    border: 0;
    color: #fff;
    transition: 0.3s;
}

.submit_btn:hover {
    background-color: #fff;
    color: #008081;
}

/* .contact end  */

footer {
    background-color: #000;
    padding: 20px 0;
}

footer p {
    color: #fff;
    font-family: 'Jost', sans-serif;
}

footer p span {
    color: #008081;
    font-weight: 700;
}

footer ul li a {
    text-decoration: none;
    color: #008081;
    font-size: 14px;
    font-weight: 500;
}