@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-shims.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v5-font-face.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-font-face.min.css?token=7ca6a895ef);

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
:root {
    --primary: #042e5d;
    --secondary: #225791;
    --accent: #04356a;
    --white: #ffffff;
    --black: #000;
    --transition: 0.3s all ease;
    --btn-grad: linear-gradient(to right, #2e3192, #29abe2);
    --grad-: linear-gradient(to bottom, #2e3192, #171949);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

img {
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

h2.big {
    font-size: 46px;
    font-weight: 700;
    color: #042e5d;
}

.site-btn {
    display: inline-block;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    background: var(--btn-grad);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    padding: 14px 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s all ease;
    cursor: pointer;
    min-width: 140px;
}

.site-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    margin: auto;
    width: 100%;
    height: 0;
    background: var(--white);
    transition: 0.3s all ease;
    z-index: -1;
    border: 2px solid var(--primary);
    border-radius: 4px;
}

.site-btn:hover {
    color: var(--primary);
}

.site-btn:hover::before {
    height: 100%;
    bottom: 0;
}

.fw-medium {
    font-weight: 500;
}

p.big {
    font-size: 18px;
}

span {
    color: var(--primary);
}

/* header */

.header {
    position: absolute;
    top: 20px;
    z-index: 2;
    width: 100%;
}

.navbar img {
    max-width: 148px;
}

.header .navbar {
    background-color: var(--white);
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}

.header .anker {
    color: var(--secondary);
    font-size: 16px;
    padding: 0px;
}

.header .site-btn {
    padding: 14px 50px;
}

/* banner */

.banner {
    position: relative;
    z-index: 1;
    padding: 230px 0 100px 0;
}

.banner::before {
    content: "";
    background: url(/assets/images/banner-bg.png);
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 78%;
    left: 0;
    top: 0;
}

.banner h1 {
    font-size: 143px;
    color: var(--primary);
    font-weight: 700;
}

.banner p {
    margin-bottom: 90px;
    font-size: 26px;
    font-weight: 500;
    color: var(--secondary);
}

.banner .colmns img {
    max-width: 210px;
}

@media (min-width: 768px) {
    .banner .col-md-3 {
        flex: 0 0 auto;
        width: 23%;
    }
}

.banner .colmns {
    padding: 0 30px 30px 23px;
    position: relative;
    z-index: 1;
}

.banner .colmns .arrow {
    position: absolute;
    max-width: unset;
    top: 6%;
    left: 96%;
    width: 23%;
}

.banner .colm2 .arrow {
    top: 105%;
}

.banner .colmns h3 {
    font-size: 34px;
    font-weight: 600;
    color: var(--primary);
    margin-top: 10px;
}

.banner .colmns::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--white);
    width: 100%;
    border-radius: 5px;
    z-index: -1;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
    height: 76%;
}

/* section1 */

.section-1 {
    margin-bottom: 100px;
}

.section-1 h3 {
    color: var(--primary);
    margin: 33px 0px 40px;
}

.section-1 .image img {
    max-width: 500px;
}

/* section2 */

.section-2 h3 {
    margin-top: 13px;
}

/* section3 */

.section-3 {
    padding: 65px 0px;
    background: var(--grad-);
    margin-top: 100px;
}

.section-3 h3,
.section-3 p {
    color: var(--white);
}

.section-3 p {
    margin-bottom: 12px;
    font-size: 18px;
}

.section-3 h3 {
    font-size: 40px;
}

.section-3 .bdr {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

span.counter {
    color: var(--white);
}

/* section4 */

.section-4 {
    padding: 85px 0;
    background-color: #daf8fe;
}

.section-4 h3 {
    font-size: 36px;
    font-weight: 300;
    color: var(--primary);
    line-height: 1.4;
}

.section-4 p {
    color: var(--primary);
    margin-top: 10px;
    font-weight: 600;
    font-size: 26px;
}

.section-4 span {
    color: #29abe2;
}

.section-4 .pen {
    max-width: 126px;
    margin-left: 40px;
    margin-top: 5px;
}

/* section5 */

.section5 {
    margin: 100px 0px;
}

.section5 .site-btn {
    padding: 13px 47px;
}

.section5 .colmns {
    margin-top: 80px;
}

.section5 .text ul {
    margin: 20px 0px 15px;
}

.section5 .text li {
    color: #04356a;
    font-size: 18px;
    font-weight: normal;
}

.section5 .text h3 {
    color: #04356a;
    padding: 0px;
    font-size: 32px;
    font-weight: bold;
}

.section5 .img {
    position: relative;
    z-index: 1;
    padding: 20px 0 20px 40px;
}

.section5 .img::before {
    content: "";
    background: url(/assets/images/sec-5-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 69%;
    height: 100%;
}

.section5 .img img {
    max-width: 270px;
}

.section5 ul {
    list-style: none;
}

.section5 ul li::before {
    content: ".";
    color: #04356a;
    font-weight: bold;
    display: inline-block;
    font-size: 25px;
    margin-right: 6px;
}

.last-img img {
    margin-left: 40px;
}

/* sectiion6 */

.section-6 {
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.section-6::before {
    content: "";
    background: url(/renderreal/images/section6-bg.png);
    background-size: cover;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0%;
    bottom: 0;
    width: 100%;
    height: 54%;
}

.section-6 .section-title {
    margin-bottom: 50px;
}

.section-6 .sliders img {
    max-width: 20px;
}

.section-6 .sliders a {
    border: 1px solid #042e5d;
    border-radius: 50%;
    padding: 12px;
}

.section-6 .slider-left {
    margin-right: 5px;
}

.section-6 .colmn .img {
    max-width: 148px;
    margin-bottom: 40px;
    margin-top: 22px;
}

.section-6 .colmn a img {
    max-width: 15px;
}

.section-6 .colmn a {
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 50%;
    padding: 5px 10px;
    width: 38px;
    height: 38px;
    display: inline-block;
    transition: var(--transition);
}

.section-6 .colmn a:hover {
    background-color: var(--primary);
    color: var(--white);
}

.section-6 h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary);
}

.section-6 .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.section-6 .colmn {
    background-color: var(--white);
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: -webkit-center;
}

.section-6 .stackSlider .swiper-wrapper {
    padding: 40px 0;
}

.section-6 .swiper-slide {
    padding: 0 20px;
}

.section-6 .swipe-btn {
    border-radius: 50%;
    border: 2px solid var(--primary);
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.section-6 .swipe-btn.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.sliders {
    display: flex;
    justify-content: end;
    align-items: center;
}

@media (min-width: 992px) {
    .section-6 .col-lg-3 {
        width: 22%;
    }
}

/* section-7 */

.section-7 {
    padding: 100px 0 0px;
}

@media (min-width: 992px) {
    .section-7 .col-lg-6 {
        width: 48%;
    }
}

.section-7 .colmns {
    background: url(/assets/images/sec7-bg.png);
    background-size: cover;
    border-radius: 20px;
}

.section-7 .colmn-1 img {
    max-width: 352px;
}

.section-7 .colmn-1 {
    padding: 55px 100px 60px 70px;
}

.section-7 .colmn-2 img {
    max-width: 493px;
}

.section-7 .colmn-2 {
    padding: 60px 35px;
}

.section-7 h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
}

.section-7 h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
}

.section-7 h2 span {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
}

.section-7 p {
    font-size: 20px;
    color: var(--primary);
}

.section-7 .chart {
    max-width: 350px;
    margin: auto;
}

/* .section-8 */

.section-8 {
    margin: 100px 0 0px;
}

.section-8 h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 17px;
}

