.section-a {
  background-image: url("/media/taylors/bg-taylors-rectangle.png");
  background-color: red;
  background-size: cover;
  background-position: bottom center;
  height: -webkit-calc(100% - 84px);
}
.circle {
  stroke: white;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3;
}
.playBut {
  /*  border: 1px solid red;*/
  display: inline-block;
  -webkit-transition: all 0.5s ease;
}
.playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: white;
  transform: translateY(0);
}
.playBut:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: white;
  animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
0% {
    transform: translateX(0);
}
30% {
    transform: translateX(-5px);
}
50% {
    transform: translateX(5px);
}
70% {
    transform: translateX(-2px);
}
100% {
    transform: translateX(0);
}
}
.playBut:hover .circle {
  stroke-dashoffset: 0;
  opacity: 1;
}
.btn-play {
    transition: 0.2s;
}
.svg-border-waves .v-image {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3rem;
    width: 100%;
    overflow: hidden;
}
#hero {
    z-index: 0;
}
.svg-border-waves img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: -2px;
    z-index: -1;
}
.card {
    min-height: 300px;
    padding: 10px;
    transition: 0.5s ease-out;
}
.card .v-image {
    margin-bottom: 15px;
    transition: 0.75s;
}
.card h1 {
    margin-bottom: 10px;
}
.zoom-efect {
    transform: scale(1.1);
}
.up {
    transform: translateY(-20px);
    transition: 0.5s ease-out;
}

section {
    position: relative;
}

.landing-hero {
    border-radius: 0 0 50px 50px;
    padding-block: 8rem 2rem;
}
.banner-container {
    margin-top: -22rem;
}
.hero-animation-img {
    inline-size: 90%;
    inset-block-start: -25rem;
    inset-inline-start: 4.425rem;
    margin-inline: auto;
}
section {
    display: block;
}
.blank-section {
    background-color: rgba(var(--v-theme-surface));
    min-block-size: 25rem;
}
@media (min-width: 1280px) and (max-width: 1440px) {
.blank-section {
        min-block-size: 18rem;
}
.landing-hero {
        padding-block-end: 3rem;
}
.banner-container {
        margin-top: -22rem;
}
.hero-animation-img {
        inset-block-start: -25rem;
}
}
@media (min-width: 900px) and (max-width: 1279px) {
.blank-section {
        min-block-size: 13rem;
}
.landing-hero {
        padding-block-end: 9rem;
}
.banner-container {
        margin-top: -14rem;
}
.hero-animation-img {
        inset-block-start: -17rem;
        inset-inline-start: 2.75rem;
}
}
@media (min-width: 768px) and (max-width: 899px) {
.blank-section {
        min-block-size: 12rem;
}
.landing-hero {
        padding-block-end: 6rem;
}
.banner-container {
        margin-top: -12rem;
}
.hero-animation-img {
        inset-block-start: -15rem;
        inset-inline-start: 2.5rem;
}
}
@media (min-width: 600px) and (max-width: 767px) {
.blank-section {
        min-block-size: 12rem;
}
.landing-hero {
        padding-block-end: 8rem;
}
.banner-container {
        margin-top: -8rem;
}
.hero-animation-img {
        inset-block-start: -11rem;
        inset-inline-start: 2rem;
}
}
@media (min-width: 425px) and (max-width: 600px) {
.blank-section {
        min-block-size: 8rem;
}
.landing-hero {
        padding-block-end: 8rem;
}
.banner-container {
        margin-top: -8rem;
}
.hero-animation-img {
        inset-block-start: -9rem;
        inset-inline-start: 1.7rem;
}
}
@media (min-width: 300px) and (max-width: 424px) {
.blank-section {
        min-block-size: 4rem;
}
.landing-hero {
        padding-block-end: 6rem;
}
.banner-container {
        margin-top: -6rem;
}
.hero-animation-img {
        inset-block-start: -7rem;
        inset-inline-start: 1.25rem;
}
}
.landing-hero:before {
    position: absolute;
    background-repeat: no-repeat;
    inset-block: 0;
    opacity: 0.5;
}
.landing-hero-dark-bg {
    background-color: #25293c;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.landing-hero-light-bg {
    background: center no-repeat, linear-gradient(138.18deg, #ff0000, #ff0000, #000000 100%);
    background-size: cover;
}
@media (min-width: 650px) {
.hero-text-box {
        inline-size: 38rem;
        margin-block-end: 1rem;
        margin-inline: auto;
}
}
@media (max-width: 599px) {
.hero-title {
        font-size: 1.5rem !important;
        line-height: 2.375rem !important;
}
}
.hero-title {
    animation: shine-53e764e9 2s ease-in-out infinite alternate;
    background: linear-gradient(135deg, #28c76f, #5a4aff 47.92%, #ff3739);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    font-size: 42px;
    font-weight: 800;
    line-height: 48px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.hero-dashboard-img {
    margin-block: 0;
    margin-inline: auto;
    transform-style: preserve-3d;
    transition: all 0.35s;
}
.hero-dashboard-img img {
    inline-size: 100%;
}
.hero-elements-img {
    position: absolute;
    inset-block: 0;
    inset-inline-start: 0;
}
.feature-cards {
    margin-block-start: 6.25rem;
}
.hero-btn-item {
    inset-block-start: 80%;
    inset-inline-start: 5%;
}

.banner-swiper {
    --swiper-theme-color: var(--vz-primary);
    --swiper-navigation-size: 30px;
}
.banner-slide {
    display: flex;
    flex-direction: column;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cccccc !important;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #af050a !important;
}
.swiper-pagination {
    bottom: 10px !important;
}
.banner-caption {
    background-color: #f8f9fa;
    padding: 20px;
    border-top: 3px solid #af050a;
}
.caption-content {
    max-width: 800px;
    margin: 0 auto;
}
.icon-container {
    display: inline-block;
    background-color: #af050a;
    color: white;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}
.banner-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.banner-description {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}
@media (max-width: 768px) {
.banner-caption {
        padding: 15px;
}
.banner-title {
        font-size: 20px;
}
.banner-description {
        font-size: 12px;
}
.icon-container {
        width: 50px;
        height: 50px;
        line-height: 50px;
}
}
