Sh3ll
OdayForums


Server : Apache
System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User : tradze ( 1001)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/tradze/public_html/public/themes/frontend_new/assets/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/public/themes/frontend_new/assets/css/css-index.css_1007
/* text zone*/
.text-zone {
    margin-top: 78px;
    margin-bottom: 60px;
}

.text-zone-title {
    font-size: 18px;
    color: #b79839;
    font-family: 'ProximaNovaA-Regular';
    font-weight: normal;
}

.text-zone-description {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
    border-bottom: 2px solid #ffd962;
    margin-top: 10px;
    padding-bottom: 30px;
}

/* steps*/
.center-text {
    text-align: center;
}

.inline-position {
    display: inline-block;
}

.clock-icon {
    padding-top: 15px;
    margin: 0 auto;
    display: block;
}

.steps-title {
    font-family: 'ProximaNovaA-Regular';
    font-weight: lighter;
    font-size: 30px;
    color: #282828;
    padding: 30px 10px 0px 10px;
}

.steps-subtitle {
    font-family: 'ProximaNovaA-Regular';
    font-weight: lighter;
    font-size: 14px;
    color: #282828;
    margin-top: 5px;
}

.steps-listing {
    margin-top: 30px;
    margin-bottom: 130px;
}

.step-pic {
    margin: 0 auto;
    display: block;
}

.step {
    font-size: 18px;
    font-family: 'ProximaNovaA-Regular';
    font-weight: normal;
    color: #282828;
    text-align: center;
    margin-top: 15px;

}

.step-text {
    font-size: 14px;
    line-height: 16px;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
    color: #282828;
    text-align: center;
    margin-top: 5px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* marketing message */
.yellow-background {
    background: #ffd962;
    padding-top: 50px;
    height: 509px;
}

.bg-relative {
    position: relative;
}

.pic-hand {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 0px;
}

.yellow-background .title {
    font-size: 48px;
    color: #282828;
    font-family: 'ProximaNova-Light';
    font-weight: 300;
    padding-top: 70px;
}

.yellow-background .text {
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    font-family: 'ProximaNovaA-Regular';
    margin-top: 15px;
    margin-bottom: 15px;
    width: 40%;
}

.yellow-background .advantages {
    margin-bottom: 34px;
}

.yellow-background .advantages ul {
    margin: 0px 15px;
    padding: 0px;
}

.yellow-background .advantages ul li {
    list-style: none;
    background: url('../img/check.png') no-repeat;
    padding: 1px 5px 1px 25px;
    font-size: 18px;
    line-height: 25px;
    color: #282828;
    font-family: 'ProximaNovaA-Regular';
}

.yellow-background .book-btn {
    background: #282828;
    color: #fff;
    border-radius: 20px;
    padding: 12px 15px 10px 15px;
    border-bottom: 2px solid #d8b74f;
    font-size: 14px;
    font-family: 'Proxima Nova Condensed';
    font-weight: bold;
}

.promo_price {
    background: #282828;
    border-radius: 50%;
    border-bottom: 2px solid #d8b74f;
    text-align: center;
    width: 150px;
    height: 150px;
    padding-top: 30px;
    right: 0;
    position: absolute;
    top: 0px;
    z-index: 999;
}
.promo_price a {
    color:#ffd962!important;
}

.price_title {
    font-size: 18px;
    line-height: 20px;
    color: #ffd962;
    font-family: 'Proxima Nova';
}

.price_nr {
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    color: #ffd962;
    font-family: 'Proxima Nova';
}

.price_mention {
    font-size: 12px;
    color: #ffd962;
    font-family: 'Proxima Nova';
}

/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/
/*Large desktop*/
@media (min-width: 1260px) and (max-width: 1280px) {
    .promo_price {
        right: 5%;
    }
}

/*Small Desktop*/
@media (min-width: 1200px) {

}

/*Laptops*/
@media (min-width: 992px) and (max-width: 1199px) {
    /* text zone*/
    .text-zone {
        margin-bottom: 35px;
    }

    /* marketing message */
    .promo_price {
        right: 5%;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* text zone*/
    .text-zone {
        margin-bottom: 35px;
    }

    /* steps */
    .steps-listing {
        margin-bottom: 90px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 60px;
    }

    .yellow-background .title {
        font-size: 33px;
    }

    .yellow-background .text {
        width: 40%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 20px;
        width: 130px;
        height: 130px;
    }

    .price_title {
        font-size: 15px;
        line-height: 17px;
    }

    .price_nr {
        font-size: 40px;
        line-height: 42px;
    }

    .pic-hand {
        position: absolute;
        right: -20px;
        z-index: 99;
        top: -10px;
    }

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* Samsung Galaxy Tab 3 (7") ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 110px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 20px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 13px;
        line-height: 15px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 40px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

/* Samsung Galaxy Tab 3 (7") ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 767px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 140px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 12px;
        line-height: 13px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 40px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

/* LG (G3,G4,G5, Nexus 5), Samsung Galaxy S(3-7), HTC ONE  ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 12px;
        line-height: 13px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 35px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 12px;
        line-height: 13px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 35px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

/* iPhone 6,7 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 12px;
        line-height: 13px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 35px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 12px;
        line-height: 13px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 35px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

/* iPhone 6+,7+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 12px;
        line-height: 13px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 35px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 12px;
        line-height: 13px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 35px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

/* Samsung Galaxy S7Edge ----------- */
@media only screen and (max-width: 412px) and (max-height: 732px)  and (orientation: portrait) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 12px;
        line-height: 13px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 35px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

@media only screen and (max-width: 412px) and (max-height: 732px)  and (orientation: landscape) {
    /* text zone */
    .text-zone {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    /* steps */
    .steps-title {
        font-size: 16px;
        padding-top: 0px;
        margin: 0px 10px;
    }

    .steps-subtitle {
        font-size: 13px;
        line-height: 14px;
        margin: 3px 10px;
    }

    .timmer-icon {
        padding-top: 10px;
    }

    .steps-listing {
        margin-top: 20px;
        margin-bottom: 90px;
    }

    .step-text {
        font-size: 12px;
        line-height: 13px;
    }

    /* marketing message */
    .yellow-background {
        padding-top: 0px;
        height: 469px;
    }

    .yellow-background .title {
        font-size: 35px;
    }

    .yellow-background .text {
        width: 100%;
    }

    .yellow-background .advantages ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .promo_price {
        right: 5%;
        top: 160px;
        width: 95px;
        height: 95px;
        padding-top: 20px;
    }

    .price_title {
        font-size: 14px;
        line-height: 16px;
    }

    .price_nr {
        font-size: 25px;
        line-height: 27px;
    }

    .price_mention {
        font-size: 11px;
        line-height: 12px;
    }

    .pic-hand {
        position: absolute;
        right: -15px;
        z-index: 99;
        top: 240px;
    }
}

ZeroDay Forums Mini