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

:root {
    --white: #fff;
    --black: #000;
    --primary: #015EA2;
    --secondary: #DCAA17;
}

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;
    }
}

/* How to add New font */
@font-face {
    font-family: "trajan";
    src: url("../fonts/TrajanPro-Bold.otf");
}

h1,
h2,
h3 {
    font-family: "trajan", sans-serif;
}

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

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

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

.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;
}

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

figure {
    margin: 0;
}

/* loader */
.preLoader {
    width: 100%;
    height: 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(--primary);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}

/* loader */

/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 1.04em 1.96em;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--secondary);

    color: var(--white);

}

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


.mainheading {
    font-size: 70px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

/* btn css */

/* mouse animation css  */

/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */

/* mouse animation css  */

/* navigation css */

.topLogo {
    position: absolute;
    left: 3rem;
    top: 1.5rem;
    z-index: 111;
}

.topLogo figure {
    position: relative;
}

.topLogo figure ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 1rem;
}

.topLogo figure ul li span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}


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

.navbar-nav {
    align-items: center;
    /* justify-content: space-between; */
    /* width: 100%; */
    gap: 2rem;
}

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


.an-navbar {
    background: var(--theme-color);
    padding: 1.35rem 0;
}


/* for main section */
.active-cont {
    margin-left: 250px;
}

#menu-btn {
    background-color: #100901;
    color: #fff;
    margin-left: -62px;
}

.my-container input {
    border-radius: 2rem;
    padding: 2px 20px;
}

/* navigation css */

/* slider css */

.main-slider {
    height: 100vh;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

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

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

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    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, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

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

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

.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 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

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

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    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;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 5rem;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.main-slider p {
    color: #F6C41A;
    font-weight: 400;
    line-height: 1.7;
    font-size: 1.21rem;
    margin: 0 0 1.8rem;
}

/* slider css */

/* / sraachbar start / */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* / sraachbar end / */

.aboutusSec {
    padding: 9rem 0;
    background: url(../images/aboutbg.webp);
    background-repeat: no-repeat;
}

img.img22 {
    position: absolute;
    bottom: -4rem;
    right: -10rem;
}

.aboutusSec p {
    font-size: 18px;
    font-style: italic;
}

.aboutusSec h3 {
    color: #015EA2;
    font-size: 20px;
    text-transform: uppercase;
}

.para2 {
    margin-left: 10rem;
    margin-bottom: -4rem;
}

figure.imgesset img {
    box-shadow: 0 12px 16px rgb(0 0 0 / 16%);
}

figure.imgesset .img11 {
    border-radius: 104px 0 0 0;
}

figure.imgesset .img22 {
    border-radius: 0 108px 0 0;
}


/* process start*/
.process {
    background: #F2F2F2;
    padding: 5rem 0;
}


.workCard {
    text-align: center;
    padding: 3rem 0rem 0;
    position: relative;
    margin-top: 70px;
}

.workCard .imgWrap {
    border-radius: 50%;
    background-color: var(--primary);
    margin: 0 auto;
    display: grid;
    place-items: center;
    width: 279px;
    height: 279px;
    margin-bottom: 4rem;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 50px #00000012;
}

.workCard .imgWrap img {
    transition: 0.3s ease-in-out;
}

.workCard h3 {
    font-size: 22px;
    color: var(--black);
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}

.workCard .content {
    padding: 2rem 0 0;
}

.workCard > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.process .col-md-4:nth-child(2) .workCard > img {
    left: 187px;
    top: 3px;
    /* transform: translateX(-50%); */
}

.workCard .imgWrap:hover {
    background: var(--secondary);
    color: #fff;
}

.process .col-md-4:nth-child(4) .workCard > img {
    left: 187px;
    top: 3px;
    transform: translateX(-51%);
}

.workCard > .sno {
    font-size: 1.375rem;
    color: var(--black);
    font-weight: 600;
    line-height: 1;
    position: absolute;
    top: -0.25rem;
    right: 159px;
}


.process .col-md-4:nth-child(4) .workCard .sno {
    left: 47%;
    transform: translateX(-50%);
}

.process .col-md-4:nth-child(3) .workCard .sno {
    right: 11px;
    top: 23%;
}

.workCard:hover .imgWrap {
    transform: rotate(360deg);
    transition: all 0.5s ease;

}


.workCard:hover .imgWrap {
    box-shadow: 0 0 30px rgb(176 10 27 / 18%);
}

.workCard:hover h3 {
    transition: all 0.5s ease;
    color: var(--secondary);
}

.content p {
    font-size: 16px;
    color: #000;
}

/* process end */

.featurehead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.featurecntnt h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 1rem;
}

