@charset "utf-8";
/*!
 * custom.css
 * Webkokteyli - 2022
 */

:root {
    /* https://chir.ag/projects/name-that-color/ */
    --patron-cadillac: #b05364;
    --patron-viola: #c78eb7;
    --patron-kobi: #eab7ce;
    --patron-prim: #efdcee;
    --patron-trendy: #855598;
    --patron-whisper: #f7f7fb;
    --patron-whisper-alt: #f6f4f7;
    --patron-tundora: #3d393a;
    --patron-gravel: #0000FF;
    /*    --patron-gravel: #443f46;*/

    --color-primary: var(--patron-cadillac);
    --color-secondary: var(--patron-trendy);
}
::-moz-selection {
    color: var(--patron-gravel);
    background: #e9adb8;
}
::selection {
    color: var(--patron-gravel);
    background: #e9adb8;
}

/* container */
@media (min-width: 1400px){
    .container,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1200px;
    }
}

/* body */
body{
    color: var(--patron-gravel);
    line-height: 1.8;
}

/* h */
.headers .h+p,
.headers .h+span {
    color: #777;
}
.headers .h4+p,
.headers .h4+span,
.headers .h5+p,
.headers .h5+span,
.headers .h6+p,
.headers .h6+span {
    font-size: 0.9375rem;
}
.h,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: var(--patron-tundora);
    line-height: 1.4;
}
h1, .h1 {
    font-weight: 700;
    font-size: 2rem;
}
h2, .h2 {
    font-weight: 600;
    font-size: 1.75rem;
}
h3, .h3 {
    font-weight: 500;
    font-size: 1.5rem;
}
h4, .h4{
    font-weight: 500;
    font-size: 1.25rem;
}
h5, .h5{
    font-weight: 500;
    font-size: 1.25rem;
}
h6, .h6{
    font-weight: 500;
    font-size: 1.25rem;
}

/* buttons */
.buttons {
    
}
.button,
.button:active,
.button:focus{
    
}
.button.button-secondary {
    --color-primary: var(--color-secondary);
}
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    background-color: var(--color-primary);
    color: #fffe;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.2px;
    padding: 0 2.4rem;
    border-radius: 10px;
    border-color: var(--color-primary);
    padding-bottom: 1px;
    transition: all .15s ease-in-out;
    text-decoration: none !important;
}
.button.active,
.btn.button:hover {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
    filter: brightness(1.05);
    box-shadow: 0 0 15px -8px #0009;
}
.button.button-hollow {
    color: var(--color-primary);
    border-color: var(--color-primary);
    /* border-color: #c78a95; */
    background-color: transparent;
}
.button.button-hollow.active,
.button.button-hollow:hover {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
    filter: brightness(1.05);
    box-shadow: 0 0 12px -7px #000;
}
.button-narrow {
    height: 33px;
    padding: 0 1.5rem;
    border-radius: 8px;
}
.button > i {
    margin-left: 10px;
    margin-bottom: -1px;
    opacity: 0.8;
    font-size: 12px;
}
.icon-left i {
    margin: 0 10px 0 0;
}
.button-icon {
    padding-left: 49px;
    border: 0;
    position: relative;
    overflow: hidden;
}
.button-icon i {
    display: flex;
    width: 36px;
    height: 100%;
    background-color: #0004;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    margin: 0;
}

/* a */
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

/* card */
.card {
    border: 0;
    border-radius: 20px;
}
strong {
    color: var(--patron-gravel);
}

/* form */
.form-item {
    margin-bottom: 1.25rem;
}
.form-item.form-item-submit {
    margin-top: 40px;
    margin-top: 2vh;
}
.form-control::placeholder {
    color: #767178;
}

/* section */
.section.section-home {
    margin: 0;
    padding: 3rem 0;
}

/* header */
header {
    position: fixed;
    width: 100%;
    z-index: 16;
}
.navbar {
    padding: 0;
    background-color: #fff;
    height: 80px;
    box-shadow: 0 0 25px -10px #0002;
}
.navbar>.container {
    position: relative;
}
.navbar-brand {
    margin: 0;
    padding: 0;
    display: flex;
}
.navbar-brand > img {
    width: 140px;
}
.menu-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-area .navbar-tools {
    margin-left: 30px;
}
.menu-area .navbar-tools .buttons {
    display: flex;
    gap: 15px;
}
.nav-link {
    color: var(--patron-gravel);
}
.navbar-expand-md .navbar-nav .nav-item:not(:last-child) {
    margin-right: 0.8rem;
}
.dropdown-toggle::after {
    width: 6px;
    height: 6px;
    border: 0;
    border: 1px solid var(--patron-gravel);
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    margin-left: 9px;
}

/* dropdown */
.navbar-nav .dropdown-menu {
    border-radius: 0 13px 13px;
    padding: 13px 15px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 6px 25px -20px #0000002e;
    margin: 8px;
    min-width: 250px;
}
.dropdown-item {
    font-size: 0.8125rem;
    /* font-size: 0.875rem; */
    /* border-bottom: 1px solid #eee; */
    border-radius: 6px;
    padding: 6px 10px;
    margin: 0 0 2px;
    position: relative;
}
.dropdown-item:after {
    content: "";
    display: block;
    width: 100%;
    /* border-bottom: 1px solid #eee; */
    position: absolute;
    left: 0;
    bottom: 0;
}
.dropdown-item:last-child {
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #c1636d;
    background-color: rgb(176 83 100 / 20%);
    color: var(--color-primary);
    /* font-weight: 500; */
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--color-primary);
    color: #fff;
}
.dropdown-item > i {
    margin-right: 6px;
    font-size: 0.75rem;
    color: var(--color-primary);
    width: 15px;
}
.dropdown-item.active i,
.dropdown-item:active i {
    color: #fff;
}

