
.footer-main {
	position: relative;
	background-color: var(--color-yellow);
    /*background: url("images/footer/footer-bg.jpg") center center no-repeat #192b1d;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	color: black;
	font-size: 15px;
	padding: 30px 0;
}
@media(max-width:1199.98px){
    .footer-main {
        padding-bottom: 50px;
    }
}
.footer-main a {
	color: var(--color-blue);
}
.footer-main a:hover {
	color: black;
    text-decoration: underline;
}
.footer-main ul li{
    margin-bottom: 7px;
}

.footer-block{
    margin-bottom: 20px;
}
.footer-block h4 {
	color: var(--color-blue);
}
@media(max-width: 767.98px){
    .footer-block h4 {
        font-size: 18px;
    }
}

/* collapsible block on mobile */
@media(max-width: 767.98px){
    .footer-main .footer-block-toggler{
        margin: 0px 0px 5px 0px;
        padding: 10px;
        border: 1px solid rgba(77,77,77,0.5);
        position: relative;
    }

    .footer-main .footer-block-toggler::before {
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%; width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgba(77,77,77,0.5);
    }
    html[lang="ar"] .footer-main .footer-block-toggler::before{
        right: unset; left: 0;
        border-left: 0; border-right: 1px solid rgba(77,77,77,0.5);
    }
    .footer-main .footer-block-toggler.trigger-plus::before{
        content: "\f067";
    }
    .footer-main .footer-block-toggler.trigger-minus::before{
        content: "\f068";
    }
    
    .footer-block-toggle-content {
        display: none;
    }
}


/* ---------- Newsletter ---------- */
/*
.newsletter-wrapper {
	width: 100%;
	max-width: 600px;
}
@media(min-width: 1200px){
    .newsletter-wrapper {
        position: absolute;
        left: 50%;
        top: -120px;
        z-index: 50;
        transform: translateX(-25%);
    }
}
@media(max-width: 1199.98px){
    .newsletter-wrapper {
        margin-bottom: 50px;
    }
}
*/

.newsletter-wrapper {
	padding: 20px 0 60px 0;
	max-width: 800px;
	margin: 0 auto;
}

.newsletter-wrapper h1 {
	font-size: 35px;
	font-weight: bold;
}
@media(max-width: 1199.98px){
    .newsletter-wrapper h1{
        font-size: 27px;
    }
}
.newsletter-wrapper p{
    font-size: 16px;
    margin: 15px auto 30px auto;
}
@media(max-width: 1199.98px){
    .newsletter-wrapper p{
        font-size: 14px;
    }
}

#newsletter-email {
	height: 66px;
	width: 100%;
	border-radius: 0px;
	border: 1px solid transparent;
    font-size: 18px;
    padding: 15px 200px 15px 15px;
}
html[lang="ar"] #newsletter-email {
    padding: 15px 15px 15px 200px;
}
@media(max-width: 1199.98px){
    #newsletter-email {
        height: 60px;
        font-size: 14px;
        padding: 15px 130px 15px 15px;
    }
    html[lang="ar"] #newsletter-email {
        padding: 15px 15px 15px 130px;
    }
}

#newsletter-subscribe-button {
	background-color: var(--color-yellow);
	color: black;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 8px;
	bottom: 8px;
	border-radius: 0px;
	width: 170px;
	font-size: 22px;
}
html[lang="ar"] #newsletter-subscribe-button {
    right: unset;
	left: 15px;
}
@media(max-width: 1199.98px){
    #newsletter-subscribe-button {
        width: 130px;
        font-size: 17px;
    }
}


.footer-social li a {
	font-size: 20px;
    margin: 4px;
}


/* fixed buttons */

#back-to-top {
    background-color: var(--color-khaki);
    border-radius: 50%;
}
#whatsapp, #instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    opacity: 0.9;
    z-index: 997;
    background-color: white;
    color: #fff;
}
#instagram {
    bottom: 75px;
    left: 20px;
    width: 45px;
    height: 45px;
}



/* ---------------------------------------------------------------------- ??? */

/* Win With US */
.clean-footer {
    margin-top:30px
}
.offer-bg {
    background-image: url("../images/winWithUs-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    margin: -15px auto;
  padding: 0px;
}
.offer-container, .win-result {
    /*padding-top:100px;*/
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: calc(100vh - 123px);
    padding: 0px 15px !important;
}
.offer-container input {
    border: none !important;
}
.banner-box {
    display: flex;
    flex-direction: column;
}
.banner-box .winOffer-title {
    font-size:31px;
    margin-top:0px;
    padding-top:0px;
}
.banner-box .red-title {
    font-size:23px;
    background-color: #E50019;
    width:75%;
    text-align: center;
    padding:0 !important;
    height:50px;
    line-height: 40px;
    margin:20px auto;
    color: white;
}
.goToOffer img {
    width: 100%;
    display:none;
}
.goToOffer .web {
    display:block;
}
@media(max-width: 576px) {
    .banner-box {
        padding: 0px;
        margin: 0px;
        width: 100%;
        max-width: 100%;
    }
        .banner-box .winOffer-title {
            font-size:20px;
        }
    html[lang="ar"] .banner-box .winOffer-title {
        font-size: 26px;
    }
        .banner-box .red-title {
            width: 100%;
            font-size: 16px;
        }
    html[lang="ar"] .banner-box .red-title {
        font-size: 20px
    }
        .goToOffer .web {
        display: none;
    }
    .goToOffer .phone {
        display: block;
    }
}

