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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    color: #262626;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 8px;
    color: #3e1c4f;
    z-index: 1;
    background: #e6b63e;
    position: relative;
    font-size: 17px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 8px;
    background-color: #3e1c4f;
    z-index: -1;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #e6b63e;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins';
    font-size: 83px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
}

h2 {
    font-family: 'Poppins';
    font-size: 50px;
    line-height: 1.2;
    color: #efb84c;
    font-weight: 700;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    margin: 0 0 28px;
    text-transform: capitalize;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.menu_sec #menu li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.5s;
}

.menu_sec #menu {
    justify-content: center;
    margin: 0;
    gap: 11%;
}

.menu_sec #menu li a:hover {
    color: #e9b837;
}

.menu_sec #menu>li>ul {
    background: #000;
    width: 240px;
    position: absolute;
    top: -90px;
    padding: 20px 20px;
    transition: 0.3s all;
    opacity: 0;
    z-index: -1;
}

.menu_sec #menu>li:nth-child(3) {
    position: relative;
}

.menu_sec #menu>li>ul>li>a {
    color: #fff;
}

.menu_sec #menu>li:nth-child(3):after {
    position: absolute;
    content: "";
    background: #000;
    width: 10px;
    height: 10px;
    bottom: -14px;
    left: 10px;
    clip-path: polygon(52% 0, 0 100%, 100% 100%);
    transition: 0.3s all;
    opacity: 0;
    display: none;
}

.menu_sec #menu>li:nth-child(3):hover:after {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.menu_sec #menu>li:nth-child(3):hover ul {
    opacity: 1;
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 2;
    padding: 10px;
}

.menu_sec #menu>li:nth-child(3):hover ul li {
    margin-bottom: 11px;
    background: green;
    padding: 10px;
}

.container-fluid {
    padding: 0 5%;
}


/* +++++++++++++++++++++++++++++++ Custom Home +++++++++++++++++++++++++++++++ */


/* Header */

header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 0 0;
    /* background-color: #262626; */
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #3e1c4f;
    z-index: 9999;
}

img.logo {
    height: 150px;
    object-fit: contain;
}

.btn-head {
    text-align: right;
}


/* end  */


/* Banner  */