.featurecntnt p {
    font-size: 14px;
    color: #000;
}

ul.fealist {
    display: flex;
    justify-content: space-between;
}

ul.fealist li span {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}


ul.fealist li a i {
    color: #000;
}

ul.fealist li a {
    margin-right: 10px;
}

.featurecntnt.featurebrown {
    background: #484848;
    padding: 1.6rem;
}

.featurecntnt.featurebrown h3 {
    margin-top: 0;
    padding-top: 1rem;
    color: #fff;
}

.featurecntnt.featurebrown p {
    color: #fff;
}

.featurecntnt.featurebrown ul li span {
    color: #fff;
}

.featurecntnt.featurebrown ul li a i {
    color: #fff;
}

.memberSec {
    background: url(../images/memberBg.webp);
}

.memberSec h3 {
    font-size: 52px;
    text-align: center;
    color: #fff;
}

.memberSec .themeBtn {
    border: 1px solid #fff;
    margin-top: 2rem;
}

.digitalSec h4 {
    text-align: center;
    font-size: 20px;
}

.digitalSec .mainheading {
    text-align: center;
    margin-bottom: 2rem;
}

.digitalcntnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    box-shadow: 0 3px 15px rgb(0 0 0 / 16%);
}

.digitalcntnt h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.newsLetterSec {
    background: url(../images/newsletter.webp);
    background-repeat: no-repeat;
}

.newsLtrForm {
    display: flex;
    align-items: center;
    width: 686px;
    padding: 0 1rem;
    height: 95px;
    /* margin: 1rem 0 5rem 0; */
    background: #fff;
    /* box-shadow: 0px 3px 6px #00000029; */
    /* opacity: 1; */
    /* backdrop-filter: blur(30px); */
    margin: auto;
    -webkit-backdrop-filter: blur(30px);
}

.newsLtrForm input {
    background-color: transparent;
    border: none;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    padding-left: 2rem;
}

.newsLtrForm input::placeholder {
    opacity: 0.5;
}

.newsLtrForm input:focus {
    outline: none;
    background-color: transparent;
}

.newsLtrForm button {
    background-color: transparent;
    color: var(--theme-color);
    line-height: 50px;
    text-align: center;
    font-size: 3rem;
    height: 60px;
    width: 70px;
    border: none;
}


.newsLetterSec h4 {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
}

.newsLetterSec .mainheading {
    color: #fff;
    margin-bottom: 2rem;
}

form.newsLtrForm button i {
    color: var(--primary);
}


/* Footer Sec Css Start */

footer {
    background: #000;
    padding-top: 7rem;
}

footer ul li a {
    color: var(--white);
    font-size: 14px;
    text-transform: uppercase;
}

footer ul li a:hover {
    color: var(--primary);
}

.links li + li {
    padding-top: 10px;
}

footer h3 {
    font-size: 1.5625rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 14px;
}

