.index-section-first-light {
    height: 100vh;
    background-image: url('/wp-content/themes/holtech/assets/images/section-1-bg-v2.jpg');
    position: relative;
}

/* LIGHT VERSION */

.section-first-box-light {
    border: 5px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
    max-width: 650px;
    padding: 30px 45px 30px 45px;
    position: absolute;
    left: 10%;
    top: 25%;
    box-shadow: 0px 0 7px 4px #0a0a0a54;
    text-align: center;
    background: white;
}

.section-first-box-light>img {
    width: 100%;
    max-width: 85px;
}

.section-first-box-light>h1 {
    color: #1d2327;
    font-size: 32px;
}

.section-first-box-light>.first-box-line {
    margin-top: 25px;
    margin-bottom: 50px;
    border: 2px solid;
    border-color: #1d2327;
    width: 200px;
}

.section-first-box-light>p {
    font-size: 18px;
    color: #1d2327;
    text-align: justify;
}

.main-section-button {
    transition: 0.2s;
    display: block;
    background: transparent;
    margin: 0 auto;
    text-decoration: none;
    border: 2px solid #1d2327;
    min-width: 250px;
    max-width: 350px;
    padding: 15px;
    color: #1d2327;
    margin-top: 50px;
    position: relative;
}

.button-hover-animation:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1d2327;
    color: white;
    transform-origin: 0 bottom 0;
    transform: scaleY(0);
    transition: .3s ease-out;
    z-index: 0;
}

.main-section-button:hover {
    text-decoration: none;
    color: #FFF;
}

.button-hover-animation:hover:before {
    transform: scaleY(1);
}

.msb-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    transition: .3s ease-out;
    margin-bottom: 0;
    padding: 0;
}

.index-section-second-light {
    min-height: 500px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.section-second-box-light {
    margin: 0 auto;
}

.section-second-card-field {
    transition: 0.3s;
    padding: 25px;
}

.section-second-card-field:hover {
    transition: 0.3s;
    padding: 5px 25px 15px 25px;
}

.section-second-card-field:hover>.blue-card {
    transition: 0.2s;
    border-color: #3395f2;
    background: #3395f2;
    color: white;
    cursor: default;

}

.section-second-card-field:hover>.green-card {
    transition: 0.2s;
    border-color: #63ad23;
    background: #63ad23;
    color: white;
    cursor: default;
}

.section-second-card-field:hover>.red-card {
    transition: 0.2s;
    border-color: #fd606d;
    background: #fd606d;
    color: white;
    cursor: default;
}

.section-second-card {
    transition: 0.3s;
    padding: 30px 15px 30px 15px;
    text-align: center;
    background: white;
    border: 4px solid #1d2327;
    color: #1d2327;
    min-height: 325px;
}

.section-second-card>i {
    font-size: 46px;
}

.section-second-card>h2 {
    font-size: 28px;
    font-weight: bold;
}

.section-second-card>p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.card-line {
    border: 1px solid #ededed9e;
    max-width: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.index-section-third-light {
    background-color: #f3f3f3;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.section-third-box-light {
    min-height: 600px;
    margin: 0 auto;
}

.section-third-title {
    text-align: center;
    margin-bottom: 75px;
    color: white;
}

.index-product {
    margin-bottom: 25px;
}

.index-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 5px #00000087;
}

.mobile-products {
    display: none;
}

.more-products {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    background: transparent;
    margin-top: 50px;
    padding: 25px;
    color: #1d2327;
    font-weight: bold;
    background-color: white;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.336);
}

.more-products:hover {
    transition: 0.3s;
    text-decoration: none;

}

.index-section-fourth-light {
    min-height: 500px;
    max-height: 850px;
    background-color: #1d2327;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.section-fourth-box-light {
    margin: 0 auto;
}

.slider-title {
    font-size: 38px;
    text-align: center;
    margin-bottom: 30;
    padding-bottom: 45px;
    border-bottom: 1px solid white;
    color: white;
    margin-top: 25px;
}

.slider {
    overflow: hidden;
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    height: 100%;
    min-height: 250px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    height: 300px;
}

.carousel-item {
    text-align: center;
}

.carousel-item>i {
    font-size: 48px;
    padding: 15px;
    border-bottom: 3px solid;
    margin-bottom: 15px;
}

.i-purple {
    color: #b02dfc;
}

.i-blue {
    color: #3395f2;
}

.i-green {
    color: #63ad23;
}

.i-yellow {
    color: #c9c930;
}

.i-orange {
    color: #ff802d;
}

.i-red {
    color: #fd606d;
}

.i-pink {
    color: #fd1892;
}

.carousel-item>p {
    font-size: 28px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: white
}

.carousel-indicators>.active {
    background-color: white
}

.carousel-control-prev, .carousel-control-next {
    color: white
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    color: white
}