.section-8 p {
    color: var(--secondary);
    line-height: 1.7;
}

.section-8 img {
    max-width: 370px;
}

.section-8 .img {
    text-align: center;
}

.section-8 .wrapper {
    background: url(/assets/images/sec8-bg.png);
    background-size: cover;
    border-radius: 20px;
    padding: 80px 0;
    border-radius: 30px;
}

/* .section-9 */

.section-9 {
    margin: 40px 0 100px;
}

@media (min-width: 768px) {
    .section-9 .col-md-6 {
        width: 53%;
    }
}

.section-9 h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 17px;
}

.section-9 h2.txt {
    margin-top: 35px;
}

.section-9 p {
    color: var(--secondary);
    line-height: 1.9;
    font-size: 18px;
    font-weight: 400;
}

.section-9 img {
    max-width: 267px;
}

.section-9 .img {
    text-align: center;
}

.section-9 .wrapper {
    background: url(/assets/images/sec9-bg.png);
    background-size: cover;
    border-radius: 20px;
    padding: 50px 0;
    border-radius: 30px;
}

/* section10 */

.section-10 {
    padding-bottom: 100px;
}

.section-10 img {
    max-width: 120px;
}

.section-10 .img {
    background-color: #daf4fe;
    border-radius: 50%;
    padding: 34px;
    max-width: 188px;
    margin: auto;
    aspect-ratio: 1;
}

.section-10 p {
    font-size: 28px;
    color: var(--secondary);
    margin-top: 18px;
}

/* Section-11 */

.section11 {
    padding-top: 90px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.section11::before {
    content: "";
    background: url(/renderreal/images/section6-bg.png);
    background-size: cover;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0%;
    bottom: 0;
    width: 100%;
    height: 20%;
}

.section11 h2 {
    font-size: 50px;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 35px;
}

.contact-form {
    background-color: var(--white);
    border-radius: 12px;
    padding: 36px 39px 39px 36px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
}

.contact-form h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 20px;
}

.contact-form button {
    min-width: 371px;
}

.contact-form .contact-text {
    margin-bottom: 30px;
}

.contact-form .area-text {
    margin-top: 90px;
}

.progress-bar {
    background-color: var(--lightblue) !important;
}

.option {
    margin: 24px 0;
}

.contact-form [type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    border-color: #8196ad;
    border-width: 2px;
}

#contactModal .modal-dialog {
    max-width: 1140px;
}

.contact-form [type="checkbox"]:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.contact-form label {
    color: #2b5f9a;
    font-size: 18px;
    font-weight: 300;
    margin-left: 10px;
}

.contact-form textarea {
    background-color: var(--white);
    border-radius: 12px;
    border-color: rgba(174, 171, 199, 0.8);
}

.contact-form button {
    margin: 44px 0 40px 0;
}

.contact-form .form-control {
    font-size: 18px;
    font-weight: 400;
    color: #2b5f9a;
}

.contact-form input::placeholder {
    color: #2b5f9a;
}

/* Section-12 */

.section12 {
    margin-bottom: 50px;
}

.section12 .text {
    background-color: #031038;
    border-radius: 20px;
    padding-top: 52px;
    padding-bottom: 139px;
}

.section12 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #3abfea;
    text-align: center;
    margin-bottom: 4px;
}

.section12 h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.public-icons {
    max-width: 971px;
    margin: -7% auto 0;
}

.prod-icon {
    min-height: 190px;
    background-color: var(--white);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 288px;
    padding: 20px;
    position: relative;
}

.prod-icon .pilly-icon {
    width: 65%;
}

.prod-icon .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 33px;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s all ease;
}

.prod-icon:hover .hover-content {
    opacity: 1;
    transition: 0.3s all ease;
}

