/* General */

body {
    font-family: 'Montserrat', sans-serif;
    color: #222;
}

a:hover {
    text-decoration: none;
    transition: all .3s ease;
}

.img-fluid {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252525;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.mobile-nav {
    display: none;
}

.mobile-close-menu {
    display: none;
}

.owl-prev {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-next {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev i {
    color: white;
    font-size: 15px;
    background-color: #e3070b;
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    padding-right: 13px;
}

.owl-next i {
    color: white;
    font-size: 15px;
    background-color: #e3070b;
    border-radius: 50%;
    padding: 10px;
    width: 35px;
    padding-left: 13px;
}

.owl-prev i:hover {
    color: white;
    background-color: #00aad0;
    transition: all .3s ease;
}

.owl-next i:hover {
    color: white;
    background-color: #00aad0;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: white;
    text-decoration: none;
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00aad0;
    width: 17px;
    height: 6px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e3070b;
    width: 17px;
    height: 6px;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.owl-dot,
.owl-dot:active,
.owl-dot:focus {
    outline: none;
}


/* fly alert */

.fly-alert {
    position: fixed;
    top: 100px;
    right: 50px;
    z-index: 9999;
    margin: 0;
    font-size: 18px;
    display: inline-block;
    width: auto;
}

.alert-danger {
    background-color: #F44336;
}

.alert-success {
    background-color: #4CAF50;
}

.g-recaptcha{
	position: relative;
	margin-bottom: 20px;
}

.alert {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
}

/* mobil hemen ara */

.footer-sticky-bar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #003399;
    z-index: 999;
    text-align: center;
}


.footer-sticky-bar a {
    color: #fff;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
}

.footer-sticky-bar a i {
    position: relative;
    bottom: -1px;
    margin-right: 10px;
    font-size: 30px;
}


/*fixed header*/

.fixed-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 999;
}

.logo-menu.fixed-header {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
    border-bottom: none;
    background-color: white;
}

.header-mobile.fixed-header {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
    border-bottom: none;
    background-color: white;
}

.p70 {
    padding: 70px 0;
}

.top-title {
    margin-bottom: 50px;
}

.top-title .section-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 37px;
    margin-bottom: 10px;
    text-align: center;
}

.top-title .section-desc {
    text-align: center;
    font-weight: 500;
}

.button1 a {
    background-color: white;
    padding: 10px 30px;
    border-radius: 10px;
    color: #952848;
    font-weight: 900;
    border: solid 3px #fcae59;
    display: inline-block;
}

.button1 a:hover {
    background-color: #ffbc24;
    color: #252525;
}

.button2 a {
    background-color: #ffbc24;
    padding: 10px 30px;
    border-radius: 10px;
    color: #252525;
    font-weight: 900;
    border: solid 3px #fcae59;
    display: inline-block;
    text-align: center;
}

.button2 a:hover {
    background-color: white;
    color: #952848;
}

/* header top */

.header-top {
    background: linear-gradient(101deg, rgba(253, 195, 96, 1) 0%, rgba(248, 129, 73, 1) 33%, rgba(223, 60, 103, 1) 66%, rgba(197, 56, 150, 1) 100%);
    padding: 7px 0;
}

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

.header-top .title {
    font-size: 25px;
    color: white;
    font-weight: 700;
    margin-right: 35px;
}

.header-top #timer {
    font-size: 20px;
    color: #999;
    letter-spacing: -1px;
}

.header-top #timer span {
    font-size: 60px;
    color: #333;
    margin: 0 3px 0 15px;
}

.header-top #timer span:first-child {
    margin-left: 0;
}

.header-top div#timer {
    display: flex;
}

.header-top .time {
    text-align: center;
}

.header-top div#days,
div#hours,
div#minutes,
div#seconds {
    background-color: white;
    color: #252525;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 800;
    width: 38px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
    margin-right: 7px;
    box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

