@import url(https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap);

body,
section {
    position: relative
}

figure,
p,
ul {
    margin: 0
}

.preLoader,
body,
html {
    height: 100%
}

.slideOne h3 figure,
ul.footer-social li a i {
    height: 2.8125rem;
    width: 2.8125rem;
    display: grid;
    place-items: center
}

.blog-wrap,
.experiencecntnt,
.footer-bottom,
.mainHead,
figure.scopeimgs {
    text-align: center
}

.aboutwrap1 h2,
.form-inline .themeBtn,
.main-slider h1,
.slideOne h3,
.themeBtn,
footer h2,
section.blog-section .mainHead,
ul.contact-list li a,
ul.footer-link li a {
    text-transform: capitalize
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #191970;
    --secondary: #EC756C
}

html {
    scroll-behavior: smooth
}

body {
    background: #fff;
    overflow-x: hidden;
    font-family: Sora, sans-serif
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }
}

section {
    padding: 6rem 0
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000
}

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

a,
button {
    text-decoration: none !important;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover,
button:hover {
    -webkit-transition: .5s;
    transition: .5s
}

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

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: .3
}

.preLoader {
    width: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.preLoader.black {
    background-color: var(--black);
    z-index: 11113
}

.preLoader.white,
header,
ul.footer-social li a i:hover {
    background-color: var(--primary)
}

.preLoader.white {
    z-index: 11112
}

.preLoader img {
    width: 300px
}

.themeBtn {
    font-size: 22px;
    color: var(--black);
    background-color: var(--secondary);
    font-weight: 600;
    align-items: center;
    display: inline-block;
    padding: 12px 35px;
    color: var(--white);
    border-radius: 50px
}

.scrope_img {
    width: 55%;
    display: flex;
    margin: 0 auto;
    padding-top: 200px
}

.webgl {
    outline: 0;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    border-radius: 10% !important;
    height: 300px !important
}

.lil-gui {
    display: none !important
}

.navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    background-color: #2d2d2d;
    bottom: -4px;
    height: 2px
}

.navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
    transition: .6s
}

.themeBtn.borderBtn {
    background: 0 0;
    border: 1px solid #fff;
    padding: 1.04em 2em
}

header {
    padding: 35px 0;
    transition: .3s ease-in-out
}

.navbar-brand {
    padding: 0;
    margin: 0
}

.navbar-nav {
    align-items: center;
    gap: 39px
}

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    display: inline-block
}

.main-slider {
    height: 1100px
}

.bg,
.homeSlider.swiper-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.homeSlider.swiper-container {
    position: absolute;
    z-index: 0;
    overflow: hidden
}

.main-logo {
    filter: invert(1)
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden
}

.homeSlider .swiper-pagination {
    width: fit-content;
    left: 18rem
}

.homeSlider .swiper-button-next,
.homeSlider .swiper-button-prev {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: .3s ease-in-out;
    cursor: pointer
}

.bg,
.bg:before,
.star-field {
    position: fixed
}

.bg {
    background: url(https://i.ibb.co/87GbbFP/2799006.jpg) center/cover no-repeat;
    z-index: -3
}

.bg:before,
.star-fieldSecond {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.bg:before {
    content: "";
    background: #000;
    opacity: .3
}

@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: .5
    }

    to {
        transform: translateZ(0);
        opacity: .5
    }
}

@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: .5
    }

    to {
        transform: translateZ(-600px);
        opacity: .5
    }
}

@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: .5
    }

    to {
        transform: translateZ(-1200px);
        opacity: .5
    }
}

.star-field {
    top: 0;
    left: 0;
    width: 100%;
    perspective: 600px;
    -webkit-perspective: 600px
}

.star-fieldSecond {
    perspective: 600px;
    -webkit-perspective: 600px
}

.star-field .layer,
.star-fieldSecond .layer {
    box-shadow: -411px -476px #ccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #ccc, 647px 423px #f5f5f5, 183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3, -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px #f5f5f5, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc, 624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #ccc, -23px 510px #cfcfcf, -652px -237px #f5f5f5, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #ccc, -23px 340px #dedede, -837px 246px #fff, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0, -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #ccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1, -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px #f5f5f5, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px
}

.star-field .layer:first-child,
.star-fieldSecond .layer:first-child {
    animation: 5s linear infinite sf-fly-by-1
}

.star-field .layer:nth-child(2),
.star-fieldSecond .layer:nth-child(2) {
    animation: 5s linear infinite sf-fly-by-2
}

.star-field .layer:nth-child(3),
.star-fieldSecond .layer:nth-child(3) {
    animation: 5s linear infinite sf-fly-by-3
}

.homeSlider .swiper-button-next {
    right: 1rem
}

