@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asimovian&family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Asimovian';
    src: url('../fonts/Asimovian-Regular.ttf') format('TrueType'),
        url('../fonts/Asimovian-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf') format('TrueType'),
        url('../fonts/Manrope-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'DMSerifDisplay';
}

p {
    font-family: 'Lato';
}

a {
    text-decoration: none !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    overflow-x: hidden !important;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.hdr-dsk {
    display: block;
}

.mob-hdr {
    display: none;
}

.navbar-brand {
    width: 18%;
}

.navbar-brand img {
    width: 100%;
}

.navbar-collapse {
    flex-grow: inherit !important;
}

.navbar-nav li.nav-item a {
    color: #f8f2e4;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Manrope';
}

.navbar-nav {
    padding: 0 38px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    background: url(../images/navbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 30px;
    border-radius: 10px;
}

.innerserviceboxnav {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0000001A;
    padding: 0;
    margin: 0;
}

ul.dropdown-menu .col-sm-4 {
    margin: 0;
    padding: 0;
}

ul.dropdown-menu .servicetxtbox h3 {
    color: #6e1a2d;
    font-size: 40px;
    font-family: 'Asimovian';
    font-weight: 400;
}

ul.dropdown-menu .innerserviceboxnav li a {
    color: #6e1a2d;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Manrope';
    border-bottom: 1px solid #6e1a2d;
    padding: 0 0 8px 0;
    margin: 0;
}

ul.dropdown-menu .innerserviceboxnav li a i {
    font-size: 10px;
    padding-right: 6px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}

ul.dropdown-menu .innerserviceboxnav li {
    padding: 7px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

.nav-item.dropdown .dropdown-menu {
    min-width: 45rem;
}

.getintch .button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 221px;
    border-radius: 36px;
    font-weight: 700;
    height: 54px;
    font-size: 16px;
    padding-inline: 20px;
    background: linear-gradient(90deg, rgba(110, 26, 45, 1) 0%, rgba(48, 0, 3, 1) 100%);
    color: #f8f2e4;
    overflow: hidden;
    text-align: center;
    transition: all .4s ease-in-out;
    z-index: 1;
    border: none;
    text-decoration: none;
    margin: 10px;
    font-family: 'Asimovian';
}

.getintch .button::before {
    content: "";
    position: absolute;
    height: 70%;
    width: 18%;
    background-color: #2a2a2a;
    z-index: 1;
    left: -2px;
    transform: translate(176px, 3%);
    transition: all .4s ease-out;
    border-radius: 500px;
}

.text {
    white-space: nowrap;
    line-height: 1.2;
    padding-inline-end: 44px;
    z-index: 2;
}

.icon {
    display: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #ffffff;
    z-index: 2;
    color: #f8f2e4;
}

.getintch .button::after {
    content: '';
    position: absolute;
    height: calc(100% - 0px);
    width: calc(100% - 0px);
    /* border: 1px solid #ACECF4; */
    border-radius: 36px;
    z-index: 2;
}

.getintch .button:is(:hover, :focus)::before {
    transform: translateX(1%);
    width: 100%;
    height: 100%;
    transition: .4s;
}

.icon svg path {
    fill: #6E1A2D;
}

.getintch a.button:hover .text {
    color: #f8f2e4;
    text-decoration: none;
    transition: .4s;
}

.getintch a.button:hover .icon {
    color: #f8f2e4;
    transition: .4s;
}

.hdbtn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
}

.hdbtn ul li a.phone {
    color: #f8f2e4;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Manrope';
}

.hero-banner {
    padding: 10rem 0 3rem;
    position: relative;
    overflow: hidden;
    background: url(../images/bnnr-vid.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top
}

.hero-banner .container {
    /*z-index: 2;*/
    position: relative;
}

.bnnrtxt h1 {
    color: #f8f2e4;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Manrope';
}

section.abtbnr .bnnrtxt h1 {
    color: #f8f2e4;
    font-size: 56px;
    font-weight: 600;
    font-family: 'Asimovian';
}

.servbnrtxt h1 {
    color: #f8f2e4;
    font-size: 56px;
    font-weight: 600;
    font-family: 'Asimovian';
}

.bnnrtxt h2 {
    color: #f8f2e4;
    font-size: 56px;
    font-weight: 600;
    font-family: 'Asimovian';
}

.servbnrtxt p {
    color: #f8f2e4;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Manrope';
}

.bnnrtxt p {
    color: #f8f2e4;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Manrope';
}

.couple-btn {
    display: flex;
    gap: 10px;
}

.couple-btn .getintch .button {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    color: #6E1A2D;
}

.couple-btn .getintch .button .icon {
    background: #6E1A2D;
}

.couple-btn .getintch .button .icon i {
    color: #f8f2e4;
}

.couple-btn .getintch .button::before {
    background-color: #300003;
}

.firstslider,
.secslider {
    display: flex;
    gap: 10px;
    margin: 146px -65px 0 -65px;
}

section.abtbnr .firstslider {
    margin: 50px -65px 0 -65px;
}

.secslider {
    margin-top: 10px;

}

.firstslide img,
.secslide img {
    width: 92%;
    border-radius: 20px;
}

section.abtslider {
    position: relative;
    z-index: 2;
    overflow: hidden;
    /* display: grid; */
    /* place-items: center; */
    /* margin: 0; */
    padding: 05rem 0rem 05rem 0rem;
    /* height: 100vh; */
    background: #e6efed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtboxslider {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

.abtslidetxt h3 {
    font-size: 42px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 80px;
    color: #292229;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Asimovian';
}

.abtboxslider img {
    width: 340px;
    height: 340px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 1s;
    margin: 48px 16px;
}

.abtslidebtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Base slides */
.abtboxslider .slick-slide {
    transition: all 0.6s ease;
    transform-origin: center center;
    opacity: 1;
}

/* Active slides (but not center) */
.abtboxslider .slick-slide.slick-active {
    transform: perspective(440px) rotateY(20deg) scale(1);
}

/* Center slide */
.abtboxslider .slick-slide.slick-current.slick-active.slick-center {
    transform: perspective(1200px) rotateY(0deg) scale(1);
    opacity: 1;
    z-index: 3;
}

/* Right side active slide */
.abtboxslider .slick-active.slick-current~.slick-slide {
    transform: perspective(440px) rotateY(-20deg) scale(1);
}

/* Keep the track curved */
.abtboxslider .slick-track {
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
}

section.services {
    padding: 70px 0 0 0;
}

.servhd h3 {
    color: #6E1A2D;
    text-align: center;
    font-family: 'Asimovian';
    font-weight: 500;
    font-size: 54px;
}

.slidetxt {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 218px 0px;
    background: #6E1A2D;
}

.slidetxt h3 {
    font-size: 126px;
    transform: rotate(-90deg);
    color: #f8f2e4;
    font-weight: bold;
    font-family: 'Asimovian';
}

.servicebox h2 {
    font-size: 90px;
    font-weight: 500;
    text-transform: uppercase;
    color: #300003;
    font-family: 'Manrope';
}

.servtag ul {
    display: flex;
    align-items: center;
    gap: 38px;
    padding: 24px 0px;
}

.servbox h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Manrope';
}

.servbox a {
    color: #6E1A2D;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Asimovian';
    transition: .4s;
}

.servbox a:hover {
    color: #300003;
    transition: .4s;
}

.servbox a:hover i {
    transform: translateX(10px);
    transition: .4s;
}

.servimg img {
    width: 100%;
}

.servboxbg {
    display: flex;
    align-items: center;
    align-content: center;
    padding: 87px 0;
}

.sidebox {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    top: 100px;
    /* distance from the top when sticking */
    align-self: flex-start;
    /* ensures proper alignment in flex/grid */
    height: fit-content;
    /* so it doesn't stretch */
}

.servimgbox {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.serclrbox1 {
    background: #e6efed;
}

.serclrbox2 {
    background: #efe6e6;
}

.contentboxsize {
    position: relative;
    padding: 0;
}

.contentboxsize .row {
    width: 1012px;
    padding: 14px 50px;
}

section.genres {
    padding: 70px 0;
    background: #201819;
}

.genereshd h3 {
    font-size: 50px;
    color: #f8f2e4;
    text-align: center;
    font-family: 'Asimovian';
    padding-bottom: 30px;
}

section.genres .nav-tabs {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    border: none;
    padding-bottom: 20px;
}

section.genres .nav-tabs::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

section.genres .nav-tabs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 50px
}

section.genres .nav-tabs::-webkit-scrollbar-thumb {
    background: #f8f2e4;
    border-radius: 50px
}

section.genres .nav-tabs::-webkit-scrollbar-thumb:hover {
    background: #6E1A2D;
}

section.genres .nav-tabs li {
    min-width: 130px;
}

.tabsbox ul#myTab li.nav-item.show .nav-link,
.tabsbox ul#myTab li.nav-item .nav-link.active {
    border: none;
    border-radius: 0;
    color: #f8f2e4;
    background: linear-gradient(90deg, rgba(110, 26, 45, 1) 0%, rgba(48, 0, 3, 1) 100%);
    border-radius: 5px;
    font-family: 'Asimovian';
}

.tabsbox ul#myTab li.nav-item .nav-link {
    font-size: 15px;
    color: #f8f2e4;
    padding: 11px 16px;
    font-weight: 400;
    font-family: 'Manrope';
}