.contactLinks li a {
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

footer .themeBtn {
    border: unset;
    background: var(--secondary) !important;
}

footer .themeBtn:hover {
    background: var(--primary) !important;
}

.contactLinks li + li {
    padding-top: 1rem;
}

.footForm input {
    border-radius: unset;
    height: 50px;
    border: unset;
    background: var(--white);
}

.footForm {
    display: flex;
    align-items: center;
    position: relative;
}

.footForm a {
    position: absolute;
    right: 1rem;
    color: var(--primary);
    font-size: 1.25rem;
}

.footForm input::placeholder {
    font-size: 0.875rem;
    color: #888C90;
}

.socialLinks {
    display: flex;
    gap: 10px;
    margin-top: 1.5rem;
}

.socialLinks li a {
    background-color: transparent;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    color: #fff;
    border: 1px solid;
    font-size: 1.25rem;
}

.socialLinks li a:hover {
    background: var(--secondary);
    color: var(--black);
}

.copyRight p {
    margin: 0;
    color: var(--white);
}

.copyRight ul {
    display: flex;
    justify-content: end;
    gap: 1.5rem;
    margin: 0;
}

.footPara {
    font-size: 0.875rem;
    color: var(--white);
}

.copyRight ul li a {
    font-size: 1.125rem;
    font-weight: 500;
}


.copyRight {
    border-top: 1px solid #707070;
    margin-top: 3.5rem;
    padding: 1.5rem 0;
}

ul.links .themeBtn {
    background: var(--secondary);
    margin: 0 0 0 1rem;
}

ul.links .themeBtn:hover {
    background: var(--primary);
}

/* Footer Sec Css End */


/* watchSec */
.watchSec {
    background-color: var(--bg-color);
    padding-left: 30px;
    padding-right: 30px;
}

.videoSlider {
    /* min-height: 510px; */
    /* padding-top: 13rem; */
    padding: 10.3rem 0;
    /* margin-top: -24rem; */
    margin: 0 -6rem;
}

.videoImg {
    position: relative;
    margin: 1rem;
}

/* .videoImg .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .videoImg .overlay a {
  color: #ff0000;
  font-size: 3rem;
  } */
.videoImg iframe {
    width: 100%;
    object-fit: cover;
    min-height: 265px;
    transition: all 0.3s ease-in-out;
    object-position: center;
}

.videoImg.slick-slide.slick-current.slick-active.slick-center {
    width: 800px !important;
}

.videoImg.slick-slide.slick-current.slick-active.slick-center iframe {
    min-height: 455px;
    box-shadow: -20px 19px 0 0px #e5a6f2;
}

.videoSlider .slick-track {
    display: flex;
    align-items: flex-end;
}

.videoSlider .slick-list.draggable {
    min-height: 422px;
}

.viderArrow::before {
    display: none;
}

.viderArrow {
    font-size: 1.5rem;
    color: var(--black);
    opacity: 1;
    top: auto;
    bottom: -50px;
}

.viderArrow:is(:hover, :focus) {
    opacity: 1;
    color: var(--theme-color);
}

.viderArrow.slick-prev {
    left: 22%;
}

.viderArrow.slick-next {
    right: 22%;
}


/* pricingsec css start */

.pricingSec {
    background: url(../images/pricingbg.webp);
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    margin-top: -20rem;
    padding-top: 25rem;
}


.pricingSec h3 {
    font-size: 20px;
    text-align: center;
}

.pricingSec .mainheading {
    text-align: center;
    font-family: 'trajan';
}

.watchSec {
    background: url(../images/videobg.webp) no-repeat top center/ cover;
    height: 593px;
}

.subHeading {
    font-size: 1.25rem;
    color: var(--white);
}

.heading {
    font-size: 4.375rem;
    color: var(--white);
    font-weight: bold;
    text-transform: uppercase;
}

.title p {
    font-size: 1.125rem;
    color: var(--white);
    font-style: italic;
    margin: 0;
}

.videoSlider .swiper-slide.swiper-slide-active .video {
    transform: scale(2.25);
}

.videoSec {
    padding: 0;
    margin-top: -17rem;
}

.swiper-wrapper {
    align-items: flex-end;
}

.swiper-slide {
    /* width: 300px; */
    /* display: flex; */
    /* align-items: flex-end; */
}

.video img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.video {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.pricingBox ul {
    background: url(../images/pricebg.webp) no-repeat top center/ cover;
    background-color: #fff;
    border-radius: 10px;
}

.pricingBox ul li {
    text-align: center;
    padding: 4.5rem 0;
    border-bottom: 1px solid rgb(112 112 112 / 20%);
    position: relative;
}

.pricingBox ul li h2 {
    font-size: 2.1875rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.pricingBox ul li h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    /* bottom: 0; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 71px;
    color: rgb(0 0 0 / 3%);
    font-weight: bold;
    margin: 0;
}

.pricingBox ul li span {
    display: block;
    margin: 20px 0 0;
    font-size: 0.875rem;
    color: #000000;
}

.pricingBox ul li:last-child {
    border-bottom: transparent;
}

.pricingBox ul li a {
    position: absolute;
    bottom: -1.8rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    background: #015EA2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgb(1 94 162 / 50%);
    color: #fff;
    font-size: 1.3rem;
}

.latestBox {
    background: #015EA2;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 3rem;
}

.latestBox h2 {
    font-size: 2.5625rem;
    color: var(--white);
    font-weight: bold;
    margin: 0;
}

.latestBox h6 {
    font-size: 1.375rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 2;
    margin: 1rem 0 1.8rem;
}

.latestBox form input {
    width: 100%;
    border: 0;
    height: 72px;
    color: rgb(0 0 0 / 10%);
    font-weight: bold;
    padding: 0 1.8rem;
    margin: 0 0 1.8rem;
}

.latestBox form input::placeholder {
    color: rgb(0 0 0 / 10%);
}

.latestBox form button {
    background: #DDC41A;
    width: 100%;
    border: 0;
    font-size: 1.25rem;
    padding: 21px 0;
}

.pricingBox.centerPrice {
    transform: scale(1.11);
    position: relative;
    z-index: 1;
}

.pricingBox.centerPrice ul li a {
    background: #DCAA17;
    box-shadow: 0 0 0 5px rgb(220 170 23 / 50%);
    color: #fff;
}

.form-inline {
    margin: 0 0 0 2rem;
}

.slideOne h5 {
    font-size: 20px;
    color: #F6C41A;
    font-weight: 400;
}

.slideOne h3 {
    font-size: 4.0625rem;
    color: #015ea2;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
}

.footLogo {
    display: block;
}

.footLogo img {
    width: 90%;
}

.featurehead .mainheading {
    margin: 0;
    /* width: 100%; */
    flex: 0 0 60%;
    font-size: 60px;
}

.featurehead form {
    display: block;
    position: relative;
    /* width: 100%; */
    flex: 0 0 38%;
}

.featurehead form input {
    border: 0;
    border-bottom: 1px solid #000000;
    width: 100%;
    font-weight: 400;
    padding-bottom: 10px;
}

.featurehead form button {
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    color: rgb(0 0 0 / 50%);
    padding: 0;
    bottom: 7px;
}

ul.sliderLogo {
    position: absolute;
    left: 6.5rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    z-index: 1;
    flex-direction: column;
    gap: 1.3rem;
}

ul.sliderLogo li a {
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.3rem;
    color: var(--white);
}

ul.sliderLogo li a:hover {
    background: #DCAA17;
    border-color: #DCAA17;
}

#sidebar {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 100%;
    background: #151719;
    transition: all 300ms linear;
    z-index: 11;
}

#sidebar.active {
    right: -200px;
}

