/*scroll*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/* Header_Css */
.hasSubmenu {
    position: relative;
}

.hasSubmenu>a::after {
    content: "";
    visibility: hidden;
    display: inline-block;
    margin-left: 5px;
    /* Adjust this value to control the spacing between "Services" text and the arrow */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    /* You can change the color of the arrow here */
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    top: 47%;
    left: 67px;
    /* Adjust this value to control the position of the arrow */
}

ul.menu>li:hover .subMenu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
    visibility: visible;
}

ul.menu>li:hover a::after {
    visibility: visible;
}

.subMenu {
    position: absolute;
    right: -280%;
    top: 213%;
    text-align: left;
    background: #fff;
    z-index: 99999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    box-shadow: 1px 3px 10px #ccc;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-width: 500px;
    max-width: max-content;
}

.hasSubmenu {
    position: relative;
}

.hasSubmenu>a::after {
    content: "";
    visibility: hidden;
    display: inline-block;
    margin-left: 5px;
    /* Adjust this value to control the spacing between "Services" text and the arrow */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    /* You can change the color of the arrow here */
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    top: 47%;
    left: 67px;
    /* Adjust this value to control the position of the arrow */
}

.subMenu {
    /* Rest of the submenu styles */
}

.subMenu li {
    color: #000;
    padding: 16px 18px;
    border-bottom: 1px solid #000000;
    width: 100%;
    position: relative;
    max-width: 100%;
}

.subMenu li.last {
    border-bottom: none;
}



.subMenu a {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Raleway';
    display: flex;
    align-items: center;
    gap: 10px;
    transition: none;
}

ul.subMenu li img {
    margin: 0;
    width: 40px;
}

.subMenu li:hover {
    background-color: #000;

}

.subMenu li:hover a {
    color: #fff !important;
}

/* Header_css */
.card.contact-box h6 {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    font-family: 'Raleway';
    margin: 20px 0px;
}

.card.contact-box {
    padding: 21px 30px;
    box-shadow: 0 0 26px #a29b9b;
}

.card.contact-box:before {
    content: "";
    width: 400px;
    height: 6px;
    color: #000;
    /* display: flex; */
    position: absolute;
    z-index: 1;
    background: #8383835c;
    border-radius: 6px;
    top: -1px;
    text-align: center;
    justify-content: center;
    left: 81px;
}

.card.contact-box input,
textarea {
    width: 100%;
    height: 46px;
    border-bottom: 2px solid #000;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    margin-bottom: 26px;
    padding: 0px 13px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Rubik';
    font-weight: 500;
}

.card.contact-box button {
    background: #000;
    color: #fff;
    width: 200px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 1px solid #000;
    cursor: pointer;
    transition: .3s;
}

.card.contact-box textarea {

    height: 117px;
}

.card.contact-box button:hover {
    transform: scale(1.1);
    background-color: #fff;
    color: #000;
}

.card.contact-box p {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    font-family: 'Rubik';
    margin-bottom: 28px;
}

.black-box-info {
    background: #000;
    padding: 55px 19px;
}

.case-author-box {
    background: #000;
    padding: 55px 17px;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;

    font-weight: 300;
    line-height: 19px;
    font-family: 'Raleway';
}

.case-author {
    margin-top: -27px;
}

.case-mans button {
    background: #fff;
    color: #000;
    width: 200px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: 1px solid #000;
    text-align: center;
    font-family: 'Raleway';
    cursor: pointer;
    transition: .3s;
}

.view-all h6 {
    justify-content: center;
    display: flex
}

.case-heading h6 {
    justify-content: center;
    display: flex
}

.case-heading h6 a {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.view-all h6 a {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
}

.case-mans p {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Raleway';
    line-height: 25px;
    text-align: justify;
    font-style: italic;

}

.case-mans h5 {
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Raleway';
    margin-bottom: 1rem;
}

.case-mans button:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.1);
}








.sec-who button {
    background: #000;
    color: #fff;
    width: 100%;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 1px solid #000;
    text-align: center;
    font-family: 'Raleway';
    cursor: pointer;
    transition: .3s;
}