/* mega-menu */
.dropdown-menu.dropdown-mega-menu.show {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 24px;
    gap: 1rem;
}
.dropdown-menu.dropdown-mega-menu {
    left: -205px;
    margin: 18px 0 0;
    border-radius: 0 0 12px 12px;
    width: 1200px;
}
.dropdown-menu.dropdown-mega-menu .mega-menu-section {
    flex: 1 1 0;
    width: 25%;
}
.dropdown-menu.dropdown-mega-menu .mega-menu-section .h {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-primary);
}
.dropdown-menu.dropdown-mega-menu .mega-menu-section-list {
    margin: 0.5rem 0 1.25rem 0;
}
.dropdown-menu.dropdown-mega-menu .mega-menu-section-list a {
    padding: 3px 5px;
}
.dropdown-menu.dropdown-mega-menu .mega-menu-section-list a i {
    font-size: 0.6875rem;
    width: 14px;
    text-align: center;
}
.mega-menu-section-video {
    margin: 0.875rem 0 1.25rem 0;
    padding-right: 10%;
}
.mega-menu-section-video .image-styled {
    border-radius: 10px;
    box-shadow: none;
}
.mega-menu-section-video .video-link:before {
    width: 48px;
    height: 48px;
}
.mega-menu-section-video .video-link:after {
    border-width: 8px 0 9px 14px;
}
.mega-menu-section-video .video-link .video-media:before {
    background-color: var(--color-primary);
    opacity: 0.06;
}
.mega-menu-section-video .video-link .video-media img {
    opacity: 0.3;
}

/* years-banner */
#years-banner {
    z-index: 1;
    position: absolute;
    top: 100%;
    right: 0;
    color: #fff;
    background-color: var(--color-primary);
    width: 66px;
    height: 76px;
    text-align: center;
    padding-top: 20px;
    transition: all .2s ease-in-out;
    margin-top: 18px;
    margin-right: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.affix #years-banner {
    top: 0;
    z-index: -1;
    margin-top: -35px;
}
#years-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    width: 66px;
    height: 30px;
}
#years-banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    border-style: solid;
    border-color: var(--color-primary) transparent transparent;
    border-width: 20px 33px;
    transition: all .2s ease-in-out;
}
#years-banner:hover {
    background-color: var(--color-secondary);
    cursor: pointer;
}
#years-banner:hover:after {
    border-color: var(--color-secondary) transparent transparent;
}
#years-banner > span {
    margin: 0;
}
#years-banner > span.number {
    font-weight: 900;
    font-size: 2rem;
    line-height: 0.7;
    margin-left: 5px;
    color: rgba(255, 255, 255, 0.95);
}
#years-banner > span.number span.dot {
    font-size: 24px;
}
#years-banner > span.string {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}
#appointment-banner {
    z-index: 1;
    position: absolute;
    top: 100%;
    right: 105px;
    color: #fff;
    padding-top: 20px;
    transition: all .2s ease-in-out;
    margin-top: 18px;
    z-index: -1;
}
.affix #appointment-banner {
    top: 0;
    z-index: -1;
    margin-top: -35px;
}

/* slider */
.slider {
    min-height: 100vh;
    padding-top: 80px;
    background: url(../images/slides/bg/slides-bg-02.jpg);
    background-size: inherit;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: white;
}
.slider .carousel {
    margin-top: 15%;
    margin-top: 14.5vh;
}
.slider .carousel .row > div {
    display: flex;
    align-items: center;
}
.slider .carousel-text .h {
    margin-bottom: 20px;
    max-width: 90%;
}
.slider .carousel-text .buttons {
    margin-top: 60px;
}
.carousel-inner {
    overflow: visible;
}
.separator {
    min-height: 80px;
}
.breadcrumbs {
    display: none;
}

/* feature slider */
.carousel-inner .section-feature {
    padding: 0;
    background: none;
}
.carousel-inner .section-feature .feature-image {
    gap: 2rem;
}
.carousel-inner .section-feature .feature-image img {
    max-height: 640px;
    height: 57vh;
}

/* images */
.image-styled {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 80px 10px #7e7e7e47;
    position: relative;
    /* width: 100%; */
}

/* video */
.video-link {
    position: relative;
    display: flex;
}
.video-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-link:before,
.video-link:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}
.video-link:before {
    width: 68px;
    height: 68px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 30px -5px #00000042;
}
.video-link:after {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent var(--color-primary);
}
.video-link .video-media:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    opacity: 0.7;
}
.video-link .video-media img {
    max-width: 100%;
}

/* */
.new-features-bar {
    margin-top: 8vh;
}
.new-features-bar .headers.brands-content-header {
    text-align: left;
    margin-left: 1.5rem;
}
.new-features-bar-item .card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 80px 10px #cfcfcf3b;
    position: relative;
    transition: all .15s ease-in-out;
}
.new-features-bar-item a:hover .card {
    box-shadow: 0 0 80px 10px #cfcfcf66;
}
.new-features-bar-item .card-body {
    padding: 1.25rem 1.5rem 1rem;
}
.new-features-bar-item .content {
    position: relative;
    z-index: 2;
    padding-right: 30%;
}
.new-features-bar-item .h {
    font-size: 0.875rem;
    transition: all .15s ease-in-out;
}
.new-features-bar-item a:hover .h {
    color: var(--color-primary);
}
.new-features-bar-item span {
    font-size: 0.6875rem;
    line-height: 1.6;
    display: inline-block;
    color: #999;
}
.new-features-bar-item .drop-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    transition: all .15s ease-in-out;
    opacity: 0.4;
}
.new-features-bar-item a:hover .drop-img {
    opacity: 0.9;
}
.new-features-bar-item .drop-img > img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    object-position: 100% 100%;
    /* opacity: 0.8; */
}
.new-features-bar-item .drop-img:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(250deg, #fff0 15%, #fffd 34%, #fff 50%);
}

/* brands */
.brands-content {
    margin-top: 13%;
    margin-top: 13vh;
}
.brands-content .container {
    padding: 0 4vw;
}
.brands-content .brands-all {
    margin-top: 60px;
}
.brands-content .brands-group {
}
.brands-content .brands-group img {
    max-width: 100%;
    /* height: 40px; */
    max-height: 40px;
    object-fit: contain;
    filter: saturate(0) brightness(0.5) opacity(0.4);
}
.brands-content .brands-group .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}
.headers.brands-content-header {
    text-align: center;
}
.headers.brands-content-header .h {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    color: var(--patron-gravel);
    opacity: 0.6;
}
.brands-content .brands-group .row {
    justify-content: center;
}

/* content */
b, strong {
    font-weight: 700;
}
.section-bg-gray {
    background-color: var(--patron-whisper);
    /* background-color: var(--patron-whisper-alt); */
    margin: 0;
    padding: 3rem 0;
}

/* home */
.section-home-blog {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, var(--patron-whisper-alt) 80%, transparent);
    padding: 8vh 0 10vh;
    margin: 0;
}