.sec-head strong {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    font-family: 'Asimovian';
}

.c-side p {
    color: #fff;
    font-size: 17px;
    font-family: 'Manrope';
    font-weight: 400;
}

.range-slider {
    display: flex;
    gap: 10px;
    margin-right: -90px;
}

.range-tab {
    padding: 40px 0;
}

.range-slider img {
    width: 95%;
}

.range-slider ul li {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #d6d6d6;
    -webkit-backface-visibility: visible;
    transition: opacity .2s;
    border-radius: 30px;
}

.range-slider ul li.slick-active {
    width: 34px;
    background: #6E1A2D;
}

section.testimonials {
    padding: 70px 0 0 0;
}

.revihd h3 {
    color: #6E1A2D;
    font-size: 46px;
    font-family: 'Asimovian';
    text-align: center;
    text-transform: capitalize;
}

.reviewbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.reviewbtn .getintch .button {
    width: 160px;
}

.reviewslidebox {
    background: linear-gradient(180deg, rgba(110, 26, 45, 1) 0%, rgba(48, 0, 3, 1) 100%);
    padding: 24px 15px;
    border-radius: 18px;
    margin: 5px;
}

.reviewslide {
    display: flex;
    gap: 10px;
    margin: 40px -108px;
}

.revpostbox {
    display: flex;
    justify-content: space-around;
    /* gap: 10px; */
}

