@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&amp;display=swap');

:root {
    --white: #fff;
    --logo: #333;
    --dark: #000;
    --blue: #2135a7;
    --ex_color: #ef1a2e;
    --main_font: 'Poppins', sans-serif;
    --extra_font: 'Libre Baskerville', serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.navbar-toggler:focus {
    outline: 0;
}

input.form-control:focus {
    box-shadow: none;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: var(--main_font);
}

div#page {
    overflow: hidden !important;
}

.mb_6 {
    margin-bottom: 6rem !important;
}

.mb_7 {
    margin-bottom: 7rem !important;
}

.mb_8 {
    margin-bottom: 8rem !important;
}

.mb_9 {
    margin-bottom: 9rem !important;
}

.mb_10 {
    margin-bottom: 10rem !important;
}

.mt_5 {
    margin-bottom: 5rem !important;
}

.mt_6 {
    margin-bottom: 6rem !important;
}

.mt_7 {
    margin-bottom: 7rem !important;
}

.mt_8 {
    margin-bottom: 8rem !important;
}


/* Back to top button */

.scroll {
    z-index: 9999999;
    position: fixed;
    top: -6.5rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
    background: var(--blue);
    font-size: 2rem;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.5s;
}



.scroll:hover {
    background-color: var(--white);
    opacity: 1;
    color: var(--ex_color);
}

.scroll.down {
    top: 85vh;
}

/* Styles for the content section */


/* Back to top button */


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
}

h2 {
    font-size: 3.2rem;
}

p {
    margin-bottom: 0;
    color: var(--para_color);
    font-size: 1.6rem;
    line-height: 2.6rem;
}

a {
    color: #f22;
}

a:hover {
    text-decoration: none;
    color: #2135a7;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

button:focus,
a.btn:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}


/* Default Font Size */

html {
    font-size: 62.5%;
}

section {
    padding: 8rem 0rem;
    position: relative;
}


.custom_btn {
    background: #000;
    padding: 1.2rem 3.5rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    position: relative;
    border: none;
    z-index: 5;
    overflow: hidden;
    transition: 0.5s;
    box-shadow: 0px 3px 15px 0 rgb(0 0 0 / 35%);
}

.custom_btn::after {
    content: "";
    position: absolute;
    height: 6rem;
    width: 7rem;
    background: #ffffffa6;
    top: -0.5rem;
    left: -10rem;
    transform: skewX(317deg);
    transition: 0.5s;
}

.custom_btn:hover {
    background: #fff;
    color: #000;
}

.custom_btn:hover::after {
    left: 20rem;
}


.title h2 {
    line-height: 8rem;
    font-size: 6rem;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #000;
    font-family: var(--extra_font);
}

.title h2 span {
    font-weight: 700;
    color: #f22;
    transition: 0.3s;
}

.title h2 a {
    font-weight: 700;
    color: #f22;
    transition: 0.3s;
}

.title h2 a:hover {
    color: #2135a7;
}



.title p {
    color: #000;
}

/* preloader */


/* Main Style */


/* #Navigation
================================================== */

/* ================header section start=============== */
.start-header {
    position: fixed !important;
    opacity: 1;
    transform: translateY(0);
    padding: 2rem 0 !important;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 16%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
}


.dextop_view {
    display: block;
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: width .2s, height .4s;
    padding: 3rem 0rem;
}

.close-menu {
    display: none;
}

.header {
    top: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header.fixed-header {
    background: rgba(255, 255, 255, 0.9);
    ;
    box-shadow: 0px 5px 10px rgba(129, 129, 129, 0.5);
    animation-name: animatenav;
    animation-duration: 1s;
    animation-fill-mode: both;
    transition: 1s;
    position: fixed;
}

#callme {
    position: fixed;
    left: 2%;
    top: 70%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}

#callme #callmeMain {
    -moz-border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f2f2ff;
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}


.header.fixed-header.not-visible {
    top: -94px;
}