.prod-icon .hover-content h4 {
    color: var(--white);
}

.prod-icon .hover-content .site-btn {
    min-width: 90px;
    margin-top: 15px;
    padding: 9px 15px;
    border: 1px solid #fff;
    background: var(--white);
}

.prod-icon .hover-content .site-btn::before {
    border: none;
}

/* Pilly Ponka */

.prod-icon .hover-content.pilly {
    background: #f8931d !important;
}

.prod-icon .hover-content.pilly .site-btn {
    color: #f8931d !important;
}

.prod-icon .hover-content.pilly .site-btn::before {
    background: #f8931d !important;
}

/* Launchapd  */

.prod-icon .hover-content.launch .site-btn::before {
    background: #3eadff;
}

.prod-icon .hover-content.launch {
    background: #3eadff;
}

.prod-icon .hover-content.launch .site-btn {
    color: #3eadff;
}

/* Utilasoft  */

.prod-icon .hover-content.utila .site-btn::before {
    background: #3769b1;
}

.prod-icon .hover-content.utila {
    background: #3769b1;
}

.prod-icon .hover-content.utila .site-btn {
    color: #3769b1;
}

/* Render Real  */

.prod-icon .hover-content.render .site-btn::before {
    background: #2e3192;
}

.prod-icon .hover-content.render {
    background: #2e3192;
}

.prod-icon .hover-content.render .site-btn {
    color: #2e3192;
}

/* Tumble Yard  */

.prod-icon .hover-content.tumble .site-btn::before {
    background: #ff6000;
}

.prod-icon .hover-content.tumble {
    background: #ff6000;
}

.prod-icon .hover-content.tumble .site-btn {
    color: #ff6000;
}

.prod-icon .hover-content .site-btn:hover {
    color: var(--white) !important;
}

/* Footer*/

footer {
    background: url(/renderreal/images/section6-bg.png);
    padding: 50px 0;
    position: relative;
}

footer .text {
    text-align: center;
}

footer .text p,
footer .text a,
footer .text p button {
    font-size: 16px;
    color: var(--primary);
    text-decoration: none;
}

footer .text p button {
    margin-top: -3.5px;
}

footer .text a:hover,
footer .text button:hover {
    color: var(--secondary) !important;
}

footer .text img {
    max-width: 230px;
    height: 100%;
    margin-bottom: 25px;
}

.footer-left {
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
}

.footer-right {
    position: absolute;
    width: auto;
    height: 100%;
    right: 0;
    top: 0;
}

/* Contact Popup */

.contact_popup .modal-dialog {
    max-width: 800px;
}

.contact_popup .modal-content {
    border-radius: 20px;
}

.contact_popup .modal-header {
    padding: 10px 20px;
}

.contact_popup .modal-body {
    padding: 20px 20px 0;
}

.contact_popup .modal-footer {
    border-top: 0;
    padding: 0 20px 20px;
}

.contact_popup .modal-footer .site-btn {
    padding: 9px 15px;
}

.contact_popup h2,
.contact_popup h3 {
    color: #293652;
}

.contact_popup .form-floating label {
    font-size: 14px;
    color: rgba(41, 54, 82, 0.8) !important;
    opacity: 1 !important;
}

.contact_popup input {
    height: 50px !important;
    color: rgba(41, 54, 82, 0.8);
}

.contact_popup input::placeholder {
    color: rgba(41, 54, 82, 0.8);
}

.pivacy-policy h2 {
    color: var(--primary);
    font-size: 40px;
}

.pivacy-policy h4 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary);
}

.pivacy-policy p {
    color: var(--secondary);
}

.pivacy-policy li {
    margin-top: 10px;
}

/* mediaqure */