.revimgbox {
    width: 25%;
}

.revimgbox img {
    width: 100%;
    border-radius: 100%;
}

.revnamebox {
    width: 75%;
    padding-left: 14px;
}

.revnamebox h5 {
    color: #f8f2e4;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Manrope';
}

.reviewslidebox .revnamebox p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Manrope';
    height: auto;
}

.reviewslidebox p {
    color: #fff;
    font-size: 15px;
    font-family: 'manrope';
    font-weight: 400;
    height: 130px;
    overflow-y: auto;
}

.reviewslidebox p::-webkit-scrollbar {
    width: 5px;
}

.reviewslidebox p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 50px
}

.reviewslidebox p::-webkit-scrollbar-thumb {
    background: #f8f2e4;
    border-radius: 50px
}

.reviewslidebox p::-webkit-scrollbar-thumb:hover {
    background: #6E1A2D;
}

section.ftrform {
    padding: 70px 0 0 0;
    background: url(../images/Section-23.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fromhd h4 {
    font-size: 86px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 108px;
    color: #6E1A2D;
    font-family: 'Asimovian';
}

.fromhd p {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    color: #6e1a2d;
    font-family: 'Manrope';
    padding: 48px 48px 0 48px;
}

.formtxtboxes {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.formbox {
    padding: 4rem 4rem 08rem 4rem;
    border-radius: 20px 20px 0px 0px;
    background: #fff;
}

.formtxtlabelbox p {
    font-size: 33px;
    font-weight: 500;
    font-family: 'Manrope';
    color: #000;
}

.col-sm-4.nametxt {
    width: 25%;
}

.col-sm-4.nametxt2 {
    width: 57%;
}

.col-sm-4.namefield {
    width: 18%;
}

.col-sm-4.emailtxt1 {
    width: 28%;
}

.col-sm-4.emailfield {
    width: 30%;
}

.col-sm-4.emailtxt2 {
    width: 25%;
}

.col-sm-4.phonetxt {
    width: 30%;
}

.col-sm-8.phonefield {
    width: 70%;
}

.form-fields input,
.form-fields textarea {
    background-color: #ffffff;
    border-width: 0px 0px 01px 0px;
    border-radius: 0px 0px 0px 0px;
    font-size: 30px;
    font-weight: 400;
    width: 100%;
}

.form-fields input::placeholder,
.form-fields textarea::placeholder {
    color: #878787;
}

.form-fields input:focus-visible,
.form-fields textarea:focus-visible {
    border-width: 0px 0px 1px 0px;
    outline: none;
}

.checkboxfieldbox label {
    background: #fff;
    color: #878787 !important;
    margin: 10px;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #A7A9AA !important;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, color 0.3s, color 0.3s;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Manrope';
}

.checkboxfieldbox label input[type="checkbox"] {
    display: none;
}

/* Change styles when the checkbox inside is checked */
.checkboxfieldbox label:has(input[type="checkbox"]:checked) {
    background: #6E1A2D !important;
    border-color: #6E1A2D !important;
    color: #ffffff !important;
}

/* Ensure the label inside also changes color */
.checkboxfieldbox label:has(input[type="checkbox"]:checked) label {
    color: #ffffff !important;
}

.submitbtnform {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

footer {
    padding: 70px 0 40px 0;
}

main.mix-sec {
    background: linear-gradient(180deg, rgba(110, 26, 45, 1) 0%, rgba(48, 0, 3, 1) 100%);
}

.footer-logo a h2 {
    font-size: 45px;
    color: #f8f2e4;
    font-weight: 700;
}

.footer-logo a {
    text-decoration: none;
}

section.copyright {
    padding: 10px 0px;
    border-top: 1px solid #f8f2e4;
}

.copyright h3 {
    font-size: 14px;
    color: #f8f2e4;
    font-weight: 400;
    font-family: 'poppins';
    padding-top: 10px;
}

.links {
    display: flex;
}

.box a {
    text-decoration: none;
}

.box a h3 {
    font-size: 14px;
    font-family: 'poppins';
    font-weight: 500;
    color: #f8f2e4;
}

.col-md-5.mylinks {
    display: flex;
    justify-content: space-around;
}

.top-btm a {
    text-decoration: none;
}

.top-btm a i {
    background: #6E1A2D;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #f8f2e4;
    margin-top: -32px;
}


.footer-logo a img {
    width: 85%;
    padding-bottom: 10px;
}

.footer-txt p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Manrope';
    color: #f8f2e4;
}

.social-media ul {
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.social-media ul a {
    text-decoration: none;
}

.social-media ul li {
    display: flex;
    align-items: center;
}

.social-media ul li i {
    background: #300003;
    width: 42px;
    height: 42px;
    margin: 6px;
    text-decoration: none;
    border: 1px solid #300003;
    border-radius: 60px;
    color: #f8f2e4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.social-media ul li i:hover {
    background: #f8f2e4;
    border: 1px solid #f8f2e4;
    color: #300003;
}

.quick-links h3 {
    font-size: 24px;
    font-family: 'Asimovian';
    font-weight: 700;
    color: #f8f2e4;
}

.quick-links ul {
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.quick-links ul a {
    text-decoration: none;
}

.quick-links ul li {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 0px;
    color: #f8f2e4;
    font-family: 'Manrope';
}

.quick-links ul li:hover {
    color: #ffffff;
}

.quick-links ul li i {
    color: #ffffff;
    padding-right: 10px;
}

.quick-links ul li:hover i {
    color: #f8f2e4;
}

.quick-links {
    padding-left: 31px;
}

.quick-cntct h3 {
    font-size: 24px;
    font-family: 'Asimovian';
    font-weight: 700;
    color: #f8f2e4;
}

.phone-box a {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.phone-box a i {
    background: #f8f2e4;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #6e1a2d;
    font-size: 25px;
}

.phone-box a h3 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #f8f2e4;
    padding-left: 10px;
}

.email-box a {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.email-box a i {
    background: #f8f2e4;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #6e1a2d;
    font-size: 25px;
}

.email-box a h3 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #f8f2e4;
    padding-left: 10px;
}

.address-box a {
    display: flex;
    text-decoration: none;
    align-items: center;
}

.address-box a i {
    background: #f8f2e4;
    border-radius: 100px;
    width: 63px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #6e1a2d;
    font-size: 25px;
}

.address-box a h3 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #f8f2e4;
    padding-left: 10px;
}

.phone-box,
.address-box,
.email-box {
    padding: 10px 0px;
}

.paymentimg img {
    width: 100%;
}

section.abtbnr {
    margin-bottom: 0rem;
    padding: 8rem 0rem 02rem 0rem;
    background: url(../images/abtbnr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.abtimgbnr img {
    width: 100%;
}

.abttxtboxesbnr {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.abtsec {
    padding: 70px 0;
}

.abtimgbox {
    background: url(../images/abttxtimg.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
    border-radius: 20px;
}

.abtimgtxt h2 {
    color: #000;
    font-size: 50px;
    font-family: 'Asimovian';
    font-weight: 400;
}

.abtimgtxt h2 span {
    color: #6e1a2d;
}

.abtimgtxt {
    background: #fff;
    width: 50%;
    border-radius: 0px 0px 20px 0px;
    padding: 3rem 3rem 3rem 3rem;
}

.abtrevbox {
    background: url(../images/Subtract-5.webp);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 20px;
    border-radius: 20px;
    transition: .5s ease;
    filter: grayscale(100%) invert(100%) brightness(1);
}


.abtrevbox:hover {
    filter: none;
    transition: .5s ease;
}

.abtrevbox p {
    color: #f8f2e4;
    font-family: 'Manrope';
    font-size: 17px;
    font-weight: 400;
}

.abtrevbox h4 {
    color: #f8f2e4;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Asimovian';
}

.abtrevbox h6 {
    color: #f8f2e4;
    font-size: 15px;
    font-family: 'Manrope';
    font-weight: 400;
}

.icoboxabt a {
    width: 40px;
    height: 40px;
    background: #ecaecc;
    padding: 6px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icoboxabt a svg path {
    fill: #77284a;
}

.icoboxabt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.reviewabtbox {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    height: 700px;
    overflow-y: auto;
    padding: 0 10px;
}

.reviewabtbox::-webkit-scrollbar {
    width: 5px;
}

.reviewabtbox::-webkit-scrollbar-track {
    border-radius: 10px;
}

.reviewabtbox::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(110, 26, 45, 1) 0%, rgba(48, 0, 3, 1) 100%);
    border-radius: 10px;
}

.reviewabtbox::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(110, 26, 45, 1) 0%, rgba(48, 0, 3, 1) 100%);
}

section.abtindus {
    padding: 70px 0;
}

.industrytxt h3 {
    font-size: 50px;
    font-weight: 500;
    color: #6e1a2d;
    font-family: 'Asimovian';
    text-align: center;
}

.industrytxt p {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #202020;
    text-align: center;
    padding: 0px 190px;
    font-family: 'Manrope';
}

.indusimg {
    margin: 30px;
}

.indusimg img {
    width: 100%;
    filter: brightness(129%) contrast(0%) saturate(0%) blur(0px) hue-rotate(205deg);
}

section.abtvideoreviews {
    padding: 0 0 70px 0;
}

.videotxt h3 {
    font-size: 50px;
    font-weight: 500;
    color: #6e1a2d;
    text-align: center;
    font-family: 'Asimovian';

}

.videotxt p {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #202020;
    text-align: center;
    padding: 0px 190px;
    font-family: 'Manrope';
}

.videoreviewbox {
    position: relative;
    overflow: hidden;
    height: 1000px;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.videoreviewbox::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000006e;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;
}

.videoreviewbox video {
    position: absolute;
    left: 0;
    top: 0;
    height: 1000px;
    object-fit: cover;
    width: 100%;
    object-position: top;
    border-radius: 20px;
}

.videotxtbox {
    z-index: 2;
    position: relative;
    padding: 20px;
}

.videotxtbox p {
    font-size: 34px;
    font-weight: 300;
    line-height: 45px;
    color: #FFFFFF;
    text-align: left;
    font-family: 'Manrope';
}

.videotxtbox h4 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: 'Manrope';
}

.row.videoslider .col-sm-4 {
    margin: 20px;
}

section.servbnr {
    margin-bottom: 0rem;
    padding: 8rem 0rem 02rem 0rem;
    background: url(../images/abtbnr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.servimgboxes img {
    width: 100%;
}

.servboxtxt {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.servicebox01 {
    padding: 70px 0;
}

.serboxestxt h3 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'Asimovian';
    color: #6e1a2d;
}

.serboxestxt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #6D6E71;
    font-family: 'Manrope';
}

.servtxtboxes {
    width: 100%;
    height: 478px;
    background: url(../images/Ghost-Writing-2.webp);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: center;
    transition: .4s;
}

.pubbox {
    height: 300px;
}

.servtxtboxes:hover {
    background-size: 130% 130%;
    transition: .4s;
}

.servtxtboxes::after {
    content: '';
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #000000 100%);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 12px;
}

.txtservbox {
    display: flex;
    justify-content: space-between;
    z-index: 4;
    align-items: flex-end;
    padding: 20px 10px;
    width: 100%;
}

.txtboxser,
.txtboxicoserv {
    /* width: 50%; */
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    align-items: center;
    align-content: center;
}

.txtboxser h4 {
    color: #fff;
    font-size: 33px;
    font-family: 'Manrope';
    font-weight: 400;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
}

.txtboxicoserv a {
    width: 76px;
    height: 76px;
    display: flex;
    background: #ff000000;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #fff;
    transition: .4s;
}

.txtboxicoserv a svg {
    width: 24px;
    transition: .4s;
    height: 24px;
    transform: rotate(0deg);
    transition: .4s;
}

.txtboxicoserv a:hover {
    background: #6e1a2d;
    transition: .4s;
}

.servtxtboxes:hover .txtboxicoserv a svg {
    transform: rotate(45deg);
    transition: .4s;
}

.ghostbox02 {
    background: url(../images/Script-Writng-1.webp);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ghostbox03 {
    background: url(../images/Fiction-Writing-1.webp);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.ghostbox04 {
    background: url(../images/Non-Fiction.webp);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

section.servicebox02 {
    padding: 70px 0;
    background: #E6EFED;
}

.publishing01 {
    background: url(../images/Book-Publishing-Services.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.publishing02 {
    background: url(../images/Book-Printing-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.publishing03 {
    background: url(../images/Amazon-Publishing-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.publishing04 {
    background: url(../images/Childrens-Book-Publishing.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.publishing05 {
    background: url(../images/Childrens-Comic-Book.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

.publishing06 {
    background: url(../images/Audio-Book.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

section.servicebox03 {
    padding: 70px 0;
    background: #FBEFF5;
}

.editbox {
    height: 400px;
}

.editing01 {
    background: url(../images/BookEditing.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.editing02 {
    background: url(../images/Book-Formatting.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.editing03 {
    background: url(../images/Line-Editng.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.editing04 {
    background: url(../images/Proofreading-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

.editing05 {
    background: url(../images/Structural-Editing.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

section.servicebox04 {
    padding: 70px 0;
}

.designing01 {
    background: url(../images/Book-Cover-design-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.designing02 {
    background: url(../images/Book-Illustration-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

section.servicebox05 {
    padding: 70px 0;
    background: #F2F4F3;
}

.marketing01 {
    background: url(../images/Book-Content-Marketing.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 280px;
}

.marketing02 {
    background: url(../images/Author-Website-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 280px;
}

.marketing03 {
    background: url(../images/Book-Video-Marketing.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    height: 280px;
}

.marketing04 {
    background: url(../images/Seo-for-Authors.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    height: 280px;
}

section.innerservbnr {
    margin-bottom: 0rem;
    background: url(../images/abtbnr.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 16rem 0rem 3rem 0rem;
    overflow: hidden;
}

.innerbnrtxtserv h1 {
    color: #f8f2e4;
    font-size: 56px;
    font-weight: 600;
    font-family: 'Asimovian';
}

.innerbnrtxtserv p {
    color: #f8f2e4;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Manrope';
}

.innerimgbox {
    position: relative;
    margin-top: 450px;
}

img.innerimg01 {
    width: 250px;
    transform: rotate(-21.06deg);
    position: absolute;
    bottom: -10px;
    left: 0px;
}

img.innerimg02 {
    width: 250px;
    transform: rotate(-3.56deg);
    position: absolute;
    bottom: 30px;
    left: 100px;
}

img.innerimg03 {
    width: 250px;
    transform: rotate(-31.56deg);
    position: absolute;
    bottom: 135px;
    left: 284px;
}

img.innerimg04 {
    width: 250px;
    transform: rotate(-6.77deg);
    position: absolute;
    bottom: 200px;
    left: 470px;
}

section.choosedesign {
    padding: 70px 0;
}

.choosedesigntxt h4 {
    font-size: 60px;
    font-weight: 400;
    font-family: 'Asimovian';
    color: #6e1a2d;
}

.choosedesigntxt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #6D6E71;
    font-family: 'Manrope';
}

.choose-inner-head {
    background: linear-gradient(180deg, rgba(239, 230, 230, 1) 0%, rgba(239, 230, 230, 1) 100%);
    height: 415px;
    margin: 0 0 30px;
    padding: 38px 24px;
    border-radius: 10px;
    box-shadow: 10px 10px 0 #6e1a2d9e;
    border: 1px solid #6E1A2D;
    transition: .4s;
    margin: 12px;
}

.choose-inner-head:hover {
    background: linear-gradient(180deg, rgba(110, 26, 45, 1) 0%, rgba(48, 0, 3, 1) 100%);
    transition: .4s;
}

.choose-inner-head h3 {
    font-family: 'Asimovian';
    color: #6E1A2D;
    font-size: 25px;
    font-weight: 400;
    transition: .4s;
}

.choose-inner-head:hover h3 {
    color: #f8f2e4;
    transition: .4s;

}

.choose-inner-head:hover p {
    color: #f8f2e4;
    transition: .4s;

}

.choose-inner-head p {
    font-size: 16px;
    font-family: 'Manrope';
    font-weight: 400;
    transition: .4s;
    color: #6E1A2D;
}

section.indusstandout .col-sm-6 {
    margin: 0;
    padding: 0;
}

.standoutimg img {
    width: 100%;
    height: 662px;
    object-fit: cover;
}

.standouttxtbox {
    background: #6e1a2d;
    padding: 4rem 5rem 5rem 4rem;
    width: 100%;
    height: 662px;
}

.standouttxtbox p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Manrope';
}

.standouttxtbox h5 {
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
}

section.companylogo {
    padding: 40px 0;
}

.compimgbox img {
    width: 100%;
    filter: brightness(129%) contrast(0%) saturate(0%) blur(0px) hue-rotate(205deg);
    padding: 2rem;
}

.compboxslide {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.trunepagestxt h4 {
    font-size: 46px;
    font-weight: 400;
    font-family: 'Asimovian';
    color: #6e1a2d;
    text-align: center;
}

.trunepagestxt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #202020;
    text-align: center;
    font-family: 'Manrope';
}

section.trunepages .choose-inner-head {
    margin: 0;
}

section.trunepages .trunpageboxes {
    margin-top: 20px;
}

.indusstandoutsec {
    padding: 70px 0;
}

.standouttxtbox02 {
    background: #EFE6E6;
    padding: 3rem 2rem 2rem 2rem;
    width: 100%;
    height: 944px;
}

.standouttxtbox02 h4 {
    font-size: 46px;
    font-weight: 500;
    color: #6E1A2D;
    font-family: 'Asimovian';
}

.standouttxtbox02 p {
    font-size: 20px;
    font-weight: 400;
    color: #6E1A2D;
    font-family: 'Manrope';
}

.industtagbox ul {
    padding: 0;
    margin: 0;
}

.industtagbox ul li {
    margin: 20px 0;
}

.industtagbox ul li a {
    font-size: 20px;
    font-weight: 400;
    color: #6e1a2d;
    transition-duration: 0.4s;
    border-radius: 10px 10px 10px 10px;
    padding: 0.5rem 01rem 0.5rem 01rem;
    background: #fff;
}

section.indusstandout.indusstandoutsec .standoutimg.standoutimg02 img {
    width: 100%;
    height: 944px;
    object-fit: cover;
}

section.contactbnr {
    background-image: url(../images/contactbg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0rem 02rem 0rem;
}

.contacttxt h1 {
    font-size: 64px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 100px;
    color: #F8F2E4;
    text-align: center;
    padding: 5rem 0;
    font-family: 'Asimovian';
}

section.categorysec {
    padding: 70px 0;
}

.categoryhd h3 {
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    color: #292229;
    text-align: center;
    font-family: 'Asimovian';

}

.categoryimgbox {
    background-color: #FFFFFF;
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
    margin: 14px 0px;
    padding: 25px 0px;
    transition: .4s;
}

.categoryimgbox:hover {
    transform: translateY(-20px);
    transition: .4s;
}

.categoryimgbox a img {
    height: 150px;
    object-fit: contain;
    object-position: center center;
    width: 100%;
}

.categoryimgbox a h4 {
    font-size: 22px;
    font-weight: 500;
    color: #292229;
    text-align: center;
    font-family: 'Manrope';
    padding-top: 18px;
}

section.contactinfo {
    background-image: url(../images/contactbg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0rem 2rem 0rem;
    border-radius: 30px;
    margin: 20px;
}

.contactaddress a i {
    width: 40px;
}

.cntctpay img {
    width: 50%;
}

.cntctmap iframe {
    width: 100%;
    border-radius: 30px;
}

.qckcntbox {
    display: flex;
    justify-content: center;
    align-items: center;
}


section.blogssec {
    background-image: url(../images/contactbg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0rem 02rem 0rem;
}

.blogtxt h1 {
    font-size: 64px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 100px;
    color: #F8F2E4;
    text-align: center;
    padding: 5rem 0;
    font-family: 'Asimovian';
}


section.blog {
    padding: 70px 0px;
}

section.blog ul.mb-3.nav.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

section.blog .nav-tabs .nav-item.show .nav-link,
section.blog .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(110, 26, 45, 1) 0%, rgba(48, 0, 3, 1) 100%);
}

section.blog .nav-tabs .nav-link {
    color: #fff;
    background: linear-gradient(90deg, #300003 0%, #300003 100%);
    border: none;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 10px;
}

.blog-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #d9d9d9;
}

section.blogsec {
    padding: 70px 0;
}

.blog-date p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.blog-date p span i {
    color: #cd0706;
    padding-right: 10px;
}

.blog-txt {
    padding-top: 30px;
}

.blog-txt p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'poppins';
    color: #000;
}

.blog-txt h2 {
    color: #e60707;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Exo2';
}

.blog-txt h3 {
    color: #e60707;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Exo2';
}

.blog-txt ul li {
    font-size: 14px;
    font-weight: 400;
    font-family: 'poppins';
    color: #000;
}

.blog-txt ul li i {
    color: #e60707;
    font-size: 15px;
}

.blog-txt p a,
.blog-txt ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
}


.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content {
    height: auto;
    width: 30%;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    margin: 15px;
}

.content a {
    text-decoration: none;
}

.tb-box-content img {
    width: 100%;
    min-height: 190px;
    object-fit: cover;
    margin: 0 0 20px;
    border-radius: 10px;
}

.tb-box-content h4 {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

section.faqssec {
    background-image: url(../images/contactbg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0rem 1rem 0rem;
}

.faqstxt h1 {
    font-size: 64px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 100px;
    color: #F8F2E4;
    text-align: center;
    padding: 5rem 0;
    font-family: 'Asimovian';
}

section.faqsboxsec {
    background: url(../images/faqsbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

section.faqsboxsec::before {
    background-color: rgba(153, 153, 153, 0.41);
    /* opacity: 0.41; */
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.faqstxtbox {
    position: relative;
    z-index: 2;
    padding: 12px;
    border: 1px solid #fff;
    margin: 0 0 24px 0;
}


.accordion-button:not(.collapsed) {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(110, 26, 45, 1) 0%, rgba(48, 0, 3, 1) 100%) !important;
    box-shadow: 6px 6px 6px #0000007d !important;
    padding: 32px 15px;
    border-radius: 7px;
    font-family: 'Manrope';
    font-size: 17px;
    font-weight: 600;
}

.accordion-item {
    background-color: #ffffff00 !important;
}

.accordion-body {
    color: #fff;
    font-size: 17px;
    font-family: 'Manrope';
    font-weight: 400;
}

.accordion-body strong {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.accordion-item h2.accordion-header button.accordion-button.collapsed {
    border-bottom: 1px solid #000;
    margin: 12px 0px;
}

.accordion-item {
    border: none !important;
}

.accordion-button:not(.collapsed)::after {
    background: none !important;
}

.faqstxtbox h3 {
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
    color: #300003;
    font-family: 'Asimovian';
}

.polices {
    padding: 80px 0px;
    background-image: url(../images/prvicytxt-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prvcy-txt ul>li::marker {
    color: #300003;
}

.prvcy-txt ul>li {
    list-style: lower-roman;
}

.prvcy-txt h3 {
    font-size: 45px;
    font-weight: 700;
    color: #6e1a2d;
    font-family: 'Asimovian';

}

.prvcy-txt p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.website-link {
    color: #6e1a2d;
}

.website-link:hover {
    color: #6e1a2d;
}


section.portfolio {
    padding: 70px 0;
}

.porttxt h2 {
    font-size: 50px;
    font-weight: 500;
    color: #6e1a2d;
    font-family: 'Asimovian';
    text-align: center;
}

.portfolio .wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    overflow: hidden;
}

.portfolio .wrap:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.book-slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 5rem auto 0;
    max-width: 800px;
    width: 100%;
}

.portfolio .slick-arrow {
    z-index: 300;
}

.portfolio .slick-prev {
    left: -100px;
}

.portfolio .slick-next {
    right: -100px;
}

.portfolio .item.slick-slide {
    width: 400px;
    height: 566px !important;
    transition: transform .4s;
    position: relative;
}

.portfolio .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    transition: transform .4s;
}

.portfolio .item.slick-slide {
    transform: scale(0.7) translate(640px);
}

.portfolio .item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.portfolio .item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.portfolio .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.portfolio .item.slick-slide.slick-center {
    transform: scale(1);
    z-index: 30;
}

.portfolio .slick-center:after {
    opacity: 0;
}

.portfolio {
    display: block;
}

.portfolios {
    display: none;
}

.book-slider button:before {
    content: none;
}

.book-slider button {
    color: #ffffff !important;
    background: linear-gradient(180deg, #6e1a2d 0%, #300003 100%);
    box-shadow: 0 4px 9px #00000061;
    height: 69px;
    width: 69px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    transition: all 350ms ease-in-out !important;
}

.book-slider button:hover {
    color: #fff !important;
    background-color: #300003;
}

.book-slider button i {
    transition: none;
}

.portfolio-img::before {
    content: '';
    background: url(../images/port-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 690px;
}

.overlay-bg {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 15px 0px;
    background-color: #000000;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
}

.pop-form .submit-btn {
    font-size: 18px;
    padding: 15px 0px;
    background: #fb2224;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
}

div#pop-form {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-top: 30px;
    position: relative;
    left: 0px;
}



div#pop-form form {
    width: 53%;
    margin: 0 auto;
    display: table;
    position: relative;
    /* left: 35px; */
}

.pop-form form textarea.form-control {
    border-radius: 20px;
    height: 75px;
    padding-top: 10px;
}

.popupform-main.active {
    display: block;
}

.popupform-main {
    position: fixed;
    /* background-color: rgba(0, 0, 0, 0.62); */
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.pop-form {
    position: absolute;
    width: 668px;
    height: 952px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../images/popup-bg2.png);
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    background-repeat: no-repeat;
    align-items: center;
    background-position: right;
}

.popupform-main .main-pop .col-md-12 {
    padding: 0;
}

.popupform-main h3 {
    font-size: 26px;
    margin: 31px 0 0 0;
    float: none;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 0 !important;
}

.popupform-main h2 {
    /*width: 80%; */
    font-size: 32px;
    margin: 10px 0 0 15px;
    color: #f8f2e4;
    font-weight: 700;
    text-align: center;
    font-family: 'Asimovian';
}

.popupform-main h4 {
    font-size: 26px;
    margin: 8px 0 0 0;
    color: #ffffff;
    font-weight: 700;
}


.popupform-main h6 {
    letter-spacing: 0;
    font-size: 45px;
    background: #4274fa;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px 5px 15px;
    text-align: left;
    position: relative;
    right: 0px;
    margin: 0px;
    float: right;
}


.popupform-main .main-pop {
    padding: 25px 15px 0 30px;
}

.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}

.pop-form form .control-group {
    margin-bottom: 10px;
}

form .control-group {
    margin-bottom: 24px;
    position: relative;
}

.pop-form form .control-group input[type=text],
.pop-form form .control-group input[type=text],
.pop-form form .control-group input[type=number],
.pop-form form .control-group input[type=email],
.pop-form form .control-group select,
.pop-form form .control-group textarea {
    background-color: #fff;
    /* font-family: "Nunito", sans-serif; */
    text-align: left;
    /* border-radius: 20px; */
}

.popupform-main form input[type=text],
.popupform-main form input[type=number],
.popupform-main form input[type=email] {
    padding-left: 10px;
    /* min-height: 50px; */
}

.popupform-main form input[type=text],
.popupform-main form input[type=number],
.popupform-main form input[type=email] {
    color: #333333;
    padding: 10px;
    height: auto;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 20px;
    /* font-family: "Nunito", sans-serif; */
}

form .numberarea {
    width: auto;
    position: relative;
}

.pop-form .submit-btn {
    font-size: 18px;
    padding: 10px 60px;
    background-color: #e80000;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    border: none;
    width: auto;
    margin: 10px auto 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    display: table;
    text-align: center;
}

.pop-form .no-thanks {
    text-decoration: underline;
    color: #666666;
}

.popupform-main h6:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 45px solid #4274fa;
    border-bottom: 28px solid transparent;
}


.pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: -60px;
    right: 80px;
    font-size: 18px;
    font-weight: 900;
    color: #300003;
    padding-top: 3px;
    background-color: #f8f2e4;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    /* border: inset 3px #470f9f; */
    /* border: 5px solid #fff; */
}

.popup-dist-bx {
    position: absolute;
    top: 385px;
    left: 50px;
}

.popup-dist-bx span {
    display: block;
}

.popup-dist-bx {
    background: url(../popup-dis-bg.png);
    background-size: 85%;
    background-position: top left;
    background-repeat: no-repeat;
    width: 167px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-dist-bx h3 {
    margin: 0;
    text-align: center;
    position: relative;
    left: -12px;
    top: -14px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

@media(max-width: 1500px) {
    .pop-form {
        background-size: 95%;
        height: 620px;
    }

    div#pop-form form {
        padding-top: 10px;
    }

    .popupform-main h2 {
        /* width: 80%; */
        font-size: 30px;
    }

    .popup-dist-bx {
        top: 220px;
    }
}

@media(max-width: 1366px) {
    .pop-form {
        background-size: 95%;
        height: 620px;
    }
}

@media(max-width: 991px) {
    .pop-form {
        position: absolute;

        top: 0px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;

        padding: 0px 0 0px 0;
        z-index: 99;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .popupform-main .col-sm-offset-4.col-sm-8 {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .popupform-main h3 {
        font-size: 30px !important;
    }

    .popupform-main h6 {
        font-size: 30px;
    }

    #flform input[type="text"],
    input[type="email"] {
        margin-bottom: 0px;
    }

}

@media(max-width: 767px) {
    .popupform-main h6:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-right: 28px solid #4274fa;
        border-bottom: 28px solid transparent;
    }

    .popup-dist-bx {
        display: none;
    }

    div#pop-form form {
        width: 99%;
        left: 0;
        padding: 10px 0;
    }

    .pop-form {
        position: absolute;
        width: 380px !important;
        height: 550px;
        background: url(../popup-bgmobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right bottom;
    }

    .popupform-main .pop-form h3 {
        font-size: 21px !important;
        margin-top: 4px;
    }

    .pop-form .close-btn {
        top: -13px;
        right: -6px;
        height: 35px;
    }

    .popupform-main h6 {
        letter-spacing: 0;
        font-size: 21px;
        background: #4274fa;
        color: #fff;
        border-radius: 10px;
        padding: 3px 8px 5px 8px;
        text-align: left;
        position: relative;
        right: 0px;
        margin: 0px;
        float: right;
    }

    .pop-form .submit-btn {
        font-size: 18px;
        width: 100%;
        padding: 8px 0px;

    }

    div#pop-form {
        max-width: 100%;
        width: 80%;
        margin: 0;
        text-align: center;
        padding: 10px 25px;
    }

    .popupform-main h3 {
        font-size: 26px;
        margin: 31px 0 0 0;
        color: #ffffff;
        font-weight: 500;
    }

    .popupform-main h2 {
        font-size: 30px;
        margin: 10px 0 0 0;
        color: #ffffff;
        font-weight: 700;
    }

    .popupform-main h4 {
        font-size: 24px;
        margin: 8px 0 0 0;
        color: #fff;
        font-weight: 700;
    }

    .chk-st-1 {
        display: inline-flex;
    }
}

.getintch.popupbtn .button {
    width: 100%;
}

.getintch.popupbtn .button::before {
    height: 69%;
    width: 12%;
    left: 86px;
}

.getintch.popupbtn .button:hover::before {
    height: 102%;
    width: 107%;
    left: 86px;
}

.getintch.popupbtn .button:is(:hover, :focus)::before {
    left: -4px;

}

.imgbnrbox img {
    width: 73%;
}

.imgbnrbox {
    display: flex;
    justify-content: center;
    align-items: center;
}