/* download font */

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.woff2') format('woff2'),
        url('fonts/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI bold';
    src: url('fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Bold';
    src: url('fonts/Gilroy-Bold.woff2') format('woff2'),
        url('fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Medium';
    src: url('Gilroy-Medium.woff2') format('woff2'),
        url('Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.gilroy-medium {
    font-family: 'Gilroy Medium';
}

.gilroy-bold {
    font-family: 'Gilroy Bold';
}

.Segoe-UI {
    font-family: 'Segoe UI';
}

.Segoe-bold {
    font-family: 'SegoeUI bold';
}

.man-rop {
    font-family: Manrope;
}


* {
    margin: 0;
    padding: 0;
}

.bg-black {
    background-color: #111111;
}

.z-index-1 {
    z-index: 1;
}

.navbar-collapse {
    place-content: flex-start flex-end;
}

.nav-btn:hover,
.section-one-btn:hover,
.section-four-btn:hover,
.footer-btn:hover {
    background: linear-gradient(10deg, #006BE1, #00ECCE) !important;
}

.section-one-btn {
    background-color: #006BE1;
    font-family: 'Kumbh Sans', sans-serif;
    padding: 4px 16px;
    border-radius: 8px;
}

.ellipseImg {
    height: 172px;
    top: 41px;
    right: 359px;
    z-index: -1;
}

.arrowImg {
    z-index: -1;
    height: 208px;
    top: 302px;
    right: 397px;
}

li a {
    font-family: 'Gilroy-Bold';
    src: local('Gilroy-Bold'), url(./fonts/Gilroy-Bold.ttf) format('truetype');
    font-size: 16px;
    line-height: 19px;
}

li a:hover {
    text-decoration: underline;
}

.sea-img {
    margin-left: auto
}

.height-eithy {
    height: 83%;
}

.f-size-3 {
    font-size: 3rem;
}

.top-0-left-0 {
    top: 0;
    left: 0;
}

.five-card-margin {
    margin: 40px 0px !important;
}

.section-six-img-style {
    height: 12rem;
    z-index: -1;
}

.border-none {
    border: none !important;
}

.color-light-white {
    color: #A8A8A8;
}

.color-light-w {
    background-color: #e5e0e0;
}

.bg-dark-black {
    background-color: #191919;
}

.cursor-pointer {
    cursor: pointer;
}

.font-size-three {
    font-size: 3.5rem;
}

.nav-btn {
    font-size: 16px;
    line-height: 19px !important;
}

.homeImage {
    z-index: -1;
}

.first-section {
    margin: 9px 0px 9px 0px;
}

.first-section h5 {
    font-family: 'Gilroy-Medium';
    src: local('Gilroy-Medium'), url(./fonts/Gilroy-Medium.ttf) format('truetype');
}

.first-section p {
    font-family: 'Gilroy-Medium';
    src: local('Gilroy-Medium'), url(./fonts/Gilroy-Medium.ttf) format('truetype');
}

.first-section h1 {
    font-weight: bold;
    background: linear-gradient(90deg, #00ECCE, #006BE1);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.house-container {
    height: 85vh;
    width: 100%;
    position: relative;
    background-image: url('img/Rectangle\ 99.png');
    background-size: cover;
}

.white-card {
    height: 85vh;
    width: 50%;
    background-color: white;
    opacity: 0.8;
    transform: skew(26deg);
    position: absolute;
    top: 0;
    right: 62%;
}

.purple-line {
    background-color: #00438d;
    width: 41px;
    height: 100%;
    position: absolute;
    right: 61%;
    transform: skew(26deg, 0deg);
    top: 0;
}

.purple-card {
    background-color: #00438d;
    width: 34%;
    height: 313px;
    position: absolute;
    top: -1px;
    left: -106px;
    transform: skew(27deg, 0deg);
}

.green-card {
    background: #6FBE44;
    height: 18%;
    width: 26%;
    top: 57px;
    left: 244px;
    transform: skew(33deg, 0deg);
    position: absolute;
}

.green-card h2 {
    color: #FFFFFF;
    font-family: "Audiowide", sans-serif;
}

.green-card .green-card-inner {
    transform: skew(-33deg, 0deg);
}

.visible-card {
    height: 54%;
    width: 29%;
    top: 41%;
    position: absolute;
    left: 5%;
}

.visible-card-row h1 {
    color: #006BE1;
    font-size: 3rem;
}

.visible-card-row p {
    font-family: 'Gilroy-regular';
    color: #4A4A4A;
}

.four-black-btn p {
    color: white;
    font-size: 0.7rem;
    background-color: black;
    padding: 6px 2px;
    border-radius: 9px;
}

.four-black-btn p i {
    background: #006BE1;
    border-radius: 9px 0px 0px 9px;
    padding: 6px 9px 8px 8px;
    margin-left: -3px;
}

/* section three start  */
.four-card-row {
    margin-right: 40px;
}

.sectionThree {
    background-color: #111111;
}

.section-three-col h6 {
    background: linear-gradient(10deg, #006BE1, #00ECCE);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.card-border {
    padding: 3rem 0px !important;
    background: linear-gradient(#111111, #111111) padding-box, linear-gradient(to left, #006BE1 10%, #111111 60%) border-box;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.9em;
}

.card-border .card-body h6 {
    background: linear-gradient(10deg, #006BE1, #00ECCE);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.icon-circle {
    background: linear-gradient(10deg, #006BE1, #00ECCE);
    height: 154px;
    width: 154px;
    border-radius: 50% 50% 50% 50%;
}

.icon-circle img {
    margin-left: auto;
    height: 55px;
    height: 55px;
}

.circle-row {
    right: -4.3rem;
    bottom: 4.9rem;
    z-index: -1;
}

.card-hover:hover {
    cursor: pointer;
    background: linear-gradient(#111111, #111111) padding-box, linear-gradient(to left, #006BE1 10%, #00ECCE) border-box;
}

/* section four start  */
.section-four-btn {
    background-color: #006BE1;
    font-family: 'Gilroy-Medium';
    font-size: smaller;
    border-radius: 8px;
}
.btn-size-resp{
    border-radius: 8px;
}

.section-four-first-row h1 {
    font-size: 4rem;
}

.section-four-first-row span {
    background: linear-gradient(10deg, #006BE1, #00ECCE);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* section five start  */
.section-five-container {
    background-color: #111111;
}

.strock {
    font-size: 52px !important;
    color: #111111;
    -webkit-text-stroke: 3px rgb(0, 225, 255);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0, 204, 255);
}

.section-five-card h5 {
    background: linear-gradient(90deg, #00ECCE, #006BE1);
    background-clip: text;
}

.section-five-card-row {
    background: linear-gradient(#111111, #111111) padding-box, linear-gradient(10deg, #006BE1, #00ECCE) border-box;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.9em;
    height: 390px;
}

.section-five-card-row img {
    height: 100px;
    padding: 12px;
    margin-top: -79px;
    background: rgb(17, 17, 17);
    border-radius: 46%;
}

.section-five-card-row:hover {
    background: linear-gradient(transparent, #006BE1 0%, #00ECCE);
    cursor: pointer;
    -webkit-text-fill-color: white;
}

.section-five-card-two {
    background: linear-gradient(#111111, #111111) padding-box, linear-gradient(10deg, #006BE1, #00ECCE) border-box;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.9em;
    height: 390px;
}

.section-five-card-two:hover {
    background: linear-gradient(transparent, #00ECCE 0%, #006BE1);
    transition: 1s;
    cursor: pointer;
    -webkit-text-fill-color: white;
}

.section-five-card-two img {
    height: 100px;
    padding: 12px;
    margin-bottom: -75px;
    background: #111111;
    border-radius: 50%;
}

/* section 6 start  */
.section-six-row-one h6 {
    background: linear-gradient(90deg, #00ECCE, #006BE1);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-six-row-one span {
    background: linear-gradient(90deg, #00ECCE, #006BE1);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* section 6 card  */
.section-six-card-header {
    background: #006BE1
}

.section-six-h3 h3 {
    background: linear-gradient(90deg, #00ECCE, #006BE1);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.left-boder-col {
    border-left: 4px solid #006BE1;
}

.section-six-first-col {
    background: linear-gradient(white, white) padding-box, linear-gradient(5deg, white 40%, #006BE1) border-box;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.9em;
    padding: 0;
}

.section-six-first-col:hover {
    background: linear-gradient(white, white) padding-box, linear-gradient(5deg, #00ECCE 50%, #006BE1) border-box;
    cursor: pointer
}

/* section seven start  */

.slider-section-first p span {
    background: linear-gradient(10deg, #006BE1, #00ECCE);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Gilroy-Bold';
    font-size: 20px;

}

.slider-section-first .small {
    color: #EBEBEB;
    font-family: 'Gilroy-Medium';
}

.section-seven-btn {
    background: linear-gradient(10deg, #006BE1, #00ECCE) !important;
    margin-top: 37px;
    font-size: 13px;
    margin-left: 38px;
}

/* spinner css  */
.circle {
    position: relative;
    top: 17px;
    left: 17px;
    text-align: center;
    width: 107px;
    height: 107px;
    border-radius: 100%;
    background-color: #111111;
}

.circle p {
    color: #A8A8A8;
    font-size: 12px;
}

.circle h3 {
    padding-top: 13px;
}

.circle-border {
    position: relative;
    text-align: center;
    width: 140px;
    height: 140px;
    margin-left: 13%;
    border-radius: 100%;
    background-color: #E53B3B;
    background: linear-gradient(568deg, #006BE1 50%, transparent 50%), linear-gradient(70deg, #006BE1 50%, lightgray 50%);
}

.slider-card {
    background: linear-gradient(#111111, #111111) padding-box, linear-gradient(89deg, #006BE1, #00ECCE) border-box;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.9em;
    height: fit-content;
}

.pic-row {
    position: relative;
    top: 0;
    left: -87px;
}

.pic-row img {
    height: 150px;
    margin-top: 22px;
    background: linear-gradient(#111111, #111111) padding-box, linear-gradient(-90deg, #006BE1 53%, #111111 0%) border-box;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5em;
    padding: 7px;
}

/* section 8 start  */
.font-roboto-slab {
    font-family: roboto slab;
}

.img-section img {
    height: 9rem;
}

form input,
textarea {
    border-radius: 0 !important;
}

.contact-first-col p {
    color: #8E8E8E;
}

.contact-container {
    background-color: #191919;
}

.contact-second-col h3 {
    color: #CCCCCC !important;
}

.contact-second-col p {
    color: #8E8E8E !important;
}

.contact-second-col button {
    background: transparent;
    color: #CCCCCC !important;
    border: 1px solid #006BE1;
}

.contact-third-col h3 {
    color: #CCCCCC !important;
}

.contact-third-col button {
    font-size: 0.9em;
    color: #CCCCCC !important;
    outline: none;
    border: 1px solid gray;
}

.footer {
    background-color: #111111;
}

.resp-container {
    display: none !important;
}

/* Media Queries start */

@media screen and (max-width: 2200px) {
    .purple-card {
        width: 35%;
        height: 280px;
    }
}

@media screen and (max-width: 1900px) {
    .purple-card {
        width: 37%;
    }
}

@media screen and (max-width: 1440px) {
    .house-container {
        height: 95vh;
    }

    .white-card {
        height: 95vh;
    }

    .green-card {
        height: 18%;
        width: 26%;
        top: 30px;
        left: 114px;
    }

    .purple-line {
        width: 21px;
        height: 100%;
    }

    .purple-card {
        width: 39%;
        height: 177px;
        left: -135px;
    }

    .visible-card {
        top: 33%;
    }
}

@media screen and (max-width: 1964px) {
    .purple-card {
        left: -133px;
    }

    .white-card {
        width: 60%;
    }
}

@media screen and (max-width: 1063px) {
    .green-card {
        width: 33%;
    }
}

@media screen and (max-width: 1024px) {
    .four-black-btn {
        display: none;
    }

    .resp-btn {
        font-size: 11px;
    }

    .first-section {
        margin-top: 29px;
    }

    .footer-btn {
        font-size: 14px;
    }

    .purple-card {
        height: 166px;
        width: 40%;
    }

    .green-card {
        left: 70px;
    }
}

@media screen and (max-width: 993px) {
    .arrowImg {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {

    .house-container {
        background: none;
    }

    .purple-line {
        display: none;
    }

    .purple-card {
        transform: skew(0);
        width: 100%;
        left: 0;
    }

    .green-card {
        width: 86%;
        left: -70px;
    }

    .white-card {
        transform: skew(0);
        width: 90%;
    }

    .visible-card {
        width: 90%;
    }

    .four-black-btn {
        display: block;
    }

    .green-card h2 {
        font-size: 2.2rem;
    }

    .first-section {
        margin-top: 35px;
    }

    .arrowImg {
        display: none !important;
    }

    .workerImg {
        margin-top: 48px !important;
    }

    .card-title {
        font-size: 15px !important;
    }

    .card-text {
        font-size: 12px;
    }

    .card-border {
        padding: 3rem 0px !important;
    }

    .icon-circle {
        height: 116px;
        width: 116px;
    }

    .circle-row {
        right: -3.3rem;
        bottom: 4.2rem;
    }

    .circle-row img {
        height: 42px;
    }

    .resp-btn {
        font-size: 8px;
    }

    .card-border .card-body h6 {
        font-size: 0.8rem;
    }

    .pic-row img {
        margin-top: -13px;
    }

    .btn-size-resp {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 620px) {
    .pic-row {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .circle-border {
        margin-left: 35%;
    }
    .section-seven-btn{
        margin-left: -25px;
    }
}

@media screen and (max-width: 471px) {
    .house-container {
        height: 100vh;
    }
}

@media screen and (max-width: 425px) {
    .green-card {
        left: -50px;
    }

    .green-card h2 {
        font-size: 1.5rem;
    }

    .circle-row {
        bottom: 4rem;
    }

    .section-five-card-row img {
        height: 99px;
        margin-top: -74px;
    }

    .section-five-card-two img {
        height: 89px !important;
        margin-bottom: -68px;
    }

    .pic-row {
        display: none;
    }

    .img-section img {
        height: 5rem;
        margin: 14px 0px
    }

    .font-roboto-slab {
        text-align: center;
    }

}

@media screen and (max-width: 340px) {
    .circle-border {
        margin-left: 27%;
    }
}

@media screen and (max-width: 334px) {
    .house-container {
        height: 99vh;
    }

}

@media screen and (max-width: 320px) {
    .navbar-brand {
        padding: 0px !important;
    }

    .slider-f-row h2 {
        font-size: 1.4rem;
    }

    .slider-f-row p {
        font-size: 0.7rem;
    }

    .first-section {
        margin-top: 0px;
    }

    .circle-row {
        bottom: 5rem;
    }
}

@media screen and (max-width: 250px) {
    .section-four-first-row h1 {
        font-size: 2.7rem;
    }
}