* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: var(--f1);
}

:root {
    --f1: "Poppins", sans-serif;
    --f2: 'degularMed';
    --f3: 'degularReg';
    --f4: 'degularBold';
    --f5: 'degularSemi';
    --f6: 'dear';
    --c1: #3A7C92;
    --c2: #FEBE10;
}

ul {
    padding: 0%;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.img__contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* header  */
.topBar {
    padding: 10px 0;
    background: var(--c1);
}

.topCont {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(--f1);
    text-align: center;
}

.headerMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo {
    width: 180px;
    height: auto;
}

.headermainNav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.linkHome {
    width: 30px;
    display: block;
    aspect-ratio: 1/1;
}

.headermainNav li a {
    font-size: 12px;
    font-family: var(--f1);
    text-transform: uppercase;
    font-weight: 500;
}

.themeBtn {
    padding: 10px 25px;
    background: var(--c2);
    border-radius: 50px;
    color: #000;
    transition: 300ms all;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.themeBtn:hover {
    background: var(--c1);
    color: #fff;
}

.mainHeader {
    padding: 10px 0;
}

/* header  */
/* banner  */
.banner.--inner {
    padding: 150px 0;
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 57px 0;
}

.bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}

.bannerRight {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerArrow {
    position: absolute;
    bottom: -60px;
    z-index: -1;
    width: 100%;
    height: 460px;
}

.bannerTextMain {
    position: absolute;
    top: 20px;
    left: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    aspect-ratio: 1/1;
}

.bannerText {
    width: 100%;
    height: 100%;
    animation: spin 14s linear infinite;
}

.bannerIcon {
    position: absolute;
    width: 75%;
    height: 75%;
    background: var(--c2);
    border-radius: 100%;
    padding: 25px;
}

.bannerForm {
    width: 70%;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 15px 1px #4444;
}

.bannerForm:before {}

.formHead {
    font-size: 34px;
    text-align: center;
    font-family: var(--f4);
    margin: 0 0 10px;
    color: var(--c1);
    text-transform: uppercase;
}

.inputFeild :is(input, textarea) {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #4444;
    border-radius: 10px;
    outline: none;
}

.inputFeild {
    margin: 10px 0;
}

.inputFeild textarea {
    height: 160px;
}

.inputFeildBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.inputFeildBtn button {
    width: 100%;
    border: 0;
    outline: none;
}

.subHead {
    font-size: 22px;
    font-family: var(--f1);
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 20px;
}

.line {
    width: 100px;
    height: 1px;
    background: #000;
}

.bannerContent h1 {
    text-transform: uppercase;
    font-size: 60px;
    font-family: var(--f5);
    letter-spacing: -2px;
    color: #000;
    text-shadow: 3px 0px 2px #00000070;
}

.bannerContent h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: var(--f4);
    color: var(--c1);
    margin: -22px 0 10px;
    line-height: 45px;
    display: flex;
    align-items: center;
}

.bannerContent h2 span {
    color: var(--c2);
    font-family: var(--f6);
    font-size: 36px;
    text-transform: capitalize;
    margin-top: -18px;
}

.bannerContent p {
    font-size: 20px;
    font-family: var(--f1);
    color: #000;
    font-weight: 500;
    width: 440px;
}

.bannerBtns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.themeBtn.--blu {
    background: var(--c1);
    color: #fff;
}

.themeBtn.--blu:hover {
    background: var(--c2);
    color: #000;
}

/* banner  */
/* portfolio  */
.portfolio {
    padding: 70px 0;
    background: #EFFAFB;
}

.sectionContent h3 {
    font-size: 39px;
    font-family: var(--f4);
    color: #000;
    text-transform: uppercase;
}

.sectionContent p {
    font-size: 14px;
    font-family: var(--f1);
    font-weight: 500;
    color: #000;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 30px 0 0;
}

.slick-dots li button {
    width: 40px;
    font-size: 0;
    height: 9px;
    display: block;
    border-radius: 50px;
    border: 0;
    background: #febe1038;
    transition: 300ms all;
}

.slick-dots li.slick-active button {
    background: var(--c2);
    width: 50px;
}

.portImg {
    width: 100%;
    height: 290px;
}

.portSlider {
    margin: 0px 0;
}

/* portfolio  */
/* about  */
.about {
    padding: 70px 0;
}

.aboutImgMain {
    position: relative;
    width: 100%;
    height: 430px;
    padding: 20px;
}

.aboutImg {
    width: 80%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.dotsImg {
    position: absolute;
    width: 140px;
    top: 0;
    right: 92px;
    z-index: -1;
}

.aboutImgMain:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 340px;
    background: var(--c2);
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.aboutContent h4 {
    font-size: 42px;
    font-family: var(--f4);
    color: #000;
    text-transform: uppercase;
    line-height: 33px;
}

.aboutContent p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}

/* about  */
/* story */
.story {
    background: var(--c1);
    padding: 70px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.storyBg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.storyContent h5 span {
    display: block;
    font-size: 50px;
    text-transform: uppercase;
    font-family: var(--f5);
    color: #fff;
    letter-spacing: -1px;
}

.storyContent h5 {
    font-size: 49px;
    font-family: var(--f5);
    color: #fff;
    text-transform: uppercase;
}

.storyContent p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.storyBtn {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}

.storyBooh {
    width: 100%;
    height: 400px;
}

.story:before {
    position: absolute;
    width: 650px;
    aspect-ratio: 1/1;
    content: '';
    background: #febe1054;
    z-index: -1;
    border-radius: 100%;
    right: -50px;
    bottom: -220px;
}

.solutionCrd {
    text-align: -webkit-center;
    padding: 0 80px;
    border-left: 1px solid var(--c1);
    border-bottom: 1px solid var(--c1);
    cursor: pointer;
}

.solutionContent h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--f4);
    color: #000;
    margin: 0 0 10px;
}

