/**
* 2006-2022 THECON SRL
*
* NOTICE OF LICENSE
*
* DISCLAIMER
*
* YOU ARE NOT ALLOWED TO REDISTRIBUTE OR RESELL THIS FILE OR ANY OTHER FILE
* USED BY THIS MODULE.
*
*  @author    THECON SRL <contact@thecon.ro>
*  @copyright 2006-2022 THECON SRL
*  @license   Commercial
*/

@font-face {
    font-family: '04b03';
    src: url('../fonts/04B_03.TTF');
}

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

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

.main-item-inner {
    border-radius: 20px;
    overflow: hidden;
}

.main-banner-section .elementor-widget-image-box .elementor-image-box-content,
.main-banner-section .elementor-widget-wrap,
.main-banner-section .elementor-image-box-wrapper,
.main-banner-section .elementor-widget-wrap > .elementor-element,
.main-banner-section .elementor-widget-container {
    height: 100%;
}

.main-banner-section .elementor-widget-container {
    background-size: contain;
}

.main-banner-section .elementor-image-box-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 25px 20px;
}

.main-banner-section .elementor-image-box-title {
    margin-bottom: 0;
    text-align: center;
}

.main-banner-section .elementor-image-box-title a {
    background: #FF8680;
    border: 1px solid #FF8680;
    display: block;
    padding: 9px 0 8px 0;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.main-banner-section .elementor-image-box-title a:hover {
    border-color: #f5c9cd;
    background: #E15B68;
}

.main-banner-section .elementor-image-box-description {
    line-height: 20px;
}

.main-banner-section .elementor-widget-wrap {
    border-radius: 20px;
    overflow: hidden;
}

.products-section-title {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

body#index #top_column {
    padding-top: 0;
    padding-bottom: 10px;
}

/*==========  Mobile First Method  ==========*/

/* Phones Portrait */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .main-banner-section .elementor-image-box-description {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 220px !important;
    }

    .main-banner-section .elementor-image-box-title {
        font-size: 15px !important;
        line-height: 1;
    }

    .main-banner-section .elementor-image-box-title a {
        padding: 10px 0 10px 0;
    }
}

/* Phones Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main-banner-section .elementor-image-box-description {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 220px !important;
    }

    .main-banner-section .elementor-image-box-title {
        font-size: 18px !important;
        line-height: 1;
    }

    .main-banner-section .elementor-col-25 {
        width: 50% !important;
    }

    .main-banner-section .elementor-image-box-title a {
        padding: 12px 0 12px 0;
    }
}

/* Phones Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .main-banner-section .elementor-image-box-content {
        padding: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-banner-section .elementor-col-25 {
        width: 50% !important;
    }

    .main-banner-section .elementor-col-50 {
        width: 100% !important;
    }

    .main-banner-section .elementor-image-box-description {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 220px !important;
    }

    .main-banner-section .elementor-image-box-title {
        font-size: 18px !important;
        line-height: 1;
    }

    .main-banner-section .elementor-image-box-title a {
        padding: 14px 0 14px 0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-banner-section .elementor-image-box-description {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .main-banner-section .elementor-image-box-title {
        font-size: 13px !important;
        line-height: 1;
    }

    .main-banner-section .elementor-image-box-title a {
        padding: 10px 0 10px 0;
    }

    .main-banner-section .elementor-image-box-content {
        padding: 15px;
    }
}

/* Small and Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 1199px) {

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-banner-section .elementor-image-box-description {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .main-banner-section .elementor-image-box-title {
        font-size: 15px !important;
        line-height: 1;
    }

    .main-banner-section .elementor-image-box-title a {
        padding: 12px 0 12px 0;
    }

    .main-banner-section .elementor-image-box-content {
        padding: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1699px) {
    .main-banner-section .elementor-image-box-description {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .main-banner-section .elementor-image-box-title {
        font-size: 15px !important;
        line-height: 1;
    }

    .main-banner-section .elementor-image-box-title a {
        padding: 13px 0 13px 0;
    }

    .main-banner-section .elementor-image-box-content {
        padding: 20px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}