.homeSlider .swiper-button-prev {
    left: 1rem
}

.blog-section .swiper-button-next:hover,
.blog-section .swiper-button-prev:hover,
.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black)
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 .5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: 0 0
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative
}

.homeSlider .slide-inner {
    width: 100%;
    height: 85%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.slideOne h3,
ul.footer-social {
    align-items: center;
    display: flex
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 50PX;
    width: 87%;
    line-height: 1.2;
    font-weight: 400
}

.main-slider p,
.slideOne h3 {
    color: rgb(255 255 255 / 90%)
}

.main-slider p {
    line-height: 1.4;
    font-size: 28px;
    font-weight: 300;
    width: 78%;
    margin: 1.25rem 0
}

.form-inline .themeBtn {
    font-size: .875rem;
    font-weight: 400;
    color: var(--black);
    border-radius: 30px;
    margin-left: 2.375rem
}

.slideOne h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    gap: .625rem;
    font-family: Play, sans-serif
}

.slideOne h3 figure {
    border-radius: 50px;
    background-color: #e9967a
}

img.img-fluid.main-img {
    position: absolute;
    bottom: 7%;
    z-index: 1
}

.main-slider h2 {
    position: absolute;
    bottom: 14%;
    font-size: 8.375rem;
    white-space: nowrap;
    left: 40%;
    font-weight: 900;
    -webkit-text-fill-color: rgb(255 255 255 / 33%);
    z-index: 1
}

.snif-section figure img {
    box-shadow: 0 4px 14px rgb(53 53 100 / 5%);
    border: 6px solid #fff;
    border-radius: 20px
}

.book-form input,
.book-form select {
    height: 64px;
    width: 100%;
    outline: unset !important;
    box-shadow: unset !important
}

figure.snifffig1 {
    transform: rotate(-5deg)
}

figure.snifffig2 {
    transform: rotate(5deg)
}

.sniff11 {
    position: absolute;
    top: 10%;
    left: 20%;
    animation: 1.5s ease-out infinite footStep;
    transform-origin: bottom center
}

.sniff44,
.sniff66 {
    animation: 2s ease-in-out infinite boneWiggle;
    transform-origin: center
}

.sniff44 {
    position: absolute;
    top: 10%;
    right: 7%
}

.sniff33,
.sniff66 {
    right: 20%;
    position: absolute
}

.sniff66 {
    bottom: 10%
}

.sniff33 {
    top: 6%;
    animation: 1.5s ease-out infinite footStep;
    transform-origin: bottom center
}

.sniff22 {
    position: absolute;
    top: 21%;
    left: 9%;
    animation: 2s ease-in-out infinite boneWiggle;
    transform-origin: center
}

.sniff55,
img.img-fluid.footer2 {
    position: absolute;
    animation: 1.5s ease-out infinite footStep;
    transform-origin: bottom center
}

.sniff55 {
    left: 14%;
    bottom: 17%
}

footer {
    background: #000;
    position: relative
}

.footer-logo img {
    width: 158px
}

footer p {
    font-size: 1.0625rem;
    color: #fff;
    line-height: 1.7;
    margin: 1rem 0
}

ul.footer-social {
    gap: 10px
}

ul.footer-social li a i {
    border-radius: 50px;
    background-color: transparent;
    color: var(--white);
    border: 1px solid #fff
}

ul.footer-social li a i:hover {
    color: #fff;
    transition: .6s;
    border-color: var(--primary)
}

footer h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff
}

ul.footer-link li a {
    font-size: 14px;
    font-weight: 400;
    color: #b1b1b1
}