.solutionContent p {
    font-size: 12px;
    color: #000;
    margin: 0 0px;
    width: 105%;
}

.solutionImg {
    width: 210px;
    aspect-ratio: 1/1;
    padding: 10px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    margin: 20px 0 0;
    transition: 500ms all;
}

.solutionImg img {
    border-radius: 100%;
    border: 10px solid #fff;
}

.solutionImg:before {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: var(--c2);
    content: '';
    left: 50%;
    transform: translatex(-50%);
    z-index: -1;
}

.solution .col-md-4:nth-child(odd) .solutionImg:before {
    top: 0;
}

.solution .col-md-4:nth-child(even) .solutionImg:before {
    background: var(--c1);
}

.solution .col-md-4:nth-child(1) .solutionCrd {
    border-left: 0;
}

.solution .col-md-4:nth-child(4) .solutionCrd {
    border-left: 0;
    border-bottom: 0;
}

.solution .col-md-4:nth-child(5) .solutionCrd {
    border-bottom: 0;
}

.solution .col-md-4:nth-child(6) .solutionCrd {
    border-bottom: 0;
}

.solution {
    padding: 70px 0;
}

.solutionCrd:hover .solutionImg {
    transform: rotatey(180deg);
}

/* story */
/* timeOffer */
.offerContent h3 {
    font-size: 40px;
    font-family: var(--f4);
    color: #000;
}

.offerContent p {
    font-size: 17px;
    font-family: var(--f1);
}

.offerContent h5 {
    font-size: 23px;
    color: #000;
    font-family: var(--f4);
}

.timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.timeDiv {
    width: 24%;
    border: 3px solid #000;
    height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.timeText {
    font-size: 55px;
    font-family: var(--f4);
    color: #000;
    line-height: 40px;
}

.timeDiv span {
    font-size: 15px;
    font-family: var(--f1);
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.timeBookImg {
    width: 100%;
    height: 590px;
}

.timeOffer {
    background: #febe101c;
}

/* timeOffer */
/* process  */
.number {
    font-size: 60px;
    line-height: 50px;
    font-family: var(--f4);
    color: #C3C3C3;
}

.processCrd h6 {
    font-size: 18px;
    font-family: var(--f4);
    color: #000;
}

.processCrd p {
    font-size: 13px;
    font-family: var(--f1);
    line-height: 27px;
}

.processCrd {
    margin: 0 0 40px;
}

.processImg {
    width: 100%;
    height: 540px;
    filter: drop-shadow(0px 0px 46px #febe1040);
}

.process {
    padding: 70px 0 40px;
}

.process .sectionContent p {
    font-size: 11px !important;
}

.InnerProcess {
    margin: 40px 00;
}

.processBtns {
    justify-content: center;
    margin: 20px 0 0;
}

/* process  */
/* testimonial  */
.testCrd {
    width: 97%;
    margin: 0 auto;
    border: 1px solid #4444;
    border-radius: 10px;
    padding: 30px;
    background: var(--c1);
    color: #fff;
    box-shadow: 0 0 0 5px var(--c2);
}

.testTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 20px;
}

.testTop p {
    margin: 0;
    font-size: 14px;
}

.starImg {
    width: 100px;
    height: auto;
}

.testContent h6 {
    font-size: 16px;
    font-family: var(--f1);
    font-weight: 600;
    color: #000;
}

.testContent h6 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 25px;
}

.testContent h5 {
    font-size: 20px;
    font-family: var(--f1);
    font-weight: 600;
    color: #000;
}

.testContent p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-family: var(--f1);
    line-height: 26px;
}

.testSection h3 {
    font-size: 37px;
}

.testSection p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: 3000;
}

.testimonial {
    padding: 70px 0;
}

.testArrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
}

.arrowbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    width: 80px;
    height: 30px;
    border-radius: 50px;
    font-size: 22px;
    background: #4444;
    transition: 300ms all;
    outline: none;
}

.arrowbtn:hover {
    background: var(--c2);
}

.testimonial .slick-list.draggable {
    padding: 20px 0 !important;
}

.testContent :is(h6, h5, p) {
    color: #fff;
}

.slick-active .testCrd {
    background: #fff;
    color: #000;
    box-shadow: none;
}

.slick-active .testContent :is(h6, h5, p) {
    color: #000;
}

/* testimonial  */
/* faq  */
.faqs {
    padding: 70px 0 170px;
    background: #3a7c922e;
}

.accordion-item {
    margin: 20px 0;
    border-radius: 10px !important;
    background: #fff;
    box-shadow: 0 0 15px 1px #4444;
    overflow: hidden;
}

.accordion-header {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.accordion-button {
    font-size: 16px;
    font-family: var(--f4);
    color: #000;
    padding: 20px 20px;
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button:not(.collapsed) {
    background: var(--c2) !important;
    color: #000;
}

.accordion-body p {
    margin: 0;
    font-size: 14px;
    font-family: var(--f1);
    font-weight: 400;
    color: #000;
}

.faqMain {
    margin: 10px 0 0;
}

.fqBot {
    background: var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 70px 0 90px;
    position: relative;
    z-index: 1;
}

.faqBg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    inset: 0;
}

.faqBotImg {
    width: 100%;
    height: 320px;
    border: 5px solid #fff;
    border-radius: 30px;
    position: relative;
    margin-top: -200px;
}

.faqBotImg img {
    border-radius: 26px;
}

.faqBotImg:before {
    position: absolute;
    width: 90%;
    height: 100%;
    content: '';
    background: var(--c2);
    left: 50%;
    transform: translatex(-50%);
    border-radius: 20px;
    bottom: -30px;
    z-index: -1;
}

/* faq  */
/* contact  */
.contact {
    padding: 70px 0;
}

.contactFeild :is(input, textarea) {
    width: 100%;
    padding: 10px;
    border: 1px solid #4444;
    border-radius: 10px;
    font-size: 14px;
}

.contactFeild textarea {
    height: 200px;
}

.contactFeild {
    margin: 10px 0;
}

.contactFeild label {
    font-size: 14px;
    font-family: var(--f1);
    margin: 0 0 5px;
}

.contactFeildBtn button {
    outline: none !important;
    border: none !important;
}

.contactImg {
    width: 100%;
    height: 540px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid var(--c2);
    width: 90%;
    margin: 0 auto;
}

/* contact  */
/* footer  */
.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
    background: var(--c1);
}