@media (max-width: 1400px) {
    .section5 .img::before {
        width: 80%;
    }
    .section-7 .chart canvas {
        height: 238px !important;
        margin: auto;
    }
    .section-7 p {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    /* section-1 */
    .section-1 h2 {
        font-size: 40px;
    }
    .section-4 h3 {
        font-size: 31px;
    }
    .last-img img {
        margin: 0px;
    }
    .section-6 .colmn .img {
        margin-bottom: 0;
    }
    .section-6 h3 {
        font-size: 15px;
    }
    .section-6 .colmn {
        padding: 14px;
    }
    .section-7 .colmn-1 {
        padding: 30px 20px;
    }
    .section-7 p {
        font-size: 18px;
    }
    .section-7 .colmn-2 {
        padding: 30px 20px;
    }
    .section-7 .chart canvas {
        height: 205px !important;
    }
    .section-9 h2,
    .section-8 h2 {
        font-size: 30px;
    }
    .public-icons {
        padding: 0 30px;
    }
    .section5 .img::before {
        width: 92%;
    }
}

@media (max-width: 991px) {
    .banner h1 {
        font-size: 120px;
    }
    .banner p {
        font-size: 20px;
    }
    .banner .colmns h3 {
        font-size: 30px;
    }
    .section-3 p {
        font-size: 14px;
    }
    .section-3 h3 {
        font-size: 29px;
    }
    .section-4 h3 {
        font-size: 22px;
    }
    .section-4 p {
        margin: 0;
        font-size: 20px;
    }
    .section-4 .pen {
        max-width: 100px;
        margin-left: 15px;
    }
    .section5 .img::before {
        width: 88%;
    }
    .section5 {
        margin: 50px 0px;
    }
    .section5 .text ul {
        margin-top: 10px;
    }
    .section-6 .colmn {
        padding: 12px 15px 20px;
        margin-bottom: 30px;
    }
    .section-6 .colmn .img {
        margin-bottom: 17px;
        margin-top: 18px;
    }
    h2.big {
        font-size: 30px;
    }
    .section-6::before {
        height: 53%;
    }
    .section-6 .swiper-slide {
        padding: 0 15px;
    }
    .section-7 {
        padding-top: 50px;
    }
    .section-7 .colmn-1 {
        margin-bottom: 30px;
    }
    .section-8 {
        margin: 50px 0 0px;
    }
    .section-8 .wrapper {
        flex-direction: column;
        width: 100%;
        padding: 30px;
    }
    .section-8 img {
        max-width: 280px;
    }
    .section-9 {
        margin: 30px 0 50px;
    }
    .section-9 .wrapper {
        flex-direction: column-reverse;
        width: 100%;
        padding: 30px;
    }
    .section-9 img {
        max-width: 200px;
    }
    .section-9 img {
        margin-bottom: 30px;
    }
    /* section-11 */
    .section11 h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .contact-form h3 {
        font-size: 16px;
    }
    .contact-form .form-control {
        font-size: 16px;
    }
    .al-range-slider__grid-mark {
        font-size: 15px;
    }
    .contact-form button {
        margin: 13px 0 8px 0;
    }
    .contact-form .contact-text {
        margin-bottom: 20px;
    }
    .contact-form .area-text {
        margin-top: 70px;
    }
    .section11 label {
        font-size: 16px;
    }
    /* Section-12 */
    .public-icons {
        margin: -15% auto 0;
    }
    .prod-icon .hover-content {
        padding: 10px 25px;
    }
    .contact-form [type="checkbox"] {
        margin-top: 2px;
    }
    /* Footer */
    footer .text img {
        max-width: 250px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    /* header */
    .navegation {
        margin-top: 20px;
    }
    /* .banner */
    .banner {
        padding-top: 130px;
        padding-bottom: 50px;
    }
    .banner p {
        font-size: 19px;
        margin: 0;
    }
    .banner h1 {
        font-size: 60px;
    }
    .banner::before {
        height: 46%;
        background-size: cover;
    }
    .banner .colmns {
        width: 68%;
        margin: auto;
        margin-bottom: 30px;
    }
    .banner .colmns h3 {
        font-size: 30px;
    }
    .banner .colmns .arrow {
        top: 97%;
        left: 101%;
        width: 20%;
    }
    .banner .colm2 .arrow {
        left: unset;
        right: 101%;
    }
    /* .section-1 */
    .section-1 .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .section-1 .image img {
        max-width: 300px;
    }
    h2.big {
        font-size: 27px;
    }
    .section-1 h3 {
        margin: 15px 0px 18px;
        font-size: 20px;
    }
    .section-1 h2 {
        margin-top: 20px;
    }
    .section-1 {
        margin-bottom: 50px;
    }
    .section-2 .row {
        flex-direction: column;
        text-align: center;
    }
    /* .section-3 */
    .section-3 .row {
        text-align: center;
    }
    .section-3 .colmn {
        margin: 20px 0;
    }
    .section-3 .bdr {
        border: none;
    }
    .section-3 p {
        margin: 0 0 10px;
    }
    .section-3 {
        padding: 50px 0;
        margin-top: 60px;
    }
    /* .section-4 */
    .section-4 {
        padding: 50px 0;
    }
    .section-4 .img {
        padding-bottom: 20px;
    }
    /* section-5 */
    .section5 {
        margin: 50px 0px;
    }
    .section5 .img img {
        max-width: 240px;
    }
    .section5 .img::before {
        width: 86%;
    }
    .section5 .text h3 {
        font-size: 26px;
        text-align: center;
    }
    .section5 .text li {
        font-size: 15px;
    }
    .section5 .text {
        margin-top: 23px;
    }
    .section5 .colmns {
        max-width: 316px;
    }
    .section5 .text ul {
        margin: 10px auto 15px;
        width: max-content;
    }
    .section5 .site-btn {
        display: block;
        margin: auto;
    }
    /* section-6 */
    .section-6 .stackSlider .swiper-wrapper {
        padding: 0px 0 40px;
    }
    /* section-7 */
    .section-7 h3 {
        font-size: 25px;
    }
    .section-7 h2 {
        font-size: 30px;
    }
    .section-7 p {
        font-size: 14px;
    }
    /* section-8 */
    .section-8 {
        margin-top: 50px;
    }
    .sec8-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .section-8 img {
        max-width: 200px;
    }
    .section-8 h2 {
        font-size: 19px;
    }
    .section-8 p {
        font-size: 14px;
    }
    /* section-9 */
    .section-9 {
        margin-bottom: 50px;
    }
    .section-9 img {
        max-width: 160px;
    }
    .section-9 h2 {
        font-size: 19px;
    }
    .section-9 p {
        font-size: 14px;
    }
    /* section-10 */
    .section-10 {
        padding-bottom: 50px;
    }
    .section-10 .img {
        max-width: 130px;
    }
    .section-10 p {
        font-size: 20px;
    }
    /* section-11 */
    .section11 h2 {
        padding-top: 10px;
        font-size: 22px;
    }
    .section11::before {
        height: 12%;
    }
    .contact-form {
        padding: 35px 20px;
    }
    .contact-form h3 {
        font-size: 15px;
        line-height: 1.5;
    }
    .option {
        display: none;
    }
    .contact-form button {
        margin: 15px 0 0;
        font-size: 14px;
        min-width: auto;
        width: 100%;
    }
    .prod-icon {
        max-width: 100%;
    }
    .prod-icon .hover-content h4 {
        font-size: 20px;
    }
    /* section-12 */
    .section12 .text {
        padding: 40px 15px 100px;
    }
    .section12 h2,
    .section12 h3 {
        font-size: 26px;
        line-height: 1.3;
    }
    /* Footer */
    footer .text img {
        max-width: 210px;
        margin-bottom: 15px;
    }
    footer .text p {
        font-size: 14px;
    }
}

/* blog page  */
@media (min-width: 1200px) {
    .banner-blog .col-xl-9 {
        width: 70%;
    }

    .banner-blog .col-xl-3 {
        width: 30%;
    }
}

.header-blog .navbar-expand-md {
    padding: 10px;
    border-radius: 10px;
    background-color: var(--white);
}

.bg-blue {
    background: var(--btn-grad);
}

.blog-header {
    background-color: var(--bluecolor);
}

section.banner-blog {
    padding: 150px 0 50px;
}

.banner-blog .main-image {
    background-color: rgba(168, 219, 255, 1);
    border-radius: 10px;
    height: 100%;
}

.banner-blog .main-image img {
    border-radius: 10px 10px 0 0;
    height: 450px;
    object-fit: cover;
}

.banner-blog .main-image .img-details {
    padding: 30px 40px 22px;
}

.main-image .img-details h2 {
    color: var(--primary);
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.main-image .img-details p {
    color: var(--primary);
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-left: 7px;
}

.main-image .img-details p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--accent);
}

.popular .tittle h3 {
    color: var(--primary);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

.popular .list h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.popular .list p {
    font-size: 14px;
    font-weight: 400;
    max-width: 258px;
}

.popular .list a {
    margin-bottom: 18px;
    border-radius: 10px;
    padding: 10px 10px;
    display: block;
    text-decoration: none;
    color: var(--primary);
    transition: 0.3s all ease;
}

.popular .list:last-of-type {
    margin-bottom: 0;
}

.popular .list a:hover,
.popular .list.active a {
    background-color: rgba(168, 219, 255, 1);
    color: var(--accent);
    transition: 0.3s all ease;
}

.search-blog {
    margin-bottom: 32px;
}

.search-blog .form-control {
    border-radius: 30px;
    border: 1px solid var(--primary);
    font-size: 16px;
    color: var(--btn-text);
    box-shadow: unset;
    border-right: unset;
    padding: 12px 15px;
}

.search-blog input::placeholder {
    color: #c1c1c1;
}

.search-blog .input-group-text {
    border-left: unset;
    border-radius: 0 30px 30px 0;
    background: transparent;
    border-color: var(--primary);
    padding: 16px 15px;
    color: var(--primary);
    font-size: 20px;
    cursor: pointer;
}

.blog-card .image img {
    transition: var(--transition);
}

.blog-card .image {
    overflow: hidden;
    border-radius: 15px;
}

.blog-card:hover .image img {
    transform: scale(1.15);
    transition: var(--transition);
}

.blog-card .deatils p {
    color: var(--primary);
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.blogs a {
    text-decoration: none;
    color: unset;
}

.blog-card .deatils h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 10px;
    max-width: 357px;
    color: var(--primary);
}

.blogs {
    margin-bottom: 100px;
}

/* Blog-details Page */
.detail-blog img {
    border-radius: 10px !important;
}

@media (min-width: 768px) {
    .detail-blog .col-md-9 {
        width: 87%;
    }
}

@media (min-width: 768px) {
    .detail-blog .col-md-2 {
        width: 12%;
    }
}

.banner-blog .tittle h2 {
    font-size: 42px;
    margin-bottom: 40px;
    color: var(--accent);
}

.social-media {
    border-radius: 50%;
    background-color: rgb(168, 219, 255, 0.5);
    width: 60px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: var(--black);
    font-size: 22px;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--transition);
}

.detail-blog .social-icons a {
    text-decoration: none;
}

.social-media:hover {
    background: var(--white);
    border: 1px solid;
    color: #3eadff;
    transition: var(--transition);
}

.blog-faq {
    margin-bottom: 80px;
}

.blog-faq .tittle h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.faq-answers {
    background: rgb(168, 219, 255, 0.5);
    border-left: 4px solid var(--blue-color);
    border-radius: 10px;
    padding: 30px 20px 20px;
}

.faq-answers .accordion-item {
    background-color: transparent !important;
    border: unset !important;
}

.faq-answers .accordion-button {
    color: var(--primarycolor);
    background: transparent;
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 600;
    padding: 16px 0;
}

.faq-answers .accordion-button:not(.collapsed) {
    color: var(--primarycolor);
    background: transparent;
    box-shadow: none;
}

.faq-answers .accordion-button:focus {
    box-shadow: none;
}

.faq-answers .accordion-body {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 16px 0;
    max-width: 1030px;
}

.faq-answers .accordion-button::after {
    background-image: url(../images/faq-arrow.svg);
    transform: rotate(180deg);
}

.faq-answers .accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-arrow.svg);
    transform: rotate(0deg);
}

