@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=Barlow: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&family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

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 0px;
    padding: 0;
    list-style-type: none;
}


/***** 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;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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: "Cinzel", serif;
    font-size: 75px;
    line-height: 80px;
    color: #000;
    font-weight: 400;
    margin: 0 0 5px;
}

h2 {
    font-family: "Cinzel", serif;
    font-size: 55px;
    line-height: 60px;
    color: #000;
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h3 {
    font-family: "Cinzel", serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #646565;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}


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 Start */



.menusec-btn {
    text-align: end;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.header-logo a img {
    width: 60%;
}

.theme-btn-1 {
    background: #000000;
    padding: 20px 25px;
    border-radius: 5px;
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/* Header Ends */

/* Banner Start */

.main-banner-text-silder-items p {
    color: #646565;
    font-weight: 500;
    margin-bottom: 35px;
}

.main-banner-sec {
    padding: 25px 0 0;
}

.main-banner-images-silder-items h2 {
    font-size: 45px;
    color: #000;
    margin-bottom: 0;
    margin-top: 15px;
    line-height: 55px;
}

.main-banner-sec .row {
    position: relative;
    padding: 0px 35px 0px;
}

.main-header-banner-back:before {
    content: "";
    position: absolute;
    background-image: url(../images/main-banner-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-attachment: fixed;
}

.main-header-banner-back {
    position: relative;
}

.main-banner-sec .row:before {
    content: "";
    position: absolute;
    background: #f6d2d2;
    width: 100%;
    height: 90%;
    background-size: cover;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.main-banner-images-silder-items img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.main-banner-images-silder-items {
    text-align: center;
}

.main-banner-sec .slick-slide {
    margin: 0px 0px;
}

.main-banner-text-silder .slick-slide {
    margin: 0px 0px 20px;
}

.main-banner-images-silder .slick-dots li button:before {
    width: 35px;
    height: 7px;
    content: '';
    text-align: center;
    opacity: .25;
    background: #000;
    opacity: 1 !important;
}

.main-banner-images-silder {
    display: flex;
    align-items: center;
}

.main-banner-images-silder .slick-dots {
    position: absolute;
    bottom: inherit;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: end;
    right: 0;
}

.main-banner-images-silder .slick-dots li {
    width: 40px;
    height: 10px;
    margin: 0 5px;
}

.main-banner-images-silder .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #fff;
}

/* Banner Ends */

/*About Us Start*/

.about-us-sec {
    padding: 100px 0;
    position: relative;
}

.about-us-sec:after {
    transform: rotate(-25deg);
    content: "";
    position: absolute;
    background-image: url(../images/wing.png);
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -60px;
    right: 0;
    filter: brightness(0) saturate(100%) invert(0%) sepia(93%) saturate(28%) hue-rotate(125deg) brightness(104%) contrast(107%);
}

.about-us-sec:before {
    transform: rotate(-25deg);
    content: "";
    position: absolute;
    background-image: url(../images/wing.png);
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    left: 0px;
    filter: brightness(0) saturate(100%) invert(97%) sepia(17%) saturate(1253%) hue-rotate(292deg) brightness(99%) contrast(95%);
    z-index: -1;
}

.about-us-text span {
    font-size: 30px;
    color: #f6d2d2;
    font-family: "Cinzel", serif;
    display: block;
    margin-bottom: 5px;
}

.about-us-text h3 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 400;
}

.about-us-btn {
    margin-top: 40px;
}

.about-us-text a {
    background: #f6d2d2;
    color: #000;
}

.about-us-images img {
    width: 93%;
    height: 495px;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 5px;
}

.about-us-images {
    text-align: end;
    position: relative;
    padding-top: 50px;
}

.about-us-images:before {
    content: "";
    position: absolute;
    background-image: url(../images/about-us-img-back.png);
    width: 90%;
    height: 85%;
    background-size: cover;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 5px;
}


/*About Us Ends*/

/*Our Services Start*/

.our-services-sec {
    background: #f6d2d2;
    padding: 50px 0;
    position: relative;
}


.our-services-sec:after {
    transform: rotate(-25deg);
    content: "";
    position: absolute;
    background-image: url(../images/wing.png);
    width: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    bottom: -60px;
    right: 0;
    filter: brightness(0) saturate(100%) invert(0%) sepia(93%) saturate(28%) hue-rotate(125deg) brightness(104%) contrast(107%);
}

.our-services-heading {
    text-align: center;
}

.our-services-sec .row {
    border: 5px solid #fff;
    padding: 40px 25px 50px;
}

.our-services-boxs {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.our-services-heading h2 {
    margin-bottom: 0;
}

.our-services-boxs h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 30px;
}

.our-services-boxs h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

.our-services-button {
    text-align: center;
    margin-top: 45px;
}

.our-services-boxs a {
    font-size: 15px;
    color: #f6d2d2;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
}

.our-services-heading span {
    font-size: 30px;
    color: #000;
    font-family: "Cinzel", serif;
    display: block;
    margin-bottom: 5px;
}

.our-services-boxs-text {
    border: 2px dashed #f8dbdb;
    padding: 25px 10px;
    border-radius: 5px;
}

/*Our Services Ends */

/*My Stories Start*/

.my-stories-sec {
    padding: 100px 0;
}

.my-stories-images img {
    width: 100%;
    height: 612px;
    object-fit: cover;
    border-radius: 5px;
}

.my-stories-button-row {
    text-align: end;
    border-bottom: 2px solid #000;
    padding: 30px 0;
}

.my-stories-button-row a {
    background: #f6d2d2;
    color: #000;
    font-weight: 600;
}

.my-stories-silder .slick-slide {
    margin: 0px 0px 20px;
}


.my-stories {
    position: relative;
    padding: 0 30px 45px;
}

.my-stories-heading h2 {
    margin-bottom: 15px;
}

.my-stories:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 79%;
    z-index: -1;
    bottom: 0;
    right: 0;
    border-radius: 5px;
}

.my-stories-silder-items {
    padding-top: 40px;
}

.my-stories-silder-items h3 {
    font-size: 35px;
    color: #f6d2d2;
    font-weight: 400;
    margin-bottom: 10px;
}

.my-stories-silder-items p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 40px;
}

