/* DETAILS
==================================================
	Theme Name: 	
	Author: Onqanet Technologies
	Author URI: http://onqanet.com
==================================================
*/

@charset "utf-8";
/* CSS Document */
/*******GOOGLE_FONT************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Ubuntu:wght@400;500;700&display=swap');



@font-face {
    font-family: 'universityoldstyleitalic';
    src: url('../font/universityoldstyle_italic-webfont.woff') format('woff2'),
        url('../font/universityoldstyle_italic-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

:root {
    --light: #fff;
    --dark: #000;
    --headcontact: #9f6400;
    --iconbg: #ba9401;
    --text: #111111;
    --about-bg: #fce7c5;
    --topbg: #3c0b1f;
    --yellowishtext: #fff7d9;
    --servicebg: #ffeff5;
    --callnvisit: #ffe78c;
}

body {
    background-image: url(../images/main-BG.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    color: var(--text);
    font-family: 'Poppins', sans-serif;

}

html * {
    outline: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}

outline {
    border: 0;
}

.lft {
    float: left;
}

.rgt {
    float: right;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

a,
input,
textarea {
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    resize: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

.top-head {
    padding: 25px 0;
    /*background: var(--topbg);*/
}

.main-logo img {
    width: 550px;
    margin: -3px auto;
    display: block;
}

.icons {
    background: var(--callnvisit);
    border-radius: 30px;
    height: 40px;
    width: 40px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons i {
    display: block;
    padding: 16px;
    font-size: 21px;
}

.icon-text h4 {
    text-align: right;
    color: var(--callnvisit);
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.icon-text a {
    text-align: right;
    color: var(--yellowishtext);
    font-size: 14px;
}

.icon-text h5 {
    color: var(--yellowishtext);
    /*text-align: end;*/
}

.visit-us {
    display: flex;
}

.visit-us .icons {
    background: var(--callnvisit);
    border-radius: 30px;
    height: 40px;
    width: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visit-us .icons i {
    display: block;
    padding: 16px 19px;
    font-size: 21px;
}

.visit-us .icon-text h4 {
    text-align: left;
    color: var(--callnvisit);
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.visit-us .icon-text a {
    text-align: left;
    color: var(--yellowishtext);
    font-size: 14px;
}

.main-nav {
    /*background: url(../images/nav-bg.png);*/
    padding: 15px 0;
    background: var(--yellowishtext);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* .main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */


.main-nav-links {
    display: flex;
    align-items: center;
    column-gap: 3.7rem;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.navbar-nav li a {
    color: var(--text);
    font-size: 2vh;
    padding: 0 !important;
    font-weight: 500;
}

.nav-item.active a {
    color: var(--headcontact);
}


.bnr-img {
    background: url(../images/main-bg.jpg);
    height: 300px;
}

.banner-image {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.banner-image img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

.banner-swiper .swiper-slide img {
    min-height: auto;
    object-fit: cover;
}

.banner-text-wrapper h1 {
    color: var(--light);
    font-size: 46px;
    font-family: 'universityoldstyleitalic';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 2px 2px var(--dark);
    width: 40%;
    background: #0000007a;
    margin: 0 auto;
    padding: 35px 25px;
    border-radius: 20px;
    z-index: 99;
}

.banner-flower {
    width: 100%;
    margin: 0 auto;
}

.banner-flower img {
    width: 260px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 45%);
    object-fit: contain;
}

.service {
    padding: 100px 0;
}

.service img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

.service-text h3 {
    color: var(--yellowishtext);
    font-size: 50px;
    font-family: 'universityoldstyleitalic';
    text-align: center;
    margin-bottom: 5%;
}

.wedding {
    position: relative;
}

.wedding img {
    border-radius: 20px;
}

.wedding:after {
    content: '';
    border: 3px solid white;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 28px;
    border-radius: 20px;
}

.wedding-text h3 {
    color: var(--yellowishtext);
    font-size: 33px;
    font-family: 'universityoldstyleitalic';
    text-align: center;
    font-weight: 500;
    margin: 14px 0 0 0;
}


.about-us {
    background: url(../images/About-bg.png);
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 535px;
}

.about-text h5 {
    color: var(--text);
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1rem;
}

.about-text h3 {
    color: var(--iconbg);
    text-align: center;
    font-size: 44px;
    letter-spacing: 0.1rem;
    font-family: 'universityoldstyleitalic';
    margin: 10px 0;
}

.about-text p {
    color: var(--text);
    text-align: justify;
    font-size: 14px;
    line-height: 29px;
}

.about-btn {
    background: #9f6400;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    margin: 1.6rem 0;
}

.about-btn:hover,
.about-btn:focus {
    background: #9f6400;
    border: none;
    outline: none;
    box-shadow: none !important;
}

.service-btn {
    background: #fbe7c4;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    width: max-content;
    margin: 24px auto 0 auto;
    display: flex;
}

.service-btn a,
.about-btn a {
    color: #000;
}

.service-btn:hover,
.service-btn:focus {
    background: #fbe7c4;
    color: #000;
    border: none;
    outline: none;
    box-shadow: none !important;
}

.about-image {
    position: absolute;
    top: 60px;
    right: 13%;
}

.about-image:after {
    content: '';
    border: 3px solid white;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 28px;
}


.gallery {
    padding: 10% 0 5%;
}

.gallery h3 {
    color: var(--yellowishtext);
    font-size: 44px;
    letter-spacing: 0.1rem;
    font-family: 'universityoldstyleitalic';
    margin-bottom: 20px;
}

.gallery .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px;
}

.gallery .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    background: #e1b853;
    border-radius: 0px !important;
    opacity: 1 !important;
}

.gallery .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--yellowishtext);
    outline: 2px solid var(--yellowishtext);
    outline-offset: 2px;
}

.gallery .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Testimonials */


.testimonials {
    height: 500px;
    position: relative;
}

.testimonial-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonials h3 {
    color: var(--dark);
    font-size: 44px;
    letter-spacing: 0.1rem;
    font-family: 'universityoldstyleitalic';
    margin-bottom: 20px;
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 8%);
}

.testimonial-swiper-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -25%);
    max-width: 800px;
    width: 92%;
    margin: 0 auto;
}