.blog-explain {
    margin-bottom: 100px;
}

.blog-explain h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-explain p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
}

.blog-explain .image {
    position: relative;
    z-index: 1;
    padding: 0 40px 10px;
}

.blog-explain .image::before {
    content: "";
    padding-bottom: 22px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    background: var(--btn-grad);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67%;
}

.blog-explain .v-left {
    height: 50%;
}

.blog-explain .book-pic {
    text-align: center;
    margin: auto;
}

.blog-explain .book-text {
    max-width: 250px;
    margin: auto;
}

.blog-explain .book-text h2 {
    color: var(--white);
    font-size: 40px;
    margin: 0;
    padding: 20px 0;
    text-decoration: underline;
    cursor: pointer;
}

.blog-explain .alert {
    background: rgb(168, 219, 255, 0.5);
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.blog-explain .alert::before {
    content: "";
    background-color: var(--accent);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.blog-explain .alert p {
    color: var(--blue-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

/* book popup  */
.popup-book .modal-content {
    background-color: #031038;
    position: relative;
    z-index: 1;
}

.popup-book .section1 {
    padding: 64px 0;
}

#freeguied .modal-header .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z' fill='%23fff'/%3e%3c/svg%3e")
        center / 1em auto no-repeat;
}

.v-left {
    position: absolute;
    width: 35%;
    height: 80%;
    opacity: 0.34;
    left: 0;
    bottom: 6%;
    z-index: -1;
}

.v-right {
    position: absolute;
    width: 35%;
    height: 77%;
    opacity: 1;
    right: 0;
    top: 0;
    z-index: -1;
}

.img-book img {
    max-width: 330px;
    height: 100%;
}

.popup-book .section1 h2 {
    color: var(--white);
    margin: 10px 0;
}

.popup-book .modal-body {
    position: unset;
}

.popup-book .section1 h3 {
    font-size: 26px;
    color: var(--white);
}

.popup-book .section1 p {
    font-size: 18px;
    color: rgba(225, 225, 225, 0.8);
    margin-bottom: 28px;
}

.popup-book .section1 .form {
    max-width: 483px;
    margin: auto;
}

.popup-book .form input {
    margin: 0 0 20px;
}

.popup-book .form button {
    max-width: 483px;
    margin-top: 28px;
    font-weight: 400;
    color: var(--white);
}

.popup-book .form button:hover {
    color: var(--accent);
}

.popup-book .form input::placeholder {
    color: rgba(225, 225, 225, 0.7);
    -webkit-text-fill-color: rgba(225, 225, 225, 0.7);
}

.popup-book .section1 .form-control {
    background-color: #031038;
    color: var(--white);
    border-radius: 50px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    padding: 14px 15px;
}

/* Author-Section */
.author-section {
    padding: 100px 0 20px;
    margin: 64px 0 100px;
}

.author-profile {
    display: flex;
    justify-content: space-between;
}

.author-profile .author-leftside {
    width: 28%;
    text-align: center;
}

.author-profile .author-righttside {
    width: 70%;
}

.author-section .profile-pic img {
    border-radius: 50% !important;
    max-width: 200px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 20px;
}

.author-links .tittle h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--primarycolor);
    margin-bottom: 16px;
}

.author-links .profiles-link .site-btn {
    padding: 15px 15px;
    width: 100%;
    max-width: 230px;
}

.author-links .profiles-link {
    margin-bottom: 16px;
}

.author-links .profiles-link:last-of-type {
    margin-bottom: 0;
}

.details-author .tittle h2 {
    font-size: 40px;
    font-weight: 400;
}

.details-author .tittle p {
    font-size: 24px;
    font-weight: 400;
    color: var(--primarycolor);
}

.details-author .tittle {
    margin-bottom: 40px;
}

.details-author .para p {
    font-size: 20px;
    font-weight: 400;
    color: var(--primarycolor);
    margin-bottom: 14px;
    max-width: 750px;
}

.details-author .para p:last-of-type {
    margin-bottom: 0;
}

.detail-blog .author a {
    display: inline-flex;
    align-items: center;
    margin: 30px 0 0 30px;
}

.detail-blog .author-pic img {
    border-radius: 50% !important;
    max-width: 100px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 12px;
}

.detail-blog .author .text h2 {
    font-size: 30px;
    font-weight: 400;
    color: var(--primary);
}

.detail-blog .author .text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary);
}