.footerBg {
    position: absolute;
    z-index: -1;
    inset: 0;
}
.newsletter p a {
    border: 0;
    margin: 0;
    color: #fff;
}
.footerLogo {
    width: 170px;
    display: block;
    margin: 0 0 10px;
}

.footermain p {
    font-size: 14px;
    color: #fff;
    font-family: var(--f1);
    margin: 0;
}

.socialIcons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0;
}

.socialIcons li a {
    font-size: 28px;
    color: #fff;
}

.footerHead {
    font-size: 28px;
    font-family: var(--f4);
    color: #fff;
    margin: 0 0 20px;
}

.newsletter a {
    margin: 0px 0 20px;
    display: block;
    width: fit-content;
}

.newsletter p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.copyMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0 0;
    padding: 20px 0;
    border-top: 1px solid #ffffff82;
}

.copyMain p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.privacy {
    display: flex;
    align-items: center;
}

.privacy li a {
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    border-right: 1px solid #ffffff94;
}

.privacy li:nth-last-child(1) a {
    border: none;
}

.newsletter a {
    border: 1px solid transparent;
}

.newsletter a:hover {
    border-color: #fff;
}

/* footer  */
/* popUp Form  */
.popUpForm {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #000000c2;
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}
.popUpForm.active{
    opacity: 1;
    visibility: visible;
}

.popFrom {
    width: 30%;
}

.crsBtn {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 100%;
    color: #000;
    box-shadow: 0 0 15px 1px #4444;
    cursor: pointer;
    transition: 300ms all;
}
.crsBtn:hover {
    transform: rotate(180deg);
}
.banner.--inner .bannerContent h2 {
    font-size: 70px;
}

.banner.--inner .bannerContent h2 span {
    font-size: 60px;
}
/*privacy */
.privacyInner {
    padding: 70px 0;
}

.privacyContent {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 15px 1px #4444;
}

.privacyContent p {
    font-size: 14px;
    margin: 10px 0;
}

.privacyContent ul {
    padding-left: 20px;
}

.privacyContent ul li {
    list-style: disc;
    margin: 10px 0;
    font-size: 14px;
}

.privacyContent h2 {
    font-size: 25px;
    font-family: var(--f4);
    color: #000;
    margin: 30px 0 10px;
}
/*privacy */


section.process.alt {
    background: #efe7d6;
}




ul.header-main__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 18px;
}

ul.header-main__nav li a {
  font-size: 14px;
  font-family: var(--f1);
  position: relative;
  text-transform: capitalize;
  padding: 12px 23px;
  text-decoration: none;
}

ul.header-main__nav li a:hover {
  text-shadow: 0px 0px 0px;
  color: var(--c1);
}

ul.header-main__nav li a.active {
  background: #ac8a6e4f;
  text-shadow: 0px 0px 0px;
}


/*================================== dropdown css start ==================================*/

ul.dropdown_menu {
  background: #fff;
  position: absolute;
  z-index: 99999;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}

ul.dropdown_menu li a {
  padding: 10px 10px;
  color: #000000;
  font-size: 13px;
  align-items: center;
}

.dropdown-submenu>.dropdown_menu,
li.dropdown-submenu ul.dropdown_menu ul.dropdown_menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

.dropdown_menu {
  padding: 0;
  margin: 0;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dropdown_menu {
  position: static;
  float: none;
}

li:hover>ul.dropdown_menu {
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 9%);
  min-width: 14rem;
  visibility: visible;
  opacity: 1;
}

.header-main__nav li {
  position: relative;
}

ul.dropdown_menu li a::after {
  display: none;
}

.dropdown-toggle {
  font-size: 17px;
  transition: 500ms;
}

ul.header_nav li a i {
  font-size: 15px;
  transition: 300ms;
}

ul.header_nav li:hover i {
  transform: rotate(180deg);
}

.dropdown-submenu:hover .dropdown-toggle {
  transform: rotate(-90deg);
}

.top-radious {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.bottom-radious {
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}

ul.dropdown_menu li a:hover {
  background: var(--c1);
  color: #fff;
}

ul.header_nav li {
  position: relative;
}

/*================================== dropdown css end ==================================*/
