@font-face {
    font-family: 'Barbershop-in-Thailand';
    src: url('../fonts/Barbershop-in-Thailand.ttf.woff') format('woff'), url('../fonts/Barbershop-in-Thailand.ttf.svg#Barbershop-in-Thailand') format('svg'), url('../fonts/Barbershop-in-Thailand.ttf.eot'), url('../fonts/Barbershop-in-Thailand.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/georgia/georgia.ttf');
}

@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/agrandir/Agrandir-TextBold.otf');
    font-weight: 700;
}

@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/agrandir/Agrandir-Regular.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/agrandir/Agrandir-GrandHeavy.otf');
    font-weight: 800;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Georgia', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.crisp-client .cc-1brb6 .cc-1yy0g .cc-1m2mf[data-is-failure=false] {
    display: none !important;
}



.style-text {
    font-family: 'Barbershop-in-Thailand';
    font-size: 3rem;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48
}

.text-purple {
    color: #8e21ca;
    background: -webkit-linear-gradient(128.64deg, #8E21CA 31.81%, #254AAD 74.78%);
    -webkit-background-clip: text;
    --webkit-text-fill-color: #8e21ca;
    background-clip: text;
    text-fill-color: #8e21ca;
}

.btn-outline-primary {
    border-color: #8e21ca !important;
}

.btn-outline-primary:hover {
    color: #8e21ca !important;
}

.btn-primary {
    border-color: ##8e21ca !important;
}

.text-primary {
    color: ##8e21ca !important;
}

.border-purple {
    border: 1px solid #5334DB;
}

.bg-purple {
    background-color: #5334DB;
}

.btn-round {
    border-radius: 20px;
    ;
}

.bg-yellow {
    background: #FFCA41;
}

.bg-cream {
    background-color: #C8BB8D;
}

.bg-orange {
    background-color: #F4743B;
}

.bg-sky-blue {
    background-color: #00ABE7;
}

.bg-brown {
    background-color: #B45B31;
}

.bg-light-cream {
    background-color: #FED766;
}

.bg-blue {
    background-color: #0D52AA;
}

.bg-pink {
    background-color: #C11D9D;
}

.input-round,
.select2-container--default .select2-selection--single {
    border-radius: 21px;
}

.select-wrapper select,
.select-wrapper option {
    -webkit-appearance: none;
    appearance: none;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper:after {
    content: '\0025BC';
    font: normal normal normal 12px/1 FontAwesome;
    color: #484343;
    right: 8px;
    top: 48%;
    bottom: 0;
    height: 26px;
    padding: 0px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
    margin: auto auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
    text-align: left;
}

.select2-results__option {
    font-size: 0.9rem;
}

.input-group-round input {
    border-top-right-radius: 21px !important;
    border-bottom-right-radius: 21px !important;
}

.homeform .form-group {
    margin-bottom: 0.5rem;
}

.homeform small {
    font-size: 60%;
}

.input-group-round select {
    border-top-left-radius: 21px !important;
    border-bottom-left-radius: 21px !important;
}

.input-group-round .input-group-text {
    background: #fff;
    border-top-left-radius: 21px !important;
    border-bottom-left-radius: 21px !important;
}

.small,
small {
    font-size: 70%;
    font-weight: 400;
}

.bg-dark-brown {
    background-color: #795B3F;
}

@media screen and (min-width:767px) {
    .btn:not(.input-btn) {
        font-size: 1.2rem !important;
    }
}

/* Header */
header.header.header-with_bg.header-transparent.px-0.px-md-2 {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
}

.navbar-toggle {
    display: block !important;
}

button.navbar-toggle.animate__animated.animate__backInDown.animate__slow {
    background-color: transparent;
    border: none;
}

/* animate menu ison */

.navbar-toggle {
    position: relative;
    background: linear-gradient(128.64deg, #8E21CA 31.81%, #254AAD 74.78%);
    border: none;
    padding: 15px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.navbar-toggle svg>g>path {
    fill: #ffffff !important;
}

.navbar-toggle::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    animation-iteration-count: 1;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(143 35 202 / 50%);
    top: -25%;
    left: -25%;
    background: rgb(142 33 202 / 50%);
}

.left-header,
.middle-header,
.right-header {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    max-width: 100%;
}

.left-header svg {
    height: 25px;
    width: 25px;
    margin-left: -8px;
    margin-top: -21px;
}

.logo img {
    max-height: 3.3rem;
}

.topnav li {
    /*! margin: 0 0 0 0; */
    /*! width: 28px; */
    /*! height: 28px; */
    /* margin-bottom: 0.5rem; */
    /*! padding-right: 0.25rem; */
}

.topnav svg {
    width: 23px;
    height: 23px;
}

.d_cart span {
    display: inline-block !important;
    width: 20px;
    height: 20px;
    background: var(--new-gradient);
    color: #fff;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 5px;
}

/* .topnav svg>g>path,
.topnav svg>path {
    fill: #810DC1 !important;
} */

.topnav .navbar-nav {
    /*! flex-direction: row; */
    /*! flex-wrap: wrap; */
    /*! justify-content: space-between; */
    /*! max-width: 70px; */
}

.navbar-brand {
    margin-right: 0;
}

@media screen and (min-width:576px) and (max-width:767px) {
    .navbar-toggle {
        position: relative;
        width: 60px;
        height: 60px;
    }

    .left-header svg,
    .navbar-toggle svg {
        height: 34px;
        margin-left: -3px;
        margin-top: -2px;
        width: 34px;
    }
}

@media screen and (min-width: 767.98px) {
    .navbar-toggle {
        position: relative;
        width: 80px;
        height: 80px;
    }

    .left-header svg,
    .navbar-toggle svg {
        height: 45px;
        margin-left: -3px;
        margin-top: -2px;
        width: 45px;
    }

    .logo img {
        max-height: 4.5rem;
    }


    .topnav .navbar-nav {
        max-width: 100%;
    }

    .topnav li {
        /*! height: 42px; */
        /*! width: 38px; */
        /*! margin: 0 0.25rem 0 0.25rem; */
    }

    .topnav svg {
        width: 28px;
        height: 28px;
    }
}

@media screen and (min-width: 991.98px) {
    .logo img {
        max-height: 90px;
    }
}

/* Slider */
.slider {
    height: 100%;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel.slide.fp-slide {
    float: none !important;
}

.carousel-caption {
    position: absolute;
    right: 1%;
    top: 32px;
    left: 1%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h1:not(.slide-title) {
    font-size: 1.6rem;
}

.carousel-caption h1.slide-title {
    font-size: 1.6rem;
}

.carousel .fp-tableCell {
    vertical-align: bottom !important;
}

.play-btn {
    width: 40px;
    height: 40px;
    background: radial-gradient(rgb(241 241 241 / 0%) 60%, #8e21ca 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 0px auto .5rem;
    box-shadow: 0px 0px 20px 3px rgb(130 38 199 / 42%);
}

a.play-btn.play-sm {
    width: 50px;
    height: 50px;
    margin: 0px 3px 0 20px;
    /* background: #fff; */
}

/* triangle */
.play-sm.play-btn::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 15px solid #000;
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #101010;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(142 33 202 / 50%);
    top: -25%;
    left: -25%;
    background: rgb(142 33 202 / 10%);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.grecaptcha-badge {
    display: none !important;
}

/* masonary */
.masonary-slider {
    height: 86vh;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: 0;
    box-sizing: border-box;
}

.masonary-slider-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    /* margin-left: 0; */
}

.img-masanory {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: auto;
    right: auto;
    width: 1500px;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    flex-wrap: nowrap;
}

.msn-col {
    width: calc(3 / 12 * 100%);
    margin: 0 7px;
}

.presentation-container {
    box-sizing: border-box;
}

.item-container {
    WIDTH: 236px;
    height: 210px;
    border-radius: 20px;
    margin: 7px 0 7px;
    overflow: hidden;
}

.item-container>div {
    background-size: cover !important;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}

.msn-col .masonary-item {
    /* height: 48%; */
    /* width: auto; */
    /* margin: 7.5px 0; */
    overflow: visible;
    object-fit: cover;
    /* border-radius: 20px; */
}

.msn-col:nth-child(1) .masonary-item:first-child {
    margin-top: 3rem;
}

.msn-col:nth-child(2) .masonary-item:first-child {
    margin-top: 11rem;
}

.msn-col:nth-child(3) .masonary-item:first-child {
    margin-top: 21rem;
}

.msn-col:nth-child(4) .masonary-item:first-child {
    margin-top: 21rem;
}

.msn-col:nth-child(5) .masonary-item:first-child {
    margin-top: 11rem;
}

.msn-col:nth-child(6) .masonary-item:first-child {
    margin-top: 3rem;
}

.animate__delay-2s {
    --animate-delay: 0.2s !important;
}

.animate__delay-3s {
    --animate-delay: .5s !important;
}

.animate__delay-4s {
    --animate-delay: .6s !important;
}

.animate__delay-5s {
    --animate-delay: .7s !important;
}

.animate__delay-6s {
    --animate-delay: .8s !important;
}

.animate__animated.animate__delay-6s {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-delay: calc(.8 * 2);
    animation-delay: calc(.8 * 2);
}


.slider .section-nav {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);
    z-index: 99;
    bottom: 49;
}

.slider .section-nav .circle {
    margin-top: 30px;
}

.slider .section-nav .circle .fa {
    transform: rotate(180deg);
}

/* .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
} */

@media screen and (min-width:576px) {
    .carousel-caption h1:not(.slide-title) {
        font-size: 1.5rem;
    }

    .carousel-caption h1.slide-title {
        font-size: 2rem;
    }
}

@media screen and (min-width:767px) {
    .carousel-caption h1:not(.slide-title) {
        font-size: 2rem;
    }

    .carousel-caption h1.slide-title {
        font-size: 2.5rem;
    }

    .carousel-caption {
        right: 1%;
        top: 0;
        left: 1%;
        padding-top: 20px;
    }
}

@media screen and (min-width: 992px) {
    .carousel-caption {
        right: 1%;
        top: 0;
        left: 1%;
        padding-top: 20px;
    }

    .carousel-caption h1:not(.slide-title) {
        font-size: 2.5rem;
    }

    .carousel-caption h1.slide-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 576px) {
    .signup-sec .img-col {
        height: 14% !important;
    }

    .signup-sec .content-col {
        height: 86% !important;
    }

    .img-masanory {
        width: 100%;
    }

    .msn-col {
        width: calc((6 / 12 * 100%) - 14px);
    }

    .item-container {
        max-width: 100%;
        height: 7em;
    }

    .msn-col:nth-child(1) .masonary-item:nth-child(3),
    .msn-col:nth-child(2) .masonary-item:nth-child(3) {
        margin-top: 18.9rem;
        /* margin-bottom: 0; */
    }
}


/* Sidebar */
.sizebarfixed {
    display: none;
}

/*  main */

.section-row {
    height: 100%;

}

.section-row>.row,
.content-wrapper {
    height: 100%;
    width: 100%;
}

.section-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 2;
}

.section-bottom h3 {
    margin-bottom: 0;
}

.section-nav {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 4;
}

.section-nav .circle {
    border: 1px solid transparent;
    width: 50px;
    height: 50px;
    margin: auto auto;
    border-radius: 100%;
    font-size: 2rem;
    padding-top: 4px;
}

.section-nav .circle {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.section-nav .circle>a::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    animation-iteration-count: 1;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;

    top: -25%;
    left: -25%;
    border: 5px solid rgb(143 35 202 / 50%);
    background: rgb(142 33 202 / 50%);
}

section[data-anchor="what-we-do"] .section-nav .circle>a::before,
section[data-anchor="logos-branding-and-graphic-design"] .section-nav .circle>a::before {
    border: 5px solid rgb(139 38 53 / 50%);
    background: rgb(139 38 53 / 75%);
}

section[data-anchor="innovative-business-cards"] .section-nav .circle>a::before {
    border: 5px solid rgb(27 27 58 / 50%);
    background: rgb(27 27 58 / 50%);
}

section[data-anchor="smart-networking-products"] .section-nav .circle>a::before {
    border: 5px solid rgb(32 129 195 / 50%);
    background: rgb(32 129 195 / 50%);
}

[data-anchor="your-virtual-office-and-workforce"] .section-nav .circle>a::before {
    border: 5px solid rgb(83 52 219 / 50%);
    background: rgb(83 52 219 / 50%);
}

[data-anchor="website-and-mobile-app-development"] .section-nav .circle>a::before {
    border: 5px solid rgb(247 127 0 / 50%);
    background: rgb(247 127 0 / 50%);
}

[data-anchor="domain-names-web-hosting-website-security-and-more"] .section-nav .circle>a::before {
    border: 5px solid rgb(87 196 229 / 50%);
    background: rgb(87 196 229 / 50%);
}

[data-anchor="marketing-materials-and-creative-prints"] .section-nav .circle>a::before {
    border: 5px solid rgb(8 61 119 / 50%);
    background: rgb(8 61 119 / 50%);
}

[data-anchor="promotional-products-and-gifts"] .section-nav .circle>a::before {
    border: 5px solid rgb(27 152 224 / 50%);
    background: rgb(27 152 224 / 50%);
}

[data-anchor="business-and-professional-services"] .section-nav .circle>a::before {
    border: 5px solid rgb(240 200 8 / 50%);
    background: rgb(240 200 8 / 50%);
}

[data-anchor="handmade-canvas-oil-paintings"] .section-nav .circle>a::before {
    border: 5px solid rgb(231 90 124 / 50%);
    background: rgb(231 90 124 / 50%);
}

[data-anchor="digital-marketing-and-sales-optimization"] .section-nav .circle>a::before {
    border: 5px solid rgb(82 255 184 / 50%);
    background: rgb(82 255 184 / 50%);
}

[data-anchor="direct-mail-marketing-and-advertising"] .section-nav .circle>a::before {
    border: 5px solid rgb(121 180 115 / 50%);
    background: rgb(121 180 115 / 50%);
}

[data-anchor="social-media-management-and-marketing"] .section-nav .circle>a::before {
    border: 5px solid rgb(92 200 255 / 50%);
    background: rgb(92 200 255 / 50%);
}

[data-anchor="contant-creation-and-copywriting"] .section-nav .circle>a::before {
    border: 5px solid rgb(172 243 157 / 50%);
    background: rgb(172 243 157 / 50%);
}

[data-anchor="animation-and-video"] .section-nav .circle>a::before {
    border: 5px solid rgb(208 173 167 / 50%);
    background: rgb(208 173 167 / 50%);
}

[data-anchor="music-and-audio"] .section-nav .circle>a::before {
    border: 5px solid rgb(23 37 90 / 50%);
    background: rgb(23 37 90 / 50%);
}

[data-anchor="photography-and-videography"] .section-nav .circle>a::before {
    border: 5px solid rgb(23 37 90 / 50%);
    background: rgb(23 37 90 / 50%);
}

[data-anchor="drop-marketing-products"] .section-nav .circle>a::before {
    border: 5px solid rgb(179 57 81 / 50%);
    background: rgb(179 57 81 / 50%);
}

[data-anchor="stationery-and-branded-office-items"] .section-nav .circle>a::before {
    border: 5px solid rgb(222 222 221 / 50%);
    background: rgb(163 247 181 / 50%);
}

[data-anchor="signs-banners-and-displays"] .section-nav .circle>a::before {
    border: 5px solid rgb(215 189 208 / 55%);
    background: rgb(209 131 201 / 49%);
}

/*pending*/
[data-anchor="stickers-labels-and-packaging"] .section-nav .circle>a::before {
    border: 5px solid rgb(240 200 8 / 50%);
    background: rgb(240 200 8 / 50%);
}

[data-anchor="invitations-and-announcements"] .section-nav .circle>a::before {
    border: 5px solid rgb(155 126 222 / 50%);
    background: rgb(155 126 222 / 50%);
}

[data-anchor="thank-you-and-greeting-cards"] .section-nav .circle>a::before {
    border: 5px solid rgb(153 178 221 / 50%);
    background: rgb(194 191 191 / 50%);
}

[data-anchor="qr-code-marketing"] .section-nav .circle>a::before {
    border: 5px solid rgb(184 184 255 / 50%);
    background: rgb(184 184 255 / 50%);
}

[data-anchor="the-ideal-bio-networking-link"] .section-nav .circle>a::before {
    border: 5px solid rgb(241 191 152 / 50%);
    background: rgb(241 191 152 / 50%);
}

[data-anchor="3d-and-pop-up-dimensional-prints"] .section-nav .circle>a::before {
    border: 5px solid rgb(244 96 54 / 50%);
    background: rgb(244 96 54 / 50%);
}

[data-anchor="photo-and-imagery-products"] .section-nav .circle>a::before {
    border: 5px solid rgb(149 142 141 / 50%);
    background: rgb(23 37 90 / 50%);
}

[data-anchor="home-and-living"] .section-nav .circle>a::before {
    border: 5px solid rgb(144 148 187 / 50%);
    background: rgb(127 149 209 / 50%);
}

[data-anchor="motivational-clothing-and-accessories"] .section-nav .circle>a::before {
    border: 5px solid rgb(247 239 129 / 50%);
    background: rgb(247 239 129 / 50%);
}

[data-anchor="fahionable-clothing-and-accessories"] .section-nav .circle>a::before {
    border: 5px solid rgb(244 191 219 / 50%);
    background: rgb(244 191 219 / 50%);
}

[data-anchor="branded-phone-cases"] .section-nav .circle>a::before {
    border: 5px solid rgb(39 76 119 / 50%);
    background: rgb(39 76 119 / 50%);
}

[data-anchor="your-medical-emergency-bio"] .section-nav .circle>a::before {
    border: 5px solid rgb(219 90 66 / 50%);
    background: rgb(219 90 66 / 50%);
}

[data-anchor="your-medical-emergency-bio"] .section-nav .circle>a::before {
    border: 5px solid rgb(219 90 66 / 50%);
    background: rgb(219 90 66 / 50%);
}

[data-anchor="wedding-day-essentials-invitations-and-announcements"] .section-nav .circle>a::before {
    border: 5px solid rgb(234 196 213 / 50%);
    background: rgb(209 131 201 / 50%);
}

[data-anchor="identity-theft-prevention-and-privacy-protection-products"] .section-nav .circle>a::before {
    border: 5px solid rgb(242 237 111 / 50%);
    background: rgb(242 237 111 / 50%);
}

[data-anchor="office-supplies-and-business-accessories"] .section-nav .circle>a::before {
    border: 5px solid rgb(181 255 225 / 50%);
    background: rgb(181 255 225 / 50%);
}

[data-anchor="our-digital-magazine-for-business-owners"] .section-nav .circle>a::before {
    border: 5px solid rgb(109 82 65 / 50%);
    background: rgb(109 82 65 / 50%);
}

[data-anchor="about-us"] .section-nav .circle>a::before {
    border: 5px solid rgb(142 33 202 / 50%);
    background: rgb(142 33 202 / 50%);
}

[data-anchor="sign-up"] .section-nav .circle>a::before {
    border: 5px solid rgb(37 74 173 / 50%);
    background: rgb(37 74 173 / 50%);
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-30px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-30px);
    }
}

.content-wrapper {
    padding: 30px 30px;
}

.content {
    text-align: center;
}

.section-sub-title {
    margin-bottom: 0;
}

h1.section-title {
    margin-bottom: .25rem;
    font-family: 'Agrandir';
    font-weight: 800;
    font-size: 2.2rem;
}

.link-btn {
    padding-top: .25rem;
}

.link-btn a {
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 25px;
}

.content-img,
.img-cover {
    height: 100%;
    width: 100%;
}

.img-cover {
    object-fit: cover;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 58%);
}

