*{
    padding: 0%;
    margin: 0%;
    font-family:Arial, Helvetica, sans-serif;
    /* font-size: 23px; */
}

body{
    /* border: 3px solid black; */
    overflow-x: hidden;
}
:root{
    --clr:#222327;
}
.bdy{
    /* position: fixed; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 25vh;
    background:var(--clr);
}
.navigation{
    position: relative;
    width: 600px;
    height: 90px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.navigation ul{
    display: flex;
    width: 500px;
}
.navigation ul li{
    position: relative;
    list-style: none;
    width: 95px;
    height: 70px;
    z-index: 1;
    /* border: 2px solid; */
}
.navigation ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.navigation ul li a .icon{
    position: relative;
    display: block;
    line-height: 75px;
    font-size: 2em;
    text-align: center;
    transition: 0.5s;
    color: var(--clr);
    /* border: 2px solid red; */
}
.navigation ul li.active a .icon{
    transform: translateY(-45px);
}
.navigation ul li a .text{
    position: absolute;
    color: var(--clr);
    font-weight: 400;
    font-size: 0.75em;
    letter-spacing: 0.05;
    transition: 0.5s;
    opacity: 0;
    font-size: 25px;
}
.navigation ul li.active a .text{
    opacity: 1;
    transform: translateY(10px);
}
.indicator{
    position: absolute;
    top: -50%;
    left: 9.5%;
    width: 70px;
    height: 70px;
    background-color: #29fd53;
    border-radius: 50%;
    border: 6px solid var(--clr);
    transition: 0.5s;
}
.indicator::before{
    content: '';
    position: absolute;
    top: 55%;
    left: -28%;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 1px -10px 0 0 var(--clr);
}
.indicator::after{
    content: '';
    position: absolute;
    top: 55%;
    right: -28%;
    width: 20px;
    height: 20px;
    background:transparent;
    border-top-left-radius: 20px;
    box-shadow: -1px -10px 0 0 var(--clr);
}
.navigation ul li:nth-child(1).active ~ .indicator{
    transform: translateX(calc(95px * 0));
}
.navigation ul li:nth-child(2).active ~ .indicator{
    transform: translateX(calc(95px * 1));
}
.navigation ul li:nth-child(3).active ~ .indicator{
    transform: translateX(calc(95px * 2));
}
.navigation ul li:nth-child(4).active ~ .indicator{
    transform: translateX(calc(95px * 3));
}
.navigation ul li:nth-child(5).active ~ .indicator{
    transform: translateX(calc(95px * 4));
}
h1{
    /* border: 4px solid rebeccapurple; */
    /* text-align: center; */
    font-size: 50px;
    margin: 3%;
}
p{
    /* border: 4px solid gray; */
    text-align: left;
    position: relative;
    left: 1%;
    font-size: 30px;
    letter-spacing: 3px;
    word-spacing: 10px;
    line-height: 50px;
}
ol{
    /* border: 4px solid gold; */
    text-align: left;
    font-size: 30px;
    word-spacing: 10px;
    letter-spacing: 3px;
    position: relative;
    left: 5%;
    line-height: 50px;
}
#container{
    border: 4px solid black;
    display: flex;
    flex-direction: row;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 100%;
    height:100vh;
}
#Left{
    /* border: 4px solid red; */
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: scroll;
    align-items: center;
}
input{
    /* border: 4px solid rgb(244, 202, 67); */
    padding: 0.75%;
    border-radius: 10px;
    outline: none;
    text-align: center;
    margin: 0.5%;
    /* width: 15vw; */
    position: absolute;
    z-index: 1;
}
#Left img{
    width: 98%;
    padding: 2%;
    cursor:pointer;
}
#motiv{
    margin-top: 15%;
}

#Right{
    background-color: black;
    flex: 3;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.content1, .content2, .content3 {
    height: 70%;
    width:65%;
    position:absolute;
    padding: 8.2% 10%;
    /* border: 2px solid red ; */
    background-color: black;
}
.content1>.images1, .content2>.images2, .content3>.images3{
    border: 4px solid rgb(141, 255, 118);
    height: 100%;
    width: 100%;
    overflow:hidden;
}
.images1>img, .images2>img, .images3>img{
    height: 100%;
    width: 100%;
 }
