:root{
    --body--: white;
    --text-color: red;
}
.dark{
    --body--: black;
    --text-color: white;
}

body{
    background: var(--body--);
}

.fa-moon{
    color: var(--text-color);
    font-size: 1rem;
}
.fa-sun{
    color: var(--text-color);
    font-size: 1rem;
}



.show-hide{
    position: relative;
}

.show{
    position: absolute;
    top: 1rem;
    left: 80%;
}

.show .fa-eye{
    display: none;
}

.show .shower.fa-eye-slash{
    display: none;
}
.show .shower.fa-eye-slash{
    display: none;
}
.three-body {
    --uib-size: 35px;
    --uib-speed: 0.8s;
    --uib-color: #5D3FD3;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    height: var(--uib-size);
    width: var(--uib-size);
    animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
   }
   
   .three-body__dot {
    position: absolute;
    height: 100%;
    width: 30%;
   }
   
   .three-body__dot:after {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: var(--uib-color);
    border-radius: 50%;
   }
   
   .three-body__dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
   }
   
   .three-body__dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite ease-in-out;
    animation-delay: calc(var(--uib-speed) * -0.3);
   }
   
   .three-body__dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
   }
   
   .three-body__dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite
       calc(var(--uib-speed) * -0.15) ease-in-out;
   }
   
   .three-body__dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
   }
   
   .three-body__dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 var(--uib-speed) infinite ease-in-out;
   }
   
   @keyframes spin78236 {
    0% {
     transform: rotate(0deg);
    }
   
    100% {
     transform: rotate(360deg);
    }
   }
   
   @keyframes wobble1 {
    0%,
     100% {
     transform: translateY(0%) scale(1);
     opacity: 1;
    }
   
    50% {
     transform: translateY(-66%) scale(0.65);
     opacity: 0.8;
    }
   }
   
   @keyframes wobble2 {
    0%,
     100% {
     transform: translateY(0%) scale(1);
     opacity: 1;
    }
   
    50% {
     transform: translateY(66%) scale(0.65);
     opacity: 0.8;
    }
   }




.navbar{
    position: fixed;
    top: 30px;
    width: 100%;
    padding-top: 5rem;
    text-align: justify;
    z-index: 10;
    background-color: darkgrey;
    height: 5rem;
}

.navbar-nav{
    padding: 1rem;
}

.navbar-nav .nav-item{
    padding: 0.5rem;
}

.nav-item .nav-link{
    color: gold;
    font-weight: 500;
    font-size: 1rem;
}
.dropdown-menu{
    /* background-color: white; */
    /* text-decoration: orangered; */
    font-size: 10px;
} 

.navbar img{
    padding: 1rem;
}  */

.carousel{
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
    min-height: 100vh;
    height: auto;
    justify-content: space-between;
    border-color: gray;
    border-bottom: gray;
    overflow: hidden;
}

.carousel-item{
    height: 100vh;
}

.carousel-item img {
    height: 100vh;
    object-fit: cover;
}

img{
    max-width: 100%;
    height: auto;
}

.marguee img{
    max-height: 120px;
    margin-right: 1rem;
}

.carousel-control-prev{
    font-size: .005rem;
    color: grey;
}
.carousel-control-prev:hover{
    font-size: 3rem;
    color: gold;
}
.carousel-control-next{
    font-size: .005rem;
    color: grey;
}
.carousel-control-next:hover{
    font-size: 3rem;
    color: gold;
}



.home::after{
    /* margin: auto; */
    margin-top: 6px;
    content: "";
    display: block;
    height: 3px;
    width: 3rem;
    border-radius: 1%;
    background-color: gold;
    transform: translateY(3px);
}
.navbar li a:hover::after{
    margin-top: 6px;
    content: "";
    display: block;
    height: 2px;
    width: 5rem;
    border-radius: 1%;
    background-color: gold;
    transform: translateY(3px);
    padding-right: 0.8rem;
} 

.carousel-caption{
    padding-bottom: 6rem;
}

.carousel-indicators button{
    border: none;
    outline: none;
    color: gold;
    background-color: gold;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    margin-bottom: 5rem;
}

.carousel-indicators button:hover{
    border: none;
    outline: none;
    color: gold;
    background-color: gold;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
}

.yeaa:hover img{
    background-color: gold;
    transition: ease 1s;
    transform: rotate(360deg);
}

.yeaa img{
    background-color: black;
    width: 90px;
    height: 88px;
    border-radius: 80px;
}

.yeaa img:hover{ 
    background-color: gold;
    transition: ease 1s;
    transform: rotate(360deg)
}