.bgsec-num {
    margin-top: 7rem;
}



.brands-logo {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;
}

.brands-logo-cont h6 {
    font-size: 17px;
    color: #fff;
    font-family: 'Raleway';
    line-height: 25px;
    font-weight: 500;
}

.brands-logo-cont {
    display: flex;
    align-items: center;
}

.brands-logo-cont .col-md-4 {
    border-right: 2px solid #5e5e5e;

}

.question h6 {
    font-size: 40px;
    font-family: 'Rubik';
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 45px;

}

.question h6 span {
    font-size: 40px;
    font-family: 'Rubik';
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 45px;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 2px solid #fff;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.9rem 1rem;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #fff;
    background: none;
    outline: none;
    border-radius: 34px;
    margin: 19px 0px;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #f8e6e2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 12px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #fff;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 300;
    margin: 0em 0px 11px 19px;
    color: #fff;
    font-family: "Rubik";
}

.wallbook-bg h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 39px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.wallbook-bg p {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #000;
    line-height: 30px;
}

.wallbook-bg button {
    background: #000;
    color: #fff;
    width: 250px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 1px solid #000;
    text-align: center;
    font-family: 'Raleway';
    cursor: pointer;
    transition: .3s;
}

.number-content div span {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 86px;
    color: #000;
}

.pencil-bg h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wall p {
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Raleway';
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 22px;
}

.wall button {
    background: #000;
    color: #fff;
    width: 300px;
    margin-top: 20px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 1px solid #000;
    text-align: center;
    font-family: 'Raleway';
    cursor: pointer;
    transition: .3s;
}

.banner-splash.text-center h5 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Raleway';
    margin-bottom: 1rem;
}

.banner-splash.text-center p {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    font-family: 'Raleway';
    line-height: 45px;
    margin-top: 0px;
    margin-bottom: 22px;
}

.banner-splash.text-center small {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Raleway';
    line-height: 45px;
    margin-top: 0px;
    margin-bottom: 22px;
    text-decoration: underline;
}

.pencil-bg button {
    background: #000;
    color: #fff;
    width: 300px;
    margin-top: 20px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 1px solid #000;
    text-align: center;
    font-family: 'Raleway';
    cursor: pointer;
    transition: .3s;
}

.pencil-bg p {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway';
    color: #000;
    line-height: 30px;

}

.number-content p {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sec-who-black button {
    background: #fff;
    color: #000;
    width: 200px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: 1px solid #000;
    text-align: center;
    font-family: 'Raleway';
    cursor: pointer;
    transition: .3s;
}

.sec-who-black p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Raleway';
    line-height: 26px;
}

.sec-who-black h5 {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Raleway';
    margin-bottom: 1rem;
}

.sec-who-black button:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.1);
}

.top-banner .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.black-sec {
    background: #000000;
    padding: 5px 17px;
}

.add-sec h6 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Raleway';
    margin-bottom: 1rem;
}

.add-sec p {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway';
    line-height: 22px;
}

.top-banner-heading p {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Raleway';
    line-height: 28px;
}



.warp-services {
    margin-bottom: 3rem;
    background: #ffffff;
    padding: 25px;
    height: 87%;
}

.nft-slider h6 {
    font-size: 20px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 500;
    padding: 2px 90px;
    line-height: 29px;
    font-style: italic;
    margin-top: 25px;
}

.owl-dots .active span {
    border-radius: 10px;
    background: rgb(0, 0, 0);
    display: block;
    height: 12px;
    margin: 0px 5px;
    width: 12px;
    transition: .3s;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}

.owl-dots span {
    background: none repeat scroll 0 0 #868686;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 0px 5px;
    width: 12px;
    transition: .3s;
}

.nft-slider p {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: bold;
    line-height: 29px;

    color: #000;
}

.owl-nav button {
    margin: 0px 23px;
    font-size: 19px;
}

.owl-nav button i {
    font-size: 19px;
}

