:root {
    --font-type1: "Varela Round", sans-serif;
    --font-type2: "Lato", sans-serif;
    --theme-color-1: #f14902;
    --theme-color-2: #393536;
    --theme-color-3: #fafafa;
}

body {
    font-family: var(--font-type1);
}

/* Navbar-start */

.top-bar {
    background: var(--theme-color-2);
    color: white;
    padding: 8px;
}

.top-contact {
    display: flex;
    gap: 30px;
    color: white;
}

.top-contact p {
    font-family: var(--font-type1);
    font-weight: 100;
    margin-bottom: 0;
}

.top-icons {
    display: flex;
    justify-content: end;
    gap: 15px;
    color: white;
}

.navbar {
    background: var(--theme-color-3);
}

.navbar-nav li a {
    font-family: var(--font-type1);
}


/* Navbar-end */

/* Home-Start */

.home-sec-1 {
    position: relative;
    background: url(../images/Banner.jpg) center;
    background-size: cover;
    padding: 120px 30px;
    z-index: -1;
}

.home-sec-1 h1 {
    font-family: var(--font-type2);
    font-weight: 800;
    font-size: 75px;
    color: white;
    line-height: 80px;
}

.home-sec-1 span {
    font-size: 65px;
}

.seamless-word {
    color: var(--theme-color-1);
}

.home-sec-1 p {
    font-family: var(--font-type2);
    color: white;
    font-size: 20px;
}

.services-btn-1 {
    text-decoration: none;
    font-family: var(--font-type2);
    font-size: 20px;
    padding: 10px 15px;
    color: white;
    background: var(--theme-color-1);
    border-radius: 10px;
}

.services-btn-2 {
    text-decoration: none;
    font-family: var(--font-type2);
    font-size: 20px;
    padding: 10px 15px;
    color: white;
    background: transparent;
    border: 2px solid white;
    border-radius: 10px;
}

.home-sec-2 {
    padding: 0 15px;
}

.home-sec-2 .container-img img {
    margin-top: -125px;
}

.card h4 {
    color: white;
    font-family: var(--font-type1);
    font-weight: 600;
    margin-bottom: 15px;
}

.card p {
    color: white;
    font-family: var(--font-type2);
    text-align: justify;
    margin-bottom: 0;
}

.card {
    width: 100%;
    background-size: cover;
    position: relative;
    padding: 30px 50px 50px;
    z-index: 1;
    border-radius: 20px;
}

.card::before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--theme-color-1);
    opacity: 0.8;
    z-index: -1;
}

#card1 {
    background: url(../images/network.jpg) center;
    background-size: cover;
    margin-top: -80px;
}

#card2 {
    background: url(../images/end-to-end.jpg) center;
    background-size: cover;
    margin-top: -80px;
}

#card3 {
    background: url(../images/risk-mitigation.jpg) center;
    background-size: cover;
}

#card4 {
    background: url(../images/flexible.jpg) center;
    background-size: cover;
}


/* Home-End */


/* About Start */

.about-sec-1 {
    padding: 0 50px;
}

.about-sec-1 h1 {
    font-size: 40px;
    font-weight: 800;
    font-family: var(--font-type1);
    color: var(--theme-color-1);
}

.about-sec-1 p {
    font-family: var(--font-type2);
    text-align: justify;
}

.our-story {
    position: relative;
    width: 95%;
}

.our-story img {
    position: absolute;
    bottom: -273px;
    right: 0;
    width: 300px;
    opacity: 0.4;
}

/* About End */

/* Features Strat */

.features-sec-1 h1 {
    font-size: 40px;
    font-weight: 800;
    font-family: var(--font-type1);
    color: var(--theme-color-1);
}

.features-sec-1 p {
    font-family: var(--font-type2);
}

.slider {
    padding: 25px;
}

.feature-card {
    width: 100%;
    height: 270px;
    padding: 20px;
    background: var(--theme-color-1);
    color: white;
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font-type1);
}

.feature-card p {
    font-family: var(--font-type2);
    text-align: justify;
}

/* Features End */

/* Mission Start */

.mission-sec-1 {
    position: relative;
    background: url(../images/mission-bg.jpg) center;
    background-size: cover;
    padding: 25px;
    z-index: 1;
}

.mission-sec-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: 0.7;
    z-index: -1;
}

.mission-sec-1 h1 {
    font-size: 40px;
    font-weight: 800;
    font-family: var(--font-type1);
    color: white;
}

.mission-sec-1 p {
    font-family: var(--font-type2);
    text-align: justify;
    color: white;
}

/* Mission End */

/* Vision Start */