.vertical-btns a {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    width: 49%;
    font-size: 11px;
    height: 32px;
}

.vertical-btns a>img {
    width: 18px;
    max-height: 25px;
    margin-right: 0px;
}

.homeform label {
    font-size: 1rem;
    margin-bottom: 0;
}

/* .modal-header .close {
    background: #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    font-size: 24px;
    font-weight: normal;
}

.modal-header .close>i {
    font-weight: 100;
} */

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    object-fit: cover;
}

.embed-responsive {

    display: contents;

}

@media screen and (min-width:768px) {
    .vertical-btns a {
        display: block;
        text-align: left;
        margin-bottom: 10px;
        width: auto;
        font-size: small;
        height: 32px;
    }

    .vertical-btns a>img {
        width: 18px;
        max-height: 25px;
        margin-right: 8px;
    }

    .section-nav {
        bottom: 50px;
    }

    .screen-section:not(.last):nth-child(even) .row>.col-12:first-child {
        order: 2 !important;
    }

    .screen-section:not(.last):nth-child(even) .row>.col-12:last-child {
        order: 1 !important;
    }

    .screen-section:not(.last):nth-child(odd) .row>.col-12:first-child {
        order: 1 !important;
    }

    .screen-section:not(.last):nth-child(odd) .row>.col-12:last-child {
        order: 2 !important;
    }

    h1.section-title {
        margin-bottom: .7rem;
    }
}