.my-stories-silder-items h2 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
}

.my-stories-silder-items a {
    background: #f6d2d2;
    color: #000;
}

.my-stories-silder-items a {
    font-weight: 600;
}

.my-stories-heading {
    margin-left: -35px;
}

.slick-prev {
    top: inherit;
    bottom: -90px;
}

.slick-next {
    right: inherit;
    left: 50px;
}

.slick-next {
    top: inherit;
    bottom: -90px;
}

.slick-prev:before {
    content: '\f060';
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    border: 2px solid #696969;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    font-size: 20px;
    color: #000 !important;
    opacity: 1;
}

.slick-next:before {
    content: '\f061';
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    border: 2px solid #696969;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    font-size: 20px;
    color: #000 !important;
    opacity: 1;
}

/*My Stories Ends*/

/*Explore The World Of Jenni Start*/

.explore-the-world-of-jenni-sec {
    background-image: url(../images/explore-the-world-of-jenni-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    background-attachment: fixed;
}

.explore-the-world-of-jenni-heading h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 35px;
}

.explore-the-world-of-jenni-heading h2 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 15px;
}

/*Explore The World Of Jenni Ends*/

/* Testimonial-start  */
.testimonil-card-bottom img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    position: relative;
    z-index: 9;
    margin: 0 0 -30px 24px;
    border-radius: 5px;
    border: 2px solid #fff;
}
.testimonil-card-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.testi-auther-name {
    clip-path: polygon(0 0, 74% 0, 90% 103%, 0% 100%);
    background-color: black;
    width: 520px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding-right: 51px; */
}

.testi-auther-name h2 {
    font-size: 30px;
    color: white;
    text-align: center;
    margin: 0;
}

.testi-auther-name-wrapper {
    display: flex;
    padding-right: 42px;
}

.testi-auther-name-wrapper img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.testimonial-stars i {
    color: #ffc107;
}

.testimonil-card {
    border: 1px solid #efefee;
    border-radius: 3px;
}

.testimonil-card p {
    padding: 35px 35px 8px 35px;
}

.testimonial-slidder .slick-active {
    opacity: 1;
}

.testimonial-slidder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.testimonial-heading h3 {
    font-size: 24px;
    color: #f6d2d2;
    margin: 0;
}

.testimonial-heading h2 {
    font-size: 54px;
    margin: 0;
}

.testimonial-heading p {
    font-size: 16px;
    margin: 0;
    width: 60%;
}

.testimonial-heading .row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.testimonial-heading {
    margin: 0 0 17px 0;
}





section.testimonial-sec {
    padding: 100px 0;
}
.testimonial-slidder .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    opacity: 5 !important;
}
.testimonial-slidder .slick-dots li.slick-active button:before {
   
    background: #f6d2d2;
}
.testimonial-slidder .slick-dots li {
    width: 50px;
}
.testimonial-slidder .slick-dots {

    bottom: -75px;
   
}


/* Testimonial-Ends */