@keyframes animatenav {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

.header.fixed-header .navbar-brand img {
    width: 75px;
    transition: width .2s, height .4s;
}

.custom-navbar {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
    width: 100%;
}

.collapse-menu {
    padding: 0px;
    display: flex;
    margin: 0px;
}

.header .navbar-brand {
    padding: 0px;
    margin-left: 25px;
    transition: width .2s, height .4s;
}

.header .navbar-brand img {
    width: 130px;
    transition: width .2s, height .4s;
}

.navbar-collapse {
    justify-content: flex-end;
}

.header .navbar-menu .nav-item {
    list-style: none;
    position: relative;
}

.header .navbar-menu .nav-link {
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    padding: 0;
}

a.nav-link.phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.header .navbar-menu .nav-link:hover {
    color: #f22;
    transition: .2s;
}

.header.fixed-header .navbar-menu .nav-link {
    color: #260000;
    transition: .2s;
}

.header.fixed-header .navbar-menu .nav-link:hover {
    color: #f22;
    transition: .2s;
}

.navbar.fixed-header-hover .navbar-menu .nav-link:hover {
    color: #f22;
    transition: .2s;
}

.header .navbar-menu {
    display: flex;
    margin: 0px;
    margin-left: 0px;
    padding-left: 0px;
    gap: 3rem;
}


.inner-header .navbar-menu .nav-link {
    color: #260000;
}

li.nav-item.search-item {
    position: relative;
}

.multi-drodown {
    min-width: 25rem;
    position: absolute;
    background: rgb(0 0 0);
    left: 0;
    transform: translateX(-50%) scaleY(0);
    padding: 2rem;
    top: 100%;
    border-radius: 3px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
}


.single_sub_menu {
    width: 20% !important;
    padding: 15px 20px !important;
    left: 60% !important;

}


.planning_sub_menu {
    width: 20% !important;
    padding: 15px 20px !important;
    left: 62% !important;
}

.account_sub_menu {
    width: 16% !important;
    left: 90% !important;
    padding: 15px 40px !important;
}

.multi-drodown h3 {
    font-size: 20px;
    /*font-weight: 700;*/
    color: #3b3b3b;

}

ul.multi-list {
    padding: 0px;
    width: 100%;
    display: grid;
    gap: 2rem;
}

ul.multi-list li {
    list-style: none;
    position: relative;
    transition: .2s
}

ul.multi-list li:before {
    /*content: "\f178";*/
    font-family: FontAwesome;
    color: 830;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.multi-list li:hover {
    /*transform: translateX(15px);*/
    transition: .2s
}

ul.multi-list li a {
    color: #ffffff;
    margin: 0rem;
    display: block;
    text-decoration: none;
    padding-left: 0px;
    font-size: 1.6rem;
    width: 100%;
}

ul.multi-list li a:hover {
    color: #f22;
}




.submenulinks {
    color: #f22;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;

    position: relative;
    text-decoration: none;
}

.submenulinks::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #f22;
    height: 2px;
    left: 0;
    bottom: -4px;
    transform-origin: left;
    transform: scaleX(0);
    transition: .5s;
    text-decoration: none;
}

.submenulinks:hover {
    text-decoration: none;
    color: #f22;
}


.submenulinks:hover::before {
    /*transform: scaleX(.5);*/
    transition: .5s;
}



.viewall:hover::before {
    transform: scaleX(.25);
    transition: .5s;
}


a.drp-read-btn {
    color: #f22;
    /*font-weight: 600;*/
    margin-bottom: 30px;
    display: block;
}

.header .navbar-menu .nav-item:hover .multi-drodown {
    opacity: 1;
    transition: .3s;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.menu-icon {
    display: none;
}

.header .navbar-menu .nav-link span {
    display: none;
}

.close-rt-pnl {
    display: none;
}

.mobile_header {
    display: none;
}

/* ================header section end=============== */
/* banner section */

section.banner_sec {
    position: relative;
    top: 0;
    height: 85rem;
    background: url(../images/banner_bg.jpg) no-repeat center;
    background-size: cover;
    z-index: 0;
}

section.banner_sec::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: url(../images/shape1.png) no-repeat center;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%;
    z-index: -1;
}



.banner_content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.banner_content h1 {
    font-size: 8rem;
    line-height: 9.5rem;
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--extra_font);
}

.banner_content h1 a {
    color: #f22;
    text-decoration: underline;
    transition: 0.3s;
}

.banner_content h1 a:hover {
    color: #2135a7;
}


.banner_content h4 {
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 2rem;
    line-height: 3rem;
}

