*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Acer Foco", "Trebuchet MS", Arial, sans-serif;
    overflow-x: hidden;
}
.container{
    height: 8vh;
    width:100%;
    background: #f1eff1;
}

.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.navlinks1{
    padding-top: 1.2rem;
}
.navlinks1 li{
    display: inline-block;
    margin: 0 15px;
}
.navlinks1 li a{
    display: flex;
    text-decoration: none;
    color: rgb(81, 80, 80);
    padding: 1px 0;
    position: relative;
}

.icon{
    padding-right: 0.5rem;
}

.navlinks1 li a::after{
    content: '';
    background: #000000;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0s;
}

.navlinks1 li a:hover::after{
    width: 100%;
}

.container1{
    height: 8vh;
    width:100%;
    background:white;
}

.logo{
    padding-left: 30px;
    height: 2vh;
    width: 100%;
}



.slider-container {
    
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 74vh;
}

.section {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 73vh;
}

.slider-wrapper {
    position: relative;

    display: inline-flex;
}

.slider {
    display: block;
    width: 100vw !important;
    animation: slide 15s infinite;
    
}

.slider-body {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    z-index: 45;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    display: flex !important;
}

.slider-body img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    top: 0;
    align-items: center;
    justify-content: center;  
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: flex;
    flex: 1 1 100%;
}

.slider-caption1 {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem;
    padding-bottom: 5rem;
}

.slider-caption1 h2{
    padding-left: 7rem;
    font-size: 45px;
    margin: 16px;
}

.slider-caption1 p{
   font-size: 18px;
   padding: 0rem 10rem 2rem 8rem;
}

.slider-caption1 button{
    height: 3rem;
    color: black;
    border: 1px solid #39ca51;
    padding: 0.6rem;
    text-decoration: none;
    font-weight:bold;
    cursor: pointer;
    background-color: #39ca51;
}

.btn{
    padding-left: 8rem;
}

.slider-caption1 button:hover{
    color: black;
    background-color: white;
}




.slider-caption2 
{
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    padding-bottom: 5rem;

}

.slider-caption2 h2{
    color: white;
    font-size: 45px;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.slider-caption2 p{
    color: white;
   font-size: 20px;
   padding-bottom: 1rem;
}
.slider-caption2 button{
    color: black;
    border: 2px solid white;
    padding: 15px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight:bold;
    cursor: pointer;
}
.slider-caption2 button:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(8, 8, 8);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-100%);
    }

    55% {
        transform: translateX(-200%);
    }

    75% {
        transform: translateX(-200%);
    }

    80% {
        transform: translateX(-300%);
    }

    100% {
        transform: translateX(-300%);
    }
}



.heading h1{
    text-align: center;
    padding-top: 2rem;
    font-size: 2rem;
    font-weight: bold;
}

.heads{
    padding-top: 4rem;
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
}


.nav2{
    display: flex;
    width: 100%;
    background-size: cover;
    background-color:#ffffff;
    display: flex;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.lap{
    display: flex;
    flex-direction: column;
    align-items: center; 
    padding: 20px 0;
    width: 25%;
    cursor: pointer;
}
.lap img{ 
    max-width: 100% ;
    padding-bottom: 0.5rem;
}

.lap a{
    font-size: large;
    text-decoration: none;
    color: #000000;
}

.lap a:hover{
    font-weight: 900;
}

.column {
    float: left;
    width: 50%;
    padding: 5px;
  }
  
.row1{
    padding-left: 2rem;
    content: "";
    clear: both;
    display: table;
    padding-right: 2rem;
    padding-bottom: 5rem;
}



.nav3{
    display: flex;
    width: 100%;
    background-color:#ffffff;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
}
.cols{
    
    transition: transform .2s;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    width: 25%;
    cursor: pointer;
}

.cols img:hover{
    transform: scale(1.1);
}

.cols img{ 
    height: auto;
    max-width: 100% ;
}

.about{
    padding-top: 4rem;
    padding-left: 0rem;
}

.more{
    padding-top: 2rem;
    padding-bottom: 4rem;
}
.row{
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fafafa;
    display: flex;
    padding-right: 3rem;
    justify-content: space-between;
    cursor: pointer;
}
.contents{
    display: flex;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    list-style: none;
    flex-direction: row;
    
}
.contents ul li{
    display: flex;
    list-style: none;
    font-size: 16px;
    padding-bottom: 0.5rem;

}

.footer{
    height: 23vh;
    width:100%;
    background: #000000;
}

.footerhead{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.footerlinks{
    width: 50%;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.footerlinks li{
    display: inline-block;
    margin: 0 7px;
    padding-right: 0.5rem;
    border-right: 1px solid white;
}

.footerlinks li:last-child{
    border-right: 0 none;
}

.footerlinks li a{
    font-size: small;
    text-decoration: none;
    color: rgb(255, 254, 254);
    padding: 3px 0;
    position: relative;
    overflow: hidden;
}
.footerlinks li p{
    font-size: small;
    text-decoration: none;
    color: rgb(255, 254, 254);
    padding: 3px 0;
    position: relative;
}
.iconitem{
    background-color: #474747;
    border-radius: 9999px;
    height: 34px;
    width: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.footerlinks li a::after{
    content: '';
    background: #ffffff;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0s;
}

.footerlinks li a:hover::after{
    width: 100%;
}



.social{
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 2rem;
}
.social li{
    display: inline-block;
    padding-left: 0.4rem;
}


.social li a{
    text-decoration: none;
    color: rgb(255, 254, 254);
    position: relative;
}

.social1{
    font-size: medium;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 2rem;
}
.social1 li{
    display: inline-block;
    padding-left: 0.4rem;
}


.social1 li a{
    text-decoration: none;
    color: rgb(255, 254, 254);
    position: relative;
}

.iconitem1{
    padding-right: 0.5rem;
}

.social1 li a::after{
    content: '';
    background: #ffffff;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0s;
}

.social1 li a:hover::after{
    width: 100%;
}