ul.contact-list li a {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

ul.contact-list li+li {
    margin: 10px 0
}

img.img-fluid.footer2 {
    left: 53px;
    top: 90px
}

img.img-fluid.footer1,
img.img-fluid.footer5 {
    position: absolute;
    animation: 2s ease-in-out infinite boneWiggle;
    transform-origin: center
}

img.img-fluid.footer5 {
    right: 77px;
    bottom: 45px
}

footer figure {
    width: fit-content
}

.footer-bottom {
    margin-top: 3rem;
    padding: 25px 0;
    border-top: 1px solid #fff
}

img.img-fluid.footer1 {
    left: 32%;
    top: 14%
}

.paw-print,
img.img-fluid.footer4 {
    animation: 1.5s ease-out infinite footStep;
    transform-origin: bottom center;
    position: absolute
}

img.img-fluid.footer4 {
    right: 0;
    left: 30%;
    margin: auto;
    bottom: 30px
}

img.img-fluid.footer3 {
    position: absolute;
    left: 114px;
    bottom: 84px;
    animation: 2s ease-in-out infinite boneWiggle;
    transform-origin: center
}

.footer-bottom p {
    margin: 0;
    font-size: 1rem
}

.paw-print {
    right: 21%;
    top: 3rem
}

@keyframes footStep {
    0% {
        transform: scale(.8) translateY(20px);
        opacity: 0
    }

    30% {
        transform: scale(1.1, .9) translateY(0);
        opacity: 1
    }

    60% {
        transform: scale(.95, 1.05)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.sing-section:before {
    content: "";
    position: absolute;
    right: 0;
    top: 23px;
    width: 100px;
    height: 100px;
    background: #b1ddef
}

.bnrmsg11 {
    position: absolute;
    bottom: 26%;
    z-index: 1;
    right: 4%
}

figure.scopeimgs img {
    margin-top: 17rem
}

.about-section {
    background: url(../images/abtbg1.webp) center/cover no-repeat;
    padding: 0;
    height: 960px;
    margin-top: -9%;
    position: relative;
    z-index: -1
}

.aboutwebkit {
    font-size: 400px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BEBEFF;
    -webkit-text-fill-color: transparent;
    margin-top: -11rem;
    position: relative
}

.aboutwrap1 h2,
.blog-cntnt p,
.getwrap h2,
.mainHead,
.newsletr h2,
.supportwrap h2 {
    font-weight: 400
}

.aboutwrap1 h2 {
    font-size: 80px;
    color: #191970
}

.aboutwrap1 p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #191970
}

.aboutwrap2 h4 {
    font-size: 28px;
    color: #1d1d5b;
    line-height: 1.5;
    margin-bottom: 1rem
}

.moonimg11 {
    position: absolute;
    left: 47%;
    top: -5%;
    z-index: 1111
}

.aboutwrap2 {
    border-left: 1px solid #b5b5b5;
    padding-left: 5rem
}

.experience-section {
    background: url(../images/experiencebg1.webp) center/cover no-repeat;
    height: 1391px;
    padding: 9rem 0 0
}

.mainHead {
    font-size: 80px;
    color: #fff;
    margin-bottom: 2rem
}

.experiencecntnt h3 {
    font-size: 30px;
    color: #fff;
    margin: 30px 0 12px
}

img.img-fluid.experimg11 {
    position: absolute;
    bottom: -7rem;
    z-index: 1
}

img.img-fluid.experimg22,
img.img-fluid.experimg33 {
    position: absolute;
    bottom: -8%;
    right: 0
}

img.img-fluid.experimg22 {
    left: 0;
    margin: auto;
    z-index: 1
}

.blog-section {
    background: url(https://i.ibb.co/87GbbFP/2799006.jpg) center/cover no-repeat;
    padding: 9rem 0
}

.blog-section .swiper-button-next:after,
.blog-section .swiper-button-prev:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px
}

.blog-section .swiper-button-prev:after {
    content: '\f177'
}

.blog-section .swiper-button-next:after {
    content: '\f178'
}

.blog-section .swiper-button-next,
.blog-section .swiper-button-prev {
    background: 0 0;
    width: 51px;
    height: 51px;
    color: var(--white);
    border-radius: 0;
    top: 50%;
    transition: .5s ease-in-out;
    border: 1px solid #b9b6b6
}

.blog-section .swiper-button-next {
    right: 8rem
}

.blog-section .swiper-button-prev {
    left: 8rem
}

.blog-wrap {
    background: rgb(56 109 112 / 11%);
    padding: 62px 62px 42px;
    backdrop-filter: blur(90px);
    border-radius: 23px
}

.blog-cntnt p {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin: 12px auto;
    width: 80%
}

.get-section {
    background: url(../images/getbg.webp) center/cover no-repeat;
    padding: 10rem 0
}

form.book-form input {
    border: 1px solid;
    border-radius: 7px;
    background: #fff;
    color: #000;
}

section.book-sec .main-head {
    margin-bottom: 15px
}

.getwrap p,
form.book-form .form-check {
    margin-bottom: 1rem
}

form.book-form select {
    border: 1px solid;
    border-radius: 7px;
    background: #fff;
    color: #000
}

form.book-form select::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: Inter, serif;
    text-transform: capitalize;
    color: #dde8dd;
    padding: 10px
}

.getwrap h2 {
    font-size: 80px;
    color: #fff
}

.getwrap p {
    font-size: 24px;
    color: #fff
}

.faqs-section #accordion .card .card-body p,
.form-group label,
form.book-form .form-check-label {
    color: #fff;
    font-size: 1.125rem
}

form.book-form .form-check input {
    width: unset;
    height: unset;
    position: unset
}

form.book-form .form-check input label,
ul.iconlist li a {
    color: #fff
}

form.book-form button.themeBtn {
    border: unset;
    margin-top: 2rem
}

.gallery {
    background: url(https://i.ibb.co/87GbbFP/2799006.jpg) center/cover no-repeat;
    padding: 7rem 0
}

.how-section {
    background: url(../images/helpbg11.webp) center/cover no-repeat;
    padding: 8rem 0
}

.faqs-title .mainHead {
    font-size: 3.4375rem
}

.faqs-section #accordion .card {
    border: 0;
    background: 0 0
}

.faqs-section .card .subHeading {
    font-size: 24px;
    font-weight: 400
}

.faqs-section #accordion .card .btn-link {
    --height: 2.5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 34px 36px;
    text-transform: uppercase;
    background-color: #fff;
    margin: 1rem 0 0;
    border-radius: 10px
}