.content1 .slide1, .content2 .slide2, .content3 .slide3{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    border-radius: 40%;
    border:4px solid rgb(216, 152, 152);
    background: rgba(255, 255,255, 0.1);
    cursor: pointer;    
}
.content1 .slide1:hover, .content2 .slide2:hover, .content3 .slide3:hover{
    background: rgba(255, 255, 255, 0.707);
}
.content1 .left1, .content2 .left2, .content3 .left3{
    left: 1%;
}
.content1 .right1, .content2 .right2, .content3 .right3{
    right: 1%;
}
.slide1 span, .slide2 span, .slide3 span{
    font-size: 35px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btm-sliders1, .btm-sliders2, .btm-sliders3{
    border: 4px solid rgb(7, 7, 6);
    position: absolute;
    bottom: 1%;
    left:50%;
    display: flex;
    transform: translateX(-50%);
}
.btm-sliders1 span, .btm-sliders2 span, .btm-sliders3 span{
    border: 4px solid rgba(2, 255, 200, 0.879);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin:0 3px;
    cursor:pointer;
}
/* why it's not working? */
.btm-sliders1 span:hover, .btm-sliders2 span:hover, .btm-sliders3 span:hover{
    background-color: rgb(255, 255, 255);
}
footer{
    background-color: blue;
    display: flex;
    justify-content: space-around;
    margin-top: 3%;
    font-size: 25px;
}
footer>a{
    text-decoration: none;
    margin: 2%;
    font-weight: bold;
    color: white;
}
footer>a:hover{
    background-color: white;
    color: blue;
    padding: 3px;
    border-radius: 10px;
    /* width: 19%; */
}

/* for iPhone SE */
@media screen and (max-width:480px) {
    .bdy{
        width: 380px;
    }
    #motivImg,#bollyHolly{
        display: none;
    }
    .navigation ul{
        width: 350px;
    }
    .navigation ul li a .text{
        font-size: 1.4em;
    }
    .navigation ul li.active a .text{
        transform: translateY(10px);
    }
    .indicator{
        top: -50%;
        left: 1.5%;
    }
    .navigation ul li:nth-child(1).active ~ .indicator{
        transform: translateX(calc(70px * 0));
    }
    .navigation ul li:nth-child(2).active ~ .indicator{
        transform: translateX(calc(70px * 1));
    }
    .navigation ul li:nth-child(3).active ~ .indicator{
        transform: translateX(calc(70px * 2));
    }
    .navigation ul li:nth-child(4).active ~ .indicator{
        transform: translateX(calc(70px * 3));
    }
    .navigation ul li:nth-child(5).active ~ .indicator{
        transform: translateX(calc(70px * 4));
    }


    input{
        margin-top: 5%;
        position: relative;
    }
    
    h1{
        color:red;
        font-size: 20px;
    }
    p, ol{
        font-size: 20px;
        word-spacing: 7px;
        
    }

    p{
        width: 85%;
        position: relative;
        left: 5%;
    }
    ol{
        width: 80%;
        position: relative;
        left: 20%;
    }
    #container{
        display: flex;
        flex-direction: column;
        height: 150vh;
        width: 100%;
    }
    #Left{
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        align-items: center;
    }
    #Right{
        flex: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .content1, .content2, .content3 {
        height: 60%;
        width:80%;
        position:absolute;
        padding: 5% 10%;
        background-color: black;

    }
    .content1 .slide1, .content2 .slide2, .content3 .slide3{
        display: none;
    }
    .content1 .left1, .content2 .left2, .content3 .left3{
        width: 15px;
        height: 15px;
    }
    .slide1 span, .slide2 span, .slide3 span{
        line-height: 15px;
        font-size: 20px;
    }
    .btm-sliders1, .btm-sliders2, .btm-sliders3{
        position: relative;
        bottom: -15%;
        left: 50%;
        width: 50%;
        background-color: black;
    }
    footer{
        font-size: 1.4em;;
        width: 100%;
    }
}