#HeroSection .hero .hero-info .hero-buttons .hero-btn {
    border-radius: 65px
}

#Info {
    padding-bottom: 4rem
}

#Info .info-box {
    padding: 2.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    display: flex;
    margin-top: -5rem;
    background-color: #fff;
    margin-bottom: 3rem;
}

#Info .info-box .text-area {
    width: 50%;
    padding-right: 2rem
}

#Info .info-box .text-area h2 {
    color: #2d3958;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 1.5rem
}

#Info .info-box .text-area p {
    color: #7b88a8;
    font-size: 20px
}

#Info .info-box .text-area li {
    color: #7b88a8;
    font-size: 20px
}

#Info .info-box .text-area .button-area {
    display: flex;
    justify-content: flex-start
}

#Info .info-box .text-area .button-area a {
    display: inline-block;
    color: #fff;
    background-color: #0b2042;
    padding: .75rem 2.5rem;
    border: solid thin #0b2042;
    border-radius: 52px
}

#Info .info-box .text-area .button-area a:hover {
    text-decoration: none;
    color: #0b2042;
    background-color: #fff;
    border: solid thin #0b2042
}

#Info .full-info-box {
    padding: 2.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    display: flex;
    margin-top: -5rem;
    background-color: #fff;
    margin-bottom: 1.5rem;
}

#Info .full-info-box .full-text-area {
    width: 100%;
    padding-right: 2rem
}

#Info .full-info-box .full-text-area h2 {
    color: #2d3958;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 1.5rem
}

#Info .full-info-box .full-text-area h4 {
    color: #2d3958;
    margin-bottom: 1.2rem
}

#Info .full-info-box .full-text-area p {
    color: #7b88a8;
    font-size: 20px
}

#Info .full-info-box .full-text-area li {
    color: #7b88a8;
    font-size: 20px
}

#Info .full-info-box .full-text-area .button-area {
    display: flex;
    justify-content: flex-start
}

#Info .full-info-box .full-text-area .button-area a {
    display: inline-block;
    color: #fff;
    background-color: #0b2042;
    padding: .75rem 2.5rem;
    border: solid thin #0b2042;
    border-radius: 52px
}

#Info .full-info-box .full-text-area .button-area a:hover {
    text-decoration: none;
    color: #0b2042;
    background-color: #fff;
    border: solid thin #0b2042
}

#Info .info-box .image-area {
    width: 50%;
    padding-left: .5rem;
}

#Info .info-box .image-area h2 {
    color: #2d3958;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 1.5rem
}

#Info .info-box .image-area #GalleryCarousel {
    width: 100%;
    height: 100%;
    max-height: 400px;
    border-radius: 10px;
    overflow: hidden
}

#Info .info-box .image-area #GalleryCarousel .carousel-inner {
    width: 100%;
    height: 100%
}

#Info .info-box .image-area #GalleryCarousel .carousel-inner .carousel-item {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%
}

#Info .info-box .image-area #GalleryCarousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#Info .info-box .image-area .carousel-controls {
    display: flex;
    justify-content: center;
    padding: 1rem .5rem .5rem .5rem
}

#Info .info-box .image-area .carousel-controls a:hover i {
    color: #4f77ff
}

#Info .info-box .image-area .carousel-controls a i {
    font-size: 35px;
    font-weight: 400;
    margin: 0 1rem;
    color: #2d3958
}

#FullInfo {
    background-color: #EFF2F6;
    padding: 2rem 0
}

#FullInfo .content-row {
    padding: 2rem 0
}

#FullInfo .content-row:nth-child(even) {
    flex-direction: row-reverse
}

#FullInfo .text-area h2 {
    color: #2D3958;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 1.5rem
}

#FullInfo .text-area .content-area p {
    color: #7B88A8;
    font-size: 18px;
    margin-bottom: 0.5rem
}

#FullInfo .text-area .content-area a {
    font-weight: bold;
    color: #2D3958
}

#FullInfo .text-area .content-area a:hover {
    color: #96aeff;
    text-decoration: underline
}

#FullInfo .text-area .list-area {
    padding: 1rem 0
}

#FullInfo .text-area .list-area .list-item {
    padding: 0.25rem 0;
    display: flex;
    align-items: center
}

#FullInfo .text-area .list-area .list-item i {
    color: #7B88A8;
    font-size: 8px;
    margin-right: 0.5rem
}

#FullInfo .text-area .list-area .list-item p {
    color: #7B88A8;
    font-size: 18px;
    margin-bottom: 0
}

#FullInfo .image-area img {
    border-radius: 20px
}

#Products {
    padding: 4rem 0
}

#Products .title-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#Products .title-area h2 {
    color: #fff;
    font-weight: 500;
    font-size: 45px
}