.faqs-section #accordion .card .btn-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--height);
    margin-right: 1rem;
    font-size: 1.875rem
}

.faqs-section #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    color: #000
}

.faqs-section #accordion .card .btn-link i::before {
    content: "\f068"
}

.faqs-section #accordion .card .btn-link.collapsed i::before {
    content: "\f067"
}

.faqs-section #accordion .card .card-body {
    padding: 1rem 2rem
}

.faqs-section #accordion .card [aria-expanded=true] {
    background-color: #fff
}

section.how-section.faqs-section .mainHead {
    margin-bottom: 1rem;
    text-align: inherit
}

.cloudimg11 {
    position: absolute;
    top: -7%;
    right: 0
}

.cloudimg22 {
    position: absolute;
    top: -11%;
    right: 0
}

.support-section {
    background: url(../images/supportbg.webp) center/cover no-repeat;
    padding: 0;
    height: 1080px;
    display: flex;
    align-items: end
}

.supportwrap h2 {
    font-size: 80px;
    color: #fff;
    margin-bottom: 45px;
    line-height: 1.1
}

section.cloud-section {
    padding: 0
}

ul.footer-link li+li {
    margin-top: 6px
}

ul.contact-list li+li {
    margin-top: 10px
}

ul.contact-list li a img {
    margin-right: 10px
}

ul.contact-list {
    margin-bottom: 2rem
}

.footer-bottom p span {
    color: var(--secondary)
}

footer .newsletter .form-group input {
    border: unset;
    background: #fff;
    width: 100%;
    padding-left: 1rem;
    padding-right: 60px;
    color: #000;
    outline: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    border-radius: 7px;
    height: 90px
}

footer .newsletter .form-group {
    position: relative
}

footer .newsletter .form-group button {
    position: absolute;
    right: 2%;
    color: var(--primary);
    background: 0 0;
    height: 100%;
    display: grid;
    place-items: center;
    top: 0;
    transition: none;
    transform: rotate(18deg);
    border: unset
}

footer .newsletter .form-group input::placeholder {
    font-size: 1.125rem;
    color: #717171
}

.bgftr {
    background: #b76e79;
    padding: 44px 52px;
    border-radius: 25px;
    margin-bottom: 100px
}

.newsletr h2 {
    font-size: 40px
}

.iconlist .dropdown .dropdown-toggle {
    all: unset;
    cursor: pointer
}

.iconlist .dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0
}

.iconlist .dropdown .dropdown-menu li a {
    display: block;
    padding: 5px 10px;
    font-size: 1rem;
    color: var(--black)
}

ul.iconlist {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 70px
}

ul.iconlist li+li {
    border-left: 1px solid #fff;
    padding-left: 19px
}

.themeBtn:hover {
    background: #fff;
    color: #000
}

.sellerSlider {
    padding-bottom: 2rem
}

/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 50px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
}

.innerBan {
    position: relative;
}


.about-page-section {
    background: url(../images/aboutpbg1.png)center/cover no-repeat;
}

@import url(https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap);

body,
section {
    position: relative
}

figure,
p,
ul {
    margin: 0
}

.preLoader,
body,
html {
    height: 100%
}

.slideOne h3 figure,
ul.footer-social li a i {
    height: 2.8125rem;
    width: 2.8125rem;
    display: grid;
    place-items: center
}

.blog-wrap,
.experiencecntnt,
.footer-bottom,
.mainHead,
figure.scopeimgs {
    text-align: center
}

.aboutwrap1 h2,
.form-inline .themeBtn,
.main-slider h1,
.slideOne h3,
.themeBtn,
footer h2,
section.blog-section .mainHead,
ul.contact-list li a,
ul.footer-link li a {
    text-transform: capitalize
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #191970;
    --secondary: #EC756C
}

html {
    scroll-behavior: smooth
}

body {
    background: #fff;
    overflow-x: hidden;
    font-family: Sora, sans-serif
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }
}