.header-top .name {
    font-size: 14px;
    font-weight: 700;
    color: white;
    font-family: 'Poppins', sans-serif;
}

/* logo menu */

.logo-menu {
    padding: 10px 0;
}

.logo-menu .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-menu .logo img {
    max-height: 70px; 
}

.main-menu {
    position: relative;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin-right: 10px;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: flex;
    text-align: center;
    opacity: 1;
    padding: 0;
    transition: all 300ms ease;
    font-weight: 700;
    color: #252525;
    font-size: 14px;
    text-transform: uppercase;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #fdc360;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    margin-top: 1px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 100ms ease;
    border-radius: 6px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e2e8f0;
    white-space: nowrap;
    list-style: none;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
    font-weight: 700;
    color: #252525;
    font-size: 14px;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fdc360;
}



.main-menu .navigation>li.dropdown>a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    margin-left: 3px;
}


.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    margin-left: 3px;
    right: 10px;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-top: -45px;
    min-width: 210px;
    padding: 0px 0px;
    z-index: 100;
    opacity: 1;
    background: #ffffff;
    border: 1px solid white;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 400ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e2e8f0;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    text-transform: capitalize;
    transition: all 200ms ease;
    padding: 10px 30px 10px 10px;
    width: 100%;
    text-transform: uppercase;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    height: 2px;
    width: 0px;
    opacity: 0;
    background-color: #FF3A46;
    transition: all 600ms ease;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    width: 15px;
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #222222;
}

.main-menu .navigation>li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    top: 100%;
}



.main-menu .navigation>li>a.wp {
    background-color: #25d366;
    padding: 10px 10px;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
}

.main-menu .navigation>li>a.wp:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.main-menu .navigation>li>a.wp i {
    font-size: 20px;
    font-weight: 300;
    margin-right: 10px;
}

.main-menu .navigation>li>a.basket{
	background-color: #dc3970;
}

/* hero */

.hero-button {
    display: none;
}

.hero {
    background-color: #f9f9f9;
    padding: 50px 0;
    position: relative;
}

.hero .area {
    align-items: center;
}

.hero .title {
    font-size: 35px;
    font-weight: 800;
    line-height: 37px;
    margin-bottom: 10px;
}

.hero .sub-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 27px;
}

.hero .insta1 {
    position: absolute;
    left: 0;
}

.hero .insta2 {
    position: absolute;
    left: 20%;
}

/* packets */

.packets {
    background-image: url(../images/base.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 150px;
}

.packets .area {
    align-items: center;
}

.price-box {
    padding: 0px;
    position: relative;
    transition: all 0.3s ease 0s;
    box-shadow: -1px 8px 18px rgba(0, 0, 0, 0.08);
}

.price-box:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}


