@font-face{
    font-family: vodafone;
    font-weight: normal;
    src: url("fonts/VodafoneRg-Regular.ttf");
}

@font-face{
    font-family: vodafone;
    font-weight: bold;
    src: url("fonts/VodafoneRg-Bold.ttf");
}

@font-face{
    font-family: vodafone;
    font-weight: 200;
    src: url("fonts/VodafoneLt-Regular.ttf");
}

@font-face{
    font-family: vodafone;
    font-weight: 900;
    src: url("fonts/VodafoneExB-Regular.ttf");
}

*{
    font-family: vodafone, sans-serif;
}

.headerContainers{
    height: 140px;
    width: 100%;
    position: relative;
}

h1{
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 5;
    font-size: 3.5rem;
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.7s all ease;
    position: absolute;
}

h1.active{
    transform: translateX(0px);
    opacity: 1;
}

h1.slideOut{
    transform: translateX(30px);
    opacity: 0;
}

.hero{
	/* height: 100vh; */
    height: 650px;
   
}

.hero-existing{
    height: 500px;
    background-image: url("../img/TVL-HOUSE.jpg");
    background-size: cover;
    background-position: center center;
}

.hero::after{
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 50%;
    /* height: 100%; */
    height: 650px;
    /* min-height: 600px; */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}



.heroImages{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.heroImages img{
    object-fit: cover;
    width: 100%;
    height:650px;
    opacity: 0;
    transition: 0.7s opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.heroImages.heroImagesExisting img{
    height: 500px;
}

.heroImages img.active{
    opacity: 1;
}

.hero .container,
.hero-existing .container{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.heroIntro{
    
}

.container{
    max-width: 950px;
}


.intro h2{
    color: #E60000;
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: bold;
}

.intro h3{
    font-weight: bold;margin-bottom: 15px;
    font-size: 20px;
}

.intro h3:nth-of-type(2){
    margin-top: -15px;
}

.intro p{
    margin-bottom: 15px;
    font-size: 18px;
}


.intro{
    padding-top: 80px;
    padding-bottom: 80px;
}

.deals{
    background-color: rgba(0,0,0,0.07);
    padding-bottom: 50px;
}

.deals img{
    width: 100%;
}



    
.img1{
    margin-top: 3px;
}
    
.img2{
    margin-top: 15px;
}
    
.img3{
    margin-top: 22px;
}


.stores{
    padding-top: 80px;
    padding-bottom: 120px;

}

h4{
    color: #E60000;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: -16px;
}

h5{
    color: #E60000;
    font-size: 18px;
    font-weight: bold;
}

.col-md-4{
    margin-bottom: 30px;
}

.line{
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,0.25);
    z-index: 1;
    position: relative;

}

.sectionHeader {
    width: 100%;
    text-align: center;
    color: #576c76;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.sectionHeader span {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.vodaLogo{
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 10;
}



#mobile{display: none;}


.existingBanner{
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#732218+0,e60000+25,e60000+50,e60000+75,732218+100 */
background: rgb(115,34,24); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(115,34,24,1) 0%, rgba(230,0,0,1) 25%, rgba(230,0,0,1) 50%, rgba(230,0,0,1) 75%, rgba(115,34,24,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(115,34,24,1) 0%,rgba(230,0,0,1) 25%,rgba(230,0,0,1) 50%,rgba(230,0,0,1) 75%,rgba(115,34,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(115,34,24,1) 0%,rgba(230,0,0,1) 25%,rgba(230,0,0,1) 50%,rgba(230,0,0,1) 75%,rgba(115,34,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#732218', endColorstr='#732218',GradientType=1 ); /* IE6-9 */

}

.existingBanner img{
    height: 100px;
}

.existingBanner h1{
    color: white;
    position: relative;
    opacity: 1;
    transform: none;
}

.existingBanner .col-md-5,
.existingBanner .col-md-7{
    display: flex;
    align-items: center;
}

@media (max-width: 900px){

    .hero .container{
        align-items: flex-end;
    }

    .hero h1{
        font-size: 3.5rem;
        text-align: center; 
        width: 100%;
    }

    .headerContainers{
        margin-bottom: 50px;
    }

    .line{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }


    .hero::after{
        content: '';
        position: absolute;
        top: calc(650px - 50%);
        left:0;
        width: 100%;
        height: 50%;
        min-height: 0px;

        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

    
    }

}

@media (max-width: 768px){

    .existingBanner{
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .existingBanner h1{
        text-align: center;
        font-size: 2rem;
        width: 100%;
    }

    .existingBanner .col-md-5{
        text-align: center;
    }

    .existingBanner .col-md-7{
        margin-bottom: 30px;
    }

    .existingBanner img {
        max-height: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .col-md-4 h5, .col-md-4 p{
        text-align: center;
    }

    #desktop{display: none;}
    #mobile{display: block;}

    .vodaLogo{
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 15px;
        right: 20px;
        z-index: 10;
    }
    

}


@media (max-width: 480px){
    .hero h1{
        font-size: 3rem;
        
        
    }

    

    .line{
        display: none;
    }

    .sectionHeader span{
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 400px){
    .hero h1{
        font-size: 2.2rem;
        
    }
}