section {
    padding: 6rem 0
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000
}

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

a,
button {
    text-decoration: none !important;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover,
button:hover {
    -webkit-transition: .5s;
    transition: .5s
}

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

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: .3
}

.preLoader {
    width: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.preLoader.black {
    background-color: var(--black);
    z-index: 11113
}

.preLoader.white,
header,
ul.footer-social li a i:hover {
    background-color: var(--primary)
}

.preLoader.white {
    z-index: 11112
}

.preLoader img {
    width: 300px
}

.themeBtn {
    font-size: 22px;
    color: var(--black);
    background-color: var(--secondary);
    font-weight: 600;
    align-items: center;
    display: inline-block;
    padding: 12px 35px;
    color: var(--white);
    border-radius: 50px
}

.scrope_img {
    width: 55%;
    display: flex;
    margin: 0 auto;
    padding-top: 200px
}

.webgl {
    outline: 0;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    border-radius: 10% !important;
    height: 300px !important
}

.lil-gui {
    display: none !important
}

.navbar-nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    background-color: #2d2d2d;
    bottom: -4px;
    height: 2px
}

.navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
    transition: .6s
}

.themeBtn.borderBtn {
    background: 0 0;
    border: 1px solid #fff;
    padding: 1.04em 2em
}

header {
    padding: 35px 0;
    transition: .3s ease-in-out
}

.navbar-brand {
    padding: 0;
    margin: 0
}

.navbar-nav {
    align-items: center;
    gap: 39px
}

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    display: inline-block
}

.main-slider {
    height: 1100px
}

.bg,
.homeSlider.swiper-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.homeSlider.swiper-container {
    position: absolute;
    z-index: 0;
    overflow: hidden
}

.main-logo {
    filter: invert(1)
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden
}

.homeSlider .swiper-pagination {
    width: fit-content;
    left: 18rem
}

.homeSlider .swiper-button-next,
.homeSlider .swiper-button-prev {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: .3s ease-in-out;
    cursor: pointer
}

.bg,
.bg:before,
.star-field {
    position: fixed
}

.bg {
    background: url(https://i.ibb.co/87GbbFP/2799006.jpg) center/cover no-repeat;
    z-index: -3
}

.bg:before,
.star-fieldSecond {
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.bg:before {
    content: "";
    background: #000;
    opacity: .3
}

@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: .5
    }

    to {
        transform: translateZ(0);
        opacity: .5
    }
}

@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: .5
    }

    to {
        transform: translateZ(-600px);
        opacity: .5
    }
}

@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: .5
    }

    to {
        transform: translateZ(-1200px);
        opacity: .5
    }
}

.star-field {
    top: 0;
    left: 0;
    width: 100%;
    perspective: 600px;
    -webkit-perspective: 600px
}

.star-fieldSecond {
    perspective: 600px;
    -webkit-perspective: 600px
}

.star-field .layer,
.star-fieldSecond .layer {
    box-shadow: -411px -476px #ccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #ccc, 647px 423px #f5f5f5, 183px 389px #c7c7c7, 524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2, 440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3, -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed, -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6, 828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px #f5f5f5, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc, 624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #ccc, -23px 510px #cfcfcf, -652px -237px #f5f5f5, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2, 563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #ccc, -23px 340px #dedede, -837px 246px #fff, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0, -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #ccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1, -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px #f5f5f5, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px
}

.star-field .layer:first-child,
.star-fieldSecond .layer:first-child {
    animation: 5s linear infinite sf-fly-by-1
}

.star-field .layer:nth-child(2),
.star-fieldSecond .layer:nth-child(2) {
    animation: 5s linear infinite sf-fly-by-2
}

.star-field .layer:nth-child(3),
.star-fieldSecond .layer:nth-child(3) {
    animation: 5s linear infinite sf-fly-by-3
}

.homeSlider .swiper-button-next {
    right: 1rem
}

.homeSlider .swiper-button-prev {
    left: 1rem
}

.blog-section .swiper-button-next:hover,
.blog-section .swiper-button-prev:hover,
.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black)
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 .5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: 0 0
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative
}

.homeSlider .slide-inner {
    width: 100%;
    height: 85%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.slideOne h3,
ul.footer-social {
    align-items: center;
    display: flex
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 50PX;
    width: 87%;
    line-height: 1.2;
    font-weight: 400
}

.main-slider p,
.slideOne h3 {
    color: rgb(255 255 255 / 90%)
}

.main-slider p {
    line-height: 1.4;
    font-size: 28px;
    font-weight: 300;
    width: 78%;
    margin: 1.25rem 0
}

.form-inline .themeBtn {
    font-size: .875rem;
    font-weight: 400;
    color: var(--black);
    border-radius: 30px;
    margin-left: 2.375rem
}

.slideOne h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    gap: .625rem;
    font-family: Play, sans-serif
}