.owl-nav {
    display: none;
    /*justify-content: center;
    align-items: center;
    margin-top: 23px; */
}

.nft-slider small {
    font-size: 15px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.sec-who button:hover {
    background: #ffffff;
    color: #000000;
    transform: scale(1.1);
}

/* .sec-who div {
    display: flex;
    justify-content: center;
    text-align: center;

} */


::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

/*/ animation /*/
@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.float {
    animation: float 6s ease-in-out infinite;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-image: linear-gradient(#000, #000);
}

/*body*/
body {
    overflow-x: hidden;
}

h5 {
    font-family: 'Poppins';
}

.btn {
    font-family: 'Montserrat';
}

*:hover,
*:focus,
* {
    outline: none !important;
}

.overflw {
    overflow: hidden;
}

[class^="box-"] {
    display: none
}

[class^="box-"].showfirst {
    display: block
}

img {
    max-width: 100%;
    height: auto;
}

a:hover,
button:hover {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
}

.card.black-form {
    padding: 20px;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px 1px rgb(0 0 0 / 80%);
    border-radius: 1px;
    border: 12px solid #454545;
    background: #ffffffba;
}

.card.black-form input,
textarea {
    width: 100%;
    margin-bottom: 15px;
    height: 44px;
    padding: 10px 7px;
    border-radius: 7px;
    border: 1px solid #D2D2D2;
    outline: none;

}

.card.black-form h6 {
    font-size: 23px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    margin-top: 1px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
}


.card.black-form small {
    font-size: 16px;
    font-family: 'Heebo';
    line-height: 21px;

}


.card.black-form button {
    width: 100%;
    height: 45px;
    font-size: 17px;
    color: #fff;
    background: #000;
    margin-top: 15px;
    border-radius: 6px;
    text-transform: uppercase;
    transition: .3s;
    cursor: pointer;
}

.card.black-form button:hover {
    color: #000000;
    background: #ffffff;
    transform: scale(1.05);
}

/*padding*/
.pad {
    padding: 0;
}

.padL {
    padding-left: 0;
}

.padR {
    padding-right: 0;
}

.pad-top-80 {
    padding-top: 80px !important;
}

.pad-top {
    padding-top: 60px;
}

.pad-btm-30 {
    padding-bottom: 30px;
}

.pad-btm {
    padding-bottom: 50px;
}

.pad-btm-70 {
    padding-bottom: 70px;
}

.pad-tb {
    padding: 80px 0;
}

.pad-tbm {
    padding: 50px 0;
}

.padRt-60 {
    padding-right: 60px;
}

.pad-LR30 {
    padding: 0 30px;
}

.pad-80-240 {
    padding: 80px 0 240px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-35 {
    margin-top: 35px;
}

/*botton*/
.btn-a {
    background-color: #bd964c;
    border: 2px solid #bd964c;
    border-radius: 0;
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn-a:hover {
    background: transparent;
    color: #fff;
}

.btn-submit {
    border-radius: 5px !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    letter-spacing: .2px;
}

.btn-submit:hover {
    background: transparent;
    color: #fff;
}

/*heading*/
.m1-h h5 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins';
}

.m1-h h5 span {
    font-weight: 400;
    font-size: 44px;
}

.m2-h h5 {
    font-size: 36px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins';
    text-transform: uppercase;
    padding-bottom: 20px
}

.m2-h h5 span {
    border-bottom: 3px solid #000;
    text-transform: capitalize;
}

.m3-h h5 {
    margin-bottom: 35px;
    padding-bottom: 19px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 18px;
}

.m4-h h5 {
    color: #000;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 18px;
    margin: 25px 0 30px;
    font-weight: 600;
}

.m5-h h5 {
    font-weight: 600;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.m5-h h5 span {
    border-bottom: 3px solid #fff;

}

.m6-h h5 {}

/*paragrape*/
.p1 p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.p2 p {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.p3 p {
    color: #fff;
    line-height: 32px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins';
}

.p4 p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins';
    line-height: 22px;
}

.p5 p {}

/* Font size */
.font-16 {
    font-size: 16px !important;
}

/* Hamburger Menu */
.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 999999;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    position: absolute;
    transition: .6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #000;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/*top-header*/
/*header*/
header {
    padding: 10px 0;
}

ul.menu {
    display: block;
}

ul.menu>li {
    display: inline-block;
    margin-right: 36px;
}

ul.menu>li:last-child {
    margin-right: 0;
    margin: 0 0 0 30px;
}

a.btn.req-btn {
    background: #000;
    color: #fff;
    width: 177px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 1px solid #000;
}

a.btn.req-btn:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    transform: scale(1.1);
}

.top-banner-heading h6 {
    font-family: "Raleway", sans-serif;
    font-size: 27px;
    color: #fff;
}

.top-banner-heading h5 {
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 3px 5px #000;

}

.sec-toper {
    margin-top: 8rem;
}

/* .warp-services {
    margin-bottom: 5rem;
} */

.services-box-sec h5 {
    font-size: 32px;
    font-family: 'Raleway';
    font-weight: 700;
}

.services-box-sec {
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 8px;
}

.warp-services-sec p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway';
    color: #000;
    line-height: 30px;
}

.blck-box h6 {
    font-family: 'Raleway';
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 800;
}

.blck-box p {
    font-family: 'Raleway';
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 12px 0px;
    line-height: 28px;
}

.blck-box button {
    width: 100%;
    height: 47px;
    font-size: 19px;
    font-weight: 600;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
    margin-bottom: 6px;
}

.blck-box button:hover {
    width: 100%;
    height: 47px;
    font-size: 19px;
    font-weight: 600;
    background: #000000;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.blck-box {
    background: #000;
    border-radius: 6px;
    padding: 19px 20px;
}

.warp-services-sec {
    margin-bottom: 5rem;
}

.white-box h6 {
    font-family: 'Raleway';
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: 800;
}

.white-box p {
    font-family: 'Raleway';
    font-size: 17px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    margin: 12px 0px;
    line-height: 28px;
}

.white-box button {
    width: 100%;
    height: 47px;
    font-size: 19px;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid #000000;
    cursor: pointer;
    color: #000000;
    margin-bottom: 6px;
}

.white-box button:hover {
    width: 100%;
    height: 47px;
    font-size: 19px;
    font-weight: 600;
    background: rgb(0, 0, 0);
    color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
}

section.author-bg img {
    padding: 11px;
    border: 1px solid #000;
    transition: .3s;
    ;
}

section.author-bg img:hover {
    padding: 11px;
    border: 1px solid #000;
    transform: scale(1.1);
}

.new-books h5 {
    text-align: right;
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    font-family: 'Raleway';
    margin-bottom: 1rem;
}

.white-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 19px 20px;
    border: 1px solid #0000002b;
}


.services-box-sec h6 {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Raleway';
    color: #000;
}



.pen-view img {
    width: 70px;
}

.services-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.services-box h6 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Raleway';
    color: #000;
}