.ban_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

a.banner_btn {
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
}

a.banner_btn:hover {
    transform: translateY(-10px);
}

a.banner_btn.btn.left_btn {
    background: #000;
    color: #fff;
}

span.text small {
    color: rgba(255, 255, 255, .7);
    font-size: 1.1rem;
    text-transform: capitalize;
}

a.btn.banner_btn.right_btn span.text small {
    color: #000;
    font-size: 1.3rem;
    text-transform: capitalize;
}

span.text p {
    font-weight: 600;
    font-size: 1.6rem;
}

a.banner_btn.btn {
    width: 20rem;
    height: 6rem;
    padding: 0.5rem 2rem;
    border: 2px solid #111;
    border-radius: 6px;
    color: #000;
    text-align: left;
    transition: .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.ex_cont p {
    color: #000;
    font-size: 1.8rem;
    text-transform: capitalize;
}

.ex_cont p a {
    color: #3b3b3b;
    transition: all 0.3s ease-in-out;
    margin-left: 0.5rem;
}

.ex_cont p a:hover {
    text-decoration: underline;
    font-weight: 500;
}



img.img5 {
    position: absolute;
    z-index: -1;
    top: 20%;
    left: 20rem;
}

img.img3 {
    position: absolute;
    right: 0;
    top: 63%;
}

.animate1 {
    -webkit-animation: up-down 3s infinite alternate;
    animation: up-down 3s infinite alternate;
}

.animate2 {
    -webkit-animation: up-down 3.5s infinite alternate;
    animation: up-down 3.5s infinite alternate;
}

.animate-wave {
    -webkit-animation: left-right 3s infinite alternate;
    animation: left-right 3s infinite alternate;
}

.animate4 {
    -webkit-animation: rotation 18s infinite alternate;
    animation: rotation 18s infinite alternate;
}

@keyframes rotation {
    from {
        transform: rotate(359deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes left-right {
    0% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(-10px);
    }
}

section.resume_sec {
    position: relative;
}

img.img1 {
    position: absolute;
    top: 0;
    left: 0;
}

.title .sub_title {
    font-size: 2rem;
    text-transform: capitalize;
    margin: 0 0 20px;
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px;
    background-position: 50%;
    background-repeat: repeat;
}

.title .sub_title.title_bg {
    background-image: url(../images/text.png);
}

.title h3 a,
.title h3 span {
    color: #f22;
    transition: 0.3s;
}

.title h3 a:hover {
    color: #2135a7;
}

.resume_box {
    border: 1px solid #E5E5E5;
    position: relative;
    box-shadow: 0 1px 5px rgb(0 0 0 / 16%);
    max-width: 345px;
    margin: auto;
    overflow: hidden;
    transition: 0.5s;
}

.resume_box .big_img {
    max-height: 520px;
    max-width: 330px;
    margin: auto;
}

.resume_box .big_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.free_box {
    position: absolute;
    right: 80px;
    top: 0px;
    padding: 5px 10px;
    background: #f22;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
}

.pro_box {
    position: absolute;
    right: 80px;
    top: 0px;
    padding: 5px 10px;
    background: #5836d5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #fff;
}

.btn.my_btn {
    background: linear-gradient(107deg, #3e94e4, #3e94e4, #3e94e4);
    color: #fff;
    padding: 12px 30px;
    text-transform: capitalize;
    display: flex;
    gap: 8px;
    font-size: 1.6rem;
}

.img-meta {
    padding: 3rem;
    height: 12rem;
}

.resume_box:hover .create_btn {
    opacity: 1;
    left: 50%;
}

.create_btn {
    position: absolute;
    top: 50%;
    left: -30%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}

.small_img {
    background: url('../images/mobile.png') no-repeat;
    background-size: cover;
    width: 97px;
    height: 195px;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    box-shadow: -2px 6px 8px rgb(0 0 0 / 40%);
    border-radius: 15px;
    z-index: 2;
    overflow: hidden;
}

.small_img img {
    max-height: 230px;
    overflow: hidden;
    border-radius: 15px;
}

.create_btn {
    position: absolute;
    top: 50%;
    left: -30%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.5s;
}

section.brands_sec {
    position: relative;
}

img.img2 {
    position: absolute;
    top: -14rem;
    right: 0;
}

section.product_sec {
    position: relative;
}

.main_area {
    max-width: 1600px;
    margin: 0 auto;
    background: #f3f8ff;
    border-radius: 4rem;
    padding: 13rem 0 15rem;
    position: relative;
    z-index: 1;
}

.pro_cont_box {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 4.5rem 3rem;
    color: #000;
    z-index: 1;
}

.pro_cont_box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid #000;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    transition: .3s ease-in-out;
}

.pro_cont_box:hover::after {
    opacity: 1;
}

.pro_content h2 {
    font-size: 4rem;
    line-height: 6rem;
    text-transform: capitalize;
    font-weight: 400;
}

.pro_content h2 span {
    color: #f22;
    font-weight: 500;
}

.pro_content p {
    font-size: 2rem;
    line-height: 3rem;
    margin-left: auto;
}

.proicon {
    background: #f9292914;
    height: 6rem;
    width: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 2rem;
}

.proicon.bg_green {
    background: #1bff3745;
}

.proicon.bg_blue {
    background: #3e1bff45;
}

.pro_text h3 {
    font-size: 2.4rem;
    text-transform: capitalize;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.pro_text p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

img.img7 {
    position: absolute;
    bottom: 3rem;
    z-index: 1;
    right: 1.5rem;
}

img.img8 {
    position: absolute;
    top: 8rem;
    right: 0;
    z-index: 1;
}

img.img9 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

section.created_sec {
    position: relative;
}

.created_area_cont {
    margin-left: 3rem;
}

a.video_btn {
    height: 7rem;
    width: 7rem;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;

}

a.video_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 7rem;
    width: 7rem;
    border: 8px solid rgb(0 0 0 / 82%);
    animation: ripple 2.5s linear infinite;
    border-radius: 50%;
    filter: blur(1);
    z-index: -1;
}

a.video_btn::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 8rem;
    width: 8rem;
    border: 8px solid rgb(0 0 0 / 60%);
    animation: ripple 3s linear infinite;
    border-radius: 50%;
    filter: blur(2);
    z-index: -1;
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale3d(0.75, 0.75, 1);
    }

    50% {
        opacity: 0.5;
        transform: scale3d(1.2, 1.2, 1);
    }

    100% {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1);
    }
}