@media screen and (max-width:576px) {

    .content-col {
        height: 72% !important;
        order: 2;
    }

    .content-col .content {
        max-height: 100%;
    }

    .content-wrapper {
        padding: 15px 15px;
    }

    .content-col p {
        margin-bottom: .25rem !important;
        font-size: 16px;
    }

    .content-col h1 {
        font-size: 1.5rem !important;
    }

    .content-col h1.style-text {
        font-size: 2rem !important;
    }

    .section-bottom h3 {
        font-size: 1.3rem;
    }

    .img-col {
        height: 28% !important;
        order: 1;
    }

    .homeform small {
        font-size: .75rem;
    }
}


/*Footer*/
.home-footer {
    padding: 20px 20px 8px;
}

.call-to-action {
    /* gradient */
    background: linear-gradient(128.64deg, #8E21CA 31.81%, #254AAD 74.78%);
    border-radius: 43px;

    margin-bottom: 1rem;
}

.action_container {
    padding: 10px 15px;
}

.call-to-action h2 {
    color: #fff;
    margin-bottom: 0;
}

.footer-logo svg {
    max-height: 3em;
    width: auto;
    margin-bottom: 0.5rem;
}

.footer-logo svg path {
    /* fill:#fff; */
}

.social-links {
    max-width: 200px;
    text-align: center;
    margin: 15px auto;
}

.social-links li {
    text-align: left;
}

.social-links li svg {
    width: calc(250px / 10);
}

.social-links li svg>path {
    fill: #0e0d0d;
}

.footer_content h3 {
    font-size: 1.5rem;
    text-align:
        center;
    /* color: #fff; */
}

.footer_content ul.link {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.footer_content ul.link>li>a {
    color: #080808;
    font-size: 1rem;
    text-decoration:
        none;
    transition:
        linear 0.2s;
    /* line-height: 22px; */
}

.footer_content ul.link>li>a:hover {
    color: #525252;
    transition:
        linear 0.2s;
}

.footer-bottom {
    /* position: absolute; */
    width: 100%;
    /* left: 0; */
    /* bottom: 8px; */
}

.footer-bottom .copyright span {
    font-size: 1rem;
}

@media screen and (min-width:767px) {
    .social-links {
        margin: 15px 0;
    }
}