.warp-services p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway';
    color: #000;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

.sec-who h5 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Raleway';
    margin-bottom: 1rem;
    text-transform: uppercase;


}

.sec-who p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Raleway';
    line-height: 28px;

}

.top-banner-heading h5 span {
    color: #000000;
    font-weight: bolder;
    text-shadow: 3px 5px #ffffff;

}

ul.menu>li>a {
    padding: 13px 0px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Raleway", sans-serif;
}

ul.menu>li.active a {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

ul.menu>li>a:hover {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

/*main-banner*/
.mainBanner {
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
}

video#myVideo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 99;
}

.z-9 {
    z-index: 999;
    position: relative;
}

.mainBanner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000059;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}

/*main-banner End*/
/* Social Icons */
.socialIcon li {
    display: inline-block;
}

.wallbook-bg {
    background-image: url('../images/wall-book.png');
    background-size: 100% 100%;
    background-position: unset;
    background-repeat: no-repeat;
    padding-top: 120px;
    height: 80vh;
    width: 100%;
}

.bgsec2 {
    background-image: url('../images/blue-pen.png');
    padding-bottom: 4rem;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 175px;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    width: 100%;
}

.bgsec2 h6 {
    font-size: 24px;
    color: #000;
    font-family: 'Raleway';
    line-height: 32px;
    font-weight: 600;
}