/* home blog */
.home-blog-card {

}
.home-blog-card img {
    height: 100%;
    object-fit: cover;
    object-position: 0;
    background-color: #f7f7fb;
    opacity: 0.7;
    transition: all .2s ease-in-out;
}
.home-blog-card .h {
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0;
}
.home-blog-card small {
    color: #aaa;
    font-size: 0.75rem;
}
.home-blog-card .text-content {
    font-size: 0.875rem;
    color: #666;
}
.home-blog-card img.image-styled {
    border-radius: 11px;
}
.home-blog-card a:hover img {
    opacity: 1;
    object-position: 50%;
    /* object-fit: none; */
    /* transform: scale(1.05); */
}

/* features */
.section-feature {
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, var(--patron-whisper-alt), transparent);
    padding: 11vh 0;
    margin: 0;
}
.section-feature .feature-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.single-img .feature-image {
    justify-content: flex-start;
}
.section-feature.section-feature-desktop .feature-image img {
    max-width: 613px;
}
.section-feature.section-feature-mobile .feature-image img {
    max-width: 200px;
}
.section-feature .row > div {
    display: flex;
    align-items: center;
}
.section-feature:nth-child(even) .row {
    flex-direction: row-reverse;
}
.section-feature .feature-texts {
    padding-left: 30px;
}
.section-feature:nth-child(even) .row .feature-texts {
    padding-left: 0;
}
.section-feature .feature-icon {
    margin-bottom: 40px;
    opacity: 0.9;
}
.section-feature .feature-icon img {
    height: 58px;
}
.section-feature .buttons {
    margin-top: 30px;
}

/* forms */
label {
    font-weight: 500;
    color: var(--patron-gravel);
    font-size: 0.9375rem;
}
.input-wrapper {
    position: relative;
}
.form-control {
    min-height: 44px;
    border-color: #e5e5e5;
    border-radius: 8px;
    padding: 9px 15px;
}
.form-control:focus {
    border-color: #b0536452;
    box-shadow: 0 0 0 0.25rem rgb(176 83 100 / 16%);
}