/* mediaqure */

@media (max-width: 1400px) {
    .section5 .img::before {
        width: 80%;
    }

    .section-7 .chart canvas {
        height: 238px !important;
        margin: auto;
    }

    .section-7 p {
        font-size: 18px;
    }

    /* blog oage  */

    .blog-explain .book-text h2 {
        font-size: 38px;
    }

    .blog-explain .book-text h2 {
        font-size: 38px;
    }

    .blog-explain .book-text h2 {
        font-size: 32px;
    }

    .banner-blog .tittle h2 {
        font-size: 36px;
    }
}

@media (max-width: 1399px) {
    .popular-blog-list {
        overflow-y: auto;
        padding: 10px;
    }

    .popular-blog-list::-webkit-scrollbar {
        width: 5px;
    }

    .popular-blog-list::-webkit-scrollbar-track {
        background: #f0f6f9;
    }

    .popular-blog-list::-webkit-scrollbar-thumb {
        background: var(--primary);
        border-radius: 10px;
        height: 50px;
    }
}

@media (max-width: 1199px) {
    /* section-1 */
    .section-1 h2 {
        font-size: 40px;
    }

    .section-4 h3 {
        font-size: 31px;
    }

    .last-img img {
        margin: 0px;
    }

    .section-6 .colmn .img {
        margin-bottom: 0;
    }

    .section-6 h3 {
        font-size: 15px;
    }

    .section-6 .colmn {
        padding: 14px;
    }

    .section-7 .colmn-1 {
        padding: 30px 20px;
    }

    .section-7 p {
        font-size: 18px;
    }

    .section-7 .colmn-2 {
        padding: 30px 20px;
    }

    .section-7 .chart canvas {
        height: 205px !important;
    }

    .section-9 h2,
    .section-8 h2 {
        font-size: 30px;
    }

    .public-icons {
        padding: 0 30px;
    }

    .section5 .img::before {
        width: 92%;
    }

    .banner-blog .tittle h2 {
        font-size: 30px;
    }

    /* Author Profile */
    .author-section .profile-pic img {
        max-width: 170px;
    }

    .details-author .para p {
        font-size: 18px;
    }

    .popular-blog-list {
        max-height: 400px;
    }

    .banner-blog .main-image img {
        height: 320px;
    }
}

