@font-face {
    font-family: 'Gilroy-Bold ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Bold ☞'), url('./fonts/Gilroy-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy-Heavy ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Heavy ☞'), url('./fonts/Gilroy-Heavy.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy-Light ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Light ☞'), url('./fonts/Gilroy-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy-Medium ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Medium ☞'), url('/fonts/Gilroy-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Gilroy-Regular ☞';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Regular ☞'), url('./fonts/Gilroy-Regular.woff') format('woff');
    }

 
 body{
        background-color: #0f0f0f        ;
        font-family: 'Gilroy-Medium ☞';
        margin:0;
        padding:0;
        box-sizing: border-box;
        overflow-x: hidden; /* no horizontal scrollbar */
         
    }

body a:link, body a:visited {
    color: white;
}


    .navbar{
        height:68px;
        width:70%;
        display:flex;
        justify-content:space-between ;
background-color: #0f0f0f;        
        margin-left:auto;
        margin-right:auto;
        margin-top:60px;
    }

    .navbarItems1 img{
        width: 49px;
        height: 66px;
        margin-left: 50%;
        border:2px solid black;
        align-items: center;
    }
    .navbarItems1 img:hover{
        cursor:pointer;
    }
    .navbarItems2 p{
        display:inline-block;
        padding-right:70px;
        padding-top:3%;
    }
    .navbarItems2 .two{
        padding-right:1px;
    }
    .navbarItems2 p a{
        text-decoration: none;
        color:#f8f8f8;
        cursor: pointer;
        font-weight: bold;

    }
    /*CONTAINER HEADER*/

    .headerContainer{
        width:70%;
        margin-left:auto;
        margin-right:auto;
        margin-top:0;
        height:auto;
    }

    .containerBIG p{
        color:white;
        font-weight: bolder;
        text-align: center;
        font-size:620%;
    }

    .containerSMALL p{
        font-size: 30px;
        color:white;
        text-align: center;
        font-weight: bold;
        margin-top:-50px;
        
    }

    .containerBUTTON{
        background-color:white;
        color: black;
        font-size:24px;
        font-weight: bolder;
        align-items: center;
        text-align: center;
        padding: 20px 65px;
        margin-left:35%;
        border-radius: 40px;
        cursor:pointer;
    }

    .imgContainer img{
        margin-top: 9%;
        width:99.5%;
        height:auto;
        background-repeat: no-repeat;
        background-size:contain;
        min-width: 99.5%;
    }

    .secondContainer {
        display:flex;
        width:100%;
        background-image: url(assets/asset\ 19.jpeg);
        background-repeat: no-repeat;
        height:900px;
        background-size: cover;
    }

    .left {
        width:40%;
        margin-left:10%;
        
    }
    .left .one{
        margin-top:40%;
        font-size: 100px;
        letter-spacing: -3.15px;
        color:white;
        font-weight: bolder;
        opacity: 0.9;
        letter-spacing: -3.15px;
    line-height: 96px;
    }

    .left .two{
        font-size: 32px;
        color:white;
        font-weight: bolder;
        margin-top:-80px;
    }

    .left .three{
        margin-top:0px;
        color:white;
        font-size:18px;
        font-weight: bold;

    }

    .left .secondContainerButton{
        background-color:white;
        color: black;
        font-size:24px;
        font-weight: bolder;
        align-items: center;
        text-align: center;
        padding: 20px 55px;
        border-radius: 40px;
        cursor:pointer;
        margin-top:3%;
        border:0px;
        margin-bottom:45%;

    }

/*Brands*/

.brands{
    background-color: white;
    margin-top:-20px;
    align-items: center;

}

.brands p{
    padding-left:155px;
    padding-top:50px;
    font-size: 18px;
    font-weight: bold;
}

.brands img{
    width: 80%;
    padding-top:20px;
    padding-bottom:80px;

}

/*blue container*/
.thirdContainer {
    margin-top:-100px;
    background-image: url(assets/asset\ 21.jpeg);
    background-size:contain;
    background-repeat:no-repeat;
    width:100%;
    height:900px;
}

.thirdContainer .main{
    width:81%;

    margin-left:auto;
    margin-right:auto;
}

