{% load static %}
/* Home.html section */

/* ===== ===== ===== ===== ===== ===== ===== =====  */
/* Normal tags */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #C0C0C0;
}

/* ===== ===== ===== ===== ===== ===== ===== =====  */
/* Every Page Must change these two to match the colour */
/* ===== ===== ===== ===== ===== ===== ===== =====  */

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #000000 inset !important;
}

input[name=name], input[name=email]{
    -webkit-text-fill-color: #efefef;
}
/*-------------------------------------------------------  */

input[type="submit"] {
    border: 1px solid #EFEFEF;
    background-color: transparent;
    padding: 5px 10px;
    text-transform: capitalize;
}

/* ===== ===== ===== ===== ===== ===== ===== =====  */
/* Class tags */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
.chat_now_btn{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    background-color: #555;
    font-size: 32px;
    padding: 40px 40px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.home_container{
    position: relative;
    text-align: center;
    color: #121212;
}
.home_banner{
    object-fit: cover;
    width: 100%;
}

.home_banner_text{ 
    font-size: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.whats_new_container {
    position: relative;
    margin-bottom: 5px;
    padding: 0;
}

.whats_new_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whats_new_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    box-sizing: border-box;
    overflow: hidden;
}

.whats_new_container:hover .whats_new_overlay {
    opacity: 0.8;
}

.whats_new_text {
    color: white;
    font-size: 28px;
    position: absolute;
    height: auto !important;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

.whats_new_row{
    margin: 0; 
}

.fomo{
    color: #D8990F; font-size: 38px; line-height: 65px;
}

.tags {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
}

.instagram_banner {
    background-color: #777777;
    text-align: center;
    font-size: 50px;
}

.contItemImage {
    height: 240px;
    width: auto;
    border: 2px solid #424242;
    border-radius: 8px;
}

.contItemTitle {
    font: 16px/1.2em Arial, Helvetica, sans-serif;
    display: block;
    padding: 0 0 10px 0;
    color: white;
}

.contItemText {
    font: 16px/1.2em Arial, Helvetica, sans-serif;
    padding: 20px 0;
    text-transform: none;
    text-align: left;
    height: 200px;
    overflow: hidden;
}

.header-bg{
    background-color: #121212 !important;
}

.grey_banner {
    font-family: heavy;
    letter-spacing: 5px;
    margin: 0;
    padding: 10px 0px;
    overflow: hidden;
}

.sign_up{
    background-color: black; 
    padding: 20px 0; 
    overflow: hidden;
}

.stay_loop_left{
    writing-mode: vertical-lr; 
    text-orientation: mixed; 
    font-size: 32px;
}

.stay_loop_right{
    writing-mode: vertical-rl; 
    text-orientation: mixed; 
    font-size: 32px;
}

/*limarque*/
/* ===== ===== ===== ===== ===== ===== ===== =====  */
/*.contItem {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    padding: 20px 0 20px 20px;
    white-space: normal;
    text-align: right;
    background-image: url('../image/greenDots.png');
    background-size: 180px 180px;
    background-repeat: no-repeat;
    background-position: 120% -10px;
}

.contItem2 {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    padding: 20px 0 20px 20px;
    white-space: normal;
    text-align: right;
    background-image: url('../image/redDots.png');
    background-size: 180px 180px;
    background-repeat: no-repeat;
    background-position: 120% 100px;
}*/


/* Homepage -- Banner -- Feature-Content */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
.banner__mini__feature-content {
    background-color: #777777;
    text-align: center;
    font-size: 50px;   
}
.banner__mini__feature-content__image {
    margin-top: -10px;
    padding-left: 40px;
    height: 40px;
}

.marque__bgcolor-black {
    background-color: black;
}
.marque__cont-item__image-link {
    overflow: hidden;
}
.marque__cont-item__image-link__description {
    margin-right: 100px;
}
.marque__cont-item__fun-link {
    float:left;
    max-width: 300px;
    overflow: hidden;
    margin-right: 25px;
}
.marque__cont-item__fun-link__image {
    height: 200px;
    width: auto;
}


/* Homepage -- Instagram Banner */
/* ===== ===== ===== ===== ===== ===== ===== =====  */
.instagram-banner__image {
    margin-top: -10px;
    padding-left: 40px;
    height: 40px;
}
.instagram-banner__row {
    margin: 0 !important;
}
.instagram-banner__thumbnail-cont {
    padding: 0;
    float: left;
    width: auto;
    margin:  0 auto;
}
.instagram-banner__thumbnail-cont__image {
    height: auto;
    width: 100%;
    object-fit: cover;
}

/*marquee*/
.marquee {
  position: relative;
  width: 92vw;
  max-width: 95%;
  height: 100px;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 1px solid black;
  border-radius: 50px;
  margin: 0 4vw;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  background-color: black;
}

.marq_para{
    font-size: 72px;
    color: white;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media only screen and (max-width: 768px) {
    .whats_new_text{
        font-size: 15px !important;
    }
    .home_banner_text{
        font-size: 23px;
    }
    .marquee{
        height: 45px;
    }
    .marq_para{
        font-size: 30px;
    }
    .chat_now_btn{
        font-size: 14px;
        padding: 5px 7px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
    .whats_new_text{
        font-size: 19px !important;
    }
    .home_banner_text{
        font-size: 36px;
    }
    .marquee{
        height: 67px;
    }
    .marq_para{
        font-size: 45px;
    }
    .chat_now_btn{
        font-size: 24px;
        padding: 20px 30px;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1200px) {
    .marquee{
        height: 90px;
    }
    .marq_para{
        font-size: 60px;
    }
    .chat_now_btn{
        font-size: 24px;
        padding: 24px 40px;
    }
}