.testimonials .swiper {
    width: 100%;
    height: 100%;
}

.testimonials .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 2rem;
    flex-direction: column;
}

.testimonials .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials .swiper-pagination {
    padding-bottom: 1rem;
}

.testimonial-swiper {
    position: relative;
}

.testimonial-swiper img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper .swiper-slide p {
    color: var(--text);
    font-size: 16px;
    line-height: 29px;
}

.swiper-wrapper .swiper-slide h5 {
    color: var(--text);
    font-size: 20px;
    line-height: 29px;
    font-family: 'universityoldstyleitalic';
    font-weight: 600;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 35px 0;
}

.foot-logo {
    background: var(--light);
    border-radius: 100%;
    box-shadow: 2px 2px 10px #9f640059;
    width: 200px;
    height: 200px;
    margin-top: -4rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-logo img {
    height: 100%;
    width: 85%;
    object-fit: contain;
}

.social-links i {
    color: var(--iconbg);
    font-size: 18px;
    border: 1px solid var(--iconbg);
    padding: 10px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 0 5px;
}

.social-links i:hover {
    color: var(--yellowishtext);
    border: 1px solid var(--yellowishtext);
}

.foot-p p {
    font-size: 17px;
    color: var(--yellowishtext);
}

/*.company-name{*/
/*    color: var(--headcontact);*/
/*}*/

.no-desktop {
    display: none;
}

.navbar-nav li a:hover,
.navbar-nav li a:active,
.navbar-nav li a:focus {
    color: var(--menu);
}

.navbar-toggler {
    line-height: 1.3 !important;
    background-color: #cf943b !important;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler:hover {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.about-us-page {
    position: relative;
    padding: 100px 0;
    height: 425px;
}

.about-page-image-container {
    position: relative;
}

.about-page-image {
    position: absolute;
    top: 0%;
    right: 12%;
}

.about-page-image:after {
    content: '';
    border: 3px solid white;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 28px;
}

.about-inner-text h5 {
    color: var(--yellowishtext);
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1rem;
}

.about-inner-text h3 {
    color: var(--iconbg);
    text-align: center;
    font-size: 44px;
    letter-spacing: 0.1rem;
    font-family: 'universityoldstyleitalic';
    margin: 10px 0;
}

.about-inner-text p {
    color: var(--yellowishtext);
    text-align: justify;
    font-size: 14px;
    line-height: 29px;
}

.about-btn {
    background: #9f6400;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
    margin: 1.6rem 0;
}

.about-image-container {
    position: relative;
}

.about-image {
    position: absolute;
    top: 40px;
    right: 10%;
}

.about-image:after {
    content: '';
    border: 3px solid white;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 28px;
}

.about-page-image img {
    width: 320px;
}

.inner-foot {
    background: #e7bc7c14;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    padding: 40px 0 32px;
}


.inner-foot .foot-logo {
    background: var(--light);
    border-radius: 100%;
    box-shadow: 2px 2px 10px #9f640059;
    width: 200px;
    height: 200px;
    margin-top: 0rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-foot .foot-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}



.inner-gallery {
    padding: 100px 0 50px;
}

.inner-gallery h3 {
    color: var(--iconbg);
    text-align: center;
    font-size: 44px;
    letter-spacing: 0.1rem;
    font-family: 'universityoldstyleitalic';
    margin-bottom: 40px;
}

.inner-gallery img{
    width: 500px;
    height: 386px;
    object-fit: cover;
}




.contact-row {
    line-height: 0;
}

.con-row {
    --bs-gutter-x: 0 !important;
}

.foot-form {
    padding: 45px 0px;
    width: 80%;
    height: 100%;
    float: left;
}

.contact {
    padding: 100px 0;
}

.contact-details {
    background: var(--headcontact);
    padding: 18px;
}

.contact-details h2 {
    color: var(--light) !important;
    padding: 20px 35px;
    font-size: 40px;
    font-family: 'universityoldstyleitalic';
}

.contact-link {
    display: flex;
    color: var(--light);
    text-decoration: none;
    padding: 7px 35px;
}

.contact-link-icon {
    margin-right: 20px;
    margin-bottom: 20px;
    /* width: 50px; */
    max-height: 40px;
    min-height: 40px;
    min-width: 40px;
    background-color: var(--dark);
    color: var(--light);
    font-size: 17px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
}

.contact-link-icon span {
    color: var(--light);
    width: 100%;
    text-align: center;
}

.contact-link-text a {
    color: var(--light);
}


.inner-services {
    padding: 35px 0 55px;
}

.inner-service h2 {
    color: var(--yellowishtext);
    font-size: 40px;
    font-family: 'universityoldstyleitalic';
    text-align: center;
}

.inner-service h4 {
    color: var(--light);
    font-size: 16px;
    text-align: center;
}

.inner-services .card {
    background: var(--servicebg) !important;
    padding: 15px;
    height: 100%;
}

.inner-services .card img {
    width: 65px;
    margin: 0 auto;
}

.inner-services h5.card-title {
    color: var(--topbg);
    font-size: 26px;
    font-family: 'universityoldstyleitalic';
    text-align: center;
    font-weight: 600;
}

.inner-services p.card-text {
    text-align: center;
    font-size: 15px;
}

.full-content {
    background: var(--dark);
    padding: 40px 0;
    /*height:97%;*/
}

.full-content h3 {
    color: var(--yellowishtext);
    font-size: 40px;
    font-family: 'universityoldstyleitalic';
    text-align: center;
}

.full-content p {
    font-size: 13px;
    text-align: center;
    color: var(--light);
    margin: 20px 0;
    line-height: 30px;
}

.fa-icon {
    margin: 0 auto;
    width: max-content;
}

.fa-icon i {
    color: var(--yellowishtext);
    margin-right: 20px;
}

.fa-icon li {
    color: var(--light);
    font-size: 13px;
    line-height: 30px;
}


.inner-services-next {
    /*background:#20020f;*/
    padding: 55px 0 35px;
}

.inner-services-next h5.card-title {
    color: var(--light);
    font-size: 26px;
    font-family: 'universityoldstyleitalic';
    text-align: center;
}

.inner-services-next p.card-text {
    text-align: center;
    font-size: 15px;
    color: var(--light);
}

.inner-services-next .card {
    background: transparent !important;
    padding: 15px;
    border: none;
}

.inner-services-next .card img {
    width: 70px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 15px;
}

.card-border-1 {
    border-right: 1px solid #ffffff52;
    border-bottom: 1px solid #ffffff52;
}

.card-border-2 {
    border-bottom: 1px solid #ffffff52;
}

.card-border-3 {
    border-right: 1px solid #ffffff52;
}


.footer {
    background-color: #fff7d908;
    ;
    padding-top: 30px;

}

.footer-header h3 {
    font-size: 46px;
    text-align: left;
    padding: 20px 0;
    font-family: 'universityoldstyleitalic';
    color: var(--yellowishtext);
}

.footer input {
    border-right: 0px;
    border-radius: 5px 0px 0px 5px;
    padding: 10px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap !important;
    width: 100%;
}


.input-group [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    color: #fff;
    background-color: #9f6400;
    border-color: #9f6400;
    width: max-content;
    padding: 10px 30px;
    display: block;
    margin-top: 20px;
    border-radius: 8px;
}


.btn-success:focus{
    box-shadow:none !important;
}



.input-group-text {
    background-color: #fff !important;
    border-left: 0px;
    border-radius: 0px 5px 5px 0px;
    padding: 14px;
}

.main-footer p {
    text-align: left;
    color: var(--light);
    line-height: 30px;
}

.footer textarea {
    height: 150px;
}

.main-footer {
    padding: 50px 0 30px 0;
}

.fooer-nav li a {
    color: #000;
}

.footer h6 {
    font-size: 18px;
    margin-top: 40px;
    font-weight: bold;
    color: var(--yellowishtext);
    text-align: left;
}

.footer-nav {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    margin-top: 1.5rem;
}

.footer-nav li {
    list-style: none;
}

.footer-nav li a {
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    text-decoration: none;
    color: var(--light);
    /* line-height: 300%; */
    text-align: left;
}

.footer-nav .navigation-link.active {
    font-weight: 700;
    color: var(--sky-blue);
}

.footer-nav li i {
    vertical-align: middle;
}

.social-links {
    display: flex;
    align-items: center;
    /*column-gap: 1rem;*/
    margin-top: 2rem;
}

.social-links a {
    color: #000;
}

.sub-footer {
    width: 100%;
    display: block;
    background-color: var(--blue);
    color: #fff;
    padding: 30px 0px;
    text-align: center;
}

.sub-footer p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sub-footer p a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.mobile-menu-container {
    display: none;
}

.footer-col {
    display: flex;
    justify-content: center;
}

.menu-btn {
    display: none;
}

.top-head-mobile {
    display: none;
}

/* Whatsapp Button */
.whatsapp-btn {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 9999;
}

.whatsapp-btn i {
    font-size: 2rem;
    color: #fff;
}