.created_area_cont h4 {
    font-size: 2.3rem;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.created_area_cont h4 span,
.created_area_cont h2 span {
    color: #f22;
    text-decoration: underline;
}

.created_area_cont h2 {
    font-size: 5rem;
    line-height: 7rem;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.created_area_cont h5 {
    font-size: 2.5rem;
    text-transform: capitalize;
    font-style: italic;
}

img.imgb {
    position: absolute;
    top: 30%;
    right: 0;
    z-index: -1;
}

img.imgc {
    position: absolute;
    top: 0;
    z-index: 1;
}

section.counter_up_sec {
    padding: 0;
}

.b_2 {
    display: flex;
    gap: 0.3rem;
    align-items: center;
    justify-content: center;
}

span.counter {
    font-size: 6rem;
    font-weight: 700;
}

.b_2 h3 {
    font-size: 6rem;
    text-transform: capitalize;
}

div#counter-box p {
    font-size: 2rem;
    text-transform: capitalize;
}

.counter_area {
    max-width: 1600px;
    margin: 0 auto;
    background: #f3f8ff;
    border-radius: 4rem;
    padding: 10rem 0;
    position: relative;
    z-index: 0;
}

img.imga {
    position: absolute;
    top: 29%;
    z-index: -1;
    left: 11%;
}

img.imgd {
    position: absolute;
    top: 29%;
    z-index: -1;
    right: 11%;
}

.main_box {
    max-width: 1600px;
    margin: 0 auto;
    background: #1b00ff0d;
    border-radius: 4rem;
    padding: 13rem 0 15rem;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.main_box_img {
    width: 45rem;
    margin-left: auto;
}

span.main_icon {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    background: #88dd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;

}

span.main_icon img {
    width: 3rem;
}

.main_box_item h2 {
    font-size: 7rem;
    margin-bottom: 2rem;
    line-height: 8rem;
    text-transform: capitalize;
}

.title.big_title {
    margin-bottom: 8rem;
    position: relative;
}

img.up {
    position: absolute;
    left: -10%;
    top: 71%;
}

.main_box_item h2 span {
    color: #f22;
}

.title.big_title {
    margin-bottom: 8rem;
}

.main_box_item p {
    margin-bottom: 4rem;
    font-size: 2rem;
    line-height: 3.5rem;
    text-transform: capitalize;
}

.main_box.right_align .main_box_item {
    text-align: right;
}

.main_box.right_align span.main_icon {
    margin-left: auto;
}

.bg_1 {
    background: #1cff001a;
}

.bg_2 {
    background: #ff00000d;
}

.bg_3 {
    background: #efff002b;
}

img.imgg {
    position: absolute;
    right: 0;
    top: 97%;
    z-index: 1;
}

img.imge.animate-wave {
    position: absolute;
    top: -7%;
    right: 0;
    z-index: 1;
}

img.imgf.animate2 {
    position: absolute;
    top: 16%;
    left: 0%;
    z-index: -1;
}

img.imgh.animate2 {
    position: absolute;
    top: 96%;
    left: 0;
}

img.imgk.animate2 {
    position: absolute;
    top: 95%;
    right: 0;
}

img.imgj {
    position: absolute;
    top: -7%;
    left: 0;
}

img.imgej {
    position: absolute;
    top: 50%;
    left: 0;
}

.priceing_box {
    position: relative;
}

img.pop {
    position: absolute;
    left: 60%;
    top: -12rem;
    width: 17rem;
    z-index: 2;
}

.premium_box {
    border: 1px solid #ececec;
    border-radius: 15px;
    transition: .3s ease-in-out;
    padding: 25px 35px 35px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    transform: translateY(0);
    background: #fff;
}

.premium_box:hover {
    transform: translateY(-15px);
}

.premium_box:hover::after {
    opacity: 1;

}

.premium_box.center_box::after {
    opacity: 1;
}



.premium_box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    border: 2px solid #000;
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in-out;
}

span.text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 1rem;
    color: #000;
    text-align: left;
    background: #fff7eb;
    margin: 2rem 0rem;
}