.main .one{
    font-size: 100px;
    color:white;
    font-weight: bolder;
    letter-spacing: -3.15px;
    line-height: 96px;
    opacity: 0.9;
    padding-top:15%;
}

.main .two{
    font-size: 32px;
    font-weight: bold;
    color:white;
    letter-spacing: -0.2px;
    margin-top:-90px;
}

.minContainer{
    width:60%;
}
.main .three{
    font-size:18px;
    color:white;
    font-weight: bold;

}

.main .thirdContainerButton{
    margin-top:2%;
    font-size: 24px;
    font-weight: bolder;
    color:black;
    background: white;
    padding: 20px 60px;
    border-radius: 40px;
}

.thirdContainerButton:hover{
    cursor:pointer;
}

/*Black container ONE*/

#black_container{
    display:flex;
    margin-top:190px;
    height:auto;
    width:100%;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.left_side{
    height:auto;
    width:36%;
    margin-top:2%;
}

.left_side .name{
    color:white;
    font-size: 105px;
    letter-spacing: -3.15px;
    line-height: 105px;
    opacity: 0.9;
    font-weight: bolder;
    transition: opacity 5.5s ease;
    padding-top: 35%;
}

.left_side .up{
    margin-top:200px;
}

.left_side .about{
    color:white;

    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    margin-top:-40px;
}

.right_side{
    height:3100px;
    width:36%;
    margin-top:15%;
    transition: opacity 0.5s ease;
}
.right_side img{
    position: sticky;
    margin-bottom: 25%;
    top: 0px;
    width: 350px;
    height: 600px;
    box-shadow: rgba(250, 250, 255, 0.16) 0px -5px 6px 0px inset, rgba(38, 37, 37, 0.24) 4px 6px 11px 1px inset;
    border-radius: 46px;
    padding: 16px 14px;
}
.right_side {
    position: relative;
    overflow: hidden;
}

.scroll-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

