:root {
    --white: #fff;
    --black: #000;
    --theme-color: #0080d4;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #828288;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-brand img {
    max-height: 150px;
    transition: 0.3s ease-in-out;
    animation: spin 10s infinite;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    top: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
    padding: 0px 7rem;
}

header.sticky {
    position: fixed;
}

header.sticky .navbar-brand img {
    max-width: 100px;

}

.navbar-collapse {
    gap: 0 2rem;
}

.navbar-nav {
    gap: 1rem;
}

/*.form-inline {*/
/*    margin-left: 3rem;*/
/*}*/

.navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--white);
    text-transform: capitalize;
    line-height: 1;
    padding: 0.35em 0.75em;
    border-radius: 5px;
    position: relative;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link:hover {
    background: var(--theme-color);
}

.themeBtn {
    display: inline-block;
    background: var(--theme-color);
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    padding: 0.65em 1.25em;
    border-radius: 10px;
    border: 2px solid var(--theme-color);
}

.themeBtn:hover {
    background: transparent;
    color: var(--theme-color);
}

.main-slider {
    background: url(../images/banner.jpg) center/cover no-repeat fixed;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider .contentWrap {
    background-color: rgb(0 0 0/35%);
    backdrop-filter: blur(3px);
    padding: 5rem 4rem;
    -webkit-backdrop-filter: blur(3px);
    position: relative;
    z-index: 11;
}

.main-slider .contentWrap::before {
    content: "";
    border: 1px solid var(--white);
    position: absolute;
    left: 2rem;
    top: 2rem;
    bottom: 3rem;
    right: 2rem;
    z-index: -1;
}

.main-slider .contentWrap h2 {
    font-size: 3.125rem;
    font-weight: 500;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.main-slider .contentWrap .btn-group {
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
    margin-bottom: -5rem;
}

.main-slider .contentWrap .btn-group .themeBtn:hover {
    color: var(--white);
    border-color: var(--white);
}

.secHeading {
    font-size: 3.125rem;
    font-weight: 600;
    color: var(--black);
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

/* About Section */
.aboutSec {
    margin-top: -6rem;
    padding: 15rem 0 6rem;
    position: relative;
    z-index: 1;
}

.aboutSec .logoBg {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    animation: spin 10s infinite;
}

.aboutSec .bgShape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    right: 0;
}

.aboutSec h3 {
    font-size: 1.375rem;
    color: var(--black);
    font-weight: 600;
    line-height: 1.5;
}

.aboutSec p {
    color: var(--black);
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
}

.aboutSec figure {
    background-color: var(--white);
    border-radius: 10px;
    padding: 0.5rem;
    box-shadow: 0px 3px 6px #00000029;
}

.aboutSec figure img {
    border-radius: 10px;
}

/* processSection */
.processSection {
    background: url(../images/processBg.jpg) center/cover no-repeat fixed;
}

.processSection .secHeading {
    color: var(--white);
    text-align: center;
}

.processWrap {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 1rem;
}

.processWrap .iconWrap {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.3s ease-in-out;
    border: 4px solid var(--theme-color);
}

.processWrap .iconWrap img {
    animation: pulse infinite 5s;
}

.processWrap .content {
    width: calc(100% - 10rem);
}

.processWrap .content h3 {
    color: var(--white);
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.processWrap .content p {
    color: var(--white);
    font-size: 1rem;
    font-weight: 400;
}

.processWrap .iconWrap:hover {
    background-color: var(--theme-color);
}

.processWrap.firstItem {
    margin: -1rem -5rem 6rem 0;
}

.processWrap.firstItem .dottedline {
    z-index: -1;
    position: absolute;
    width: 6rem;
    border: 1px dashed var(--white);
    left: 90%;
    bottom: -1.25rem;
    transform: rotate(45deg);
}

.processWrap.secondItem .dottedline {
    z-index: -1;
    position: absolute;
    width: 5rem;
    border: 1px dashed var(--white);
    left: 100%;
}

.processWrap.thirdItem .dottedline {
    z-index: -1;
    position: absolute;
    width: 5.5rem;
    border: 1px dashed var(--white);
    right: 90%;
    bottom: -1rem;
    transform: rotate(-45deg);
}

.processWrap.fourthItem .dottedline {
    z-index: -1;
    position: absolute;
    width: 5rem;
    border: 1px dashed var(--white);
    right: 100%;
}

.processWrap.thirdItem {
    margin: -1rem 5rem 5rem -5rem;
}

.processSection .centerWrap {
    margin: 8rem 0 4rem;
    text-align: center;
    z-index: 1;
    position: relative;
}

.processSection .centerWrap img.mx-auto {
    animation: spin 10s infinite;
}

.processSection .centerWrap .dropImg {
    position: absolute;
    opacity: 0.15;
    transform: scale(1.5);
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* aboutSec donaldSec */
.aboutSec.donaldSec figure {
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

.aboutSec.donaldSec figure img {
    clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
    border-radius: 0;
}

.aboutSec.donaldSec figure::before {
    content: "";
    background-color: var(--theme-color);
    position: absolute;
    left: -1rem;
    top: -1rem;
    height: 100%;
    width: 50%;
    animation: pulse infinite 5s;
    border-radius: 10px;
}

.aboutSec.donaldSec .bgLogo {
    position: absolute;
    right: 30px;
    bottom: 0;
    animation: spin 10s infinite;

}

/* projectSec */
.projectSec {
    background: url(../images/projectBg.jpg) center/cover no-repeat fixed;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
    padding-bottom: 15rem;
}

.projectSec .secHeading {
    color: var(--white);
}

.projectSec p {
    color: var(--white);
}

.projectCard {
    overflow: hidden;
    position: relative;
    margin: 0 0.5rem;
    border-radius: 10px;
}

.projectCard img {
    transition: 0.3s ease-in-out;
    opacity: 0.75;
}

.projectCard .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem;
    transform: scale(0);
    display: block;
    transform-origin: left bottom;
    transition: 0.3s ease-in-out;
}

.projectCard .content h3 {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.projectCard:hover img {
    transform: scale(1.125);
    opacity: 1;
}

.projectCard:hover .content {
    transform: scale(1);
}

.projectSlider .slick-next::before,
.projectSlider .slick-prev::before {
    display: none;
}

.projectSlider .slick-next,
.projectSlider .slick-prev {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    top: auto;
    width: auto;
    bottom: -4rem;
}

.projectSlider .slick-next {
    right: 0;
}

.projectSlider .slick-prev {
    left: 0;
}

.projectSlider .slick-next i,
.projectSlider .slick-prev i {
    font-size: 2.5rem;
}

.projectSlider .slick-next:hover,
.projectSlider .slick-prev:hover {
    color: var(--theme-color);
}

/* Contact Section */
.contactSection figure img {
    border-radius: 10px;
}

.formWrap {
    box-shadow: 0px 3px 30px #0000001a;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 3rem;
    position: relative;
    z-index: 1;
    background-color: var(--white);
    margin-left: -2.5rem;
}

.formWrap .form-group {
    margin-bottom: 2rem;
}

.formWrap .form-group label {
    font-size: 1.125rem;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.formWrap .form-group .form-control {
    height: 3rem;
    box-shadow: 0px 3px 5px #0000001a;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.formWrap .form-group textarea.form-control {
    height: 7.1875rem;
}

.contactSection .shapeImg {
    position: absolute;
    left: 0;
    right: 0;
    transform: scale(-1);
    bottom: -6rem;
}

/* Footer */
footer {
    /* margin-top: -6rem; */
    background: url(../images/footerBg.jpg) center/cover no-repeat fixed;
    padding-top: 12rem;
}

.footerLogo {
    animation: spin 10s infinite;
}

.footerMenu {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    margin: 3rem 0;
}

.footerMenu li a {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
}

.footerMenu li a:hover {
    color: var(--theme-color);
}

.socialIo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2rem 0;
    border-top: 1px solid rgb(238 238 238/17%);
    border-bottom: 1px solid rgb(238 238 238/17%);
}

.socialIo li a {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    font-size: 1.5rem;
    color: var(--white);
    display: grid;
    place-items: center;
    border: 1px solid var(--white);
}

.socialIo li a:hover {
    background-color: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}

.copyRight {
    padding: 1.5rem 0;
}

.copyRight p {
    color: var(--white);
    font-weight: 400;
    font-size: 1.25rem;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*  inner pages css start  */

.inerBaner {
    background: url(../images/inerbaner1.png) top center/ cover no-repeat;
    height: 830px;
}

.inerBaner .contentWrap h2 {
    margin-bottom: 0.5rem;
}

.inerBaner .contentWrap p {
    text-align: center;
    margin: 0;
    font-size: 1.125rem;
    color: var(--white);
}

.inerBaner .contentWrap {
    padding: 7rem 4rem;
}

.abtPage .secHeading {
    margin: 0 0 1rem;
}

.abtPage h3 {
    margin: 0 0 1rem;
}

.abtPage p {
    margin: 0;
}

.abtPage p + p {
    margin: 2rem 0 0;
}

.being p {
    margin: 0 0 1.5rem;
}

.srvcHead {
    font-size: 2.25rem;
    line-height: 1.3;
}

.abtPage .srvcImg {
    padding: 0;
    box-shadow: none;
}

.srvContent {
    padding-right: 4rem;
    padding-left: 1rem;
}

.provdContent {
    text-align: center;
    margin-top: 5rem;
}

.provdContent p {
    margin: 0;
    font-size: 1rem;
    color: var(--white);
}

.getContent {
    border: 1px solid #e6e6e6;
    box-shadow: 0 3px 30px rgb(0 0 0 / 10%);
    border-radius: 6px;
    padding: 3rem;
}

.getContent .secHeading {
    text-align: center;
    margin: 0 0 2rem;
    line-height: 1.2;
}

.getForm h4 {
    font-size: 1.375rem;
    color: #000000;
    margin: 1.5rem 0 2.5rem;
}

.getForm label {
    display: block;
    font-size: 1rem;
    color: #707070;
    margin: 0 0 1rem;
}

.getForm input {
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 47px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    padding: 0 1rem;
    margin: 0 0 2rem;
}

.getForm textarea {
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 248px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    padding: 1rem 1rem;
    margin: 0 0 2rem;
}

.getForm p {
    color: #000000;
    font-weight: 500;
    margin: 0 0 2.5rem;
}

.getForm p a {
    color: #0080d4;
    font-weight: 500;
}

.getForm .themeBtn {
    padding: 0.65em 2.25em;
}

.projectPage .projectCard {
    margin: 0 0 2.1rem;
}

.projectPage .projectCard img {
    opacity: 1;
}

.prjctHead {
    text-align: center;
    margin: 0 0 3.5rem;
}

.prjctHead p {
    color: var(--black);
    font-weight: 500;
    margin: 0;
}

.prjctHead .secHeading {
    margin: 0 0 1.3rem;
}

.reviewBox {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 3px 30px rgb(0 0 0 / 10%);
    padding: 3rem;
    position: relative;
    margin-bottom: 5.5rem;
}

.reviewBox .quote {
    position: absolute;
    top: -33px;
}

.reviewBox p {
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    margin: 1.3rem 0 0.5rem;
}

.reviewBox span i {
    color: gold;
}

.usrBox {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.usrBox span {
    font-size: 1.3125rem;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}

.cntctLst {
    text-align: center;
}

.cntctLst i {
    color: #0080d4;
    font-size: 5rem;
    margin: 0 0 1rem;
}

.cntctLst h2 {
    font-size: 1.375rem;
    color: #000000;
    font-weight: 600;
}

.cntctLst a {
    font-size: 1.125rem;
    color: #707070;
    font-weight: 400;
}

.cntctLst p {
    margin: 0;
    font-size: 1.125rem;
    color: #707070;
    font-weight: 400;
}

.cntctForm {
    border-top: 1px solid #707070;
    margin-top: 5rem;
    padding-top: 5rem;
}

.cntctForm .secHeading {
    text-align: center;
    margin: 0 0 3.5rem;
}

.cntctForm input {
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 59px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    padding: 0 1.2rem;
    margin: 0 0 2rem;
}

.cntctForm textarea {
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 180px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    padding: 1.5rem 1.2rem;
    margin: 0 0 2rem;
    resize: none;
}

.cntctForm .themeBtn {
    display: table;
    margin: auto;
    padding: 0.65em 1.5em;
}

/*  inner pages css end  */

.logos {
    display: flex;
    gap: 0.5rem;
}

.logos a img {
    height: 110px;
}

.projectExamples {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.projectExamples a {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 600;
}

.modal {
    z-index: 10000000;
}

.modal button.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 2.5rem;
    z-index: 100000000;
}

.modal-body h4 {
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0 2rem;
    text-transform: capitalize;
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 1rem;
}

.modal-body h6 {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: left;
    margin-top: 1.4rem;
    text-transform: capitalize;
    color: #fff;
}

.form-control {
    width: 100%;
    height: 3rem;
    border-radius: 10px;
    background: transparent;
}

.form-group label {
    margin: 0.9rem 0 0.5rem;
    color: #fff;
}

.form-group textarea {
    width: 100%;
}

.modal-body {
    background: url(../images/projectBg.jpg) center/cover no-repeat fixed;
    padding: 2rem;
}

.form-control:focus {
    color: #bdbdbd;
    background-color: #9f99995e;
    border-color: #80bdff;
}