.vision-sec-1 {
    padding: 25px;
    background: url(../images/world-map.png) right no-repeat;
}

.vision-sec-1 h1 {
    font-size: 40px;
    font-weight: 800;
    font-family: var(--font-type1);
    color: var(--theme-color-1);
}

.vision-sec-1 p {
    font-family: var(--font-type2);
    text-align: justify;
    width: 90%;
}

/* Vision End */

/* Services Start */

.services-sec-1 {
    padding-top: 30px;
}

.services-sec-1 h1 {
    font-size: 40px;
    font-weight: 800;
    font-family: var(--font-type1);
    color: var(--theme-color-1);
}

.services-card {
    width: 100%;
    height: 270px;
    padding: 20px;
    background: #f0f0f0;
    color: black;
    border-bottom: 3px solid #f14902;
}

.services-card h3 {
    font-size: 19px;
    font-weight: 600;
    font-family: var(--font-type1);
    text-align: center;
}

.services-card p {
    font-family: var(--font-type2);
    text-align: center;
    font-size: 14px;
}

/* Services End */


/* Contact Form Start */

.contact-sec-1 {
    position: relative;
    padding: 25px 25px 50px;
    overflow: hidden;
}

.contact-box {
    width: 100%;
    max-width: 500px;
    padding: 40px;
    border-radius: 16px;
    background: rgb(233, 233, 233);
    box-shadow: 0 2px 15px rgba(113, 113, 113, 0.5);
}

.contact-box h2 {
    font-family: var(--font-type1);
    color: var(--theme-color-1);
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 15px;
}

.contact-block {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-label {
    font-family: var(--font-type2);
    color: #000000;
    font-size: 14px;
    margin-bottom: 6px;
}

.form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 12px;
    padding: 12px 15px;
}

.form-control::placeholder {
    color: #e8ebef;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #3b82f6;
    box-shadow: none;
    color: #fff;
}

textarea.form-control {
    min-height: 120px;
    resize: none;
}

.contact-btn {
    width: 100%;
    padding: 14px;
    border-radius: 50px;
    border: none;
    background: var(--theme-color-1);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(59, 130, 246, 0.5);
}

.btn-icon {
    margin-left: 8px;
}

.contact-detail {
    background: var(--theme-color-1);
    color: white;
    padding: 20px 30px;
    border-radius: 20px;
}

.contact-area {
    display: flex;
    gap: 3rem;
}

.contact-detail img {
    filter: invert(100%);
    height: 50px;
}

.contact-detail h2 {
    font-family: var(--font-type1);
    font-weight: 600;
    font-size: 20px;
}

.contact-detail p {
    font-family: var(--font-type2);
    font-size: 15px;
}

/* Contact Form End */

/* Thanks */

.thanks {
    display: inline-block;
    background: var(--theme-color-1);
    color: white;
    padding: 25px;
    border-radius: 10px;
}

.thanks-sec {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 246px;
}

.animated-button {
    position: relative;
    display: inline-block;
    align-items: center;
    gap: 4px;
    padding: 9px 50px;
    text-decoration: none;
    border: 4px;
    border-color: transparent;
    font-size: 16px;
    background-color: transparent;
    border-radius: 100px;
    font-weight: 600;
    color: white;
    box-shadow: 0 0 0 2px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: white;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 16px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: var(--theme-color-1);
    border-radius: 12px;
}

.animated-button:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2 {
    left: 16px;
}

.animated-button:hover .text {
    transform: translateX(12px);
}

.animated-button:hover svg {
    fill: var(--theme-color-1);
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px greenyellow;
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}


/* Thanks End */

/* Footer-Start */

footer {
    padding: 20px;
    background: var(--theme-color-2);
    color: white;
}

/* Footer-End */


@media (min-width: 300px) and (max-width: 1350px) {
    .feature-card {
        height: 350px;
    }
}

@media (min-width: 300px) and (max-width: 739px) {

    .top-contact,
    .top-icons {
        display: block;
    }

    .top-icons i {
        margin-right: 5px;
    }

    .offcanvas {
        padding: 35px;
    }

    .home-sec-1 {
        margin-bottom: 20px;
        padding: 35px;
    }

    .home-sec-1 p {
        text-align: justify;
    }

    .home-sec-1 h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .home-sec-1 span {}

    .our-story img {
        display: none;
    }

    .contact-box {
        margin-bottom: 35px;
    }

    .contact-area {
        display: flex;
        flex-direction: column;
    }

    #card1 {
        margin: 0;
        margin-bottom: 100px;
    }

    #card3 {
        margin-bottom: 25px;
    }

    .home-sec-2 .container-img img {
        margin-top: 0;
    }
}