@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Font-family */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

:root {
    --color-one:#F7899C;
    --color-two: #CCCCF7;
    --color-three: #172A30;
    --color-four: #e50914;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

p {
    margin: 0;
    font-family: "Inter", sans-serif;
}

h1,
h2{
  margin: 0;
  font-family: "Syne", sans-serif;
}

h3,
h4 {
    margin: 0;
    font-family: "Syne", sans-serif;
}

h5,
h6{
    margin: 0;
}


/* HEADER__FLEX__STARTS__ */

.header-flex-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav li {
    display: inline-block;
    padding: 0px 25px 0;
}

/* modal background */
.search-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* search box */
.search-box{
    position: relative;
    width: 60%;
    max-width: 500px;
}

.search-box input{
    width: 100%;
    padding: 15px 50px 15px 15px;
    font-size: 15px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    outline: none;
    border-radius: 40px;
}

/* placeholder white */
.search-box input::placeholder{
    color: #fff;
}

/* icon inside input */
.search-box i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
}

/* close button */
.close-btn{
    position: absolute;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    left: 195%;
    top: -530%;
}

.search a {
    background-image: linear-gradient(4deg, #12C8FA, #051240);
    color: white;
    font-size: 20px;
    padding: 11px 15px 11px;
    border-radius: 30px;
}


/* HEADER__FLEX__ENDS__ */




/* BANNER__TOP____ */

.banner-text {
    text-align: center;
    padding: 160px 0px 0;
}

.first-btn a {
    font-size: 20px;
    background-image: linear-gradient(90deg, #12C8FA 0%, #051240 51%, #12C8FA 100%) !important;
    color: white;
    padding: 16px 45px 16px;
    border-radius: 45px;
}

.first-btn {
    padding: 30px 0 0;
}

section.banner-top {
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 70px;
    width: 100%;
    height: 100vh;
}

.banner-text span {color: #12C8FA;}

.banner-text h2 {
    font-size: 40px;
    color: white;
    font-weight: 600;
}

.banner-text h1 {
    color: white;
    font-size: 85px;
    font-weight: 700;
}

.banner-text p {
    color: white;
    font-size: 22px;
}

section.header-top {
    position: absolute !IMPORTANT;
    z-index: 1;
    padding: 30px 0 0;
    width: 100%;
}

.nav a {
    color: white;
    font-size: 20px;
}

.nav {
    background: #FFFFFF21;
    padding: 12px 75px 12px;
    border-radius: 50px;
}

.first-btn a:hover {
    background-image: linear-gradient(90deg, #051240 0%, #12C8FA 51%, #051240 100%) !important;
    transition: .2s all;
}

/*  */

.nav ul li a {
    display: inline-block;
    transition: all 0.3s ease;
}

.nav ul li a:hover {
    color: #12C8FA;
    transform: translateY(-5px);
}

.nav ul li a {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(.68,-0.55,.27,1.55), color 0.3s ease;
}

.nav ul li a:hover {
    color: #12C8FA;
    transform: translateY(-6px);
}

/*  */

.marquee {
    overflow: hidden;
    width: 100%;
    padding: 40px 0 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 10s linear infinite;
}

.hosting-code img {
    display: block;
    width: 100%;
    height: auto;
}

/* animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

section.first-responder {
    background: #040E2F;
    padding: 0 0 45px;
}

.responding-head {
    text-align: center;
    padding: 50px 0 50px;
}

.responding-head h4 {
    color: white;
    font-size: 30px;
}

.responding-head h1 {
    color: white;
    font-size: 55px;
    font-weight: 700;
}

.responding-head span {
    color: #12C8FA;
}

.responding-head p {
    color: white;
    font-size: 20px;
    padding: 10px 0 10px;
}

/*  */

.box img {
    width: 100%;
    /* filter: contrast(0.0); */
    max-width: 60px;
    background-image: linear-gradient(4deg, #12C8FA, #051240);
    padding: 10px 10px 10px;
    border-radius: 43px;
}

.box h4 {
    color: white;
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0 0;
}

.responding-slider-main .slick-prev:before {
    content: '\f177';
    font-family: 'FontAwesome';
    font-size: 35px;
}

.responding-slider-main .slick-next:before {
    content: '\f178';
    font-family: 'FontAwesome';
    font-size: 35px;
}

.responding-slider-main .slick-prev {
    left: 46%;
    top: 105%;
}

.responding-slider-main .slick-next {
    right: 48%;
    top: 105%;
}

/* .box:hover {
    background-image: linear-gradient(4deg, #12C8FA, #051240);
    padding: 50px 20px 50px;
    border-radius: 10px;
    transition: .2s all;
    overflow: hidden;
} */

.box {
    padding: 50px 20px;
    border-radius: 10px;
    transition: all 0.2s ease;
    /* background: #fff; */
}

.box:hover {
    background-image: linear-gradient(4deg, #12C8FA, #051240);
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.box {
    padding: 50px 30px 30px;
}

.btn-two {
    text-align: center;
    padding: 100px 0 0;
}

.btn-two a {
    font-size: 20px;
    background-image: linear-gradient(90deg, #12C8FA 0%, #051240 51%, #12C8FA 100%) !important;
    color: white;
    padding: 15px 30px 15px;
    border-radius: 45px;
}

.infra-head {
    text-align: center;
    padding: 0 0 30px;
}

section.infrastructure {
    background: #040E2F;
    padding: 70px 61px 50px;
}

.infra-head h4 {
    color: white;
    font-size: 30px;
}

.infra-head h1 {
    color: white;
    font-size: 65px;
    font-weight: 700;
}

.infra-head span {
    color: #12C8FA;
}

.infra-head p {
    color: white;
    font-size: 20px;
    padding: 10px 0 10px;
}

.btn-two a:hover {
    background-image: linear-gradient(90deg, #051240 0%, #12C8FA 51%, #051240 100%) !important;
    transition: .2s all;
}

.count h2 {
    color: white;
    font-size: 35px;
    background-image: linear-gradient(90deg, #12C8FA 0%, #051240 51%, #12C8FA 100%) !important;
    display: inline-block;
    padding: 15px 17px 5px;
    border-radius: 50px;
    width: 23%;
    height: 75px;
}

.infra-box h4 {
    color: white;
    padding: 20px 0 10px;
    font-size: 20px;
}

.infra-box p {
    color: white;
    padding: 5px 0 0;
    font-weight: 200;
}

.infra-box-main {
    padding: 50px 0 0;
}

/* .infra-box:hover {
    background-image: linear-gradient(135deg, #12C8FA 0%, #12C8FA, #051240 51%, #12C8FA 100%) !important;
    padding: 15px 15px 15px;
    border-radius: 10px;
    transition: .2s all;
} */

.infra-box {
    padding: 15px;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.infra-box:hover {
    background-image: linear-gradient(135deg, #12C8FA 0%, #12C8FA, #051240 51%, #12C8FA 100%);
    transform: scale(1.03);
}

section.the-pro {
    background: #040E2F;
    padding: 70px 35px 50px;
}

.pro-head h4 {
    color: white;
    font-size: 30px;
}

.pro-head h1 {
    color: white;
    font-size: 65px;
    font-weight: 700;
}

.pro-head span {
    color: #12C8FA;
}

.pro-head p {
    color: white;
    font-size: 20px;
    padding: 10px 0 10px;
}

/* .pro-box {
    color: white;
    background-image: url(../images/box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 15px 30px;
} */

.pro-box h4 {
    font-size: 20px;
}

.pro-box h2 {
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 5px;
}

.pro-box p {
    font-weight: 300;
}

.pro-box h1 {
    text-align: center;
    padding: 25px 0 25px;
    color: #12C8FB;
    font-weight: 700;
    font-size: 60px;
}

.box-count-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 10px;
}

.pro-box span {
    font-size: 25px;
}

.pro-box-main {
    padding: 60px 0 0;
}

.btn-three {
    text-align: center;
    padding: 25px 0 30px;
}

.btn-three a {
    font-size: 20px;
    background-image: linear-gradient(90deg, #12C8FA 0%, #051240 51%, #12C8FA 100%) !important;
    color: white;
    padding: 10px 30px 10px;
    border-radius: 45px;
}

/*  */

.pro-box {
    position: relative;
    color: white;
    background-image: url(../images/box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 15px 30px;
    overflow: hidden;
    margin: 0 0 40px;
}

/* hover wali second image overlay */
.pro-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/hover-bg.png); /* second image */
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.3s ease;
    z-index: 0;
}

/* hover par second image show */
.pro-box:hover::before {
    opacity: 1;
}

/* text ko hamesha upar rakhna */
.pro-box * {
    position: relative;
    z-index: 1;
}

/* button hover */
.pro-box:hover .btn-three a {
    background: #fff;
    color: #051240;
}

.pro-box:hover h1 {
    color: #fff;
}

.pro-box:hover .btn-three a {
    background: #fff !important;
    color: #000;
}

.btn-four {
    text-align: center;
    padding: 50px 0 0;
}

.btn-four a {
    font-size: 20px;
    background-image: linear-gradient(90deg, #12C8FA 0%, #051240 51%, #12C8FA 100%) !important;
    color: white;
    padding: 12px 50px 12px;
    border-radius: 45px;
}

.btn-four a:hover {
    background-image: linear-gradient(90deg, #051240 0%, #12C8FA 51%, #051240 100%) !important;
    transition: .2s all;
}

.dadicated-head {
    text-align: center;
}

section.dadicated {
    background: #040e2f;
    padding: 70px 35px 70px;
}

.dadicated-head h4 {
    color: white;
    font-size: 30px;
}

.dadicated-head h1 {
    color: white;
    font-size: 65px;
    font-weight: 700;
}

.dadicated-head span {
    color: #12C8FA;
}

.dadicated-head p {
    color: white;
    font-size: 20px;
}

.bolt {
    background-image: url(../images/budget-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px 10px;
}

.btn-five {
    text-align: center;
    padding: 65px 0 50px;
    position: relative;
}

.btn-five a {
    font-size: 20px;
    background-image: linear-gradient(90deg, #12C8FA 0%, #051240 51%, #12C8FA 100%) !important;
    color: white;
    padding: 12px 50px 12px;
    border-radius: 45px;
}

.bolt h2 {
    color: white;
    font-size: 25px;
    padding: 15px 0 0;
}

.bolt h1 {
    color: white;
    padding: 10px 0 10px;
    font-size: 50px;
}

.bolt h4 {
    color: #12C8FA;
    font-size: 20px;
    padding: 0 0 15px;
}

.bolt p {
    color: white;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0 10px;
    line-height: 25px;
}

.btn-five::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: white;
    left: -2%;
    top: 14%;
}

.btn-five::after {
    content: '';
    width: 57%;
    height: 3px;
    background: #0fa8d9;
    position: absolute;
    top: 13%;
    left: -2%;
}

.marketing {
    padding: 50px 0 0;
}

section.need-include {
    padding: 70px 0 70px;
    background: #040e2f;
}

.include-head {
    text-align: center;
    padding: 50px 0 50px;
}

.include-head h4 {
    font-size: 30px;
    color: white;
}

.include-head h1 {
    color: white;
    font-size: 65px;
    font-weight: 700;
}

.include-head span {
    color: #12C8FA;
}

.service-provide {
    background: #1D2644;
    padding: 45px 25px 65px;
    border-radius: 20px;
    height: 590px;
    margin: 0 10px 40px;
}

.service-provide h2 {
    color: white;
    font-size: 35px;
    font-weight: 600;
    padding: 10px 0 10px;
}

.service-provide p {
    color: white;
    font-size: 18px;
    padding: 0px 0 20px;
    line-height: 35px;
}

.btn-six {
    padding: 0px 0px 10px;
}

.btn-six a {
    color: white;
    font-size: 30px;
}

/*  */

.service-provide {
    position: relative;
    z-index: 1;
}

.service-provide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/service-box-hover-bg.png") center/cover no-repeat;
    opacity: 0;
    transition: 0.3s ease;
    z-index: -1;
    border-radius: 10px; /* agar already hai to same rakhna */
}

.service-provide:hover::before {
    opacity: 1;
}

.service-provide img {
    transition: 0.3s ease;
}

.service-provide:hover img {
    filter: brightness(0) invert(1);
}

section.footer-sec {
    padding: 70px 0 90px;
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quick-link-one p {
    color: white;
    font-size: 17px;
    font-weight: 400;
    padding: 20px 0 0;
}

.quick-link-one {
    padding: 0px 25px 0;
}

.quick-link-two h4 {
    color: white;
    font-size: 42px;
    font-weight: 600;
    padding: 0 0 25px;
}

.quick-link-two {
    padding: 25px 20px 0px;
}

.quick-link-two a {
    color: white;
    font-size: 17px;
    font-weight: 400;
}

.quick-link-two li {
    padding: 3px 0 5px;
}

.copyright {
    background: #12C8FA;
    padding: 12px 0 12px;
}

.copyright p {
    text-align: center;
    color: white;
}

.abt-cover img {
    width: 100%;
}

.abt-cover {
    padding-left: 50px;
}

.abt-content {
    padding: 0 50px 0;
}

.abt-content h4 {
    color: white;
    font-size: 30px;
    padding: 10px 0 10px;
}

.abt-content h1 {
    color: white;
    font-size: 80px;
    font-weight: 700;
}

.abt-content span {
    color: #12C8FA;
}

.abt-content p {
    color: white;
    font-size: 20px;
    font-weight: 300;
    padding: 4px 0 40px;
    line-height: 30px;
}

.abt-main {
    padding: 120px 0 0;
}

.bottom-comt p {
    color: white;
    font-size: 20px;
    font-weight: 300;
    padding: 15px 50px 10px;
    line-height: 30px;
}

.bottom-comt {
    padding: 20px 0 0;
}

section.contact-us {
    padding: 70px 30px 70px;
    background: #040e2f;
}

.cont-cover h4 {
    color: white;
    font-size: 30px;
    padding: 10px 0 10px;
}

.cont-cover h1 {
    font-size: 70px;
    color: white;
    font-weight: 700;
}

.cont-cover span {
    color: #12C8FA;
}

.main-cont img {
    width: 100%;
}

/* BANNER__TOP____ */   

/* Parent li */
.dropdown {
    position: relative;
    list-style: none;
}

/* Anchor */
.dropdown a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}

/* Arrow styling */
.arrow {
    font-size: 12px;
    margin-left: 5px;
}

/* Dropdown menu */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 180px;
    display: none;
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Dropdown items */
.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 8px 4px;
    color: black;
}

/* Hover effect */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional hover style */
.dropdown-menu li a:hover {
    background: #f2f2f2;
}

/* Arrow rotate on hover */
.dropdown:hover .arrow {
    transform: rotate(180deg);
    transition: 0.3s;
}

ul.dropdown-menu a {
    font-size: 14px;
    font-family: "Syne", sans-serif;
}

li.dropdown li {
    padding: 0 0 0;
}

.section-bg {
    background-image: url(../images/budget-sec-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 18px 0 70px;
}

section.first-responder .container-fluid {
    padding: 0 0 0;
}

.quick-link-two a:hover {
    color: #12c8fa;
    transition: .2s all;
}

input#exampleFormControlInput1 {
    background-color: #073358;
    border-color: #073358;
    padding: 16px 15px 16px;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 500;
}

.form-field {
    margin: 10px 0 10px;
}

textarea#exampleFormControlTextarea1 {
    background-color: #073358;
    border-color: #073358;
    padding: 20px 15px 20px;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 500;
    height: 300px;
}

.contact-form {
    padding: 40px 0 0;
    padding-left: 30px;
}

.btn-seven {
    padding: 30px 0 0;
}

.btn-seven a {
    font-size: 20px;
    background-image: linear-gradient(90deg, #12C8FA 0%, #051240 51%, #12C8FA 100%) !important;
    color: white;
    padding: 12px 50px 12px;
    border-radius: 45px;
}

.btn-seven a:hover {
    background-image: linear-gradient(90deg, #051240 0%, #12C8FA 51%, #051240 100%) !important;
    transition: .2s all;
}

.ddos-collection img {
    width: 100%;
    border-radius: 15px;
}

section.ddos-sec {
    padding: 70px 40px 70px;
    background: #040E2F;
}

.ddos-cont h4 {
    color: white;
    font-size: 30px;
    padding: 10px 0 10px;
}

.ddos-cont h1 {
    color: white;
    font-size: 60px;
    font-weight: 700;
    padding: 5px 0 10px;
}

.ddos-cont p {
    color: white;
    font-size: 20px;
    padding: 0 0 20px;
}

.ddos-cont {
    padding-left: 50px;
}

.btn-eight a {
    font-size: 20px;
    background-image: linear-gradient(90deg, #12C8FA 0%, #051240 51%, #12C8FA 100%) !important;
    color: white;
    padding: 15px 30px 15px;
    border-radius: 45px;
}

.btn-eight {
    padding: 10px 0 0;
}

.ddos-cont span {
    color: #12C8FA;
}

section.staus-page {
    background: #040e2f;
    padding: 0 0 110px;
}

section.sla-content {
    padding: 70px 20px 70px;
    background: #040e2f;
}

.slay-show h4 {
    color: white;
    font-size: 30px;
    padding: 12px 0 12px;
}

.slay-show h1 {
    font-size: 65px;
    color: white;
    font-weight: 700;
    padding: 10px 0 10px;
}

.slay-show span {
    color: #12C8FA;
}

.slay-show p {
    color: white;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0 10px;
}

.banner-text.home h2 {
    font-size: 30px;
}

.banner-text.home h1 {
    font-size: 50px;
    padding: 15px 0 20px;
}

/**/

.faq-section {
    padding: 80px 20px;
    background: #040e2f;
    color: #fff;
}

.faq-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.faq {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
}

.faq-item:hover {
    border-color: #12C8FA;
    box-shadow: 0 0 20px rgba(18,200,250,0.3);
}

.faq-question {
    width: 100%;
    padding: 20px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    width: 12px;
    height: 12px;
    /*border-right: 2px solid #12C8FA;*/
    /*border-bottom: 2px solid #12C8FA;*/
    transform: rotate(45deg);
    transition: 0.3s;
}

.faq-item.active .arrow {
    transform: rotate(-135deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 0 20px 20px;
    color: #ccc;
    line-height: 1.6;
}

.btn-five a:hover {
    background-image: linear-gradient(90deg, #051240 0%, #12C8FA 51%, #051240 100%) !important;
    transition: .2s all;
}

section.banner-top.inner {
    height: 70vh;
}