/*Fixed background*/
.fixedBG{
    height:600px;
    width:100%;
    background-image: url('assets/asset\ 22.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*Dog container*/
.dogContainer{
    background-image: url('assets/asset\ 23.jpeg');
    background-size:cover;
    height:900px;
    width:100%;
    margin-top: -100px;
    justify-content: space-between;
}

.dogContainer .main{
    width:40%;
    margin-left:195px;
    padding-top:91px;
    margin-right:auto;
}

.main .one{
    font-size: 100px;
    color:white;
    font-weight: bolder;
    letter-spacing: -3.15px;
    line-height: 96px;
    opacity: 0.9;
    padding-top:15%;
}

.main .two{
    font-size: 32px;
    font-weight: bold;
    color:white;
    letter-spacing: -0.2px;
    margin-top:-90px;
}

.dogContainer .minContainer{
    width:100%;
}

/*Green container*/
.greenContainer{

    min-height:100vh;
    width:100%;
    background-image: url('/assets/asset24.jpeg');
    background-color: #45AD0A;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    justify-content: space-between;
    padding-top:15%;



}
.greenMain{
    height:500px;
    display:flex;
    justify-content: space-evenly;
}

.greenTitle{
    width:30%;
    padding-top:10%;
    padding-left:83px;
}
.greenTitle .greenHead{
    font-size: 60px;
    letter-spacing: -1.15px;
    font-weight: bolder;
    line-height: 64px;
    opacity: 0.9;
    color:white;
}

.greenAbout{
    width:40%;
}
.greenAbout .greenInfo{
    
    font-size: 18px;
    font-weight: 10;
    color:white;
    letter-spacing: 0px;
    line-height: 28px;
    margin-top: 20px;
    max-width: 550px;
}

/*Reviews container*/
.reviewsContainer{
    display:flex;


}
.appStore{
    display:flex;
    margin-top:25%;
    margin-left:50%;
    margin-right:142px;
    width:100%;
height:220px;
}
.appStore .five{
    font-size: 160px;
    line-height: 120px;
    padding-right: 16px;
    color:white;
    opacity: 0.9;
    font-weight: bolder;
    margin-top:61px;

}

.appStore .storeName{

    font-size: 60px;
    line-height: 55px;
    padding-left: 16px;
    color: rgb(236, 233, 234);
    opacity: 0.9;
    font-weight: bolder;
}

.rateIMG img{
    width: 179px;
    height: 28px;
    padding-bottom:48px;
    margin-left:50%;
}
.appStoreButton img{
    width: 44px;
}
.storeRatings .appStoreButton{

    margin-left:50%;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 15px 0px;
    width: 310px;
    display: flex;
    align-items: center;
    border-radius: 48px;
    justify-content: center;
    cursor: pointer;
    
    padding-left: 8px;
    font-size: 20px;
    line-height: 18px;
    font-weight: bolder;
}

/*Reviews*/
.reviewed{
    height:auto;
    width:50%;
    padding-top:5%;
}
.reviewed p{
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 110px;
    color:white;
    font-weight: 0;
}

/*About section*/
.aboutContainer{
    background-color: rgb(36, 36, 36);
    color: rgb(255, 255, 255);
    padding: 100px 200px;
    height:auto;
}

.aboutContainer .heading{
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 22px;
    margin-bottom: 24px;
    color: rgb(255, 255, 255);
    opacity: 0.9;
    font-weight: bolder;
}

.aboutContainer .aboutHeading{

    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 33px;
    color: rgb(255, 255, 255);
    opacity: 0.7;
    margin-bottom: 80px;
}

hr{
    opacity: 0.5;
}

/*Footer*/

.footer{
    width:100%;
    height:100vh;
}

.threeContainer{
    display: flex;
    flex-wrap:wrap;
    height:250px;
    margin-top:8%;
    margin-bottom:-120px;
    margin-left:12%;
    margin-right: 12%;
}

.fContainer{
    height:100%;
    width:40%;
}
.fContainer .one{
    width:150px;
}

.fContainer .two{
    padding-top:95px;
    width:100%;
}

.sContainer{
    height:100%;
    width:30%;
}
.sContainer h2{
    color:white;
    opacity:0.9;
    font-size:18px;
    font-weight:bold;
    padding-left: 12%;
}
.sContainer li, .sContainer a{
    
    color: inherit;
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 33px;
    margin-bottom: 10px;
    display: block;
    opacity: 0.7;
    text-decoration: none;
}

.tContainer{
    height:100%;
    width:30%;
}

.tContainer h2{
    color:white;
    opacity:0.9;
    font-size:18px;
    font-weight:bold;
    padding-left: 12%;
}
.tContainer li, .tContainer a{
    
    color: inherit;
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 33px;
    margin-bottom: 10px;
    display: block;
    opacity: 0.7;
    text-decoration: none;
}

.ffContainer{
    height:100%;
    width:40%;
}
.ffContainer h2{
    color:white;
    opacity:0.9;
    font-size:21px;
    font-weight:bolder;
}
.ffContainer p{
    color:white;
    opacity: 0.7;
    font-size: 18px;
}
.ssContainer{
    height:100%;
    width:30%;
}
.ssContainer h2{
    color:white;
    opacity:0.9;
    font-size:18px;
    font-weight:bold;
    padding-left: 12%;
}
.ssContainer li, .ssContainer a{
    
    color: inherit;
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 33px;
    margin-bottom: 10px;
    display: block;
    opacity: 0.7;
    text-decoration: none;
}

.lastFooter{
    height:120px;
    width:75%;
    margin-top:15%;
    display:flex;
    margin-left:12%;
}

.leftFooter{
    width:52%;
    color:white;
    opacity:0.4;
}

.rightFooter{
    width:70%;
}

.rightFooter a{
    color:white;
    text-decoration: none;
    opacity:0.6;
    font-size: 18px;
    font-weight: 0px;
    border-right: 1px solid white;
    padding-right:3%;
    padding-left:3%;
}
<<<<<<< HEAD

/*MEDIA QUERIES*/

@media screen and (max-width:992px){
    .reviewsContainer{
        display:block;
    
    }
    .appStore{
        display:flex;
        flex-wrap:wrap;
        justify-content: flex-start;
        margin-top:25%;
        margin-left:25%;
        margin-right:142px;
        width:100%;
    height:220px;
    }
    .appStore .five{
        font-size: 160px;
        line-height: 120px;
        padding-right: 16px;
        color:white;
        opacity: 0.9;
        font-weight: bolder;
        margin-top:61px;
    
    }
    
    .appStore .storeName{
    
        font-size: 60px;
        line-height: 55px;
        padding-left: 16px;
        color: rgb(236, 233, 234);
        opacity: 0.9;
        font-weight: bolder;
    }
    
    .rateIMG img{
        width: 179px;
        height: 28px;
        padding-bottom:48px;
        margin-left:25%;
    }
    .appStoreButton img{
        width: 44px;
    }
    .storeRatings .appStoreButton{
    
        margin-left:25%;
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        padding: 15px 0px;
        width: 310px;
        display: flex;
        align-items: center;
        border-radius: 48px;
        justify-content: center;
        cursor: pointer;
        
        padding-left: 1px;
        font-size: 20px;
        line-height: 18px;
        font-weight: bolder;
    }


    .containerBIG p{
        color:white;
        font-weight: bolder;
        text-align: center;
        font-size:500%;
    }

    .containerSMALL p{
        font-size: 24px;
        color:white;
        text-align: center;
        font-weight: bold;
        margin-top:-50px;
        
    }

    .containerBUTTON{
        background-color:white;
        color: black;
        font-size:18px;
        font-weight: bolder;
        align-items: center;
        text-align: center;
        padding: 20px 65px;
        margin-left:20%;
        border-radius: 40px;
        cursor:pointer;
    }

/*SECOND*/

    .left {
        width:100%;
        margin-right:10%;

    }
    
    .left .secondContainerButton{
        margin-left:20%;
    }



/*BLUE*/

.thirdContainer {
    margin-top:-100px;
    background-image: url(assets/asset\ 21.jpeg);
    background-size:auto;
    background-repeat:no-repeat;
    width:100%;
    height:900px;
}

/*scroll img*/
#black_container{
    display:flex;
    margin-top:190px;
    height:auto;
    width:100%;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.left_side{
    height:auto;
    width:30%;
    margin-left:-50px;
}

.left_side .name{
    color:white;
    font-size: 50px;
    letter-spacing: -3.15px;
    line-height: 50px;
    opacity: 0.9;
    font-weight: bolder;
    transition: opacity 5.5s ease;
    padding-top: 25%;
}

.left_side .about{
    color:white;

    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 28px;
    white-space: pre-line;
    margin-top:-40px;
}

.ek{
    margin-top:200px;

}
.do{
    margin-top:200px;
}
.right_side{
    height:auto;
    width:40%;
    margin-top:15%;
    transition: opacity 0.5s ease;
}
.right_side img{
    position: sticky;
    margin-bottom:230px;
    top: 0px;
    width: auto;
    height: 400px;
    box-shadow: rgba(250, 250, 255, 0.16) 0px -5px 6px 0px inset, rgba(38, 37, 37, 0.24) 4px 6px 11px 1px inset;
    border-radius: 46px;
    padding: 16px 14px;
}
.right_side {
    position: relative;
    overflow: hidden;
}

.scroll-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

/*Blue container*/



.dogContainer .main{
    width:100%;
    margin-left:10px;
    padding-top:50px;
    margin-right:auto;
}

.dogContainer .minContainer{
    width:100%;
}

/*Green container*/
.greenContainer{

    min-height:auto;
    width:100%;
    background-image: url(/assets/asset\ 24.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    justify-content: space-between;
    padding-top:2%;



}
.greenMain{
    height:auto;
    display:flex;
    justify-content: space-evenly;
}

.greenTitle{
    width:30%;
    padding-top:10%;
    padding-left:83px;
}
.greenTitle .greenHead{
    font-size: 60px;
    letter-spacing: -1.15px;
    font-weight: bolder;
    line-height: 64px;
    opacity: 0.9;
    color:white;
}

.greenAbout{
    width:40%;
}
.greenAbout .greenInfo{
    
    font-size: 18px;
    font-weight: 10;
    color:white;
    letter-spacing: 0px;
    line-height: 28px;
    margin-top: 20px;
    max-width: 550px;
}


/*about*/
.aboutContainer{
    background-color: rgb(36, 36, 36);
    color: rgb(255, 255, 255);
    padding: 50px 80px;
    height:auto;
}

.aboutContainer .heading{
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 22px;
    margin-bottom: 24px;
    color: rgb(255, 255, 255);
    opacity: 0.9;
    font-weight: bolder;
}

.aboutContainer .aboutHeading{

    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 33px;
    color: rgb(255, 255, 255);
    opacity: 0.7;
    margin-bottom: 80px;
}

hr{
    opacity: 0.5;
}


/*footer*/

.footer{
    width:100%;
    height:auto;
}

.threeContainer{
    display: flex;
    flex-wrap:wrap;
    height:auto;
    margin-top:18%;
    margin-bottom:-120px;
    margin-left:12%;
    margin-right: 12%;
}

.fContainer{
    height:100%;
    width:40%;
}
.fContainer .one{
    width:150px;
}

.fContainer .two{
    padding-top:95px;
    width:100%;
}

.sContainer{
    height:100%;
    width:30%;
}
.sContainer h2{
    color:white;
    opacity:0.9;
    font-size:18px;
    font-weight:bold;
    padding-left: 25%;
}
.sContainer li, .sContainer a{
    
    color: inherit;
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 33px;
    margin-bottom: 10px;
    display: block;
    opacity: 0.7;
    text-decoration: none;
}

.tContainer{
    height:100%;
    width:30%;
}

.tContainer h2{
    color:white;
    opacity:0.9;
    font-size:18px;
    font-weight:bold;
    padding-left: 30%;
}
.tContainer li, .tContainer a{
    
    color: inherit;
    font-size: 18px;
    letter-spacing: 0.75px;
    line-height: 33px;
    margin-bottom: 10px;
    display: block;
    opacity: 0.7;
    text-decoration: none;
}

.ffContainer{
    height:100%;
    width:40%;
}
.ffContainer h2{
    color:white;
    opacity:0.9;
    font-size:21px;
    font-weight:bolder;

}
.ffContainer p{
    color:white;
    opacity: 0.7;
    font-size: 18px;
}
.ssContainer{
    height:100%;
    width:30%;
}
.ssContainer h2{
    color:white;
    opacity:0.9;
    font-size:18px;
    font-weight:bold;
    padding-left: 25%;
}
.lastFooter{
    height:auto;
    width:75%;
    margin-top:25%;
    display:flex;
    margin-left:12%;
}

.leftFooter{
    width:52%;
    color:white;
    opacity:0.4;
}

.rightFooter{
    width:70%;
}

.rightFooter a{
    color:white;
    text-decoration: none;
    opacity:0.6;
    font-size: 18px;
    font-weight: 0px;
    border-right: 1px solid white;
    padding-right:3%;
    padding-left:3%;
}
}



@media screen and (min-width:320px) and (max-width:992px){
    
    .navbar{
        height:68px;
        width:70%;
        display:flex;
        justify-content:space-between ;
        margin-left:auto;
        margin-right:auto;
        margin-top:60px;
    }

    .navbarItems1 img{
        width: 49px;
        height: 66px;
        margin-left: 50%;
        border:2px solid black;
        align-items: center;
        margin-top:15px;
    }
    .navbarItems1 img:hover{
        cursor:pointer;
    }
    .navbarItems2 p{
        display:block;
        padding-right:10px;
        padding-top:3%;
    }
    .navbarItems2 .two{
        padding-right:21px;
    }
    .navbarItems2 p a{
        text-decoration: none;
        color:#f8f8f8;
        cursor: pointer;
        font-weight: bold;

    }
    /**/
    .headerContainer{
        width:80%;
        margin-left:auto;
        margin-right:auto;
        margin-top:0;
        height:auto;
    }

    .containerBIG p{
        color:white;
        font-weight: bolder;
        text-align: center;
        font-size:300%;
    }

    .containerSMALL p{
        font-size: 20px;
        color:white;
        text-align: center;
        font-weight: bold;
        margin-top:-30px;
        
    }

    .containerBUTTON{
        background-color:white;
        color: black;
        font-size:18px;
        font-weight: bolder;
        align-items: center;
        text-align: center;
        padding: 18px 40px;
        margin-left:18%;
        border-radius: 40px;
        cursor:pointer;
    }
    /**/
    .secondContainer {
        width:100%;
        background-image: url(assets/asset\ 19.jpeg);
        background-repeat: no-repeat;
        height:auto;
        background-size: cover;
    }

    .left {
        width:100%;
        margin-left:10%;
        
    }
    .left .one{
        margin-top:30%;
        font-size: 60px;
        letter-spacing: -3.15px;
        color:white;
        font-weight: bolder;
        opacity: 0.9;
        letter-spacing: -3.15px;
    line-height: 50px;
    }

    .left .two{
        font-size: 25px;
        color:white;
        font-weight: bolder;
        margin-top:-50px;
    }

    .left .three{
        margin-top:0px;
        color:white;
        font-size:15px;
        font-weight: bold;

    }

    .left .secondContainerButton{
        background-color:white;
        color: black;
        font-size:19px;
        font-weight: bolder;
        align-items: center;
        text-align: center;
        padding: 15px 55px;
        border-radius: 40px;
        cursor:pointer;
        margin-top:3%;
        border:0px;
        margin-bottom:30%;
        margin-left:10%;
    }
    .brands p{
        padding-left:40px;
        padding-top:50px;
        font-size: 18px;
        font-weight: bold;
    }

    /**/
    .thirdContainer {
        margin-top:-100px;
        background-image: url(assets/asset\ 21.jpeg);
        background-size:cover;
        background-repeat:no-repeat;
        width:100%;
        height:700px;
    }
    
    .thirdContainer .main{
        width:81%;
    
        margin-left:auto;
        margin-right:auto;
    }
    
    .main .one{
        font-size: 80px;
        color:white;
        font-weight: bolder;
        letter-spacing: -3.15px;
        line-height: 60px;
        opacity: 0.9;
        padding-top:15%;
    }
    
    .main .two{
        font-size: 28px;
        font-weight: bold;
        color:white;
        letter-spacing: -0.2px;
        margin-top:-70px;
    }
    
    .minContainer{
        width:100%;
    }
    .main .three{
        font-size:15px;
        color:white;
        font-weight: bold;
    
    }
    
    .main .thirdContainerButton{
        margin-top:2%;
        font-size: 18px;
        font-weight: bolder;
        color:black;
        background: white;
        padding: 20px 60px;
        border-radius: 40px;
    }
    
    .thirdContainerButton:hover{
        cursor:pointer;
    }
    /**/
    #black_container{
        display:flex;
        margin-top:190px;
        height:2000px;
        width:100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
    
    }
    
    .left_side{
        height:400px;
        width:80%;
        margin-top:2%;
    }
    
    .left_side .name{
        color:white;
        font-size: 50px;
        letter-spacing: -3.15px;
        line-height: 50px;
        opacity: 0.9;
        font-weight: bolder;
        transition: opacity 5.5s ease;
        padding-top:10%;
    }
    
    .left_side .up{
        margin-top:200px;
    }
    
    .left_side .about{
        color:white;
    
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 28px;
        white-space: pre-line;
        margin-top:-40px;
    }
    
    .right_side{
        height:3100px;
        width:36%;
        margin-top:15%;
        transition: opacity 0.5s ease;
        visibility: hidden;
    }
    
    /*Green container*/
    .greenContainer{

        height:900px;
        width:100%;
        background-image: url(/assets/asset\ 24.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top:10%;
    
    
    
    }
    .greenMain{
        display:block;
        height:500px;
    }
    
    .greenTitle{
        width:100%;
    }
    .greenTitle .greenHead{
        font-size:45px;
        letter-spacing: -1.15px;
        font-weight: bolder;
        line-height: 64px;
        opacity: 0.9;
        color:white;
        margin-left:-50px;
    }
    
    .greenAbout{
        width:100%;
    }
    .greenAbout .greenInfo{
        
        font-size: 18px;
        font-weight: 10;
        color:white;
        letter-spacing: 0px;
        line-height: 28px;
        margin-top: 20px;
        max-width: 550px;
        padding:5%;
    }

    /**/

    .reviewsContainer{
        display:block;
    
    
    }
    .appStore{
        display:flex;
        margin-top:25%;
        margin-left:8%;
        width:100%;
    height:220px;
    }
    .appStore .five{
        font-size: 140px;
        line-height: 120px;
        padding-right: 16px;
        color:white;
        opacity: 0.9;
        font-weight: bolder;
        margin-top:61px;
    
    }
    
    .appStore .storeName{
    
        font-size: 60px;
        line-height: 55px;
        padding-left: 16px;
        color: rgb(236, 233, 234);
        opacity: 0.9;
        font-weight: bolder;
    }
    
    .rateIMG img{
        width: 179px;
        height: 28px;
        padding-bottom:48px;
        margin-left:30%;
    }
    .appStoreButton img{
        width: 44px;
    }
    .storeRatings .appStoreButton{
    
        margin-left:15%;
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        padding: 15px 0px;
        width: 310px;
        display: flex;
        align-items: center;
        border-radius: 48px;
        justify-content: center;
        cursor: pointer;
        
        padding-left: 8px;
        font-size: 20px;
        line-height: 18px;
        font-weight: bolder;
    }
    /**/
    .reviewed{
        height:auto;
        width:100%;
        padding-top:5%;
    }
    .reviewed p{
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 110px;
        color:white;
        font-weight: 0;
    }
    /**/
    .aboutContainer{
        background-color: rgb(36, 36, 36);
        color: rgb(255, 255, 255);
        padding: 100px 30px;
        height:auto;
    }








    /**/
    .footer{
        width:100%;
        height:100vh;
    }
    
    .threeContainer{
        display: block;
        flex-wrap:wrap;
        height:auto;
        margin-top:8%;
        margin-bottom:-120px;
        margin-left:12%;
        margin-right: 12%;
    }
    
    .fContainer{
        height:100%;
        width:100%;
    }
    .fContainer .one{
        width:100%;
    }
    
    .fContainer .two{
        padding-top:95px;
        width:100%;
    }
    
    .sContainer{
        height:100%;
        width:100%;
    }
    .sContainer h2{
        color:white;
        opacity:0.9;
        font-size:18px;
        font-weight:bold;
        padding-left: 8%;
    }
    .sContainer li, .sContainer a{
        
        color: inherit;
        font-size: 18px;
        letter-spacing: 0.75px;
        line-height: 33px;
        margin-bottom: 10px;
        display: block;
        opacity: 0.7;
        text-decoration: none;
    }
    
    .tContainer{
        height:100%;
        width:100%;
    }
    
    .tContainer h2{
        color:white;
        opacity:0.9;
        font-size:18px;
        font-weight:bold;
        padding-left: 8%;
    }
    .tContainer li, .tContainer a{
        
        color: inherit;
        font-size: 18px;
        letter-spacing: 0.75px;
        line-height: 33px;
        margin-bottom: 10px;
        display: block;
        opacity: 0.7;
        text-decoration: none;
    }
    
    .ffContainer{
        width:0;
        height:100px;
        visibility: hidden;
    }
    .ssContainer{
        height:100%;
        width:100%;
    }
    .ssContainer h2{
        color:white;
        opacity:0.9;
        font-size:18px;
        font-weight:bold;
        padding-left: 8%;
    }
    .ssContainer li, .ssContainer a{
        
        color: inherit;
        font-size: 18px;
        letter-spacing: 0.75px;
        line-height: 33px;
        margin-bottom: 10px;
        display: block;
        opacity: 0.7;
        text-decoration: none;
    }
    /**/
    .lastFooter{
        display: block;
        height:auto;
        width:78%;
        margin-top:38%;
        display:flex;
        margin-left:12%;
    }
    
    .leftFooter{
        width:50%;
        color:white;
        opacity:0.4;
        font-size: 15px;
    }
    
    .rightFooter{
        width:50%;
    }
    
    .rightFooter a{
        color:white;
        text-decoration: none;
        opacity:0.6;
        font-size: 15px;
        font-weight: 0px;
        border-right: 1px solid white;
        padding-right:3%;
        padding-left:3%;
    }

}
