a{ text-decoration: none; }

a:hover{ text-decoration: none; }

li{ list-style: none; }



.bg-dark {
   background-image: linear-gradient(to right, orange, white, green);
}
.bg-dark:hover {
   background-image: linear-gradient(orange, white, green);
}
.side-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

li.nav-item {
    padding-left: 27px;
}
.nav-item a {
    color: #000;
    font-weight: bold;
}
.nav-item a:hover {
    color: #a8144f;
    text-decoration: none;
    background-color: #fff;
   
}
.navbar-dark .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' hei…miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    background-color: black;
   
}

.navbar-collapse {
    margin-left: -59px!important;
}

section.text-area h1 {
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
    font-weight: bold;
    font-style: oblique;
}

button.button2p {
    background-color: #2ecc71;
    padding: 10px;
    border: none;
    font-weight: bold;
	width: 49%;
    color: #fff;
}
button.button1p {
    background-color: #2b2f45;
    padding: 10px;
    border: none;
    font-weight: bold;
	width: 49%;
	color: #fff;
}
.button2p:hover {
    background-color: #f3eded;
    color: #8e0404;
    border-radius: 13px;
}
.button1p:hover {
    background-color: #f3eded;
    color: #8e0404;
    border-radius: 13px;
}

section.table-brand {
    background-color: #9e9e9ebf;
}
.brand-banner {
    text-align: center;
}
a.d-block.p-2 {
    text-align: center;
    background-image: linear-gradient(to right, orange, white, green);
    color: #000;
    font-weight: bold;
    width: 100%;
    margin-left: 0px!important;
}
a.d-block.p-2.m-2:hover {
    text-decoration: none;
    box-shadow: 2px 2px 2px 2px #080808ad;
    background-image: linear-gradient(orange, white, green);
    color: #000;
}







.table-section {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 25px 0 rgba(149, 149, 149, 0.2);
    font-family: lato;
    padding: 20px 20px;
    text-align: center;
}
.table-section:hover {
    box-shadow: 0 0 35px 0 rgba(0,0,0,.4);
}
.table-section img {
    max-width: 100%;
    margin-top: 0;
    cursor: pointer;
    height: auto;
}
.table-section h5 {
    color: gray;
    text-align: center;
    margin-top: 7px;
    font-family:lato;
}
.table-section h2 {
    color: black;
    font-weight: bold;
    font-size: 28px;
    margin-top: 0px;
    font-family:lato;
}
.table-section h4 {
    text-align: center;
    margin-top: 0px;
    font-family:lato;
}

.table-text {
   padding-top: 44.5px !important;
}
.play-btn, .review-btn  {
    font-size: 22px;
    color: black;
    margin-top: 65.5px;
    width: 160px;
    border: none;
    background-image: linear-gradient(to right, orange, white, green);
    height: 60px;
    border-radius: 10px;
    box-shadow: 6px 8px 5px -1px #bedfbe;
}

.play-btn .fa-play-circle, .review-btn .fa-star {
    float: left;
	margin-top: 5px;
	margin-left: 5px;
}



section.article {
    margin-bottom:30px;
}

.art-imag.mt-2 {
    text-align: center;
}
 .brand-table  table {
    border: 2px solid white;
    padding: 7px;
   
    width: 100%;
    box-shadow: 0 0 8px 0px;
}
.brand-table {
    text-align: center;
}

.side-brands {
    text-align: center;
}
.text-heading h3, .side-list h3{
    background-image: linear-gradient(to right, orange, white, green);
    padding: 5px;
    color: #000;
    text-align: center;
    margin-top: 7px;
    font-weight: bold;
}
 




.footersection{
    width: 100%;
    height: auto;
    padding: 0px 0 20px 0;
    background: #282828;
    position: relative;
}

.footersection p{
    color: #fff;
    font-size: 18px;
}

.footersection li a{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.footersection h2{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
}


#myBtn{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    border:none;
    color: #000;
    background-image: linear-gradient(to right, orange, white, green);
    padding: 10px;
    border-radius: 10px;
}

#myBtn:hover{
   background-image: linear-gradient(orange, white, green);
}



.footer-img img {
    margin-top: 35px;
    margin-left: 47px;
    border: 2px solid red;
}
.foot-text a {
    text-align: center;
    color:#fff;
}

.foot-text p {
    font-weight: bold;
    font-size: 16px;
    padding-top: 24px;
	color:#fff;
    padding-top: 36px;
}

.foot-text h4 {
    font-weight: bold;
    font-size: 16px;
	padding-top: 24px;
	color:#fff;
}







@media only screen and (max-width: 600px){
body {
    width: fit-content;
}

}

@media only screen and (max-width: 1200px){
.nav-item a {
    color: black;
    font-weight: bold;
    font-size: 9px;
}

}



@media screen and (max-width: 768px) and (max-width: 1200px){

button.button1p, button.button2p{
	width:29%;
}


.table-section img {
	width: 22%;
    margin-top: 60px;
    cursor: pointer;
	margin-left: -5px;
    height: 120px;
}
.play-btn{
	margin-top: -160px;
    margin-left: 270px;
    width: 100px;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
	
}

.play-btn .fa-play-circle, .review-btn .fa-star{
	font-size: 18px!important;
    margin-top: -2px;
    margin-left: 2px;
}

.play-btn p, .review-btn p{
	margin-top:-3px;
}

.review-btn{
	margin-top: -160px;
    margin-left: 380px;
    width: 100px;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
	
}

.table-text h5 {
    margin-top: -160px;
    text-align: center;
    margin-left: -90px;
    font-size: small;
}

.table-text h2, .table-text h4{
    margin-top: 5px;
    text-align: center;
    margin-left: -100px;
    font-size: medium;
}

.foot-text p{
	text-align:center;
}
.foot-text h4{
	text-align:center;
	margin-left: -45px;
}

.footer-img img { 
	text-align:center;
	margin-left: -6px;
}

.footerabout{
    text-align:center;
}

}

@media screen and (max-width: 992px) and (max-width: 1199px){

}
@media screen and (max-width: 768px) and (max-width: 991px){

}
@media only screen and (max-width: 767px){

.table-section img {
    width: 100%;
    margin-top: 0px;
    cursor: pointer;
    margin-left: 0px;
    height: auto;
}
.table-text {
    padding-top: 0px !important;
}
.table-section .col-md-3.col-sm-12 {
    padding: 0 3px;
}
.play-btn, .review-btn {
    margin-top: 0;
    margin-left: 0;
    width: 65px;
    font-size: 10px;
    text-align: center;
    padding: 0 5px;
    height: 39px;
}
.play-btn .fa-play-circle, .review-btn .fa-star {
    font-size: 10px !important;
    margin-top: 0px;
    margin-left: 0px;
}
.play-btn p, .review-btn p {
    margin-top: -3px;
    margin-bottom: 0;
}
.table-text h5 {
    margin-top: 0;
    text-align: center;
    margin-left: 0;
    font-size: 10px;
    margin-bottom: 1px;
}
.table-text h2, .table-text h4 {
    margin-top: 0;
    text-align: center;
    margin-left: 0;
    font-size: 12px;
    margin-bottom: 1px;
}
}

@media screen and (max-width: 536px) and (max-width: 767px){

}