.slideOne h3 figure {
    border-radius: 50px;
    background-color: #e9967a
}

img.img-fluid.main-img {
    position: absolute;
    bottom: 7%;
    z-index: 1
}

.main-slider h2 {
    position: absolute;
    bottom: 14%;
    font-size: 8.375rem;
    white-space: nowrap;
    left: 40%;
    font-weight: 900;
    -webkit-text-fill-color: rgb(255 255 255 / 33%);
    z-index: 1
}

.snif-section figure img {
    box-shadow: 0 4px 14px rgb(53 53 100 / 5%);
    border: 6px solid #fff;
    border-radius: 20px
}

form.book-form input,
form.book-form select {
    height: 64px;
    width: 100%;
    outline: unset !important;
    box-shadow: unset !important
}

figure.snifffig1 {
    transform: rotate(-5deg)
}

figure.snifffig2 {
    transform: rotate(5deg)
}

.sniff11 {
    position: absolute;
    top: 10%;
    left: 20%;
    animation: 1.5s ease-out infinite footStep;
    transform-origin: bottom center
}

.sniff44,
.sniff66 {
    animation: 2s ease-in-out infinite boneWiggle;
    transform-origin: center
}

.sniff44 {
    position: absolute;
    top: 10%;
    right: 7%
}

.sniff33,
.sniff66 {
    right: 20%;
    position: absolute
}

.sniff66 {
    bottom: 10%
}

.sniff33 {
    top: 6%;
    animation: 1.5s ease-out infinite footStep;
    transform-origin: bottom center
}

.sniff22 {
    position: absolute;
    top: 21%;
    left: 9%;
    animation: 2s ease-in-out infinite boneWiggle;
    transform-origin: center
}

.sniff55,
img.img-fluid.footer2 {
    position: absolute;
    animation: 1.5s ease-out infinite footStep;
    transform-origin: bottom center
}

.sniff55 {
    left: 14%;
    bottom: 17%
}

footer {
    background: #000;
    position: relative
}

.footer-logo img {
    width: 158px
}

footer p {
    font-size: 1.0625rem;
    color: #fff;
    line-height: 1.7;
    margin: 1rem 0
}

ul.footer-social {
    gap: 10px
}

ul.footer-social li a i {
    border-radius: 50px;
    background-color: transparent;
    color: var(--white);
    border: 1px solid #fff
}

ul.footer-social li a i:hover {
    color: #fff;
    transition: .6s;
    border-color: var(--primary)
}

footer h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff
}

ul.footer-link li a {
    font-size: 14px;
    font-weight: 400;
    color: #b1b1b1
}