.sideRight .toggle-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    background: #F6C41A;
    width: 32px;
    height: 261px;
    font-size: 18px;
    font-weight: 600;
    writing-mode: tb-rl;
    transform: scale(-1);
    justify-content: center;
    cursor: pointer;
}

#sidebar .toggle-btn span {
    display: block;
    /* width:30px; */
    /* height:5px; */
    /* background:#151719; */
    /* margin:5px 0px; */
    /* cursor:pointer; */
}

#sidebar div.list div.item {
    padding: 15px 10px;
    border-bottom: 1px solid #444;
    color: #fcfcfc;
    text-transform: uppercase;
    font-size: 12px;
}

#sidebar div.list div.item a {
    color: #fcfcfc;
    text-decoration: none;
}

.sideRight {
    width: 100%;
    height: 100%;
}


.aboutusSec.innerabt {

    background: url(../images/aboutinnt.webp);
    background-repeat: no-repeat;
}


.para3 p {
    margin: 9rem 0 4rem 0;
}


.subscribeSec h3 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.subscribeSec p {
    font-size: 18px;
    color: #000;
}


.subscribeSec .row + .row {
    padding-top: 4rem;
}

.subscribeSec {
    padding: 6rem 0;
}

.featurewrap.featureinner {
    margin-bottom: 6rem;
}


