.banner,
.main_header {
    align-items: center;
    width: 100%;
    display: flex
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}


:root {
    --f1: "Tinos", serif;
    --c1: #D5B77E;
    --c2: #D5B77E;
    --c3: #273140;
}

ul {
    padding: 0 !important;
    margin: 0 !important
}

::-moz-selection {
    background-color: #fff0
}

::selection {
    background-color: #fff0
}

html {
    scroll-behavior: smooth
}

body {
    overflow-x: hidden !important
}

.img__contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.img__cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s
}

.banner {
    padding: 200px 0;
}

.banner__img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    inset: 0
}

* {
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: .3s ease-in-out
}

a:hover {
    color: #333
}

dl,
ol,
ul {
    margin-bottom: 0;
    padding: 0
}


/* header  */
.mainHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}
.navMenu li:hover .subMenu {
    opacity: 1;
    visibility: visible;
}
.subMenu {
    position: absolute;
    background: var(--c3);
    padding: 10px !important;
    border-radius: 10px;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

.navMenu li {
    position: relative;
}

.subMenu li a {
    padding: 10px 10px;
    color: #ffffff75;
    font-size: 14px;
}

.subMenu li a:hover {
    color: #fff;
    scale: 1.1;
}
.headerRight {
    display: flex;
    align-items: center;
    gap: 30px;
}
.navMenu li a i {
    height: 18px;
}
.navMenu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navMenu li a {
    font-family: var(--f1);
    display: flex;
    align-items: center;
    gap: 5px;
}

.themebtn {
    padding: 8px 30px;
    background: var(--c1);
    border-radius: 50px;
    color: #fff;
    border: 1px solid transparent;
    transition: 300ms all;
}

.themebtn:hover {
    border-color: var(--c1);
    background: transparent;
    color: var(--c1);
}

.logo {
    width: 210px;
    height: 80px;
}

.header {
    box-shadow: 0 0 15px 1px #4444;
    z-index: 99;
    background: #fff;
    transition: 500ms all;
    position: fixed;
    width: 100%;
    top: 0px;
}

/* header  */
/* banner */
.bannerform {
    position: absolute;
    top: 40px;
    right: 80px;
    background: #fff;
    width: 30%;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px #4444;
    z-index: 3;
}

.bannerFormHeading {
    font-size: 46px;
    text-align: center;
    font-family: var(--f1);
    line-height: 39px;
    margin: 0 0 10px;
    color: var(--c3);
}

.bannerFormHeading span {
    display: block;
    font-size: 20px;
    color: #444444b5;
}

.formFeild :is(input, textarea) {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #4444;
}

.formFeild {
    margin: 10px 0;
}

.formFeild textarea {
    height: 130px;
    border-radius: 20px;
}

.subHead {
    font-size: 22px;
    color: var(--c2);
    font-family: var(--f1);
}

.swiperInnerItem {
    height: 210px;
}

.swiperInnerItem img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.mainHead {
    font-size: 80px;
    line-height: 95px;
    margin: 10px 0 0;
    color: var(--c3);
    font-family: var(--f1);
}

.heroImg {
    width: 100%;
    height: 370px;
    border-radius: 30px;
    overflow: hidden;
    margin: 10px 0 0;
}

.heroIcons {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 30px;
}

.heroIcons li a {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100%;
    display: grid;
    place-items: center;
}

.heroIcons li a i {
    height: 19px;
}

.heroSec {
    position: relative;
    margin: 10px 0 0;
    z-index: 1;
}

.heroIcons li a:hover {
    scale: 1.1;
    color: #000;
}

.swiper-container {
    width: 100%;
    height: 100%;

}


.swiper-full-mobile {
    position: relative;
    margin: 0px auto;
}

.swiper-full-mobile:befores {
    content: "";
    width: 265px;
    background: url(http://md-aqil.github.io/images/Pixel-3-XL.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 565px;
    z-index: 2;
    margin: auto;
}

.swiper-full-mobile .swiper-slide {
    height: fit-content;
}

.swiper-full-mobile .swiper-slide img {
    width: 100%;
    height: 530px;
    object-fit: cover;

}

.swiper-slide.swiper-slide-active img {
    border-radius: 00px;

}

/* banner  */
/* about  */
.aboutImg {
    width: 90%;
    height: 520px;
    overflow: hidden;
    border-radius: 30px;
}

.aboutimagMain {
    position: relative;
}

.aboutCrd {
    position: absolute;
    bottom: -30px;
    right: 10px;
    background: #273140e0;
    border-radius: 30px;
    padding: 20px;
    width: 370px;
}

.userMain {
    display: flex;
    align-items: center;
    gap: 20px;
}

.userImg {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.aboutCrd p {
    font-size: 16px;
    color: #fff;
    font-family: var(--f1);
}

.userName p {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.userName span {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.about {
    padding: 100px 0;
    background: #be1e2d0f;
}

.sectionHead h2 {
    font-family: var(--f1);
    font-size: 54px;
    color: var(--c3);
}

.aboutMainContent>p {
    font-size: 16px;
    color: #000;
    font-family: var(--f1);
    margin: 30px 0 20px;
}

.aboutList li {
    font-family: var(--f1);
    font-size: 18px;
    padding-left: 20px;
    margin: 10px 0;
    position: relative;
}

.aboutList li:before {
    position: absolute;
}

.aboutList li:before {
    content: "\e3d7";
    font-family: 'uicons-regular-rounded';
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    color: var(--c1);
    font-size: 16px;
}

.aboutBtn {
    margin: 40px 0 0;
}

/* about  */
/* why choose us  */
.ChooseMainContent>p {
    margin: 0;
}

.ChooseMainContent .aboutBtn {
    margin: 10px 0 0;
}

.whyChooseSec {
    padding: 100px 0;
}

.chooseImg {
    width: 86%;
    margin-left: auto;
    border-radius: 30px;
    overflow: hidden;
    height: 450px;
}

.chooseCrds {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    gap: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}

.chooseCrd {
    width: 47%;
    background: #273140e0;
    border-radius: 20px;
    padding: 23px;
}

.chooseCrd h3 {
    font-size: 25px;
    margin: 0 0 10px;
    color: #fff;
    font-family: var(--f1);
}

.chooseCrd p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-family: var(--f1);
}

.chooseImageMain {
    position: relative;
}

/* why choose us  */
/* strength Section */
.strengthSection {
    padding: 100px 0;
    background: url(../images/strengthbg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.strenghtContent {
    padding: 40px 20px;
    background: #000000e3;
    border-radius: 30px;
}

.strenghtContent h4 {
    font-size: 70px;
    font-family: var(--f1);
    color: #fff;
    line-height: 68px;
}

.strenghtContent p {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
    font-family: var(--f1);
}

.strengthBtns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.themebtn.--grey {
    background: #4444448f;
}

/* strength Section */
/* book Section  */
.ourbooktopCont p {
    font-size: 16px;
    font-family: var(--f1);
}

.ourBook {
    padding: 100px 0;
}

.bookCrd {
    width: 100%;
}

.ourBooks {
    margin: 70px 0 0;
}

.bookInnerImg {
    width: 100%;
    height: 460px;
}

.bookContent {
    margin: 10px 0 0;
    text-align: center;
}

.bookContent h5 {
    font-size: 22px;
    font-family: var(--f1);
    margin: 0 0 3px;
}

.bookContent p {
    font-size: 17px;
    font-family: var(--f1);
}

/* book Section  */
/* Blog Section  */
.blogContent {
    padding: 30px 35px;
}

.date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #444;
    font-family: var(--f1);
    margin: 0 0 5px;
}

.date i {
    height: 18px;
}

.blogContent h6 {
    font-family: var(--f1);
    font-size: 20px;
    margin: 10px 0;
    color: #000;
    font-weight: 400;
}

.blogContent p {
    font-family: var(--f1);
    font-size: 17px;
}

.learnBtn {
    padding: 4px 20px;
    width: fit-content;
    transition: 300ms all;
}

.blogImg {
    width: 100%;
    height: 280px;
    border-radius:
        20px 20px 0px 0px;
    overflow: hidden;
}

.blogCrd:hover .blogImg img {
    scale: 1.1;
}

.blogs {
    padding: 100px 0;
    background: #a65b4024;
}

/* Blog Section  */
/* faq section  */
.accordion-button {
    background: #a65b402e !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 50px !important;
    font-family: var(--f1);
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
}

.accordion-item {
    border: none !important;
    margin: 0 0 20px;
}

.accordion-body p {
    margin: 0;
    font-size: 16px;
    font-family: var(--f1);
    color: #000;
}

.accordion-button:not(.collapsed) {
    background: var(--c1) !important;
    color: #fff !important;
}

.accordion-button::after {
    background: none !important;
    font-family: 'uicons-regular-rounded';
    content: "\ee82";
}

.mainAccordion {
    margin: 40px 0 0;
}

.faqTopCont p {
    font-size: 18px;
    margin: 0px 0 20px;
}

.faqImg {
    width: 100%;
    height: 580px;
    border-radius: 40px;
    overflow: hidden;
    margin: 30px 0 00;
}

.faqs {
    padding: 100px 0 0;
}

/* faq section  */
/* footer  */
.mainFooter {
    background: var(--c3);
    padding: 30px 30px 10px;
    border-radius: 30px;
}

.footerImg {
    width: 100%;
    height: 340px;
    border-radius: 20px;
    overflow: hidden;
}

.footerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0;
}

.newsCont h6 {
    font-family: var(--f1);
    font-size: 40px;
    color: #fff;
}

.newsCont {
    width: 40%;
}

.newsCont p {
    font-family: var(--f1);
    font-size: 17px;
    color: #fff;
    margin: 10px 0 0;
}

.newsForm input {
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    font-size: 13px;
    border: none;
    font-family: var(--f1);
    margin: 0 0 15px;
}

.newsForm {
    width: 30%;
}

.newsFormBtn {
    width: 100%;
    padding: 10px 20px;
    transition: 300ms all;
}

.newsFormBtn:hover {
    border-color: #fff;
    color: #fff;

}

.footerBottom {
    padding: 20px 0;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}

.footerIcons {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0 0 !important;
}

.footerIcons li a {
    font-size: 20px;
    color: #fff;
}

.footerRight {
    display: flex;
    gap: 70px;
}

.footerNav h6 {
    font-size: 25px;
    font-family: var(--f1);
    color: #fff;
    margin: 0 0 10px;
}

.fooNav li a {
    font-size: 16px;
    font-family: var(--f1);
    color: #fff;
    position: relative;
}

.fooNav li {
    margin: 0 0 10px;
}

.copyRight {
    padding: 20px 0;
}

.copyRight p {
    font-size: 14px;
    font-family: var(--f1);
    margin: 0;
    text-align: center;
}

.fooNav li a:before {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    content: '';
    transition: 300ms all;
}

.fooNav li a:hover:before {
    width: 100%;
}

.footerIcons li a:hover {
    scale: 1.3;
}

/* footer  */



/* About Page  */
.innerHeroSection {
    padding: 140px 0 70px;
}

.mainInnerBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 210px 20px;
    border-radius: 30px;
    overflow: hidden;
}

.innerBannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}

.mainInnerBanner .row {
    width: 100%;
}

.innerBannerImg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    inset: 0;
    background: linear-gradient(45deg, black, transparent);
}

.innerBannerContent h1 {
    font-size: 60px;
    font-family: var(--f1);
    color: #fff;
    text-transform: uppercase;
}

.footer {
    padding: 100px 0 0;
}
/* contact  */
.mainContactForm h2 {
    font-size: 58px;
    font-family: var(--f1);
    margin: 0 0 20px;
}

.contactFeild :is(input, textarea) {
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    font-size: 14px;
    font-family: var(--f1);
    border: 1px solid #4444;
}

.contactFeild {
    margin: 10px 0;
}

.contactFeild textarea {
    height: 200px;
    border-radius: 20px;
}

.contactFeildPolicy {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 0 0 20px;
}

.contactFeildPolicy label {
    font-size: 12px;
}