.keyboard {
    background-image: url('../images/keyboard.png');
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    width: 100%;
}

.socialIcon li span {
    padding: 12px 10px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.socialIcon li span:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/*footer start*/
footer {
    background-color: #0f0f0f;
    padding: 30px 0;
}

.flogo {
    text-align: right;
}

.copyright.text-center {
    font-size: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #000;
}

.copyright.text-center p {
    text-transform: capitalize;
}

.footerLinks a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.contactDetail li {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

/*footer end*/
/*media-quries*/
@media (max-width:1440px) {}

@media (max-width:1200px) {
    .menu-Bar {
        display: block;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #484747;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 9999;
        width: 100vw;
    }

    .menuWrap .menu li {
        display: block;
    }

    .menuWrap .menu li a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        margin-bottom: 30px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 25px;
    }

    .container {
        position: relative;
    }

    header .header-top {
        display: none;
    }

    header .main-header ul.menu>li {
        display: block;
        padding: 0px;
    }

    header .main-header ul.menu>li a {
        color: #fff;
        padding: 0px;
        text-align: center;
    }

    header .main-header ul.menu>li a:before {
        display: none;
    }
}

@media (max-width:980px) {
    .btn-a {
        margin-bottom: 20px;
    }

    footer {
        padding-bottom: 60px;
    }
}

@media (max-width:824px) {
    .menuWrap .menu li a {
        margin-bottom: 35px;
        font-size: 18px;
    }

    ul.menu>li:last-child {
        margin-right: 0;
        margin: 0px 0 0 0px;
        margin-right: 36px;
    }

    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    ul.menu>li>a {
        padding: 13px 0px;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

}

@media screen and (max-width: 1024px) {
    .menuWrap .menu li a {
        margin-bottom: 35px;
        font-size: 18px;
    }

    ul.menu>li:last-child {
        margin-right: 0;
        margin: 0px 0 0 0px;
        margin-right: 36px;
    }

    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    ul.menu>li>a {
        padding: 13px 0px;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }
}

@media (max-width:767px) {

    a.btn.req-btn {
        background: #58585800;
        border: none;
        color: #fff;
        width: revert;
        height: revert;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        border: 0px solid #000;
    }

    ul.menu>li>a {
        padding: 13px 0px;
        border-top: 0px solid #fff;
        border-bottom: 0px solid #fff;
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

    header {
        padding: 0;
    }

    footer {
        text-align: center;
    }

    .m1-h h5 span {
        font-size: 26px;
    }

    .at-h {
        padding-bottom: 0;
    }

    .padRt-60 {
        padding-right: 0 !important;
    }

    .btn {
        border: 1px solid #000;
    }

    ul.menu>li:last-child {
        margin: 0;
    }

    a.logo img {
        width: 40%;
        padding-top: 5px;
    }

    .m1-h h5 {
        font-size: 20px;
    }

    .mainBanner {
        height: 35vh;
    }

    .m2-h h5 {
        font-size: 20px;
    }

    .pad-tb {
        padding: 40px 0;
    }

    .p1 p {
        font-size: 16px;
        line-height: 20px;
    }

    .flogo img {
        width: 50%;
    }

    .flogo {
        text-align: left;
        margin-bottom: 20px;
    }

    .copyright.text-center {
        font-size: 16px;
    }

    footer {
        padding: 15px 0;
    }

    ul.menu>li.active a {
        border: 0;
    }

    ul.menu>li {
        margin-right: 0;
    }

    .menuWrap .menu li a {
        margin-bottom: 35px;
        font-size: 15px;
    }

    ul.menu>li>a {
        border-bottom: none;
    }

    ul.menu>li.active a {
        border: none;
    }

    ul.menu>li>a:hover {
        border: none;
    }

    .inner-ban .ban_hdn h5::after {
        width: 90px;
    }

    .inner-ban {
        height: 20vh;
    }

    .Tec-ctn h5::after {
        width: 270px;
    }
}

@media (min-width:320px) and (max-width:340px) {}

@media (min-width:341px) and (max-width:365px) {}

@media (min-width:366px) and (max-width:380px) {}

@media (min-width:381px) and (max-width:415px) {}

/* UL style */
.listStyle {
    list-style: disc;
    display: inline-block;
    list-style-position: inside;
}

.listStyle li {
    margin: 30px 0;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    /* position: relative;
   */
}

h2.get-started {
    text-align: right;
    font-size: 20px;
    line-height: 37px;
    font-weight: bold;
    font-family: 'Raleway';
    text-transform: uppercase;
}
p.publish-para {
    font-size: 17px;
    font-family: 'Raleway';
    line-height: 24px;
    color: black;
    font-weight: 500;
}



.christmas-popup{
    background-image: url(../images/popup-bg.png);
    position: relative;
}

.christmas-pupup-detail {
    background: white;
    width: 60%;
    margin: 0 auto;
    border: 8px solid #9d030d;
    border-radius: 20px;
    padding: 30px 10px 10px;
    position: relative;
    text-align: center;
}
.christmas-pupup-detail:after {
    content: "";
    background-image: url(../images/christmas-ribbon.png);
    position: absolute;
    background-repeat: no-repeat;
    height: 60px;
    width: 200px;
    top: -40px;
    background-position: center;
    background-size: 190px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.christmas-pupup-detail img.popup30percent-off {
    position: absolute;
    right: -150px;
    top: -39px;
    z-index: 8;
}
.christmas-pupup-detail a.modal-logo img {
    width: 70px;
    margin-bottom: 10px;
    filter: invert(0) !important;
}

.christmas-pupup-detail h5.poppu-heading {
    color: #9d030d;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}

.christmas-pupup-detail .modal-body {
    border: 2px solid #9d030d !important;
    border-radius: 10px;
    text-align: center;
    padding: 12px 0px !important;
}
.christmas-popup-form h6 {
    color: #9d030d;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-family: 'Poppins';
}

.christmas-popup-form p {
    color: #9d030d;
    font-size: 12px;
    margin-bottom: 16px;
    font-family: 'Poppins';
}

.christmas-popup-form input {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #9d030d;
    padding: 10px 10px;
    color: #9d030d;
    font-family: 'Poppins';
}
.christmas-popup-form textarea {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #9d030d;
    padding: 10px 10px;
    color: #9d030d;
    font-family: 'Poppins';
    border-radius: 0px;
    height: 90px;
    margin: 0px !important;
    font-size: 13px;
}
.christmas-popup-form button {
    background-color: #9d030d;
    border: 1px solid #9d030d;
    border-radius: 26px;
    color: white;
    padding: 11px 50px;
    margin-top: 5px;
    text-transform: uppercase;
    font-family: 'Poppins';
}
.close-btn span {
    border: 3px solid #fff !important;
    color: #9d030d !important;
    background-color: #fff;
}

.christmas-popup img.merry-christmas {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 28%;
}
@media screen and (max-width: 680px) {
  .christmas-pupup-detail {
    width: 100%;
  }
  .christmas-pupup-detail img.popup30percent-off {
    position: absolute;
    right: -10px;
    top: -39px;
    z-index: 8;
    width: 110px;
}
.christmas-popup img.merry-christmas {
    width: 17%;
}
.christmas-pupup-detail h5.poppu-heading {
    font-size: 18px;
  }
  
.christmas-pupup-detail img.merry-christmas {
    display: none;
  }

}
@media screen and (max-width: 480px) {
    .christmas-popup img.merry-christmas {
        width: 28%;
    }
        .christmas-pupup-detail img.popup30percent-off {
        width: 80px;
    }
    .christmas-pupup-detail:after{
    background-size: 130px;
    }
}