ul.contact-list li a {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

ul.contact-list li+li {
    margin: 10px 0
}

img.img-fluid.footer2 {
    left: 53px;
    top: 90px
}

img.img-fluid.footer1,
img.img-fluid.footer5 {
    position: absolute;
    animation: 2s ease-in-out infinite boneWiggle;
    transform-origin: center
}

img.img-fluid.footer5 {
    right: 77px;
    bottom: 45px
}

footer figure {
    width: fit-content
}

.footer-bottom {
    margin-top: 3rem;
    padding: 25px 0;
    border-top: 1px solid #fff
}

img.img-fluid.footer1 {
    left: 32%;
    top: 14%
}

.paw-print,
img.img-fluid.footer4 {
    animation: 1.5s ease-out infinite footStep;
    transform-origin: bottom center;
    position: absolute
}

img.img-fluid.footer4 {
    right: 0;
    left: 30%;
    margin: auto;
    bottom: 30px
}

img.img-fluid.footer3 {
    position: absolute;
    left: 114px;
    bottom: 84px;
    animation: 2s ease-in-out infinite boneWiggle;
    transform-origin: center
}

.footer-bottom p {
    margin: 0;
    font-size: 1rem
}

.paw-print {
    right: 21%;
    top: 3rem
}

@keyframes footStep {
    0% {
        transform: scale(.8) translateY(20px);
        opacity: 0
    }

    30% {
        transform: scale(1.1, .9) translateY(0);
        opacity: 1
    }

    60% {
        transform: scale(.95, 1.05)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.sing-section:before {
    content: "";
    position: absolute;
    right: 0;
    top: 23px;
    width: 100px;
    height: 100px;
    background: #b1ddef
}

.bnrmsg11 {
    position: absolute;
    bottom: 26%;
    z-index: 1;
    right: 4%
}

figure.scopeimgs img {
    margin-top: 17rem
}

.about-section {
    background: url(../images/abtbg1.webp) center/cover no-repeat;
    padding: 0;
    height: 960px;
    margin-top: -9%;
    position: relative;
    z-index: -1
}

.aboutwebkit {
    font-size: 400px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BEBEFF;
    -webkit-text-fill-color: transparent;
    margin-top: -11rem;
    position: relative
}

.aboutwrap1 h2,
.blog-cntnt p,
.getwrap h2,
.mainHead,
.newsletr h2,
.supportwrap h2 {
    font-weight: 400
}

.aboutwrap1 h2 {
    font-size: 80px;
    color: #191970
}

.aboutwrap1 p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #191970
}

.aboutwrap2 h4 {
    font-size: 28px;
    color: #1d1d5b;
    line-height: 1.5;
    margin-bottom: 1rem
}

.moonimg11 {
    position: absolute;
    left: 47%;
    top: -5%;
    z-index: 1111
}

.aboutwrap2 {
    border-left: 1px solid #b5b5b5;
    padding-left: 5rem
}

.experience-section {
    background: url(../images/experiencebg1.webp) center/cover no-repeat;
    height: 1391px;
    padding: 9rem 0 0
}

.mainHead {
    font-size: 80px;
    color: #fff;
    margin-bottom: 2rem
}

.experiencecntnt h3 {
    font-size: 30px;
    color: #fff;
    margin: 30px 0 12px
}

img.img-fluid.experimg11 {
    position: absolute;
    bottom: -7rem;
    z-index: 1
}

img.img-fluid.experimg22,
img.img-fluid.experimg33 {
    position: absolute;
    bottom: -8%;
    right: 0
}

img.img-fluid.experimg22 {
    left: 0;
    margin: auto;
    z-index: 1
}

.blog-section {
    background: url(https://i.ibb.co/87GbbFP/2799006.jpg) center/cover no-repeat;
    padding: 9rem 0
}

.blog-section .swiper-button-next:after,
.blog-section .swiper-button-prev:after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 28px
}

.blog-section .swiper-button-prev:after {
    content: '\f177'
}

.blog-section .swiper-button-next:after {
    content: '\f178'
}

.blog-section .swiper-button-next,
.blog-section .swiper-button-prev {
    background: 0 0;
    width: 51px;
    height: 51px;
    color: var(--white);
    border-radius: 0;
    top: 50%;
    transition: .5s ease-in-out;
    border: 1px solid #b9b6b6
}

.blog-section .swiper-button-next {
    right: 8rem
}

.blog-section .swiper-button-prev {
    left: 8rem
}

.blog-wrap {
    background: rgb(56 109 112 / 11%);
    padding: 62px 62px 42px;
    backdrop-filter: blur(90px);
    border-radius: 23px
}

.blog-cntnt p {
    font-size: 24px;
    color: #fff;
    line-height: 1.5;
    margin: 12px auto;
    width: 80%
}

.get-section {
    background: url(../images/getbg.webp) center/cover no-repeat;
    padding: 10rem 0
}

form.book-form input {
    border: 1px solid;
    border-radius: 7px;
    background: #fff;
    color: #fff !important
}

section.book-sec .main-head {
    margin-bottom: 15px
}

.getwrap p,
form.book-form .form-check {
    margin-bottom: 1rem
}

form.book-form select {
    border: 1px solid;
    border-radius: 7px;
    background: #fff;
    color: #000
}

form.book-form select::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: Inter, serif;
    text-transform: capitalize;
    color: #dde8dd;
    padding: 10px
}

.getwrap h2 {
    font-size: 80px;
    color: #fff;
    text-transform: capitalize;
}

.getwrap p {
    font-size: 24px;
    color: #fff
}

.book-form .form-check-label {
    color: #fff;
    font-size: 1.125rem
}

form.book-form .form-check input {
    width: unset;
    height: unset;
    position: unset
}

form.book-form .form-check input label,
ul.iconlist li a {
    color: #fff
}

form.book-form button.themeBtn {
    border: unset;
    margin-top: 2rem
}

.gallery {
    background: url(https://i.ibb.co/87GbbFP/2799006.jpg) center/cover no-repeat;
    padding: 7rem 0
}

.how-section {
    background: url(../images/helpbg11.webp) center/cover no-repeat;
    padding: 8rem 0
}

.faqs-title .mainHead {
    font-size: 3.4375rem
}

.faqs-section #accordion .card {
    border: 0;
    background: 0 0
}

.faqs-section .card .subHeading {
    font-size: 24px;
    font-weight: 400
}

.faqs-section #accordion .card .btn-link {
    --height: 2.5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 34px 36px;
    text-transform: uppercase;
    background-color: #fff;
    margin: 1rem 0 0;
    border-radius: 10px
}