.yeaa:hover .coco{
    background-color: gold;
    border: none;
}

.yeaa:hover .pro{
    color: gold;
}

.yea:hover img{
    background-color: green;
    transition: ease 1s;
    transform: rotate(360deg)
}
.yea img{
    background-color: black;
    width: 90px;
    height: 88px;
    border-radius: 80px
}

.yea img:hover{ 
    background-color: green;
    transition: ease 1s;
    transform: rotate(360deg)
}


.yea:hover .cocor{
    background-color: green;
    border: none;
}

.yea:hover .pror{
    color: green;
}

.bee.btn{
    /* color: orangered; */
    border: none;
}

.bee.btn:hover{
    background-color: gold;
    text-decoration: none;
}

.abc{
    padding-top: 3rem;
    padding-bottom: 5rem;
    /* margin: 1rem; */
    /* background-size: 100%; */
    clip-path: polygon(0 11%, 100% 2%, 100% 91%, 0 100%);
    overflow: auto;;
}

.abc{
    padding-top: 3rem;
}

.yea .coco{
    /* color: white; */
    border: none;
    text-decoration: none;
}
.yea.coco:hover{
    background-color: gold;
    text-decoration: none;
}

.pro h2{
    color: gold;
    text-decoration: none;
}

.pro h2 :hover{
    background-color: gold;
    text-decoration: none;
}
.prod span{
    color: gold;
    text-decoration: none;
    
}


.abc{
    text-decoration: none;
}

.abc span{
    text-decoration: none;
}
.ak span:hover{
    color: gold;
    text-decoration: none;
}

.ak:hover span{
    color: gold;
    text-decoration: none;
}


.aka span:hover{
    color: gold;
    text-decoration: none;
}

.aka:hover:hover span{
    color: gold;
    text-decoration: none;
}

.akaa span:hover{
    color: gold;
    text-decoration: none;
}

.akaa:hover span{
    color: gold;
    text-decoration: none;
}
.akaan span:hover{
    color: gold;
    text-decoration: none;
}

.akaan:hover span{
    color: gold;
    text-decoration: none;
}
.akann span:hover{
    color: gold;
    text-decoration: none;
}

.akann:hover span{
    color: gold;
    text-decoration: none;
}
.akan span:hover{
    color: gold;
    text-decoration: none;
}

.akan:hover span{
    color: gold;
    text-decoration: none;
}

/* .ak.prooo:hover{
    text-decoration: none;
}

.ak:hover .prooo{
    color: orangered;
    text-decoration: none;
} */

.prod::after{
    margin: auto;
    margin-top: 12px;
    content: "";
    display: block;
    height: 4px;
    width: 6rem;
    border-radius: 1%;
    background-color: gold;
    transform: translateX(20px);
}
.team::after{
    margin: left;
    margin-top: 12px;
    content: "";
    display: block;
    height: 4px;
    width: 3rem;
    border-radius: 1%;
    background-color: gold;
    transform: translateX(20px);
}

.marguee{
    /*rotate: repeat; */
    margin-right: 20rem;
    padding-right: 90rem;
    margin-left: 7rem;
    /* padding-left: 7rem */
    padding-top: 5rem;
    padding-bottom: 5rem;
    transition: ease 1s;
    /* transition: cubic-bezier(0.075, 0.82, 0.165, 1); */
    /* margin-block-end: 8rem; */
    /* margin-block-start: 3rem; */
    /*transform: translateX(20deg); */
}


/* .ak .proo .btn:hover{
    color: white;
    text-decoration: none;
} */

.footer2{
    color: white;
    background-color: black;
}

.proo{
    text-decoration: none;
}
.proo:hover{
    color: gold;
    transition: ease 1s;
    text-decoration: none;
}

.footer{
    color: white;
    background-color: black;
    margin-top: 3rem;
    padding: 1rem;
    text-align: left;
}
.footer ul p:hover{
    color: gold;
    transform: translateX(20px);


}.footer2 a{
    color: gold;
    /* position: fixed; */
    /* background-color: white; */
}

.team .inline-list{
    color: white;

}
.team li:hover{
    color: gold;

}

.footer ul li a{
    text-align: center;
    text-decoration: none;
    color: gold (15, 219, 90);
    font-size: 1rem;
    transition: ease 1s;
}

.fa-brands{
    font-size: 1.5rem;
    font-weight: bold;
    transition: ease 1s;
    color: white;
}

.fa-brands:hover{
    transform: translateX(5px);
    color: gold;
}
