:root{
    --color: rgb(0, 0, 0);
    --color-text:white;
}
body{
    margin: 0%;
    padding: 0%;
}
.navbar{
    background-color: var(--color);
    position: fixed;
}
.logo{
    display: flex;
    justify-content: flex-end;
    height: 20px;
}
.icon{
    font-size: 1.25rem;
    color: white;
}

.list{
    color: white;
    list-style: none;
    justify-content: space-between;
    display: flex;
    font-size: 0.75rem;
    font-weight: 50;
    align-items: center;
    margin: auto;
}
.icons1{
    color: white;
    display: flex;
    gap: 20px;
}
.menu-icon{
    visibility: hidden;
}
.buttons:hover{
    color: rgb(214, 205, 205);
}
/* content-section */
#box{
    background-color: var(--color);
     height: 80vh;
     display: flex;
     border-bottom: 4px solid white;
}
    .text{
        color: var(--color-text);
        margin: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 130px;
}
.text h2{
        font-size: 3rem;
        
}
.text2{
    color: var(--color-text);
    display: flex;
    justify-content: center;
    font-size: 1.75rem;
} 
.links{
    color: var(--color-text);
    display: flex;
    justify-content: center;
    gap: 30px;
    
}
.links1{
    color: #2997FF;
    font-size: 1.25rem;
}
.links1:hover{
    text-decoration: underline;
}
.img-container{
     display: flex;
     justify-content: center;
     align-items: flex-start;
}
.img{
    background-image: url(./images/img.PNG);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50vh;
    width: 90vw;
}
.vision{
    background-image: url(./images/img.PNG3.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: 50%;
    height: 80vh;
    
}

.caption-txt{
    color: black;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding-top:20% ;
    line-height: 3px;
}
.link2{
    margin-top: 10px;
     margin-bottom: 20px;
}
.buttons1{
    color: black;
    font-size: 2.5rem;
}
.vision-icon{
    display: flex;
    justify-content: center;
}

.valentine{
    background-image: url(./images/img.PNG4.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: 50%;
    height: 80vh;
   text-align: center;
   border-bottom: 5px solid white;
}

/* .cards-fluid{
     
} */

    .img-1{
    background-image: url(./images/img.PNG5.jpg);
    background-size: 500px;
    background-repeat: no-repeat;
   height: 600px;
   background-position: 50%;
   border: 7px solid white;

                }
    
        .img-2{
    background-image: url(./images/img.PNG6.jpg);
    background-size: 600px;
    background-repeat: no-repeat;
    height: 450px;
    background-position: 50%;
   border: 7px solid white;
    background-color: black;

            }
    
            .img-3{
    background-image: url(./images/img.PNG7.jpg);
    background-size: 500px;
    background-repeat: no-repeat;
    height: 450px;
    background-position: 50%;
   border: 7px solid white;

        }
    
        .img-4{
    background-image: url(./images/img.PNG8.jpg);
    background-size: 200px;
    background-repeat: no-repeat;
    height: 450px;
    background-position: 50%;
   border: 7px solid white;

}
     
    .img-5{
        background-image: url(./images/img.PNG9.jpg);
        background-size: 400px;
        background-repeat: no-repeat;
        height: 450px;
        background-position: 50%;
   border: 7px solid white;

    }
        
        .img-6{ 
            background-image: url(./images/img.PNG10.jpg);
            background-size: 500px;
            background-repeat: no-repeat;
            background-position: 50%;
            height: 450px;
   border: 7px solid white;

        }
.card-txt{
    text-align: center;
}
.card-txt a{
    text-decoration: none;
}
.card-box{
    justify-content: center; 
    display: flex;
}
.text12{
    font-size: 2rem;
}



.main-footer{
    background-color:rgb(245, 245, 247);
    height: 1024px;
    width: 100%;
    
}

.foot-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 17px 0 11px;
}

.foot-main-list{
    list-style: none;
    font-size: 14px;
    color: #B7B7B7;
    line-height: 20px;
}




.footer-apple{
    margin-top: 20px;
     padding: 10px;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-evenly;
  
     font-size: 0.90rem;
     line-height: 20px;
 }
/* footer */
 
 .foot-1{
    
     font-size: 1.2rem;
     font-weight: 700;
     margin-bottom: 20px;
 }


 .sec-last{
    margin-top: 6%;
    flex-wrap: wrap;
    color: #8f8d8d;
    text-align: center;
 }


 .last-foot{
  flex-wrap: wrap;
    color: #8f8d8d;
    text-align: center;

 }

 .last-foot span{
    color: black;
    
 }























@media screen and (max-width:823px) {
    .list1{
        display: none;
    }
    .menu-icon{
         visibility: visible;
    }
    .icons1{
        justify-content:flex-end ;
        margin-right: 20px;
    }
    .logo{
        justify-content: flex-start;
    }
    .text h2{
        font-size: 3rem;
    }
    .text2{
        font-size: 1.5rem;
    }
    .vision{
        height: 100vh;
        background-size: cover;
    }
    .valentine{
        height: 100vh;
        background-size: contain;
    }
    footer p{
        display: none;
    }
    .foot-1{
        display: inline-block;
    }
}
@media screen and (max-width:574px) {
    .icons1{
        gap: 20px;
        position: absolute;
        margin-right: 20px;
    
    }
    .logo{
        justify-content: flex-start;
    }
    .text h2{
        font-size: 2rem;
    }
    .text2{
        font-size: 1rem;
    }

    
}
@media screen and (max-width:674px) {
  .img{
    background-image: url(./images/img.PNG2.jpg);
    width: 30%;
  }
  .img-container{
    display: flex;
    justify-content: center;
  }
.vision{
    height: 100vh;
    background-size: cover;
}
.valentine{
    height: 100vh;
    background-size: cover;
}
}