.featureincnt {
    background: #fff;
    padding: 1rem 1rem;
}

.featureincnt:hover {
    background: #484848;

}


.featureincnt:hover h3,
.featureincnt:hover p,
.featureincnt:hover ul li span,
.featureincnt:hover ul li a i {
    color: #fff;
}

.featureincnt:hover .videoLinks li a {
    color: #fff;
}

/* sideList */
.sideList ul li a {
    background-color: #015EA2;
    display: inline-block;
    padding: 1.5em;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}

.sideList ul li a.active,
.sideList ul li a:hover {
    background-color: #F6C41A;
    color: var(--white);
}


/* 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: 65px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
}

.innerBan {
    position: relative;
}


/* Begin: Login & SignUp */

.accessGateway {
    height: 100%;
    display: flex;
    align-items: center;
    object-fit: cover;
}


.accessGateway:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary);
    clip-path: polygon(12% 0, 100% 0%, 100% 100%, 1% 100%);
    z-index: 1;
}

.accessGateway.login {
    background: url(../images/signup.webp) top left/100% auto no-repeat;
}

.accessGateway.login.forget {
    background: url(../../dashboard/images/forget-bg.webp) top left/100% auto no-repeat;
}

.accessGateway.signup {
    background: url(../images/signup.webp) top left/100% auto no-repeat;
}

.accessGateway.create-profile {
    background: url(../../dashboard/images/create-profile.webp) top left/100% auto no-repeat;
    padding: 41rem 0;
}

.accessGateway > div {
    position: relative;
    z-index: 10;
}

.accessGateway h2 {
    font-size: 3.563rem;
    color: #000;
    margin: 0 0;
    text-align: center;
    font-weight: bold;
}

.accessGateway .formStyle {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 80%;
    padding: 5.1rem 0;
}

.accessGateway .formStyle .form-control {
    height: 75px;
    border-color: transparent;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 26px;
}

.accessGateway .formStyle .form-control:focus {
    border: none;
}

.accessGateway .formStyle .form-control::placeholder {
    color: #4F5969;
}

.accessGateway .formStyle .btn-black {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    padding: 22px;
    margin-bottom: 1.5rem;
}

.accessGateway .formStyle a {
    color: #282828;
    font-size: 1.25rem;
    font-weight: 400;
    text-decoration: underline !important;
}

.accessGateway .formStyle p {
    margin: 2.5rem 0 0;
    text-align: center;
    font-size: 1.063rem;
    color: var(--black);
}

.accessGateway .formStyle .input-group {
    margin-bottom: 26px;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    border: 2px solid #E6E6E6;
}

.accessGateway .formStyle .input-group .form-control {
    margin: 0;
}

.accessGateway .formStyle .input-group span {
    margin: 0 10px;
    color: var(--secondary);
    font-size: 20px;
}

.formStyle label {
    font-size: 1rem;
    color: black;
    text-align: left;
    font-weight: 500;
    display: block;
}

.form-wrap {
    width: 93%;
    background: #ffffff40;
    border-radius: 12px;
    box-shadow: 0 4px 30px #00000047;
}

.form-wrap:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    left: 13px;
    border-radius: 12px;
}


.accessGateway.forget .form-wrap:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../../dashboard/images/fotgetbg.webp) no-repeat;
    left: 13px;
}


.accessGateway.signup .form-wrap:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    left: 13px;
    border-radius: 12px;
}