.ttd h4 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #f22;
}

.premium_box h2 {
    font-size: 4.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.2rem;
}

.premium_box h2 span {
    font-size: 3rem;
}

.premium_box p {
    color: #545454;
    font-size: 1.8rem;
    text-transform: capitalize;
}

.ttd p {
    font-size: 4.2rem !important;
    font-weight: 500;
    color: #000;
}

.ppd h4 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0.3rem;
}

.ppd small {
    font-size: 1.4rem;
    text-transform: capitalize;
}

ul.payment_list {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}

ul.payment_list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.8rem;
    color: #545454;
    text-transform: capitalize;
}

ul.payment_list li span {
    color: #f22;
}

section.resume_text {
    padding: 0;
}

ul.payment_list li b {
    padding: 3px 7px;
    color: #fff;
    background: #11ad64;
    border-radius: 5px;
    margin-top: -3px;
}

a.btn.ptm_btn {
    background: transparent;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem;
    border: 2px solid #000;
    width: 100%;
    color: #000;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    transition: .5s ease-in-out;
}

a.btn.ptm_btn:hover {
    background: #000;
    color: #fff;
    transition: .5s ease-in-out;
}

a.btn.ptm_btn:hover::after {
    left: 50rem;
}

a.btn.ptm_btn::after {
    content: "";
    position: absolute;
    height: 6rem;
    width: 7rem;
    background: #ffffffa6;
    top: -0.5rem;
    left: -10rem;
    transform: skewX(317deg);
    transition: .5s ease-in-out;
}

.premium_box.center_box a.btn.ptm_btn {
    background: #000;
    color: #fff;
    border-color: transparent;
}

.premium_box.center_box a.btn.ptm_btn:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

p.bot_text {
    font-size: 1.6rem;
}


.title.big_title h4 {
    font-size: 2rem;
    text-transform: capitalize;
    margin-top: 2rem;
}

img.db_b {
    position: absolute;
    left: 0;
    top: 10rem;
}

.ftr_box {
    border: 2px solid #151515;
    border-radius: 28px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 6rem 0rem;
}