@media (max-width: 991px) {
    .banner h1 {
        font-size: 120px;
    }

    .banner p {
        font-size: 20px;
    }

    .banner .colmns h3 {
        font-size: 30px;
    }

    .section-3 p {
        font-size: 14px;
    }

    .section-3 h3 {
        font-size: 29px;
    }

    .section-4 h3 {
        font-size: 22px;
    }

    .section-4 p {
        margin: 0;
        font-size: 20px;
    }

    .section-4 .pen {
        max-width: 100px;
        margin-left: 15px;
    }

    .section5 .img::before {
        width: 88%;
    }

    .section5 {
        margin: 50px 0px;
    }

    .section5 .text ul {
        margin-top: 10px;
    }

    .section-6 .colmn {
        padding: 12px 15px 20px;
        margin-bottom: 30px;
    }

    .section-6 .colmn .img {
        margin-bottom: 17px;
        margin-top: 18px;
    }

    h2.big {
        font-size: 30px;
    }

    .section-6::before {
        height: 53%;
    }

    .section-6 .swiper-slide {
        padding: 0 15px;
    }

    .section-7 {
        padding-top: 50px;
    }

    .section-7 .colmn-1 {
        margin-bottom: 30px;
    }

    .section-8 {
        margin: 50px 0 0px;
    }

    .section-8 .wrapper {
        flex-direction: column;
        width: 100%;
        padding: 30px;
    }

    .section-8 img {
        max-width: 280px;
    }

    .section-9 {
        margin: 30px 0 50px;
    }

    .section-9 .wrapper {
        flex-direction: column-reverse;
        width: 100%;
        padding: 30px;
    }

    .section-9 img {
        max-width: 200px;
    }

    .section-9 img {
        margin-bottom: 30px;
    }

    /* section-11 */
    .section11 h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .contact-form h3 {
        font-size: 16px;
    }

    .contact-form .form-control {
        font-size: 16px;
    }

    .al-range-slider__grid-mark {
        font-size: 15px;
    }

    .contact-form button {
        margin: 13px 0 8px 0;
    }

    .contact-form .contact-text {
        margin-bottom: 20px;
    }

    .contact-form .area-text {
        margin-top: 70px;
    }

    .section11 label {
        font-size: 16px;
    }

    /* Section-12 */
    .public-icons {
        margin: -15% auto 0;
    }

    .prod-icon .hover-content {
        padding: 10px 25px;
    }

    .contact-form [type="checkbox"] {
        margin-top: 2px;
    }

    /* Footer */
    footer .text img {
        max-width: 250px;
        margin-bottom: 20px;
    }

    /* blog page  */
    .blog-explain .image {
        padding: 25px;
    }

    .blog-card .deatils h2 {
        font-size: 14px;
    }

    /* Author */
    .author-section .profile-pic img {
        max-width: 140px;
    }

    .detail-blog .author .text h2 {
        font-size: 25px;
    }

    .detail-blog .author .text p {
        font-size: 16px;
    }

    .author-links .tittle h3 {
        font-size: 18px;
    }

    .author-links .profiles-link .site-btn {
        max-width: 160px;
        font-size: 14px;
    }

    .details-author .tittle h2 {
        font-size: 30px;
    }

    .details-author .tittle p {
        font-size: 18px;
    }

    .details-author .para p {
        font-size: 16px;
    }

    .details-author .tittle {
        margin-bottom: 20px;
    }

    .author-section {
        margin: 50px 0 50px;
    }

    .detail-blog .author .text h2 {
        font-size: 25px;
    }

    .detail-blog .author .text p {
        font-size: 16px;
    }

    .social-media {
        font-size: 16px;
        width: 35px;
    }

    .popular-blog-list {
        max-height: 300px;
    }

    .banner-blog .main-image .img-details {
        padding: 15px;
    }

    .popup-book .section1 {
        padding-top: 20px;
    }

    .banner-blog .main-image img {
        height: 260px;
    }
}