#Products .title-area a {
    color: #0b2042;
    background-color: #fff;
    padding: .5rem 2rem;
    border-radius: 52px;
    border: solid thin #fff;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#Products .title-area a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0b2042
}

#Products .title-area p {
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin-top: 1rem
}

#Products .products-area {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0
}

#Products .products-area .box-area {
    width: 25%;
    padding: 1rem
}

#Products .products-area .box-area .product-box {
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    display: block;
    align-content: center
}

#Products .products-area .box-area .product-box:hover {
    overflow: hidden;
    border: solid 2px #fff
}

#Products .products-area .box-area .product-box:hover h4 {
    display: none
}

#Products .products-area .box-area .product-box:hover .product-description {
    display: block
}

#Products .products-area .box-area .product-box h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: .5rem
}

#Products .products-area .box-area .product-box .product-description {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .75));
    padding: 1rem;
    overflow: hidden;
    transition: .2s
}

#Products .products-area .box-area .product-box .product-description p {
    color: #fff
}

#Products .products-area .box-area .product-box .product-description .title {
    font-weight: bold
}

#Products .products-area .box-area .product-box .product-description .description {
    margin-bottom: 0;
    font-size: 14px
}

#Contact {
    padding: 4rem 0
}

#Contact .title-area {
    margin-bottom: 2rem
}

#Contact .title-area h2 {
    color: #2d3958;
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.5rem
}

#Contact .title-area p {
    text-align: center;
    color: #7b88a8;
    font-size: 20px;
    max-width: 870px;
    margin: 0 auto
}

#Contact .form-area {
    background-color: #f5faff;
    padding: 2rem 1.5rem 0 1.5rem;
    border-radius: 10px
}

#Contact .form-area .col-12 {
    margin-bottom: 1rem
}

#Contact .form-area h4 {
    color: #2d3958;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 1.5rem
}

#Contact .form-area .form-text {
    color: #2d3958;
    margin-bottom: .5rem;
    font-weight: 500
}

#Contact .form-area input:not([type=checkbox]),
#Contact .form-area textarea {
    width: 100%;
    color: #464f66;
    border-color: #e4e4e4;
    padding: .3rem .5rem
}

#Contact .form-area input:not([type=checkbox])::placeholder,
#Contact .form-area textarea::placeholder {
    color: rgba(70, 79, 102, .5450980392)
}

#Contact .form-area .wpcf7-checkbox .wpcf7-list-item {
    padding: 0 .5rem 0 0
}

#Contact .form-area .wpcf7-checkbox .wpcf7-list-item label {
    cursor: pointer
}

#Contact .form-area .wpcf7-checkbox .wpcf7-list-item label input {
    cursor: pointer
}

#Contact .form-area .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    color: #2d3958
}

#Contact .form-area textarea {
    height: 170px
}

#Contact .form-area input[type=submit] {
    color: #fff;
    background-color: #4f77ff;
    display: inline-block;
    padding: .75rem 2rem;
    border-radius: 52px;
    border: solid thin #4f77ff;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500
}

#Contact .form-area input[type=submit]:hover {
    text-decoration: none;
    color: #4f77ff;
    background-color: #fff
}

#Contact .image-area {
    display: flex;
    height: 100%;
    border-radius: 10px;
    overflow: hidden
}

#Contact .image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width:768px) {
    #Info .info-box .text-area p {
        font-size: 18px
    }

    #Info .full-info-box .full-text-area p {
        font-size: 18px
    }

    #Products .title-area h2 {
        font-size: 35px
    }

    #Products .products-area .box-area {
        width: 50%
    }

    #Contact .title-area h2 {
        font-size: 35px
    }
}

@media only screen and (max-width:430px) {
    #Info {
        padding-top: 4rem
    }

    #Info .info-box {
        margin-top: 0;
        flex-direction: column
    }

    #Info .info-box .text-area {
        width: 100%;
        padding: 0 0 1.5rem 0
    }

    #Info .info-box .image-area {
        width: 100%
    }

    #Info .full-info-box {
        margin-top: 0;
        flex-direction: column
    }

    #Info .full-info-box .full-text-area {
        width: 100%;
        padding: 0 0 1.5rem 0
    }


    #Products .title-area {
        justify-content: center
    }

    #Products .title-area h2 {
        font-size: 30px;
        text-align: center;
        width: 100%;
        order: 1
    }

    #Products .title-area a {
        order: 3
    }

    #Products .title-area p {
        order: 2
    }

    #Products .products-area .box-area {
        width: 100%
    }

    #Products .products-area .box-area .product-box {
        max-width: 300px;
        margin: auto
    }

    #Contact .form-area {
        margin-bottom: 2rem
    }
}