.ftr_cont.ftr_main {
    width: 65%;
    margin: auto;
}

.social_menu ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.ftr_cont h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.social_menu ul li a {
    font-size: 2rem;
    height: 4rem;
    width: 4rem;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    transition: .5s ease-in-out;
}

footer.footer_sec {
    padding: 8rem 0rem 4rem;
}

.social_menu ul li a:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
    transition: .5s ease-in-out;
}

.ftr_cont a {
    font-size: 2rem;
    color: #000;
}

.copy_cont a {
    font-size: 2rem;
    text-transform: capitalize;
    color: #626262;

}


.copy_cont a:hover {
    color: #f22;
    text-decoration: underline;
}

section.copy_right_dec {
    padding-top: 0;
    padding-bottom: 4rem;
}


.testimonial_sec .clint_slide_items {
    padding: 22px 18px;
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
    box-shadow: 2px 0 20px rgba(0, 0, 0, .06);
    text-align: center;
    margin: 2rem;
}

.testimonial_sec .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.testimonial_sec .clint_thumb {
    width: 10rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #ddd .2rem solid;
    transition: .3s;
    border-radius: 50%;
    margin: 0rem auto 2rem;
    overflow: hidden;
    background: #ffdcc0;
}

.testimonial_sec .clint_thumb img {
    max-width: 8rem;
}

.clint_slide_items:hover .clint_thumb {
    border-color: #f22;
}

.client_stars ul {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.client_stars ul li {
    color: #ffc107;
    font-size: 1.6rem;
}

.clint_slide_items h3 {
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-weight: 700;
}

.clint_slide_items span {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 1.2rem;
    color: #3b3b3b;
}

.clint_slide_items p {
    color: #3b3b3b;
    line-height: 2.7rem;
    margin: 1rem 0rem 1.5rem;
}



.testimonial_sec .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.testimonial_sec .owl-carousel button.owl-dot span {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #000;
    background: #fff;
    opacity: 1;
    vertical-align: middle;
    display: block;
    border-radius: 50%;
}

.testimonial_sec .owl-carousel button.owl-dot.active span {
    background-color: #000;
}

img.imgm.animate2 {
    left: 12%;
    position: absolute;
    top: 11%;
    z-index: 1;
}

img.imgn.animate2 {
    position: absolute;
    right: 5%;
    top: 87%;
    z-index: 1;
}

/* login page  */


.inner_banner {
    background: url(../images/banner_bg.jpg) no-repeat top;
    background-size: cover;
    z-index: 0;
    top: 0;
    padding-bottom: 2rem;
    position: relative;
    height: 45rem;
}

section.inner_banner::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: url(../images/shape1.png) no-repeat center;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%;
    z-index: -1;
}

.inner_banner_caption {
    text-align: center;
    margin-top: 5rem;
}

.inner_banner_caption h1 {
    font-size: 5.5rem;
    line-height: 6.5rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--extra_font);
}

.inner_banner .breadcrumb {
    background: transparent;
    justify-content: center;
}

.inner_banner .breadcrumb li,
.inner_banner .breadcrumb li a {
    font-size: 2rem;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .5rem;
    color: #000;
    font-size: 1.8rem;
    content: "/";
    font-weight: 900;
    margin: 0rem 1rem;
}

/* form sec  */
.wrapper {
    overflow: hidden;
    max-width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 6px 20px 4px rgb(0 0 0 / 10%);
}

.wrapper .title-text {
    display: flex;
    width: 200%;
}

.wrapper .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #a445b2, #fa4299);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked~.slider-tab {
    left: 50%;
}

#signup:checked~label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked~label.login {
    color: #000;
}

#login:checked~label.signup {
    color: #000;
}

#login:checked~label.login {
    cursor: default;
    user-select: none;
}

.wrapper .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.form-inner form .field input:focus {
    border-color: #fc83bb;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder {
    color: #b3b3b3;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
    font-size: 1.8rem;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #fa4299;
    text-decoration: none;
    font-size: 1.4rem;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #a445b2, #fa4299, #a445b2, #fa4299);
    border-radius: 5px;
    transition: all 0.4s ease;
    ;
}