/* Contact Us Start  */

.form-row input {
    width: 100%;
    border: 1px solid #cccccc;
    height: 55px;
    font-weight: 600;
    color: #515151;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 15px;
    padding: 0 20px;
}

.row.form-row button {
    border: none;
    padding: 20px 35px;
}

.form-row textarea {
    width: 100%;
    resize: none;
    height: 150px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 20px 20px;
    font-weight: 600;
    color: #515151;
    margin-top: 15px;
    margin-bottom: 12px;
}
.form-row textarea::placeholder {
    text-transform: uppercase;
    font-size: 14px;
}

.form-row input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
}

.submitbtn-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


section.contact-us-sec .container {
    background-color: pink;
    padding: 50px 70px;
    background-image: -webkit-linear-gradient(90deg, rgb(246, 210, 210) 0%, rgb(255, 255, 255) 84%, rgb(255, 255, 255) 100%);
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 #0000001f;
}

section.contact-us-sec {
    padding-bottom: 80px;
}

.form-heading-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.form-heading-row h2 {
    font-size: 54px;
    margin: 0;
}

.form-heading-row p {
    color: #515151;
    font-weight: 600;
}


/* Contact us Ends */

/* Footer Start  */


footer {
    background-color: black;

}

ul.footer-links-ul>li>a>span>i {
    color: white;
}

.footer-logo a img {
    width: 35%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
}

.footer-logo p {
    font-size: 16px;
    font-weight: 300;
}

.footer-links h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer-contact-links h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

.footer-social-links h2 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
}

ul.footer-list li>a {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
}

ul.footer-links-ul>li>a {
    font-size: 14px;
    color: white;
}

ul.footer-list {
    line-height: 30px;
}

.footer-contact-links {
    margin-left: 50px;
}

.footer-logo>p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-social-links>p {
    font-size: 14px;
    color: white;
}

.footer-social-icons ul li a {
    font-size: 22px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.footer-social-icons ul {
    display: flex;
    align-items: center;
    gap: 15px;
}


ul.footer-links-ul li {
    margin: 10px 0 20px 0;
}

.footer-social-links {
    padding: 20px;
    border: 2px solid #f8dddd;
}

ul.footer-links-ul>li>a>span {
    padding-right: 14px;
    font-size: 20px;
}

.footer-copyright {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #212121;
}

.footer-copyright::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 1px;
    background: white;
    top: 0;
}

.footer-copyright p {
    color: white;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.footer-row {
    padding: 100px 0 50px 0;
}


/* Footer Ends */

/*Inner About Us Start*/

.inner-banner-sec {
    padding: 5px 0 0px;
}
.inner-banner-heading h2 {
    margin-bottom: 0;
}
.inner-banner-sec .row {
    position: relative;
    padding: 0 20px 30px;
}
.inner-banner-images img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.inner-banner-sec .row:before {
    content: "";
    position: absolute;
    background: #f6d2d2;
    width: 100%;
    height: 85%;
    z-index: -1;
    bottom: 0;
    border-radius: 5px;
    left: 0;
}

/*Inner About Us Ends*/

/*Inner Contact Us Start*/

section.contact-us-sec.inner .container {
    background-color: #fff !important;
    background-image: inherit !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 10px 0px #fbeaea !important;
}

/*Inner Contact Us Ends*/


/*Inner Detail Poetry Start*/

.detail-poetry-sec {
    margin: 100px 0;
}
.inner-detail-poetry-box {
    padding: 50px;
    box-shadow: 0 0 10px 0 #0000004a;
    border-radius: 10px;
}
.fragile-doll-text {
    padding: 35px;
    border: 2px dashed #f8dbdb;
    border-radius: 5px;
}
.fragile-doll-text h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0;
}
.fragile-doll-text h2 {
    margin-bottom: 15px;
}
.fragile-doll-text ul {
    margin-top: 25px;
    line-height: 30px;
}
.fragile-doll-text ul li a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

/*Inner Detail Poetry Ends*/


/*Inner Detail Stories Start*/

.inner-detail-stories-sec {
    padding: 100px 0;
}
.inner-detail-stories-images img {
    width: 100%;
    height: 650px;
    border-radius: 5px;
    object-fit: cover;
}
.inner-detail-stories-text {
    margin-top: 20px;
}
.inner-detail-stories-text h3 {
    font-size: 45px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 400;
}

/*Inner Detail Stories Ends*/


/* Inner My Saying  And Quotes Start*/

.fragile-doll-text.chg ul li {
    margin: 8px 0;
}

