.shadow {
    background-color: rgba(0, 0, 0, .6);
}

.navban {
    height: 665px;
    background: url(assests/images/banner3.webp) no-repeat 0% 0% / 100% 100%;
    background-size: cover;
}

.navbar {
    background-color: rgba(0, 0, 0, .6);
}
.navban .navbar .right .text-light {
    font-weight: bold;
    padding-left: 15px;
    transition: .2s;
}
.navban .navbar .right .text-light:hover {
    color: #ae6cca !important;
}
.navban .navbar .right .nav li {
    position: relative;
}
.navban .navbar .right .nav li>a{
    color: #fff;
    font-weight: bold;
}
.navban .navbar .right .nav li>a:hover{
    color: #ae6cca;
    cursor: pointer;
}
.navban .navbar .right .nav li .dropdown-menu {
    position: absolute;
    left: -120px;
    top: 100%;
    display: none;
}
.navban .navbar .right .nav li:hover .dropdown-menu {
    display: block;
    z-index: 5;
    
}
.navban .navbar .right .nav li .dropdown-menu .dropdown-item{
    border-bottom: 1px solid lightgrey;
}
.navban .navbar .right .nav li .dropdown-menu .dropdown-item:hover {
    background-color: #9F42C6;
    color: #fff;
}

.banner {
    background-color: rgba(0, 0, 0, .6);
    /* opacity: 20%; */
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
}

/* .banner-overlay {
    background: linear-gradient(to bottom, rgba(171, 47, 82, 0.82) 0%, #ffaf53 100%);
    padding: 220px 0px 170px;
  } */

.banner img {
    width: 200px;
}

/* .banner h2 {
    font-size: 70px;
  } */
.banner h1 {
    color: #ffffff;
}

.banner p {
    margin: 15px auto 15px;
    max-width: 670px
}

.banner-btn {
    background: rgb(165, 1, 165);
    padding: 12px 45px;
    font-size: 15px;
    /* border-radius: 30px; */
    margin-top: 30px;
}

.banner-btn:hover {
    background: purple;
}

/* -------row2----- */
.row2 {
    min-height: 600px;
    background-image: url(assests/images/space.jpg);
}
.row2 .up{}
.row2 .up .body{
    font-size: 19px;
}
.row2 .up .button img{
    width: 160px;
}
.row2 .down .body{
    font-size: 19px;
}
.row2 .down .button a{
    background-color: rgb(165, 1, 165);
    border-color: rgb(165, 1, 165) ;
}
.row2 .down .button a:hover {
    background-color: #8231A4;
    border-color: #8231A4 ;
}

.rowcover {
    min-height: 650px;
    background-image: url(assests/images/phones.webp);
    background-size: cover;
}

/* -------row3------ */
.row3 {
    background: url('assests/images/covers5.jpg') no-repeat center center;
}
.row3 .col-12 {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.row3 .rowban {
    background: url('your-image-url.jpg') no-repeat center center;
    background-size: cover;
    height: 400px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 0 auto;
}

.row3 .rowban a {
    background-color: rgb(165, 1, 165);
    border-color: rgb(165, 1, 165) ;
}
.row3 .rowban a:hover {
    background-color: #8231A4;
    border-color: #8231A4 ;
}
.row3 .rowban h1 {
    font-size: 3rem;
}

.row3 .rowban p {
    font-size: 1.2rem;
}

.row3 .net {
    background-color: #e80914; 
    transition: .5s;
}
.row3 .net:hover {
    background-color: #BE0711; 
    scale: 1.05;
}

.row3 .dis {
    background-color: #072d3b;
    transition: .5s;
}
.row3 .dis:hover {
    background-color: #03171E;
    scale: 1.05;
}

.row3 .apple {
    background-color: #000000;
    transition: .5s;
}
.row3 .apple:hover {
    background-color: #000000;
    scale: 1.05;
}

.row3 .amazon {
    background-color: #0576f7;
    transition: .5s;
}
.row3 .amazon:hover {
    background-color: #0565D4;
    scale: 1.05;
}

.row3 .max {
    background-color: #0f2be2;
    transition: .5s;
}
.row3 .max:hover {
    background-color: #0B26CD;
    scale: 1.05;
}

.row3 .cru {
    background-color: #fa8213;
    transition: .5s;
}
.row3 .cru:hover {
    background-color: #EA7609;
    scale: 1.05;
}

/* -----row4--------- */
.row4 {
    min-height: 600px;
    background-image: url(assests/images/space.jpg);
}
.row4 .btn-link{
    color: #8231A4;
    text-decoration: none;
}

.row4 .card-img-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
    padding: 10px;
    border-radius: 10px;
}

.row4 .card img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.row4 .card-text {
    /* font-weight: bold; */
}

.row4 .badge-container {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.row4 .card {
    width: 100%;
    border-radius: 15px;
    border: 0;
}
.row4 .card:hover {
    cursor: pointer;
}

.row4 .card .badge-container .badge{
    background-color: #8231A4;
}

.row4 .image-container {
    position: relative;
    text-align: center;
    color: white;
    /* background-image: url('assests/images/bg-1.jpg'); */
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    transition: .5s;
}
.row4 .image-container:hover {
    background-size: 200%;
    cursor: pointer;
}

.row4 .image-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.row4 .overlay-text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.row4 .logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    
    /* Smaller size for the logo */
}
.row4 .logo-sm {
    width: 25%;
}
.row4 .logo-lg {
    width: 12%;
}
.row4 .logo-md {
    width: 15%;
}
.row4 .logo-xl {
    width: 75%;
}

.row4 .img-fluid {
    width: 100%;
    height: auto;
}

/* .row4 .square {
            height: 0;
            padding-bottom: 100%;
            position: relative;
            overflow: hidden;
        } */
.row4 .image-container img {
    /* scale: 1.5; */
}

/* --------footer---------- */
.footer {
    background-color: black;
    /* padding: 20px 0; */
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 0 12px;
}
.footer-menu a:hover {
    color: #8231A4;
}
.footer-menu-left {
    justify-content: flex-start;
}
.footer-menu-right {
    justify-content: flex-end;
}

.footer .last-row{
    /* padding: 15px 10px; */
    opacity: .5;
}
.footer .last-row .lastlogo{}
.footer .last-row .lastlogo img{
    width: 30px;
    
}
.footer .last-row .text{}
.footer .last-row .text h2{
    font-size: 11px;
    color: white;
    font-weight: normal;
    line-height: 1.3;
}