.accessGateway.create-profile .form-wrap:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../images/signup.webp) no-repeat;
    left: 13px;
}

.form-wrap .themeBtn {
    border: unset;
    width: 208px;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 0.938rem;
    background: var(--secondary);
}

.form-wrap a.themeBtn.btn2 {
    color: var(--white);
    margin-top: 0.5rem;
    text-decoration: none !important;
    font-size: 0.938rem;
}

.accessGateway.forget .formStyle p {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 2rem;
    margin-top: 0;
}

.formStyle figure img {
    border: 5px solid var(--primary);
    border-radius: 100px;
    margin: 1rem 0;
}

.formStyle figure h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.form-group.chebox input[type=checkbox] {
    display: none;
}

.form-group.chebox label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    gap: 0.5rem;
    width: 80%;
    line-height: 1.7;
}

.form-group.chebox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--white);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #E6E6E6;
    width: 25px;
    height: 24px;
}

.form-group.chebox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.accessGateway.create-profile .form-wrap .themeBtn {
    background: transparent;
    border: none;
    color: var(--black);
    font-size: 1.25rem;
    text-decoration: underline !important;
    text-transform: capitalize;
    margin: 0;
    font-style: normal;
    transform: inherit;
}

.accessGateway.create-profile .form-wrap .themeBtn:focus-visible {
    border: none;
    outline: none;
}

.accessGateway.create-profile .formStyle {
    padding: 2rem 0;
}


.user-area {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.user-area::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
}

.user-area h3 {
    font-size: 1rem;
    max-width: 150px;
    margin: 0;
}

.user-area figure img {
    border: 3px solid var(--primary);
    border-radius: 100px;
}

.user-area .drop-down {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px #ddd;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 50%;
}