@media (max-width: 767px) {
    .site-btn {
        padding: 10px 50px !important;
    }

    /* header */
    .navegation {
        margin-top: 20px;
    }

    .navbar img {
        max-width: 118px;
    }

    /* .banner */
    .banner {
        padding-top: 130px;
        padding-bottom: 50px;
    }

    .banner p {
        font-size: 19px;
        margin: 0;
    }

    .banner h1 {
        font-size: 60px;
    }

    .banner::before {
        height: 46%;
        background-size: cover;
    }

    .banner .colmns {
        width: 68%;
        margin: auto;
        margin-bottom: 30px;
    }

    .banner .colmns h3 {
        font-size: 30px;
    }

    .banner .colmns .arrow {
        top: 97%;
        left: 101%;
        width: 20%;
    }

    .banner .colm2 .arrow {
        left: unset;
        right: 101%;
    }

    /* .section-1 */
    .section-1 .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .section-1 .image img {
        max-width: 300px;
    }

    h2.big {
        font-size: 27px;
    }

    .section-1 h3 {
        margin: 15px 0px 18px;
        font-size: 20px;
    }

    .section-1 h2 {
        margin-top: 20px;
    }

    .section-1 {
        margin-bottom: 50px;
    }

    .section-2 .row {
        flex-direction: column;
        text-align: center;
    }

    /* .section-3 */
    .section-3 .row {
        text-align: center;
    }

    .section-3 .colmn {
        margin: 20px 0;
    }

    .section-3 .bdr {
        border: none;
    }

    .section-3 p {
        margin: 0 0 10px;
    }

    .section-3 {
        padding: 50px 0;
        margin-top: 60px;
    }

    /* .section-4 */
    .section-4 {
        padding: 50px 0;
    }

    .section-4 .img {
        padding-bottom: 20px;
    }

    /* section-5 */
    .section5 {
        margin: 50px 0px;
    }

    .section5 .img img {
        max-width: 240px;
    }

    .section5 .img::before {
        width: 86%;
    }

    .section5 .text h3 {
        font-size: 26px;
        text-align: center;
    }

    .section5 .text li {
        font-size: 15px;
    }

    .section5 .text {
        margin-top: 23px;
    }

    .section5 .colmns {
        max-width: 316px;
    }

    .section5 .text ul {
        margin: 10px auto 15px;
        width: max-content;
    }

    .section5 .site-btn {
        display: block;
        margin: auto;
    }

    /* section-6 */
    .section-6 .stackSlider .swiper-wrapper {
        padding: 0px 0 40px;
    }

    /* section-7 */
    .section-7 h3 {
        font-size: 25px;
    }

    .section-7 h2 {
        font-size: 30px;
    }

    .section-7 p {
        font-size: 14px;
    }

    /* section-8 */
    .section-8 {
        margin-top: 50px;
    }

    .sec8-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .section-8 img {
        max-width: 200px;
    }

    .section-8 h2 {
        font-size: 19px;
    }

    .section-8 p {
        font-size: 14px;
    }

    /* section-9 */
    .section-9 {
        margin-bottom: 50px;
    }

    .section-9 img {
        max-width: 160px;
    }

    .section-9 h2 {
        font-size: 19px;
    }

    .section-9 p {
        font-size: 14px;
    }

    /* section-10 */
    .section-10 {
        padding-bottom: 50px;
    }

    .section-10 .img {
        max-width: 130px;
    }

    .section-10 p {
        font-size: 20px;
    }

    /* section-11 */
    .section11 h2 {
        padding-top: 10px;
        font-size: 22px;
    }

    .section11::before {
        height: 12%;
    }

    .contact-form {
        padding: 35px 20px;
    }

    .contact-form h3 {
        font-size: 15px;
        line-height: 1.5;
    }

    .option {
        display: none;
    }

    .contact-form button {
        margin: 15px 0 0;
        font-size: 14px;
        min-width: auto;
        width: 100%;
    }

    .prod-icon {
        max-width: 100%;
    }

    .prod-icon .hover-content h4 {
        font-size: 20px;
    }

    /* section-12 */
    .section12 .text {
        padding: 40px 15px 100px;
    }

    .section12 h2,
    .section12 h3 {
        font-size: 26px;
        line-height: 1.3;
    }

    /* Footer */
    footer .text img {
        max-width: 210px;
        margin-bottom: 15px;
    }

    footer .text p {
        font-size: 14px;
    }

    /* Blog Page */
    section.banner-blog {
        margin: 0;
        padding: 125px 0 10px;
    }

    .banner-blog .main-image .img-details {
        padding: 16px 16px;
    }

    .banner-blog .main-image {
        margin-bottom: 30px;
    }

    .main-image .img-details h2,
    .blog-card .deatils h2,
    .blog-faq .tittle h2 {
        font-size: 20px !important;
    }

    .banner-blog .tittle h2 {
        font-size: 25px !important;
    }

    /* Blog Details */
    .detail-blog .social-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .social-media {
        margin-bottom: 0;
        width: 50px;
    }

    .blog-explain .image {
        margin-bottom: 30px;
        background-size: 100% 56%;
    }

    .blog-explain .book-text h2 {
        font-size: 23px;
        text-align: center;
    }

    .detail-blog .social-icons {
        margin-top: 0;
    }

    .blog-explain .book-text {
        max-width: 204px;
    }

    .blog-faq .tittle h2 {
        font-size: 15px !important;
    }

    .faq-answers {
        padding: 15px;
    }

    .faq-answers .accordion-button {
        font-size: 15px;
    }

    .faq-answers .accordion-body {
        padding: 0;
    }

    .v-left,
    .v-right {
        width: 50%;
    }

    .popup-book .section1 h3 {
        font-size: 20px;
    }

    .blog-faq {
        margin-bottom: 30px;
    }

    .popup-book .section1 {
        padding: 20px 0 40px;
    }

    .blog-explain .alert {
        padding: 15px;
    }

    .blog-explain .alert p {
        font-size: 14px;
    }

    .blog-explain {
        margin-bottom: 40px;
    }

    .popular .list {
        margin-bottom: 15px;
    }

    .search-blog .input-group-text {
        padding: 14px;
    }

    .blogs {
        margin-bottom: 40px;
    }

    /* Author Profile*/
    .author-section .profile-pic img {
        max-width: 200px;
    }

    .author-profile {
        display: block;
    }

    .author-profile .author-leftside {
        width: 100%;
        margin-bottom: 40px;
    }

    .author-profile .author-righttside {
        width: 100%;
    }

    .author-links .profiles-link .site-btn {
        width: 100%;
        max-width: unset;
        font-size: 16px;
    }

    .details-author .para p {
        font-size: 14px;
    }

    .detail-blog .author .text h2 {
        font-size: 22px;
    }

    .detail-blog .author .text p {
        font-size: 14px;
    }

    .profiles-link.btn-wrape {
        width: unset;
    }

    .popular-blog-list {
        overflow-y: unset;
        padding: unset;
        max-height: unset;
    }

    .detail-blog .author-pic img {
        max-width: 70px;
    }

    .banner-blog .main-image {
        height: auto;
    }

    .popular .list a {
        margin-bottom: 0;
    }

    .popular .list {
        margin-bottom: 10px;
    }

    .main-image .img-details h2 {
        font-size: 14px !important;
    }
}