section.banner {
    background-color: #3e1c4f;
    height: 120vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.banner-wrap h2 {
    color: #fff;
    text-shadow: #efb84c 2px 5px 6px;
}

.banner-wrap {
    padding-top: 4%;
    position: relative;
}

img.bann-001 {
    position: absolute;
    right: -10px;
    top: 30%;
    height: auto;
    object-fit: cover;
    width: 50%;
    animation-name: spinn;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

section.banner:before {
    position: absolute;
    content: '';
    background-image: url(../images/banner-bfr.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

section.banner:after {
    position: absolute;
    content: '';
    background-image: url(../images/banner-aftr.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 4%;
    left: 0;
    background-repeat: no-repeat;
}

.line-bfr:before {
    z-index: 1;
    position: absolute;
    content: '';
    background-image: url(../images/white-line.png);
    background-size: cover;
    width: 100%;
    height: 63px;
    bottom: 0;
    left: 0;
}

ul.social-icons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    bottom: -80px;
}

ul.social-icons li:hover a i {
    background: #fff;
    color: #3e1c4f;
}

ul.social-icons li a i {
    background: transparent;
    color: #efb84c;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #efb84c;
}

.miis-pizaa img {
    animation-name: spin;
    animation-duration: 100000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/* end  */


/* About  */

section.about {
    padding: 70px 0;
}

section.about .row {
    align-items: start;
}

.abt-img1:before,
.piza-img:before {
    position: absolute;
    content: '';
    background-color: #e7bc3d7a;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    transition: 0.5s;
    z-index: 99;
    border-radius: 20px;
}

.abt-img1:hover:before,
.piza-img:hover:before {
    height: 100%;
}

.abt-img1 {
    position: relative;
}

.abt-img1 img {
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

.abt-img2 img {
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
}

h5.theme-h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #3e1c4f;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

h2.theme-h2 {
    font-size: 50px;
    color: #e6b63e;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.abt-text p {
    margin-bottom: 30px;
}

img.abt-abs-img {
    position: absolute;
    bottom: -100px;
    right: 30px;
    z-index: 99;
}

.piza-img {
    position: relative;
    margin-top: 10%;
}

.discover-wrap {
    border: 1px solid #d3d0d0;
    padding: 30px;
    border-radius: 30px;
    position: relative;
}

section.our-pizza {
    padding: 90px 0;
    background-color: #f7f1e8;
    position: relative;
}


/* end  */


/* Discover */

.dis-img img {
    width: 235px;
    height: 234px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    animation-name: spin;
    animation-duration: 100000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    object-fit: contain;
}

.discover-wrap h6 {
    font-size: 23px;
    margin: 10px 0;
    color: #3e1c4f;
    position: relative;
}

.discover-wrap p {
    color: #3d3d3d;
    position: relative;
    font-size: 13.5px;
}

.stars {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 10px;
    position: relative;
}

.stars i {
    color: #ffc107;
}

.discover-wrap:before {
    position: absolute;
    content: '';
    background-color: #3e1c4f;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    transition: 0.5s;
    border-radius: 30px;
    z-index: 0;
}

.discover-wrap:hover:before {
    height: 100%;
}

.dis-img {
    position: relative;
    margin-bottom: 20px;
}

.discover-wrap:hover * {
    color: #fff;
}

.dis-slider .slick-slide {
    opacity: 1;
}

.dis-slider .slick-prev.slick-disabled:before,
.dis-slider .slick-next.slick-disabled:before {
    opacity: 1;
}

.dis-slider .slick-prev,
.dis-slider .slick-next {
    top: -140px;
}

.dis-slider .slick-prev {
    left: 94%;
}

.dis-slider .slick-next {
    right: 1%;
}

.dis-slider .slick-prev:before,
.dis-slider .slick-next:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 40px;
    height: 40px;
    background-color: #e6b63e;
    color: #3e1c4f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    opacity: 1;
}

.dis-slider .slick-prev:before {
    content: '\f060';
}

.dis-slider .slick-next:before {
    content: '\f061';
}

.line-aftr:after {
    z-index: 1;
    position: absolute;
    content: '';
    background-image: url(../images/disc-top.png);
    background-size: cover;
    width: 100%;
    height: 62px;
    top: 0;
    left: 0;
}

section.our-pizza h5.theme-h5,
section.review-sec h5.theme-h5 {
    color: #3e1c4f;
}

section.invest {
    padding: 80px 0 90px 0;
    background-image: url(../images/invest.jpg);
    background-size: cover;
    width: 100%;
    position: relative;
}

.inves-wrap h3 {
    color: #fff;
    font-size: 102px;
}

.inves-wrap p {
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

section.invest.line-aftr:after {
    filter: brightness(0) saturate(100%) invert(12%) sepia(41%) saturate(2450%) hue-rotate(255deg) brightness(96%) contrast(95%);
}


/* end  */


/* Mission  */

section.miss {
    padding: 80px 0;
    position: relative;
}

section.miss .row {
    align-items: center;
}

section.miss.line-aftr:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(207deg) brightness(102%) contrast(102%);
}

img.abs-onin {
    position: absolute;
    right: -10px;
    bottom: -30px;
}

.miis-pizaa {
    position: relative;
}

img.miss-black-olive {
    position: absolute;
    right: 0;
    top: 30px;
}


/* end  */


/*Review Start*/

.review-img {
    text-align: center;
    background: transparent;
    position: relative;
    padding: 30px 20px;
    border: 1px solid #d3d0d0;
    border-radius: 30px;
}

.prof-img img {
    border-radius: 50%;
    width: 24%;
    margin: 0 auto;
    border: 2px solid #c72717;
}

.prof-img {
    position: relative;
    margin-top: -20%;
}

span.rev-img2 {
    position: absolute;
    bottom: 27px;
    right: 36%;
    background: #efb84c;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.review-img p {
    color: #5a5a5a;
    padding: 15px 10px;
    letter-spacing: 1px;
    margin: 20px 0;
}

section.review-sec .slick-active,
.gall_slider .slick-active {
    opacity: 1;
}

section.review-sec .slick-track,
.gall_slider .slick-track {
    margin-bottom: 60px;
    margin-top: 20px;
}

span.rev-img2 img {
    width: 20px;
    border: unset;
}

section.review-sec {
    padding: 80px 0;
    background-color: #f7f1e8;
    position: relative;
}

section.review-sec .slick-dots li.slick-active button:before,
.gall_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 50px;
    height: 10px;
    background: #efb84c;
}

section.review-sec .slick-dots li button:before,
.gall_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 7px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    height: 10px;
    content: '' !important;
    text-align: center;
    background: #3e1c4f;
    opacity: 1;
    color: #01b7f2;
    border-radius: 11px;
}

.review-head {
    margin-bottom: 15px;
}

section.review-sec .slick-dots,
.gall_slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.review-txt h6,
.review-txt h3 {
    color: #3e1c4f;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.review-txt h3 {
    color: #efb84c;
    font-family: 'Poppins';
    margin-bottom: 0;
}

section.review-sec .slick-slide {
    margin: 0px 10px;
    margin-top: 40px;
}


/*Review End*/


/* Footer Start */

.footerSec {
    background: #3e1c4f;
    padding: 50px 0 0;
}

footer.line-aftr {
    position: relative;
}

footer.line-aftr:after {
    filter: brightness(0) saturate(100%) invert(13%) sepia(43%) saturate(1727%) hue-rotate(249deg) brightness(93%) contrast(98%);
}

h5.f-head {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 0 0 40px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

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

.f-logo p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.f-logo ul {
    gap: 14px;
}

.f-acount ul li a {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    transition: 0.5s ease-in-out;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
}

.f-acount ul li a:hover {
    color: #e1b0fe;
    letter-spacing: 1px;
    transition: 0.5s ease-in-out;
}

.f-acount h6 {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 27px;
    margin-right: 45px;
}

.f-acount h6 a,
.f-acount h6 span {
    color: #fff;
    transition: 0.5s ease-in-out;
    line-height: 1.5;
    font-size: 16px;
}

.f-acount h6 i {
    font-size: 22px;
    color: #fff;
}

.f-acount h6 a:hover {
    color: #e1b0fe;
    transition: 0.5s ease-in-out;
}

.footer-btm {
    padding: 18px 0;
    background: #3e1c4f;
}

.footer-btm p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
    text-transform: uppercase;
}

.f-logo img {
    margin-bottom: 20px;
}

.copy-txt {
    text-align: center;
}

.f-logo img {
    width: 34%;
    border-radius: 11px;
}

.f-acount {
    width: 100%;
    margin: 0 0 0 auto;
}

.sign-upp {
    padding: 40px 0;
    background-color: #efb84c;
}

.media-icon ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 20px;
    justify-content: center;
}

.media-icon ul li i {
    background: #3e1c4f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    transition: 0.5s;
}

.sign-upp form input::placeholder {
    color: #fff;
}

.media-icon ul li:hover i {
    background: #fff;
    color: #efb84c;
}

.sign-upp p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sign-upp form input {
    width: 100%;
    border-radius: 31px;
    padding: 10px 20px;
    font-size: 14px;
    border: unset;
    color: #fff;
    background: #3e1c4f;
}

.sign-upp .row {
    align-items: center;
}


/*Footer End*/


/* +++++++++++++++++++++++++++++++ Custom Home Emd +++++++++++++++++++++++++++++++ */


/*Animation*/

.btn-shine {
    background: linear-gradient(to right, #fff 0, #e8b74c, #e8b74c69 40%, #fff 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4.5s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
}

@keyframes shine {
    0% {
        background-position: 0;
    }
    10% {
        background-position: 50px;
    }
    20% {
        background-position: 100px;
    }
    30% {
        background-position: 150px;
    }
    40% {
        background-position: 200px;
    }
    50% {
        background-position: 250px;
    }
    60% {
        background-position: 300px;
    }
    70% {
        background-position: 350px;
    }
    80% {
        background-position: 400px;
    }
    90% {
        background-position: -450px;
    }
    100% {
        background-position: 0px;
    }
}


/*Animation end*/


/*Animation*/

.media-icon ul li a,
.btn-head .theme_btn,
.inves-wrap a.theme_btn,
span.rev-img2,
.stars i,
.menu_sec #menu li a,
img.abt-abs-img,
ul.social-icons li a i {
    animation: 1.5s ease-in-out float infinite;
}

@keyframes float {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(2px 4px 6px #ffffff);
    }
    100% {
        transform: scale(1);
    }
}

.media-icon ul li:nth-child(1) a,
.stars i:nth-child(1),
ul.social-icons li:nth-child(1) a i {
    animation-delay: .5s;
}

.media-icon ul li:nth-child(2) a,
.stars i:nth-child(2),
ul.social-icons li:nth-child(2) a i {
    animation-delay: 1s;
}

.media-icon ul li:nth-child(3) a,
.stars i:nth-child(3),
ul.social-icons li:nth-child(3) a i {
    animation-delay: 1.5s;
}

.media-icon ul li:nth-child(4) a,
.stars i:nth-child(4),
ul.social-icons li:nth-child(4) a i {
    animation-delay: 1.8s;
}


/*Animation end*/


/* Animation  */

@keyframes spinn {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(20deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Animation end  */


/* +++++++++++++++++++++++++++++++ Inner Pages +++++++++++++++++++++++++++++++ */

header.inner-header {
    background: #3e1c4f;
}

section.inner-banner .row {
    position: relative;
    z-index: 999;
}

section.inner-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* content: ''; */
    /* background: #3e1c4f70; */
}

section.inner-banner {
    position: relative;
    height: 620px;
    background-image: url(../images/inner-banner.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
}

section.inner-banner ul.social-icons {
    position: static;
    margin-top: 60px;
}

section.inner-banner h1 {
    font-size: 90px;
    margin-top: 7%;
    font-weight: 600;
}


/* contact start */

.contact-us {
    padding-top: 100px;
    padding-bottom: 90px;
}

.contact-us h3 {
    color: #3e1c4f;
    font-size: 48px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: capitalize;
}

.contact-us p {
    font-size: 17px;
    line-height: 27px;
    font-family: Poppins;
    font-weight: 400;
    width: 100%;
    color: #8b8a8a;
}

.contact-us input {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #9d9a9a;
    font-size: 15px;
}

::placeholder {
    color: #9d9a9a;
}

.contact-us textarea {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    height: 120px;
    resize: none;
    font-size: 15px;
    color: #9d9a9a;
}

.contact-us button {
    height: 62px;
    width: 35%;
    /* text-align: center; */
    border: 0;
    margin-top: 20px;
    font-size: 17px;
    border-radius: 5px;
    background: #efb84c;
    transition: 0.5s;
    color: #fff;
}

.contact-us button:hover {
    background-color: #401b51;
}

.detai-s {
    margin-top: 30px;
    padding-bottom: 15px
}

.detai-s i {
    color: #fff200;
    line-height: 80px;
    font-size: 30px
}

.detai-s a {
    color: #000000b3;
    font-size: 17px;
    line-height: 1;
    font-family: Poppins;
    font-weight: 400
}

section.contact-us .soccail-icon {
    display: flex;
    gap: 18px;
}

section.contact-us .soccail-icon i {
    /* background: #f25764; */
    color: #fff;
    font-size: 22px;
}

.detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px
}

.detai-s h6 {
    margin: 0;
    color: #3e1c4f;
    font-family: Poppins;
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    margin-bottom: 10px;
}

.detai-s .row {
    display: flex;
    align-items: center;
    gap: 0
}

.detai-s i {
    color: #3e1c4f;
    line-height: 80px;
    font-size: 40px;
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Leave-wrap {
    background: #fff;
    box-shadow: 0 0 10px #00000014;
    padding: 40px 20px
}

.socails ul li img {
    width: 26px;
    height: 29px;
    object-fit: none
}

iframe {
    width: 100%;
    height: 600px
}

section.contact-us .soccail-icon a {
    width: 36px;
    height: 36px;
    background: #3e1c4f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

::placeholder {
    color: #9d9a9a;
    font-size: 15px;
}


/* contact end */


/* Mission inner  */

section.inner-mission img.abs-onin {
    right: unset;
    left: 0;
    bottom: 10px;
}

section.inner-mission img.miss-black-olive {
    transform: rotate(180deg);
    right: unset;
    top: -10px;
    left: 0;
}


/* end  */


/* Invet inner  */


/* Inner Faqs  */

section.inn-faqs .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minuss.png);
    height: 0.5rem;
    filter: brightness(0) saturate(100%) invert(73%) sepia(49%) saturate(514%) hue-rotate(355deg) brightness(94%) contrast(99%);
}

section.inn-faqs .accordion-button::after {
    background-image: url(../images/pluss.png);
    filter: brightness(0) saturate(100%) invert(13%) sepia(43%) saturate(1727%) hue-rotate(249deg) brightness(93%) contrast(98%);
}

section.inn-faqs {
    background: unset;
    padding: 80px 0;
}

section.inn-faqs .accordion-item {
    border-radius: 10px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
}

section.inn-faqs .accordion-button:not(.collapsed) span {
    color: #351717;
    font-size: 26px;
}

section.inn-faqs button.accordion-button.collapsed {
    background: #f8f8f8;
    border-radius: 10px !important;
}

section.inn-faqs button.accordion-button span {
    color: #3e1c4f;
    font-size: 26px;
    font-weight: 400;
    font-family: 'Poppins';
}

section.inn-faqs .accordion-item:not(:first-of-type) {
    border: unset;
}

section.inn-faqs button.accordion-button {
    padding: 1rem 1.9rem;
}


/* Inner Faqs end  */

section.req-form {
    padding-bottom: 90px;
}

.req-wrap {
    background-color: #f8f8f8;
    padding: 60px 40px;
}

.req-wrap h2 {
    font-size: 67px;
    text-transform: uppercase;
    color: #3e1c4f;
}

.req-wrap input[type="text"],
.req-wrap input[type="email"],
.req-wrap input[type="number"] {
    width: 100%;
    padding: 16px 10px;
    border: 1px solid #c3c1c1;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
}

.req-wrap input::placeholder {
    color: #414242;
    font-size: 14px;
}

.req-wrap ul li input {
    display: none;
}

ul.radios-req li {
    color: #4b4b4b;
    font-size: 18px;
    margin-bottom: 10px;
}

.req-wrap ul li label {
    position: relative;
    cursor: pointer;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 17px;
}

.req-wrap .radios-req li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.req-wrap .radios-req li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    border-radius: 20px;
    left: 5px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #efb84c;
}

.choose-file {
    margin-bottom: 20px;
}

.choose-file input {
    width: 100%;
    padding: 16px 10px;
    border: 1px solid #c3c1c1;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #fff;
}

section.gallery {
    padding: 80px 0 30px 0;
}

section.gallery h2.theme-h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 60px;
    text-transform: uppercase;
}

.gall-wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.gall-wrap .slick-slide {
    opacity: 1;
    margin: 0 10px;
}


/* Invest inner end  */


/* +++++++++++++++++++++++++++++++ Inner pages end +++++++++++++++++++++++++++++++ */


/* Invest  */

section.invest.inn-invest {
    background-image: unset;
    padding-bottom: 0;
    padding-top: 50px;
}

section.invest.inn-invest h5.theme-h5 {
    font-size: 30px;
    margin-bottom: 30px;
}

p.para-invest {
    color: #000;
    font-weight: 500;
    line-height: 1.4;
}

p.para-invest a {
    color: #e6b63e;
    font-weight: 600;
}

.inn-invest .stdsd {}

.inn-invest .stdsd p {
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 24px;
}

.inn-invest .stdsd span {
    color: #3e1c4f;
    font-weight: 600;
}

.f-acount ul.usefull-f {
    display: flex;
    align-items: center;
    gap: 30px;
}

section.innergall {
    padding: 10px 0 30px 0;
}


/*.menu_sec #menu li:nth-child(02) {
    display: none;
}

.menu_sec #menu li:nth-child(03) {
    display: none;
}*/


/*.f-acount ul.usefull-f li:nth-child(02) {
    display: none;
}
.f-acount ul.usefull-f li:nth-child(03) {
    display: none;
}*/

.miss-black-olive {
    display: none;
}


/* end  */

.banner-wrap h1 {
    font-size: 62px;
}

ul#menu li:last-child {
    display: none;
}