.user-area:hover .drop-down {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.user-area .drop-down ul li + li {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ddd;
}

.user-area .drop-down ul li a {
    color: #000;
    font-weight: 400;
}

header.list-view nav {
    border-bottom: 1px solid #7070701c;
    padding-bottom: 30px
}

.listing {
    padding: 3rem 0 5rem 0;
}

.serchform {
    width: 100%;
}

.serchform .input-group {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.serchform form {
    border: 1px solid #E6E6E6;
    padding: 1.3rem 0;
    box-shadow: 0 0 10px #00000024;
}

.serchform form input {
    border: none;
    width: 80%;
    padding: 0 2rem;
    color: #4F5969;
}

.serchform .form-group {
    margin: 0;
}

.serchform form input:focus-visible {
    outline: none;
}


.serchform span.input-group-btn {
    padding: 0 2rem;
}


.serchform form input::placeholder {
    color: #4F5969;

}

.listBox {
    margin: 2.5rem 0;
    display: flex;
    gap: 5rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #E6E6E6;
    transition: all 0.5s ease;
}

.listBox:hover {
    box-shadow: 0 0 30px #0000002e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.listBox h3 {
    font-size: 3.75rem;
    font-weight: bold;
    font-family: "eurostile";
}

.hour h5 {
    font-size: 1.875rem;
    color: #7C7C7C;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1rem;
    margin: 1rem 0;
    font-weight: 500;
}

.date-col {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1rem;
}

.date-col i {
    color: #7C7C7C;
    font-size: 1.5rem;
}

.date-col h6 {
    font-size: 1.25rem;
    color: #7C7C7C;
    font-weight: 500;

}

.capacity h5 {
    font-size: 1.25rem;
    color: #7C7C7C;
    font-weight: 500;
    margin: 1rem 0;
}

.listBox ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 1rem 0;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1rem;
}

.listBox ul li i {
    color: #D3AF37;
}

.listBox li {
    color: #7C7C7C;
}

.listing .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.listing .btn-group button,
.filtepoop button.themeBtn.btn1 {
    border: none;
}

.listing .btn-group .themeBtn {
    font-size: 1.563rem;
    padding: 2.063rem 6.625rem;
}

.listing .btn-group .themeBtn:hover {
    border: none;
}

.map-detail {
    margin: 2rem 0;
}

.filtepoop .modal-content {
    border: 1px solid #EEEEEE;
    background-color: #F9F9F9;
    border-radius: 20px;
}

.filtepoop h3 {
    text-align: center;
}

.filtepoop .modal-header {
    border-bottom: 0;
}

.filtepoop h2 {
    font-size: 2.5rem;
    margin: 2rem 0;
    text-transform: uppercase;
}

.filtepoop .formStyle {
    text-align: center;
    width: 78%;
    margin: 0 auto;
}

.filtepoop .formStyle .form-group select {
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    background: var(--white);
    width: 100%;
    height: 75px;
    font-size: 0.938rem;
    color: #4F5969;
    padding: 0 1rem;
    appearance: none;
    background-image: url(../../dashboard/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

.filtepoop .formStyle .form-group select:focus-visible {
    outline: none;
}

.filtepoop .modal-dialog {
    max-width: 1276px;
}

.filtepoop .themeBtn {
    font-size: 1.563rem;
    padding: 2.063rem 6.625rem;
}

.filtepoop .close {
    font-size: 34px;
    color: #000;
    font-weight: 900;
}

.menuprofile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
}

.menuprofile li a {
    color: var(--black);
    font-size: 1.25rem;
    text-decoration: underline !important;
}

.profile {
    padding: 2rem 0 5rem;
}

.bgcolor {
    background: #F9F9F9;
    border-radius: 7px;
    padding: 5rem 7rem 5rem 7rem;
}

.profile-detail h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "eurostile";
}

.profil-wrap {
    margin-top: 2rem;
    background-color: var(--white);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #E6E6E6;
}

.profil-wrap h6 {
    font-family: "eurostile";
    font-size: 1.5rem;
    text-transform: uppercase;
}

.profil-wrap h6 span {
    font-size: 1rem;
    color: #828282;
    display: block;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.profil-wrap .user-area figure img {
    border: 5px solid var(--primary);
}

.profil-wrap ul {
    margin-top: 2rem;
}

.profil-wrap ul li {
    font-size: 1.25rem;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.profil-wrap ul li span {
    font-size: 1.125rem;
    color: #828282;
    font-weight: 500;
    width: 17%;
    display: inline-flex;
}

.profile-detail.review {
    margin-top: 4rem;
}

.profil-wrap p {
    margin-top: 1rem;
    color: #828282;
    font-size: 1rem;
}


.create-profile .formStyle .form-control {
    height: 75px;
    border-color: transparent;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 26px;
}

.create-profile .formStyle .form-control:focus {
    border: none;
}

.create-profile .formStyle .form-control::placeholder {
    color: #4F5969;
}

.create-profile .formStyle .btn-black {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    padding: 22px;
    margin-bottom: 1.5rem;
}

.create-profile .formStyle .form-group {
}

.create-profile .formStyle .input-group {
    margin-bottom: 26px;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    border: 2px solid #E6E6E6;

}

.create-profile .formStyle .input-group .form-control {
    margin: 0;
}

.create-profile .formStyle .input-group span {
    margin: 0 10px;
    color: var(--primary);
    font-size: 20px;
}


p.yellows span {
    color: var(--secondary);
}


a.themeBtn.btn2.btn33 {
    background: #707070;
}

/* Begin: 3 Steps Cart CSS */


.contactInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11rem;
    margin: 4rem 0 5rem;
}

.contactInfo li span strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.contactInfo li span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.contactInfo li:first-child a {
    background-color: #fff;
}

.contactInfo li:last-child a {
    background-color: #fff;
}

.contactInfo li:last-child a::before {
    border-color: #1971ed;
}

.contactInfo li {
    text-align: center;
}

.contactSec h2 {
    font-size: 3.125rem;
    text-align: center;
    font-weight: 500;
}

/* Get in touch Sec Css Start */

.getintouchSec {
    background-color: #015EA2;

}

.getintouchSec h2 {
    color: white;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 600;
}

.getForm .form-group input {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 2rem;
    padding-bottom: 1.3rem;
}

.getForm .form-group input::placeholder {
    font-size: 1.125rem;
    color: floralwhite;
}

.getForm .form-group textarea {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-bottom: 2rem;
    padding-bottom: 1.3rem;
}

.getForm .form-group textarea::placeholder {
    font-size: 1.125rem;
    color: floralwhite;
}

.getForm .themeBtn {
    background: var(--secondary);
    border-radius: 5px;
    font-weight: 600;
    border: unset;
    color: #fff;
}

.getForm .themeBtn:hover {
    background-color: var(--primary);
    border: 1px solid var(--secondary);
}

.getintouchSec p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 3rem;
}

/* Get in touch Sec Css End */


.letter1 h5 {
    font-size: 65px;
    margin-top: 3rem;
    font-weight: 400;
}

video {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

p.yellows a {
    color: var(--secondary) !important;
}

/* Step 2 Css Start */

.checkOutStyle {
    padding: 4em 0px;
}

.checkOutStyle .title h4 {
    line-height: 24px;
    font-size: 24px;
    font-weight: 600;
}

.checkOutStyle .title p {
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.checkOutStyle .title p a {
    color: var(--primary);
    font-weight: 600;
}

.formStyle label {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}

.formStyle .form-control {
    height: 50px;
    margin-bottom: 20px;
}

.formStyle textarea.form-control {
    height: auto;
    resize: none;
}

.checkbox {
    margin-bottom: 20px;
}

.checkbox input[type='checkbox'] {
    display: none;
}

.checkbox input[type='checkbox'] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #000;
    cursor: pointer;
}

.checkbox input[type='checkbox'] + label:last-child {
    margin-bottom: 0;
}

.checkbox input[type='checkbox'] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}

.checkbox input[type='checkbox']:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkOutStyle .themeBtn {
    padding: 0.7rem 2rem;
    border: none;
}

.pricingInner {
    padding-top: 3rem;
    margin-top: 0;
}


.toggle {
    padding: 0.7rem 1.2rem;
    color: #fff;
    background: #015ea2;
    margin-left: 2rem;
    font-size: 1.3rem;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: #015ea2;
    z-index: 999;
    padding: 8rem 2rem 2rem 3rem;
    visibility: hidden;
}

.side_menu {
}

.side_menu a {
    display: block;
    overflow: hidden;
    visibility: hidden;
    color: #fff;
    /* line-height: 2; */
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.5rem 0;
}

.side_menu a:hover {
}

.closeBtn {
    padding: 1rem;
    color: #fff;
    font-size: 1.45rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.toggle:hover, .closeBtn:hover {
    color: #f7bb19;
}

.side_menu a:hover {
    color: #f7bb19;
}

.side_menu a span {
    display: block;
    font-size: 1rem;
}

.explainSec h4 {
    font-size: 2rem;
    text-transform: uppercase;
}

.videoLinks a {
    font-size: 1.3rem;
    color: #000a7c;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    margin-top: 1rem;
}

.explainSec ul li {
    padding: 12px 0;
    font-size: 1.3rem;
    font-weight: 500;
}

.main-slider video {
    height: 100%;
    width: 100%;
}


.explainSec {
    margin: 3rem 0;
    list-style-type: disc;
    list-style-position: inside;
}

.videoLinks:hover a{
    color: #000;
}

.videoLinks {
    margin-bottom: 3rem;
}

section.explainSec h4 {
    margin-top: 3rem;
    font-weight: 600;
    font-size: 2.3rem;
    margin-bottom: 1rem;
}

.explainSec span {
    font-weight: 800;
    color: #000;
}

.videoLinks img {
    height: 380px;
    width: 100%;
}
.explainPoints{
    list-style-type: disc;
    list-style-position: inside;
}
.videoLinks h3 {
    font-size: 1.5rem;
    text-align: center;
    margin: 1rem 0;
}
div#navbarSupportedContent {
    justify-content: flex-end;
}