/* price */
.section-pricing {
    min-height: 75vh;
    display: flex;
    align-items: center;
    background: url(../images/fiyatlar/prices-bg.jpg);
}
.pricing-content {
    /* padding: 0 15% 0 10%; */
    max-width: 95%;
}
.pricing-form {
    margin-top: 60px;
    margin-top: 4vh;
}
.pricing-form-counts {
    max-width: 80%;
}
.pricing-form label {
    margin-bottom: 10px;
}
.pricing-form .input-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pricing-form .input-groupe {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-form .input-groupe > span {
    position: absolute;
    /* top: 0; */
    right: 20px;
    opacity: 0.4;
}
.pricing-form .input-buttons {
    display: flex;
    margin-left: 5px;
}
.pricing-form .input-buttons > .btn {
    background-color: var(--patron-whisper);
    border: 1px solid #e5e5e5;
    padding: 0;
    width: 32px;
    height: 36px;
    font-weight: 700;
    border-radius: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-right: 0;
    color: var(--patron-gravel);
}
.pricing-form .input-buttons > .btn:last-child {
    border-right: 1px solid #e5e5e5;
    border-radius: 0 8px 8px 0;
}
.pricing-form .input-buttons > .btn:first-child {
    border-radius: 8px 0 0 8px;
    background-color: #fbfbfb;
}
.pricing-form .form-control {
    font-weight: 600;
}
.pricing-form .form-item-note {
    margin-top: 20px;
    /* text-align: center; */
    font-size: 12px;
    opacity: 0.5;
}
.pricing-form .form-item {
    margin-bottom: 0;
}
.pricing-card .card {
    max-width: 420px;
    border: 0;
    transition: transform .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.pricing-card {
    max-width: 75%;
}
.section-pricing .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-card .card-body {
    padding: 45px 40px 40px;
    display: flex;
    flex-direction: column;
}
.pricing-card .pricing-card-header {
    text-align: center;
}
.pricing-card .pricing-card-header .h {
    /* font-size: 1.125rem; */
    font-weight: 400;
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}
.pricing-card .pricing-card-header .h strong{
    font-size: 1.25rem;
}
.pricing-card .pricing-card-header .h span{
    font-size: 1rem;
}
.pricing-card .pricing-card-total {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
    gap: 10px;
    margin-bottom: 70px;
    position: relative;
}
.pricing-card .pricing-card-total .price-total {
    font-size: 3.375rem;
    font-weight: 700;
    margin-bottom: -3px;
}
.pricing-card .pricing-card-total .price-unit {
    font-size: 2rem;
    font-weight: 700;
}
.pricing-card .card-body > div {
    /* margin-bottom: 3rem; */
}
.pricing-card .pricing-card-list ul li {
    display: flex;
    justify-content: space-between;
    font-size: 0.9375rem;
    padding: 14px 0;
    border-bottom: 1px solid #f5f5f5;
    /* margin: 10px 0; */
    color: #00000085;
}
.pricing-card .pricing-card-list ul li:last-child {
    border-bottom: 0;
}
.pricing-card .pricing-card-notes {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    opacity: 0.5;
}
.pricing-card .pricing-card-total:after {
    content: "";
    display: block;
    position: absolute;
    width: 137px;
    height: 22px;
    background: url(../images/fiyatlar/line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    bottom: -38px;
    margin-left: -30px;
}

/* quotes */
.form-status {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form-status i {
    background-color: #dc3545;
    display: flex;
    font-size: 2.5rem;
    color: #fffd;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 2rem;
}
.form-status i.fa-check {
    background-color: #28a745;
}

/* contact */
.section-contact {
    background-color: var(--patron-whisper);
}
.section.section-contact {
    padding: 3rem 0;
    margin: 0;
}
.section.section-home.section-contact {
    padding: 80px 0;
}
.section-contact .headers-top {
    text-align: center;
    margin: 0 0 60px;
}
.section-contact .contact-list {padding-right: 125px;}
.section-contact .contact-list > p {
    display: none;
}
.section-contact .contact-list ul li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 27.4px;
}
.section-contact .contact-list ul li p:first-child {
    margin: 0;
}
.section-contact .contact-list ul li p:first-child strong {
    font-weight: 500;
}
.section-contact .contact-list ul li p:last-child {
    margin: 0;
}
.section-contact .contact-list ul li p:last-child a {
    color: #777;
}
.section-contact .contact-list ul li p i {
    position: absolute;
    left: 0;
    font-size: 2rem;
    color: var(--color-secondary);
    width: 40px;
    text-align: center;
    top: 10px;
}
.section-contact .support-button {
    margin-left: 67px;
}

/* footer */
.footer-content {
    background: linear-gradient(0deg, #f7f3f7, #f6eff4);
    padding: 70px 0 50px;
}
.footer-content .row > div > div {
    height: auto;
}
.footer-logo {
    margin-bottom: 50px;
}
.footer-logo img {
    width: 140px;
}
.footer-info .button {
    padding: 15px 20px;
    height: 38px;
    min-height: unset;
    text-transform: none;
    margin-right: 10px;
}
.footer-info .button i {
    opacity: 1;
}
.footer-content .h {
    font-size: 1rem;
    margin-bottom: 20px;
}
.footer-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* column-count: 2; */
}
.footer-content ul ul {
    display: none;
}
.footer-content ul li {
    color: #777;
    line-height: 2;
}
.footer-copyright {
    background-color: var(--patron-whisper);
}
.footer-copyright .container {
    padding: 20px 0;
    color: #777;
    font-size: 0.875rem;
    justify-content: space-between;
    display: flex;
}

/* references */
.references-single {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #eee; */
    height: 120px;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    transition: all .2s ease-in-out;
}
.references-single img {
    max-width: 100%;
    max-height: 78px;
    object-fit: contain;
    /* filter: grayscale(1) opacity(0.4); */
    transition: filter .2s ease-in-out;
}
.references-single:hover {
    cursor: pointer;
    box-shadow: 0 0 20px 0px #7e7e7e12;
}
.references-single:hover img {
    filter: grayscale(0) opacity(1);
}


/* blog */
.blog-image {
    float: left;
    margin: 5px 40px 30px 0;
}
.blog-image-right {
    float: right;
    margin: 6px 0 30px 40px;
}
.section-blog .card small {
    color: #0007;
}
.section-blog .card {
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0 14px -6px #0001;
    border-radius: 15px;
}
.section-blog .card-body {
    padding: 30px 30px;
    padding: 30px 20px;
    min-height: 320px;
    text-align: center;
}
.section-blog .card img {
    border-radius: 0;
    filter: brightness(0.9);
    min-height: 238px;
    object-fit: cover;
}
.section-blog .card .h {
    font-weight: 700;
    line-height: 1;
}
.section-blog .card-body p:last-child {
    margin: 0;
    margin-top: 2rem;
}
.section-blog .card.card-hero {
    background-color: var(--patron-tundora);
    /* background-color: rgb(82 69 82); */
    margin-bottom: 30px;
    display: flex;
    flex-direction: row-reverse;
}
.section-blog .card.card-hero .card-body {
    padding: 40px;
    min-height: auto;
    text-align: left;
}
.section-blog .card.card-hero .h,
.section-blog .card.card-hero p {
    color: #fff;
}
.section-blog .card.card-hero small {
    color: #fff9;
}
.section-blog .card-body p.card-text {
    line-height: 1.8;
    font-size: 0.925rem;
}
.section-blog .card.card-hero img {
    width: auto;
    max-width: 380px;
    height: 100%;
    object-fit: cover;
}
.section-blog .blog-categories.buttons {
    justify-content: center;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.section-blog .blog-categories.buttons .btn {
    padding: 15px;
    /* border-color: #c78a95; */
}
.blog-single .text-content {
    min-height: 340px;
}
.blog-single .text-content a {
    font-weight: 500;
    color: var(--color-primary) !important;
    text-decoration: underline;
}
.blog-single .text-content a.button {
    color: #fff !important;
}

/* video */
.section-video {

}
.section-video .card a {
    display: flex;
    align-items: center;
    width: 100%;
    aspect-ratio: 16/9;
    padding: 2rem 5rem 2rem 2.25rem;
    user-select: none;
    background-repeat: no-repeat;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}
.section-video .card a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #b05364 -30%, #b05364f7 20%, #855598cf 150%);
    /* border-radius: 0.5rem; */
    opacity: 1;
    filter: brightness(1);
    transition: all .2s ease-in-out;
}
.section-video .card a:hover:before {
    /* background: linear-gradient(45deg, #b05364 -30%, #b05364 20%, #855598 150%); */
    filter: brightness(1.15);
    opacity: 0.95;
}
.section-video .card a.bg-random-00 {
    background: url(https://www.patronpdks.com/images/video-destek/cover-bg-01.png);
    background-size: 100%;
    background-origin: content-box;
}
.section-video .card a.bg-random-01 {
    background: url(https://www.patronpdks.com/images/video-destek/cover-bg-02.png);
    background-size: 100%;
}
.section-video .card a.bg-random-02 {
    background: url(https://www.patronpdks.com/images/video-destek/cover-bg-01.png);
    background-size: 100%;
    background-origin: content-box;
}
.section-video .card a.bg-random-03 {
    background: url(https://www.patronpdks.com/images/video-destek/cover-bg-02.png);
    background-size: 100%;
}
.section-video .card a span {
    font-size: 1.125rem;
    color: #ffffffeb;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.5;
    z-index: 1;
    margin-bottom: -5px;
}
.section-video .card a .logo {
    width: 70px;
    display: flex;
    margin-bottom: 1.5rem;
    filter: brightness(99) opacity(1);
}
.play-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    width: 44px;
    height: 44px;
    background-color: #3d171759;
    /* border: 1px solid #ffffff14; */
    border-radius: 50%;
    right: 1.75rem;
}
.play-button:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    margin-left: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    border-color: transparent transparent transparent #ffffffd1;
}
.video-folder {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    width: 46px;
    height: 46px;
    right: 1.75rem;
    opacity: 0.8;
}
.video-duration {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    /* width: 44px; */
    /* height: 44px; */
    background-color: #35081473;
    /* border: 1px solid #ffffffe3; */
    /* border-radius: 50%; */
    right: 0.6875rem;
    bottom: 0.6875rem;
    color: #ffffffc7;
    font-size: 0.6875rem;
    font-size: 0.625rem;
    line-height: 1;
    padding: 3px 4px 4px;
    border-radius: 4px;
}

/* thumbs */
.section-video .card.video-thumb a {
    padding: 8vh 7vw 5vh 6vw;
    border-radius: 0;
}
.section-video .card.video-thumb a .logo {
    width: 240px;
    margin-bottom: 25vh;
}
.section-video .card.video-thumb a span {
    font-size: 3.5rem;
}

/* popup */
.modal-dialog {
    z-index: 2;
}
.modal-content {
    border: 0;
}
.modal-img .modal-header button {
    background-color: #ad4e60;
    width: 30px;
    height: 30px;
    font-size: 2rem;
}
.blog-popup-wrapper {
    position: fixed;
    z-index: 1;
    bottom: 30px;
    left: 30px;
}
.blog-popup-wrapper .blog-popup-card {
    margin-bottom: 0;
    /* border-bottom: 1px solid #ddd; */
    max-width: 600px;
    /* max-height: 400px; */
    /* border: 0; */
    /* box-shadow: 0 0 34px -11px #0004; */
    /* border: 1px solid #e5e5e5; */
    /* background-color: #fff; */
}
.blog-popup-card .text-content {
    font-size: 0.9rem;
}
.blog-popup-card .card-body {
    padding: 1.9rem 2.3rem;
}
.blog-popup-card .headers .h {
    font-weight: 700;
    line-height: 1.5;
}
.blog-popup-card .headers {
    margin-bottom: 1.4rem;
}
.blog-popup-card .blog-popup-close {
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    align-items: center;
    justify-content: center;
    /* background-color: #f9f9f9; */
    width: 28px;
    height: 28px;
    border-radius: 50%;
    z-index: 1;
}
.blog-popup-card .blog-popup-close:before,
.blog-popup-card .blog-popup-close:after {
    content: "";
    display: block;
    width: 13px;
    border-bottom: 1px solid #aaa;
    transform: rotate(45deg);
    transform-origin: center;
    margin-left: -13px;
}
.blog-popup-card .blog-popup-close:after {
    transform: rotate(-45deg);
    margin-right: -13px;
}
.blog-popup-card .blog-popup-close:hover {
    background-color: #f5f5f5;
}

/* modal */
#videoPopup .modal-content {
    border-radius: 25px 25px 25px 0;
    overflow: hidden;
}
#videoPopup .modal-body {
    padding: 0;
    margin-bottom: -1px;
}
#videoPopup .modal-body video {
    display: flex;
}

/* support destek */
/* destek */
.support-articles .card-body {
    display: block;
    padding: 35px;
}
.support-article-category .header .h {
    /* font-weight: 800; */
}
.support-articles-all {
    margin-top: 20px;
}
.support-articles-all > .row {
    --bs-gutter-x: 3rem;
}
.support-article-single {
    display: flex;
    /* flex-direction: row; */
    /* margin: 18px 0; */
    padding: 22px 0;
    border-bottom: 1px solid #eee;
    transition: all .15s ease-in-out;
    /* border-radius: 10px 10px 10px 0; */
    /* align-items: center; */
}
.support-article-single .support-article-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding-right: 10px; */
    /* color: var(--patron-gradient-orange); */
    /* font-size: 22px; */
    margin-top: 3px;
    margin-right: 1.25rem;
}
.support-article-single .support-article-text {
    /* font-size: 0.875rem; */
    /* line-height: 1; */
    /* margin-left: 20px; */
}
.support-article-single .support-article-text .h {
    font-size: 1.25rem;
    /* font-weight: 700; */
    margin-bottom: 5px;
}
.badge-error {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-color: #b91e1e;
    background-color: #b05364;
    font-size: 12px;
    margin: 0 10px 0 0;
}
.support-article-details .header .badge-error {
    font-size: inherit;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    height: fit-content;
    margin-left: 1rem;
    /* margin-top: 8px; */
    /* margin-top: -8px; */
    line-height: 1;
    padding: 2px 13px 5px;
}
.support-article-single .support-article-text p {
    margin: 0;
    color: #999;
    transition: all .15s ease-in-out;
    font-size: 0.8125rem;
    line-height: 1.7;
}
.support-articles-all a:last-child .support-article-single {
    border: 0;
}
.support-article-single .support-article-icon i {
    background-color: var(--color-hex);
    color: #fff;
    /* padding: 12px; */
    width: 40px;
    height: 40px;
    font-size: 1rem;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s ease-in-out;
    /* margin-top: 4px; */
}
.support-articles-all > a {
    text-decoration: none;
}
.support-articles-all > a:hover .support-article-text .h, .support-articles-all > a:hover .support-article-text p {
    /* color: #000; */
}
.support-articles-all > a:hover .support-article-single {
    /* background-color: #f5f5f5; */
}
.support-articles-all > a:hover .support-article-icon i {
    /* filter: brightness(0.95); */
}
.support-article-category:not(:last-child) {
    margin-bottom: 30px;
}

/* color schemes */
.support-article-single {
    --patron-main: #b05364;
    --patron-main-hover: #bd5669;
    --patron-alt: #f4bd99;
    --patron-alt-hover: #f8cdb0;
    --patron-peach: #d99180;
    --patron-peach-hover: #e0a092;
    --patron-gradient-purple: #372057;
    --patron-gradient-orange: #db7a7b;
    --patron-gradient-yellow: #f5b284;
}
.support-article-category.color-scheme-1 .support-article-single .support-article-icon i {
    background-color: var(--patron-main);
}
.support-article-category.color-scheme-2 .support-article-single .support-article-icon i {
    background-color: var(--patron-main-hover);
}
.support-article-category.color-scheme-3 .support-article-single .support-article-icon i {
    background-color: var(--patron-alt);
}
.support-article-category.color-scheme-4 .support-article-single .support-article-icon i {
    background-color: var(--patron-alt-hover);
}
.support-article-category.color-scheme-5 .support-article-single .support-article-icon i {
    background-color: var(--patron-peach);
}
.support-article-category.color-scheme-6 .support-article-single .support-article-icon i {
    background-color: var(--patron-peach-hover);
}
.support-article-category.color-scheme-7 .support-article-single .support-article-icon i {
    background-color: var(--patron-gradient-purpleer);
}
.support-article-category.color-scheme-8 .support-article-single .support-article-icon i {
    background-color: var(--patron-gradient-orange);
}
.support-article-category.color-scheme-9 .support-article-single .support-article-icon i {
    background-color: var(--patron-gradient-yellow);
}

/* details */
.support-article-details {
}
.support-article-details > .header {
    /* margin-left: -12px; */
    margin-bottom: 30px;
    /* padding-right: 0vw; */
}
.section-support-article-details {
}
.support-article-details .text-content {
    /* font-size: 1.125rem; */
    /* line-height: 1.8; */
    /* color: #666; */
}
.support-article-details h1,
.support-article-details h2,
.support-article-details h3,
.support-article-details h4,
.support-article-details h5,
.support-article-details h6 {
    margin: 30px 0 20px 0;
    color: #000;
    /* font-family: 'Fira Sans', sans-serif; */
    /* font-weight: 500; */
}
.support-article-details h1,
.support-article-details .h1 {
    /* font-size: 2.125rem; */
    /* font-weight: 700; */
}
.support-article-details > .header h1 {margin: 0;}
.support-article-details .text-content p {
    margin-bottom: 10px;
}
.support-article-details h2 {
    /* font-size: 1.625rem; */
    /* font-weight: 600; */
    /* color: var(--patron-main); */
    margin-top: 40px;
}
.support-article-details h3 {
    font-size: 1.25rem;
}
.support-article-details h4 {
    font-size: 1.1875rem;
}
.support-article-details h5, .support-article-details h6 {
    font-size: 1.125rem;
}
.support-article-details .text-content strong {
    color: #000;
    /* font-weight: 400; */
    /* border-bottom: 1px dotted; */
    /* color: var(--patron-main); */
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: from-font;
}
.support-article-details .text-content a {
    color: var(--patron-main);
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: from-font;
}

/* gallery */
.all-gallery-images .gallery-image-wrapper {
    margin-bottom: 30px;
}
.all-gallery-images .gallery-caption, .support-article-video-youtube.video-wrapper p {
    font-size: 0.875rem;
    margin: 10px 0 0;
    text-align: center;
    color: #777;
    line-height: 1.4;
}
.all-gallery-images .gallery-image {
    /* height: 280px; */
    /* margin-bottom: 30px; */
    position: relative;
    overflow: hidden;
}
.all-gallery-images .gallery-image > a {
    display: block;
    height: 100%;
    width: 100%;
}
.all-gallery-images .gallery-image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    transition: transform .35s ease-in-out, filter .35s ease-in-out;
}
/* zoom */
.all-gallery-images.gallery-effect-scale .gallery-image > a > img {
    position: absolute;
    transform: scale(1.1);
}
.all-gallery-images.gallery-effect-scale .gallery-image > a:hover > img {
    transform: scale(1);
}
/* grayscale */
.all-gallery-images.gallery-effect-grayscale .gallery-image > a > img {
    filter: grayscale(1);
}
.all-gallery-images.gallery-effect-grayscale .gallery-image > a:hover > img {
    filter: grayscale(0);
}
/* brightness */
.all-gallery-images.gallery-effect-brightness .gallery-image > a > img {
    filter: brightness(0.85);
}
.all-gallery-images.gallery-effect-brightness .gallery-image > a:hover > img {
    filter: brightness(0.95);
}
/* icon */
.all-gallery-images .gallery-image > a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.all-gallery-images.gallery-effect-icon .gallery-image > a:before {
    content: "\f002";
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / 74%);
    position: absolute;
    font-size: 1rem;
    z-index: 1;
    background-color: rgb(0 0 0 / 63%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    transform: scale(0);
    transition: transform .35s ease-in-out;
}
.all-gallery-images.gallery-effect-icon .gallery-image > a:before {
    content: "\f002";
}
.all-gallery-images.gallery-effect-icon .gallery-image > a:hover:before {
    transform: scale(1);
}
/* custom gallery */
.support-article-images-all.all-gallery-images .gallery-image > a > img {
    /* height: 220px; */
    object-position: 50% 0;
    border-radius: 10px;
}
.support-article-video-youtube.video-wrapper a img {
    width: 100%;
    max-height: 34vh;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* youtube-video */
.card.card-video {
    overflow: hidden;
}
.card.card-video .card-body {
    padding: 1.5rem;
}
.card.card-video .headers .h {
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
}
.youtube-video {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.youtube-video img {
    /* height: 190px; */
    aspect-ratio: 16/8.85;
    filter: brightness(0.85);
    object-fit: cover;
    transition: filter .2s ease-in-out;
}
.youtube-video:hover img {
    filter: brightness(0.9);
}
.youtube-video > i {
    position: absolute;
    z-index: 1;
    background-color: var(--color-primary);
    width: 54px;
    height: 40px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fffe;
    font-size: 1rem;
    padding: 1px 0 0 3px;
    animation: bounce 0.4s ease-in-out 5;
}

/* side form */
.support-side-form .header {
    margin-bottom: 30px;
}
.support-side-form .header span {
    font-size: 14px;
    margin: 0;
    color: #888;
    transition: all .15s ease-in-out;
}
.support-side-form .header .h {
    line-height: 1;
    /* margin-bottom: 0; */
    /* font-weight: 800; */
}
.support-side-form label:not(.label) {
    font-size: 0.9375rem;
    /* margin: 0 0 7px 1px; */
}
.support-side-form textarea {
    min-height: 130px;
}
.support-side-form {
    position: sticky;
    top: 110px;
}
.support-side-form .form-group {
    margin-bottom: 1.4rem;
}
.support-side-form ::placeholder {
    color: #aaa;
}
.support-side-form .form-control {
    font-size: 0.9375rem;
}

/* search */
.support-search-bar {
    margin-bottom: 3rem;
}
.support-search-bar label {
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    display: none;
}
.support-search-bar .form-control {
    /* font-size: 0.9375rem; */
    margin: 0;
    line-height: 1;
    height: 52px;
    border-radius: 10px;
    padding-left: 50px;
    border: 1px solid #e5e5e5;
}
.input-wrapper {
    position: relative;
}
.input-wrapper > i {
    position: absolute;
    margin: 19px 0 0 20px;
    font-size: 0.9375rem;
    color: #555;
}

/* support details features */
.article-features-bar {
    margin-bottom: 60px;
    border-radius: 12px;
}
.article-features-bar ul {
    margin: 0;
    display: flex;
    justify-content: center;
}
.article-features-bar .btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(0deg, #333, #4c4c4c);
    border-radius: 7px;
    padding: 6px 15px;
    /* padding-left: 21px; */
    border: 0;
}
.article-features-bar .btn > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.article-features-bar .btn > div span {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #ffffffeb;
    transform: rotate(-0.0001deg);
}
.article-features-bar .btn i {
    font-size: 12px;
    margin-right: 15px;
    color: var(--patron-whisper);
}
.article-features-bar .btn > div span.sub {
    font-size: 9px;
    font-weight: 400;
    opacity: 0.7;
    display: none;
}
.article-features-bar ul li:not(:last-child) {
    margin-right: 0.75rem;
}
.article-features-bar .btn.btn-share {
    background: linear-gradient(0deg, #16872a, #18a920);
}
.article-features-bar .btn.btn-share i {
    color: #fff;
}
.article-features-bar .btn.btn-warning {
    background: linear-gradient(0deg, #973e4f, #b05364);
    /* background: var(--patron-main); */
}
.article-features-bar .btn.btn-warning i {
    color: #fffd;
}
.tooltip {
    font-size: 13px;
    margin-top: 8px;
}
.tooltip.show {
    opacity: 1;
}
.tooltip .tooltip-inner {
    padding: 10px;
    color:rgba(255, 255, 255, 0.945);
    background: linear-gradient(0deg, #333, #4c4c4c);
}

/* new-features - yenilikler */
/* */
.section-new-features {
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, var(--patron-whisper-alt), #fcfbfc);
    padding: 5vh 0;
    margin: 0;
}
.support-article-details .side-menu li a,
.section-new-features .side-menu li a {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    padding: 0.75rem 0;
}
.support-article-details .side-menu li.active a,
.support-article-details .side-menu li a:hover,
.section-new-features .side-menu li.active a,
.section-new-features .side-menu li a:hover {
    color: var(--color-primary);
}
.ann-wrapper {
    overflow: hidden;
    /* margin: 1.5rem 0 0; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 105px;
    top: calc(5vh + 60px);
}
.ann-wrapper .alert {
    border: 0;
    background-color: #fff;
    border-radius: 7px;
    border-radius: 20px;
    padding: 1.75rem 1.75rem;
    /* margin: 1.5rem 0 0; */
    /* width: 1020px; */
    max-width: 100%;
}
.ann-wrapper .alert img {
    max-width: 100%;
    /* height: 135px; */
    /* width: 100%; */
    object-fit: cover;
    border-radius: 7px;
    border-radius: 20px;
}
.ann-wrapper .alert .text-content {
    /*border-bottom: 1px dotted #f4f4f4;*/
    /* color: #666; */
    line-height: 1.7;
}
.ann-wrapper.ann-wrapper .alert .text-content {
    /* font-size: 0.875rem; */
    /* color: #666e; */
}
.ann-wrapper .alert .buttons {
    gap: 2rem;
    margin-top: 1.2rem;
}
.ann-wrapper .alert-dismissible .close {
    padding: 2px 7px 8px;
    color: #999;
}
.ann-wrapper .alert-dismissible .close > span {
    font-size: 1.25rem;
}
.ann-wrapper .alert .h {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.ann-wrapper .alert .badge {
    font-size: 0.6875rem;
    color: #000b;
    padding: 5px 9px;
    /* display: none; */
    background-color: transparent;
    border: 1px solid #ffc107;
    color: #e6af0b;
    background-color: #ffc1070a;
    text-transform: uppercase;
}
.ann-wrapper.ann-wrapper-all .alert .badge {
    /* font-size: 0.5625rem; */
    padding: 3px 7px;
}
.ann-wrapper .alert .buttons .button {
    min-height: unset;
}
.ann-wrapper .alert .headers .subheader {
    display: flex;
    gap: 1rem;
    margin: 0.75rem 0 1.125rem;
}
.ann-wrapper .alert .headers .date {
    font-size: 0.75rem;
    color: #ccc;
}
.ann-wrapper.ann-wrapper-all .alert .ann-image {
    /* text-align: center; */
}
.ann-wrapper.ann-wrapper-all .alert img {
    margin-bottom: 1.5rem;
    height: 190px;
    height: auto;
    /* width: 100%; */
}
.ann-wrapper.ann-wrapper-all .alert {
    padding: 2.5rem;
    /* width: 692px; */
    /* margin: 1.5rem 0; */
}

/* go back */
.go-back-bar {
    margin-bottom: 3rem;
}
.go-back-bar > .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}
.go-back-bar > .btn i {
    font-size: 12px;
}

/* captcha */
.grecaptcha-badge {
    display: none;
}

/* */ 
@keyframes bounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

@media (min-width: 1921px){
    .slider,
    .section-pricing {
        background-size: cover;
    }
}

@media (max-width: 768px){
    html {
        font-size: 14px;
    }
    h1, .h1 {
        font-size: 1.75rem;
    }
    h2, .h2 {
        font-size: 1.5rem;
    }
    h3, .h3 {
        font-size: 1.25rem;
    }
    h4, .h4 {
        font-size: 1.25rem;
    }
    h5, .h5 {
        font-size: 1.25rem;
    }
    h6, .h6 {
        font-size: 1.25rem;
    }
    .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .menu-area .navbar-tools .buttons > .button:last-child {
        display: none;
    }
    .menu-area .navbar-tools .button {
        font-size: 13px;
        padding: 10px 15px;
        letter-spacing: -0.2px;
    }
    .menu-area .navbar-tools {
        margin: 0 50px 0 0;
    }
    .navbar-nav .dropdown-menu {
        border: 0;
        box-shadow: unset;
        border-radius: 0;
        padding: 8px 1rem 8px 3rem;
        /* padding-left: 1rem; */
        background-color: #0000000f;
    }
    .dropdown-menu.dropdown-mega-menu.show {
        flex-direction: column;
        padding: 15px 28px;
        max-width: 100%;
        gap: 0;
    }
    .dropdown-menu.dropdown-mega-menu .mega-menu-section {
        width: 100%;
        flex: 1 1 auto;
    }
    #years-banner {
        top: 100%;
        margin-top: 22px;
        right: 0px;
        width: 50px;
        height: 50px;
        padding-top: 17px;
    }
    .affix #years-banner {
        margin-top: -12px;
    }
    #years-banner:before {
        width: 50px;
    }
    #years-banner:after {
        border-width: 20px 25px;
    }
    #years-banner > span.number {
        font-size: 1.65rem;
        font-weight: 700;
    }
    #years-banner > span.string {
        font-size: 1rem;
    }
    #appointment-banner {
        right: 80px;
        top: 30px;
    }
    .button-icon {
        padding: 5px 10px;
        height: auto;
        letter-spacing: 0px;
        font-weight: 500;
        font-size: 10px;
    }
    .button-icon i {
        display: none;
    }
    .burger-menu-content {
        background-color: var(--patron-whisper);
    }
    .burger-logo {
        background-color: #fff;
        border-bottom: 0;
        box-shadow: 0 0 25px -10px #0002;
    }
    .burger-menu-nav .navbar-nav .nav-link {
        padding: 0.85rem 2rem;
        border-bottom: 1px solid #eee;
        outline: none;
    }
    .burger-menu .navbar-tools {
        margin: 2rem;
        margin-bottom: 0;
    }
    .burger-menu-nav .navbar-nav .active .nav-link {
        font-weight: 600;
        color: var(--color-primary);
    }
    .burger-menu-nav .navbar-nav .active .nav-link.show {
        border-bottom: 0;
    }
    .burger-social a,
    .burger-menu-collapser {
        color: var(--color-primary);
    }
    .burger-menu-collapser {
        margin: 0;
    }
    .burger-menu .navbar-tools .buttons {
        display: flex;
        gap: 15px;
    }
    .burger-menu .dropdown-item {
        padding: 4px 1rem 7px;
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .dropdown-menu.dropdown-mega-menu .mega-menu-section-list a {
        padding: 7px;
    }
    .dropdown-menu.dropdown-mega-menu .mega-menu-section-list a i {
        font-size: 0.875rem;
    }
    .burger-menu .dropdown-item:last-child {
        border-bottom: 0;
    }
    .slider .carousel {
        margin-top: 5vh;
    }
    .carousel .video-link {
        padding: 0 10vw;
        margin-bottom: 1.7rem;
    }
    .carousel-text {
        text-align: center;
    }
    .slider .carousel-text .h {
        max-width: 100%;
    }
    .slider .carousel-text .buttons {
        margin-top: 2rem;
    }
    .video-link:before {
        width: 48px;
        height: 48px;
    }
    .carousel-inner .section-feature .feature-image img {
        max-height: 340px;
        height: 50vh;
    }
    .carousel-inner .section-feature .feature-image {
        gap: 1rem;
    }
    .navbar-brand {
        margin-left: 5px;
    }
    .slider {
        min-height: unset;
        height: auto;
        background-size: 100% 30vh;
        background-position: 0 70px;
    }
    .brands-content {
        margin-top: 8vh;
    }
    .brands-content .brands-all {
        margin-top: 5vh;
    }
    .brands-content .brands-group img {
        max-height: 26px;
    }
    .brands-content .brands-group .row > div {
        margin-bottom: 28px;
    }
    .new-features-bar-item {
        margin-bottom: 1rem;
    }
    .section-feature.section-feature-desktop .feature-image img {
        max-width: 100%;
    }
    .image-styled {
        border-radius: 10px;
        box-shadow: 0 0 20px 0px #7e7e7e47;
    }
    .section-feature .feature-texts {
        padding: 0;
        text-align: center;
    }
    .section-feature .feature-image,
    .section-feature .feature-video {
        margin-bottom: 3rem;
        gap: 15px;
    }
    .section-feature .feature-icon {
        display: none;
    }
    .section-feature.section-feature-mobile .feature-image img {
        max-width: 100%;
    }
    .section-feature.section-feature-mobile .single-img .feature-image img {
        max-width: 50%;
    }
    .single-img .feature-image {
        /* justify-content: center; */
        text-align: center;
    }
    .pricing-content {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .pricing-form .input-wrapper {
        justify-content: flex-start;
    }
    .section.section-home {
        padding: 2rem 0;
    }
    .pricing-card {
        max-width: 100%;
    }
    .section-contact .contact-list {
        padding-right: 0;
    }
    .section-contact .support-button {
        margin: 0 0 50px;
    }
    .footer-info .button {
        /* padding: 15px 15px; */
        margin-bottom: 10px;
    }
    .footer-info {
        margin-bottom: 2rem;
    }
    .footer-copyright .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section.section-home.section-contact {
        padding: 2rem 0;
    }
    .section-feature {
        min-height: auto;
        padding: 5vh 0;
    }
    .blog-image-right {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }
    .support-articles .card-body {
        padding: 25px;
    }
    .support-articles-all {
        margin-top: 0;
    }
    .support-article-single .support-article-text {
        margin-left: 12px;
    }
    .support-side-form {
        margin-top: 30px;
        margin-bottom: 2rem;
    }
    .article-features-bar ul {
        align-items: flex-start;
        gap: 7px;
        flex-grow: 1;
        flex-wrap: wrap;
    }
    .article-features-bar ul li:not(:last-child) {
        margin-right: 0;
    }
    .article-features-bar .btn > div span {
        font-size: 0.8125rem;
    }
    .support-article-video-youtube.video-wrapper {
        margin-bottom: 30px;
    }
    .blog-popup-wrapper img {
        display: none;
    }
    .blog-popup-wrapper {
        left: 15px;
        bottom: 15px;
        max-width: 90%;
    }
    .blog-popup-card .card-body {
        padding: 25px;
    }
    .blog-popup-card .headers {
        margin: 0;
    }
    .blog-popup-card .text-content:last-child {
        display: none;
    }
    .blog-popup-card .buttons {
        margin: 0 !important;
    }
    /* */
    .section-blog .card.card-hero img {
        height: auto;
        width: auto;
    }
    .section-blog .card.card-hero {
        flex-direction: column;
    }
    .card-body.text-center {
        text-align: left;
    }
    .section-blog .card-body {
        min-height: auto;
        padding: 30px 20px;
    }
    .section-blog .card.card-hero .card-body {
        padding: 30px 30px;
    }
    .section-blog .blog-categories.buttons {
        flex-wrap: wrap;
    }
    .section-blog .blog-categories.buttons .btn {
        padding: 10px;
    }
    .ann-wrapper {
        /* padding: 0 1rem; */
        top: 0;
        position: relative;
    }
    .ann-wrapper .alert img {
        height: 80px;
        object-position: 0 0;
        margin-bottom: 1.5rem;
    }
    .ann-wrapper .alert {
        padding: 1.4rem;
        padding: 1.5rem !important;
    }
    .section-new-features {
        padding: 2vh 0;
    }
    .section-new-features .side-menu {
        top: 0;
    }
    .pricing-form-counts {
        max-width: 100%;
    }
    .pricing-form .form-item {
        gap: 1rem !important;
    }
    .pricing-form .form-item .button {
        font-size: 0.8125rem;
        padding: 0 !important;
        width: 100%;
        letter-spacing: -0.4px;
    }
    .quoting-card .card-body {
        padding: 30px;
    }
    .side-menu {
        top: auto;
    }
    .support-article-single .support-article-icon {
        margin: 2px;
    }
    .support-articles-all > .row {
        --bs-gutter-x: 1rem;
    }
    .support-article-single {
        padding: 0;
        margin: 1rem 0;
    }
    .support-article-single .support-article-text p {
        line-height: 1.5;
    }
    .support-article-single .support-article-icon i {
        width: 30px;
        height: 30px;
        font-size: 0.875rem;
        border-radius: 7px;
    }
}