.fragile-doll-text.chg.my-spoken h3 {
    font-size: 26px;
    font-weight: 500;
}
/* Inner My Saying  And Quotes Ends*/

/*Inenr My Poetry Start*/

.our-services-sec.inner {
    background: none;
}

.our-services-sec.inner .our-services-boxs {
    box-shadow: 0 0 5px 0 #00000045;
}

/*Inenr My Poetry Ends*/

/*Inner  Our Services Start*/

.inner-our-services-row ul li a {
    border: 2px solid #d8d5d5;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 16px;
       transition: 0.5s;
    font-weight: 700;
}
.inner-our-services-row ul {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.inner-our-services-row .row {
    padding: 0 !important;
}
.inner-our-services-row ul li a:hover {
    background: #f6d2d2;
    transition: 0.5s;
}

/*Inner  Our Services Ends*/


/*Inenr My Stories Start*/


.inner-my-stories-sec {
    padding: 100px 0;
}
.inner-my-stories-heading {
    text-align: center;
}

/*Inenr My Stories Ends*/

/*Inner My Stories Start*/

.inner-my-stories-box > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 5px;
}

.inner-my-stories-button {
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.inner-my-stories-box {
    position: relative;
    display: flex
;
    align-items: flex-end;
    justify-content: center;
    margin-top: 25px;
}
.inner-my-stories-heading h2 {
    margin-bottom: 0;
}

span.stories-btn-text {
    line-height: 27px;
    padding: 3px 0;
}
.inner-my-stories-button a {
    background: #fff;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 88%;
    font-size: 24px;
    color: #000;
    font-family: "Cinzel", serif;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 5px;
    padding-left: 20px;
}
span.stories-btn-icon i {
    background: #f6d2d2;
    height: 70px;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 70px;
    font-size: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.inner-our-services-row.chg {
    margin-top: 50px;
}

/*Inner My Stories Ends*/



/*new custom css*/


.submitbtn-row p {
    line-height: 0;
    padding: 0px;
    margin: 0;
}

.submitbtn-row p input {
    margin-top: 0px;
    color: white;
}


header.entry-header {
    display: none;
}


nav.navigation.post-navigation {
    display: none;
}


.poetry-template-default .inner-banner-sec {
    margin-bottom: 40px;
}







.poetry-template-default .inner-banner-sec {
    margin-bottom: 40px;
}

.poetry-template-default .inner-banner-sec h2 {
    font-size: 0;
}

.poetry-template-default .inner-banner-sec h3 {
    font-size: 0;
}

.poetry-template-default .inner-banner-sec h3:after {
    content: 'Detail Poetry';
    font-family: "Cinzel", serif;
    font-size: 55px;
    line-height: 60px;
    color: #000;
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: uppercase;
}




.fragile-doll-text h3 {
    font-size: 26px;
    font-weight: 500;
}



.stories-template-default .post-thumbnail {
    display: none;
}

.stories-template-default .entry-content {
    margin-top: 30px;
    margin-bottom: 30px;
}



section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 51px;
}



.newsectionbottom {
    margin-top: -20px;
    padding-top: 0px;
}



.vc_grid-item-mini {
    background: white;
    padding: 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}

.vc_grid-item-mini p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.vc_grid-item-mini h4 {
    font-family: "Cinzel", serif;
    font-size: 18px;
}

.vc_grid-item-mini .vc_gitem-zone.vc_gitem-is-link {
    border-radius: 20px !important;
}




.post-template-default .entry-content h3 strong {
    font-weight: 500;
}

.post-template-default .entry-content h3 {
    font-weight: 500;
}




.menuSec.wow.fadeInDown .header-logo img {
    width: 190px;
}




div#comments {}

div#comments p.comment-form-comment {
    /* display: flex; */
}

div#comments p.comment-form-comment label {
    font-family: "Cinzel", serif;
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
}

div#comments textarea#comment {
    width: 100%;
    height: 100px !important;
    border: 1px solid black;
}

div#comments label {
    font-family: "Cinzel", serif;
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
}

div#comments input {
    width: 100%;
    border: 1px solid black;
    height: 40px;
}

div#comments input#wp-comment-cookies-consent {
    width: auto !important;
    height: auto;
}

div#comments input#submit {
    width: 20%;
    background: black;
    color: white;
    font-family: 'Cinzel';
}



div#comments footer.comment-meta {
    background: transparent;
}

div#comments ol.comment-list {
    border: 1px solid;
    padding: 20px 30px;
}

div#comments ol.comment-list * {
    color: black !important;
}


.poetry-template-default .inner-banner-sec h2 {
    font-size: 55px;
    color: black;
}