form .btn:hover .btn-layer {
    left: 0;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

ul.payment_list.new_payment li {
    justify-content: center;
}

.ftr_area h3 {
    font-size: 1.8rem;
    text-transform: capitalize;
    margin-top: 1rem;
}

form.ftr_form input.form_control {
    width: 100%;
    padding: 0.5rem 1.5rem;
    border-radius: 1rem;
    text-transform: capitalize;
    border: 2px solid #000000;
    position: relative;
    height: 5rem;
    font-size: 1.6rem;
}

form.ftr_form .row .col-sm-8 {
    padding-right: 0;
}

form.ftr_form .row .col-sm-4 {
    padding-left: 10px;
}

a.btn.custom_btn.sub_btn {
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn.custom_btn.sub_btn:hover {
    color: #000;
}

ul.ftr_menu {
    display: grid;
    gap: 1rem;
}

.social_menu ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    margin-top: 2rem;
}

.ftr_social h3 {
    font-size: 2rem;
    text-transform: capitalize;
}

div#pricing_page section.our_deals_sec {
    padding: 0 0 8rem;
}

div#pricing_page section.footer_top {
    padding-bottom: 0;
}

section.resume_text.small_resume.aos-init.aos-animate {
    padding: 8rem 0rem;
}

.blog_area.pro_cont_box {
    min-height: 55rem;
    padding: 2rem;
}

.blog_img {
    min-height: 20rem;
    width: 100%;
    height: 20rem;
}

.blog_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.blog_cont {
    margin-top: 2rem;
}

.blog_cont h3 {
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #f22;
}

.blog_cont p {
    margin-bottom: 2rem;
}

.blog_dtl_image {
    width: 100%;
    height: 75rem;
}

.blog_dtl_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.blog_main_row {
    display: grid;
    gap: 5rem;
}

.blog_item h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 800;
    color: #f22;
}

.blog_item p {
    font-size: 1.8rem;
    line-height: 3rem;
}

.blog_sub {
    margin-top: 4rem;
}

.blog_sub h2 {
    font-size: 3.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
}

.blog_sub ul {
    display: grid;
    gap: 1rem;

}

.blog_sub ul li {
    font-size: 2rem;
    text-transform: capitalize;
}

section.blog_dtl_sec {
    padding-bottom: 0rem;
}

.pro_content p {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-left: auto;
    font-weight: 600;
    text-transform: capitalize;
}
a.btn.custom_btn.your_btn {
    margin: 2rem 0rem;
    background: #f22;
    position: relative;
    transition: 0.5s;
    justify-content: center;
    display: table;
    margin: auto;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

a.btn.custom_btn.your_btn:hover {
    background: #000;
    color: #fff;
}

a.btn.custom_btn.your_btn:hover::after {
    left: 70rem;
}

.about_box_row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
}

.about_item {
    text-align: center;
}

.about_img {
    font-size: 3rem;
    height: 7rem;
    width: 7rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #000;
    margin: 0rem auto 2rem;
}

.about_item h4 {
    font-size: 2rem;
    line-height: 3rem;
    text-transform: capitalize;
}

.right_arrow {
    position: relative;
}

.right_arrow::after {
    content: "";
    position: absolute;
    right: -2rem;
    top: 25%;
    transform: translateY(-50%);
    background: url(../images/right-arrow.png) no-repeat center;
    background-size: cover;
    height: 3rem;
    width: 3rem;
}

.blog_item.about_blogbt {
    margin-top: 5rem;
    text-align: center;
}

/* about new */
.mt_3 {
    margin-top: 3rem;
}

.about_service_row {
    display: grid;
    gap: 8rem;
}



.about_service_items h3 {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 3rem;
}

.about_service_items ul {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.about_service_items ul li {
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    text-transform: capitalize;
}

.about_service_items ul li span {
    font-size: 2.3rem;
    color: #f22;
    -webkit-animation: side 2s infinite alternate;
    animation: side 2s infinite alternate;
}

@keyframes side {
    0% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(-10px);
    }

}
.about_service_items a.btn.custom_btn.your_btn {
    display: table;
    margin-left: unset;
}
.pro_content p {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-left: auto;
    padding-top: 15px;
}

.header .navbar-menu {
    display: flex;
    margin: 0px;
    margin-left: 0px;
    padding-left: 0px;
    gap: 2rem !important;
}