.faqs-section #accordion .card .btn-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--height);
    margin-right: 1rem;
    font-size: 1.875rem
}

.faqs-section #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    color: #000
}

.faqs-section #accordion .card .btn-link i::before {
    content: "\f068"
}

.faqs-section #accordion .card .btn-link.collapsed i::before {
    content: "\f067"
}

.faqs-section #accordion .card .card-body {
    padding: 1rem 2rem
}

.faqs-section #accordion .card [aria-expanded=true] {
    background-color: #fff
}

section.how-section.faqs-section .mainHead {
    margin-bottom: 1rem;
    text-align: inherit
}

.cloudimg11 {
    position: absolute;
    top: -7%;
    right: 0
}

.cloudimg22 {
    position: absolute;
    top: -11%;
    right: 0
}

.support-section {
    background: url(../images/supportbg.webp) center/cover no-repeat;
    padding: 0;
    height: 1080px;
    display: flex;
    align-items: end
}

.supportwrap h2 {
    font-size: 80px;
    color: #fff;
    margin-bottom: 45px;
    line-height: 1.1
}

section.cloud-section {
    padding: 0
}

ul.footer-link li+li {
    margin-top: 6px
}

ul.contact-list li+li {
    margin-top: 10px
}

ul.contact-list li a img {
    margin-right: 10px
}

ul.contact-list {
    margin-bottom: 2rem
}

.footer-bottom p span {
    color: var(--secondary)
}

footer .newsletter .form-group input {
    border: unset;
    background: #fff;
    width: 100%;
    padding-left: 1rem;
    padding-right: 60px;
    color: #000;
    outline: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    border-radius: 7px;
    height: 90px
}

footer .newsletter .form-group {
    position: relative
}

footer .newsletter .form-group button {
    position: absolute;
    right: 2%;
    color: var(--primary);
    background: 0 0;
    height: 100%;
    display: grid;
    place-items: center;
    top: 0;
    transition: none;
    transform: rotate(18deg);
    border: unset
}

footer .newsletter .form-group input::placeholder {
    font-size: 1.125rem;
    color: #717171
}

.bgftr {
    background: #b76e79;
    padding: 44px 52px;
    border-radius: 25px;
    margin-bottom: 100px
}

.newsletr h2 {
    font-size: 40px
}

.iconlist .dropdown .dropdown-toggle {
    all: unset;
    cursor: pointer
}

.iconlist .dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0
}

.iconlist .dropdown .dropdown-menu li a {
    display: block;
    padding: 5px 10px;
    font-size: 1rem;
    color: var(--black)
}

ul.iconlist {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 70px
}

ul.iconlist li+li {
    border-left: 1px solid #fff;
    padding-left: 19px
}

.themeBtn:hover {
    background: #fff;
    color: #000
}

.sellerSlider {
    padding-bottom: 2rem
}

/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: inherit;
    right: 0;
    bottom: 20%;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 50px;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
}

.innerBan {
    position: relative;
}
.exp-content-section{
    background-color:#e6e6f9 ;
}

.about-page-section {
    background: url(../images/aboutpbg1.png)center/cover no-repeat;
    padding-bottom: 0;
    height: 1650px;
}

.innerBan .bnrmsg11 {
    bottom: 10%;
}

.abtpwrap h2 {
    font-size: 30px;
    font-weight: 400;
    color: #191970;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.abtpwrap p {
    font-size: 1.125rem;
    color: #353570;
    line-height: 1.9;
    width: 87%;
}

.abtpwrap {
    margin-bottom: 4rem;
}

.abtpwrap .themeBtn {
    margin-top: 1rem;
}

.abtpwrap h5 {
    font-size: 28px;
    color: #1D1D5B;
    font-weight: 400;
    line-height: 1.5;
}

.experiencecntnt p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.9;
    margin-bottom: 1rem;
}

.experience-section.experiencepage {
    background: url(../images/experbg2.png)center/cover no-repeat;
    padding-top: 5rem;
}

.blog-section.blogpage-sec {
    background: url(../images/blgpbg1.png)center/cover no-repeat;
    padding-top: 17rem;
}

section.blog-section.blogpage-sec .blog-wrap {
    margin-bottom: 46px;
}

.collabrate-sec {
    background: url(../images/collebrateimg1.png)center/cover no-repeat;
    padding: 9rem 0;
}

section.collabrate-sec h2 {
    font-size: 80px;
    font-weight: 400;
    color: #Fff;
}

section.collabrate-sec h5 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.book-form .form-group textarea {
    height: 180px !important;
    border-radius: 5px;
    border: unset;
}

.get-section.contactsec11 {
    background: url(../images/contactbg1.png)center/cover no-repeat;
}