.price-box .price-info {
    background-color: #dc3970;
    text-align: center;
    padding: 30px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.price-box .price-info .user-number {
    color: white;
    font-size: 70px;
    font-weight: 700;
    line-height: 65px;
}

.price-box .price-info .box-title {
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.price-box .price-info .price {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
}

.price-box .price-info .price .left {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    line-height: 58px;
    text-decoration: line-through;
}

.price-box .price-info .price .left span {
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.price-box .price-info .price .right {
    font-size: 45px;
    font-weight: 800;
}

.price-box .packet-info {
    background: linear-gradient(180deg, rgba(252, 174, 89, 1) 0%, rgba(219, 60, 116, 1) 90%);
    text-align: center;
    padding: 30px 10px;
    border-radius: 10px;
    margin-top: -10px;
}

.price-box .packet-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 5px;
}

.price-box .packet-info ul li {
    position: relative;
    color: white;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
}

.price-box .packet-info ul li:after {
    position: absolute;
    content: "";
    background-color: white;
    height: 2px;
    width: 120px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.price-box .packet-info ul li:last-child:after {
    display: none;
}




.price-box.populer .price-info {
    background-color: #ffbc24;
    padding-top: 68px;
}

.price-box.populer .ribbon {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%);
}

.price-box.populer .ribbon img {
    max-width: 310px;
}

.price-box.populer .price-info .user-number {
    color: #252525;
}

.price-box.populer .price-info .box-title {
    color: #252525;
}

.price-box.populer .price-info .price {
    color: #252525;
}

.insta3logo {
    position: absolute;
    bottom: 0;
    right: 0;
}

.insta3logo img {
    max-height: 85px;
}

.price-box .button1 {
    margin-bottom: 35px;
}

.packets .button2 {
    text-align: center;
    padding-top: 70px;
}

/* counter bar */

.counter-bar {
    background: linear-gradient(101deg, rgba(253, 195, 96, 1) 0%, rgba(248, 129, 73, 1) 33%, rgba(223, 60, 103, 1) 66%, rgba(197, 56, 150, 1) 100%);
    position: relative;
    padding: 30px 0;
}

.counter-bar .picture {
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-60%);
}

.counter-bar .picture img {
    max-height: 230px;
}

.counter-bar .counter {
    position: absolute;
    left: 106px;
    font-size: 50px;
    color: white;
    font-weight: 700;
    margin-top: -35px;
}

.counter-bar .title {
    position: absolute;
    left: 384px;
    margin-top: -19px;
    font-size: 30px;
    font-weight: 800;
    color: white;
}


/* how we work */

.how-we-work .area {
    align-items: center;
}

.work-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.work-box .icon img {
    box-shadow: 0px 20px 120px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.work-box .title {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 5px;
}

.work-box .desc {
    font-size: 15px;
    font-weight: 500;
}

.work-box.right .text1 {
    text-align: right;
}

/* testimonials */

.testimonials {
    background-image: url(../images/base2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.testimonials-box-area>* {
    margin-bottom: 50px;
}

.testimonials-box {
    background-color: #ff4856;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}

.testimonials-box .picture {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}

.testimonials-box .picture img {
    border-radius: 30% 70% 70% 30% / 51% 50% 50% 49%;
    width: 100px;
    height: 100px;
}

.testimonials-box .title {
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonials-box .desc {
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.testimonials .button2 {
    text-align: center;
}


/* home sss */

.sss-title:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    margin-right: 10px;
}

.card {
    margin-bottom: 20px;
    border: none;
}

.card-header {
    background-color: white;
    padding: 10px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    border: solid 1px #ddd;
}

.card-body {
    background-color: white;
    border: solid 1px #ddd;
    padding: 10px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
}

.faq .button2 {
    text-align: center;
}

/* blog */

.blog-box-area>* {
    margin-bottom: 50px;
}

.blog-box {
    background-color: #fffbf3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
}

.blog-box .picture {
    position: relative;
    margin-bottom: 35px;
}

.blog-box .picture img {
    border-radius: 10px;
}

.blog-box .picture img:hover {
    opacity: 0.8;
    transition: all .3s ease;
}

.blog-box .picture .arrow {
    background-color: #ff4856;
    display: inline-block;
    border-radius: 12px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.blog-box .picture .arrow:hover {
    background-color: #fdc360;
    transition: all .3s ease;
}

.blog-box .picture .arrow a {
    color: white;
    font-size: 25px;
    padding: 2px 15px;
}

.blog-box .title {
    text-align: center;
}

.blog-box .title a {
    color: #252525;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0 10px;
}

.blog-box .title a:hover {
    color: #fdc360;
}

.blog-box .desc {
    font-size: 15px;
    padding: 0px 10px;
    padding-bottom: 15px;
    font-weight: 500;
    text-align: center;
}

.blog .button2 {
    text-align: center;
}

/* footer */

.footer {
    background-image: url(../images/footerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 80px;
    padding-bottom: 15px;
}

.footer .footer-pic {
    margin-bottom: 30px;
}

.footer .left .logo img {
    margin-bottom: 15px;
    max-height: 80px;
}

.footer .left .desc {
    font-size: 15px;
    font-weight: 500;
}

.footer .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 25px;
}

.footer .menu ul li a {
    color: #252525;
    font-size: 15px;
    font-weight: 500;
}

.footer .menu ul li a:hover {
    color: #fdc360;
}

.footer .wapp {
    transition: all 0.3s ease 0s;
}

.footer .wapp:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.footer-bottom {
    background: linear-gradient(101deg, rgba(253, 195, 96, 1) 0%, rgba(248, 129, 73, 1) 33%, rgba(223, 60, 103, 1) 66%, rgba(197, 56, 150, 1) 100%);
    padding: 10px 0;
}

.footer-bottom .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .copy {
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.footer-bottom .link a {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

.footer-bottom .link a:hover {
    opacity: 0.8;
}

.footer-bottom .social {
    margin-right: 5px;
}

.footer-bottom .social a {
    color: white;
    font-size: 30px;
    margin-left: 10px;
}

.footer-bottom .social a:hover {
    color: #ffbc24;
}

/* breadcrumb */

.bredcrumb1 {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.bredcrumb1:before {
    background-color: #e7535d;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}

.bredcrumb1 .title {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 2px 2px 16px #000000;
}

.bredcrumb1 ul {
    position: absolute;
    top: 10px;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    color: white;
    padding-left: 17px;
}

.bredcrumb1 ul li {
    list-style: none;
    font-size: 14px;
}

.bredcrumb1 ul li a {
    color: white;
    font-size: 14px;
}

.bredcrumb1 ul li a:hover {
    opacity: 0.8;
}

.bredcrumb1 ul li a:after {
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-size: 10px;
}

/* text area */

.text-area-box {
    padding: 40px;
    border: solid 1px #ddd;
    background-color: white;
    margin-top: -40px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
}

.seo-text-area-box {
    padding: 40px;
    border: solid 1px #ddd;
    background-color: white;
    margin-bottom: 50px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
}

.text-area img {
    max-width: 100%;
    margin-bottom: 15px;
}

.text-area a {
    font-weight: 700;
}

.text-area ul {
    padding: 0;
}

.text-area ul li {
    list-style: none;
    margin-bottom: 10px;
}

.text-area ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    color: #252525;
    font-weight: 700;
    margin-right: 7px;
}

/* packets page */

.packets-page .price-box {
    margin-bottom: 30px;
}

.packets-page .price-box .price-info {
    padding: 10px;
}

.packets-page .price-box .price-info .icon {
    color: white;
    font-size: 25px;
}

.packets-page .price-box .price-info .user-number {
    font-size: 35px;
    line-height: 35px;
}

.packets-page .price-box .price-info .box-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.packets-page .price-box .price-info .price {
    margin-top: -15px;
}

.packets-page .price-box .price-info .price .left {
    font-size: 14px;
    font-weight: 400;
}

.packets-page .price-box .price-info .price .left span {
    font-size: 12px;
}

.packets-page .price-box .price-info .price .right {
    font-size: 19px;
}

.packets-page .price-box .packet-info {
    padding: 10px;
}

.packets-page .price-box .packet-info ul {
    margin-bottom: 10px;
}

.packets-page .price-box .packet-info ul li {
    font-size: 15px;
    padding: 10px 0;
}

.packets-page .price-box .button1 {
    margin-bottom: 10px;
}

.packets-page .price-box .button1 a {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 800;
}

.packets-page .accordion {
    margin-top: 30px;
}

/* blog page */

.blog-box2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ddd;
}

.blog-box2 .picture img {
    border-radius: 10px;
}

.blog-box2 .picture img:hover {
    opacity: 0.7;
    transition: all .3s ease;
}

.blog-box2 .blog-title a {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 5px;
    display: inline-block;
}

.blog-box2 .blog-title a:hover {
    color: #fdc360;
}

.blog-box2 .blog-desc {
    margin-bottom: 5px;
}

.blog-box2  .blog-read-more {
    text-align: right;
}

.blog-box2  .blog-read-more a {
    color: #252525;
    font-size: 14px;
    font-weight: 700;
}

.blog-box2  .blog-read-more a:hover {
    color: #fdc360;
}

/* pagination */

.pagination-area {
    padding: 20px 0 0;
    width: 100%;
}

.pagination-area .pagination {
    margin: 0;
    align-items: center;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
    padding: 0;
}

.pagination-area .pagination li {
    list-style: none;
}

.pagination-area .pagination li.dot {
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
}

.pagination-area .pagination li.prev {
    margin-right: 5px;
}

.pagination-area .pagination li.prev a i {
    font-weight: 600;
}

.pagination-area .pagination li.next {
    margin-left: 5px;
}

.pagination-area .pagination li.next a i {
    font-weight: 600;
}

.pagination-area .pagination li a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #fff;
    color: #252525;
    margin: 0 2px;
    text-transform: capitalize;
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.1);
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination-area .pagination li a:hover {
    background: linear-gradient(101deg, rgba(253, 195, 96, 1) 0%, rgba(248, 129, 73, 1) 33%, rgba(223, 60, 103, 1) 66%, rgba(197, 56, 150, 1) 100%);
    color: #fff !important;
}

.pagination-area .pagination li a.active {
    background: linear-gradient(101deg, rgba(253, 195, 96, 1) 0%, rgba(248, 129, 73, 1) 33%, rgba(223, 60, 103, 1) 66%, rgba(197, 56, 150, 1) 100%);
    color: #fff !important;
    box-shadow: 0px 2px 10px 0px rgb(253, 193, 96);
}

/* sidebar */

.sidebar-area {
    position: sticky;
    top: 90px;
    background-color: white;
    padding: 40px;
    border: solid 1px #ddd;
    margin-top: -40px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
}


.sidebar-area .sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 10px;
    text-align: center;
}


/* sales page */

.sales-page .s-top-title {
    background-color: #c6378f;
    padding: 10px;
    font-weight: 800;
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
}

.sales-page ul.sales-detail {
    padding: 0;
    margin-left: 25px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    list-style: none;
}

.sales-page ul.sales-detail li {
    margin-bottom: 5px;
    font-weight: 500;
}

.sales-page ul.sales-detail li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #252525;
    font-weight: 700;
    margin-right: 7px;
}

.sales-page .s-price-detail {
    display: flex;
    justify-content: space-around;
    font-size: 25px;
    font-weight: 800;
}

/* FORM */

.form-group label {
    color: #252525;
    font-weight: 800;
}

.form-area .title {
    margin-left: 1px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color1);
}

.form-area input.form-control {
    width: 100%;
    background: white;
    border: solid 1px #ddd;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none;
}


.form-area input[type="file"] {
    width: 100%;
    background: white;
    border: solid 1px #ddd;
    margin-bottom: 15px;
    padding: 9px 10px;
    outline: none;
    height: 50px;
}



.form-area select.form-control {
    width: 100%;
    background: white;
    border: solid 1px #ddd;
    height: 40px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none;
}

.form-area textarea.form-control {
    background: white;
    border: solid 1px #ddd;
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    padding: 10px 10px;
    outline: none;
}

.form-area button.button1 {
    background-color: white;
    padding: 10px 30px;
    border-radius: 10px;
    color: #952848;
    font-weight: 900;
    border: solid 3px #fcae59;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}

.form-area button.button1:hover {
    background-color: #ffbc24;
    color: #252525;
    transition: all .3s ease;
}

.form-area .recap {
    margin-top: 15px;
    margin-bottom: 20px;
}

.error-page {
    text-align: center;
}

.error-page .error-title {
    font-size: 45px;
    font-weight: 700;
    color: #dc3970;
    margin-bottom: 30px;
}

.error-page .error-desc {
    margin-bottom: 30px;
}
.mb0{
	margin-bottom: 0;
}
@media only screen and (min-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .header-mobile {
        display: none;
    }

}

@media only screen and (max-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .mobile-whatsapp img {
        max-height: 35px;
    }

    .mobile-header-hamburger .hamburger-toggle {
        background: transparent;
        padding: 0px;
        font-size: 30px;
        margin: 0 10px;
        border: none;

    }

    .mobile-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        width: 100%;
        -webkit-animation: fadeOutLeft 0.5s ease-in-out;
        animation: fadeOutLeft 0.5s ease-in-out;
    }

    .mobile-nav-content {
        padding-top: 20px;
        background: #1d1e1f;
        width: 75%;
        height: 100%;
        cursor: copy;
        overflow-y: scroll;
    }

    .mobile-nav-logo {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .mobile-nav-logo-content {
        position: relative;
    }

    .mobile-nav-logo-content i {
        display: block;
        margin: 0 auto 10px;
        max-width: 30px;
        line-height: 32px;
        font-size: 30px;
    }

    .mobile-nav-logo-content a {
        color: #b5bbc2;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-nav-logo>a {
        display: block;
        padding: 30px 60px;
    }

    .mobile-nav-logo>a img {
        width: 100%;
    }

    .mobile-nav-menu ul li {
        padding: 10px 25px;
        list-style: none;
    }

    .sub-menu ul {
        background-color: #28292a;
    }

    .mobile-nav-menu ul li .sub-menu-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-menu ul li i {
        font-size: 14px;
        fill: #b5bbc2;
        color: #b5bbc2;
    }

    .mobile-nav-menu ul li a {
        color: #b5bbc2;
        font-weight: 600;
        font-size: 14px;
    }

    .mobile-nav-menu ul li ul {
        display: block;
        margin-top: 10px;
        margin-right: -25px;
        margin-left: -25px;
        padding-left: 25px;
    }

    .mobile-nav-login a {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #b5bbc2;
        padding-left: 25px;
        padding-bottom: 20px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-login a svg {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile-nav.open {
        display: block;
        -webkit-animation: fadeInLeft 0.5s;
        animation: fadeInLeft 0.5s;
        overflow-x: scroll;
    }

    .cta-link {
        line-height: 40px;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        display: block;
        color: #fff;
        border-radius: 3px;
        background: #00aad0;
        text-align: center;
        margin: 20px;
        margin-bottom: 10px;
    }

    .mobile-close-menu {
        position: fixed;
        top: 18px;
        right: 20px;
        display: none;
        z-index: 9999;
    }

    .mobile-close-menu i {
        color: #fff;
        font-size: 25px;
    }

    ul.mobile-menu-social {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        list-style: none;
    }

    ul.mobile-menu-social li+li {
        margin-left: 15px;
    }

    ul.mobile-menu-social li a {
        border: 1px solid #00aad0;
        display: flex;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 50%;
    }

    .mobile-nav-menu ul {
        padding: 0px;
    }

    .header-mobile {
        display: block;
    }

    .header-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-mobile .header-mobile-logo img {
        max-width: 100px;
    }

    /* fly alert */

    .fly-alert {
        top: 30px;
        left: 10px;
        right: 10px;
        font-size: 16px;
        text-align: center;
    }

    /* footer sticky hemen ara */

    .footer-sticky-bar {
        display: block;
    }

    /* general */

    .top-title .section-title {
        font-size: 30px;
    }

    .p70 {
        padding: 40px 0;
    }

    /* header top */

    .header-top .items {
        display: block;
        text-align: center;
    }

    .header-top .title {
        font-size: 18px;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .header-top div#timer {
        justify-content: center;
    }

    /* logo menu */

    .logo-menu {
        display: none;
    }

    /* hero */

    .hero-button {
        display: flex;
        margin-bottom: 20px;
    }

    .hero .title {
        text-align: center;
        margin-bottom: 15px;
        font-size: 30px;
    }

    .hero .sub-title {
        text-align: center;
        font-size: 20px;
    }

    .hero .picture {
        margin-top: 30px;
    }

    .hero .insta2 {
        display: none;
    }

    .hero .insta1 {
        opacity: 0.3;
    }

    .hero .insta1 img {
        max-height: 160px;
    }

    .hero-button .button-box {
        background-color: #c6378f;
        color: white;
        font-weight: 800;
        margin-bottom: 15px;
        padding: 5px 30px;
        text-align: center;
        border-radius: 5px;
        position: relative;
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-button .button-box a {
        color: white;
        font-weight: 800;
        display: inline-block;
    }

    .hero-button .button-box:hover {
        background-color: #fcb55b;
    }

    .hero-button .button-box i {
        position: absolute;
        top: 5px;
        right: 10px;
        font-weight: 300;
        font-size: 20px;
        opacity: 0.5;
    }

    /* packets */

    .packets {
        padding-bottom: 60px;
    }

    .price-box {
        margin-bottom: 30px;
    }

    .packets .button2 {
        padding-top: 10px;
    }

    .price-box .price-info {
        padding: 10px;
    }

    .price-box .price-info .user-number {
        font-size: 40px;
        line-height: 40px;
    }

    .price-box .price-info .box-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .price-box .price-info .price .left {
        font-size: 17px;
        line-height: 17px;
    }

    .price-box .price-info .price .left span {
        font-size: 10px;
        bottom: -11px;
    }

    .price-box .price-info .price .right {
        font-size: 30px;
    }

    .price-box .packet-info {
        padding: 10px;
    }

    .price-box .packet-info ul li {
        padding: 10px 0;
    }

    .price-box.populer .ribbon {
        top: 0px;
    }

    .insta3logo img {
        max-height: 50px;
    }

    /*counter bar*/

    .counter-bar {
        margin-top: 0px;
        margin-bottom: 70px;
    }

    .counter-bar .title {
        bottom: -110px;
        color: black;
        font-size: 15px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .counter-bar .picture {
        left: 50%;
        top: 0%;
        transform: translate(-50%, -50%);
    }

    .counter-bar .counter {
        left: 50%;
        font-size: 30px;
        transform: translateX(-50%);
        margin-top: -9px;
        margin-left: 5px;
    }

    /* how-we-work */

    .work-box.right {
        flex-direction: column-reverse;
    }

    .work-box .icon {
        text-align: center;
    }

    .work-box .icon img {
        max-width: 100px;
        max-height: 100px;
    }

    .work-box .title {
        text-align: center;
    }

    .work-box .desc {
        text-align: center;
    }

    .how-we-work .picture {
        display: none;
    }

    /* faq */

    .faq .button2 {
        margin-bottom: 30px;
    }

    .faq .picture {
        display: none;
    }

    /* footer */

    .footer .logo {
        text-align: center;
    }

    .footer .left .desc {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .menu ul {
        padding: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer .wapp {
        text-align: center;
    }

    .footer-bottom .items {
        display: block;
        text-align: center;
    }

    .footer-bottom .items .copy {
        margin-bottom: 5px;
    }

    .footer-bottom .items .link {
        margin-bottom: 5px;
    }

    /* breadcrumb */

    .bredcrumb1 {
        padding: 40px 0;
    }

    .bredcrumb1 .title {
        font-size: 22px;
    }

    .bredcrumb1 ul {
        top: 75%;
        width: 100%;
    }

    /* text area */

    .text-area-box {
        margin-top: 25px;
        padding: 30px;
    }

    .seo-text-area-box {
        padding: 20px;
    }

    /* packets page */

    .packets-page .price-box .price-info .price {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    /* form area */

    .form-area button.button1 {
        width: 100%;
        margin-bottom: 30px;
    }

}