@font-face{
    font-family: 'Lastica';
    src: url('Font/Lastica.ttf') format('Truetype');
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    background-repeat: no-repeat;
    background-image:linear-gradient(to bottom right,#0097b2,#132839,#132839,#132839,rgb(79, 29, 29), rgb(79, 29, 29));
    background-size: cover;
    font-family: 'Lastica';
    background-position: center;
}
 li{
    list-style: none;
}
a {
    text-decoration: none;
    color:#fff;
    font-size: 1.5rem;
}
.Options li a:hover{
    color:yellow;
    scale:1.05;
}
header{
    position:relative;
    padding:4rem 0.5rem;
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}
.navBar{
    width: 100%;
    height:fit-content;
    margin:0 0;
    display: flex;
    justify-content:space-between;
    align-items: center;
    border:2px solid wite;
}
.navBar .logo{
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
    color:#fff;
    align-items: center;
    
}
.logo h3{
    padding-left: 5px;
    letter-spacing: 2px;
    font-size: 1rem;
}
.navBar .logo img{
    height: 50px;
    background-color:#0097b2;
    border-radius:50px;
}
.navBar .Options{
    display:flex;
    gap:2rem;
}
.navBar .toggle_btn{
    color:#fff;
    font-size: 1.5rem;
    cursor:pointer;
    display: none;
    
}
.toggle_btn .MenuBar img{
    height: 20px;
    background-color: #fff;
}
.action-btn{
    background-color: yellow;
    color: black;
    padding:0.5rem 1rem;
    border:none;
    border-radius:20px;
    font-size:0.8rem;
    font-weight:bold;
    cursor: pointer;
    transition: scale 0.2 ease;
}
.action-btn:hover{
    scale:1.05;
}
.action-btn:active{
    scale:0.95;
}
/*Form Login/Register */
.LoginView, .RegView, .ProfileView{
    position: absolute;
    display: none;
    width: 300px;
    height: 400px;
    top:25%;
    left:auto;
    right:100px;
    backdrop-filter:blur(25px);
    background-color:transparent;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;

}
#imgbtn{
    border-radius: 50px;
    height: auto;
    width:50px;
    background-color:#0097b2;
}
#profile-button{
    background-color: transparent;
    border-radius: 50px;
    border:none;
}
#profile-button :hover{
    background-color:white;
}
.ProfileView iframe{
    width: 300px;
    height: 450px;
    top:20px;
    left:auto;
    right:50px; 
    backdrop-filter:blur(100%);  
    border:none;
}
.LoginView iframe{
    width: 300px;
    height: 450px;
    top:20px;
    left:auto;
    right:50px; 
    backdrop-filter:blur(100%);
    border:none;

}
.RegView{
    height: 510px;
}
.RegView iframe{
    width: 300px;
    height: 560px;
    top:20px;
    left:auto;
    right:50px; 
    backdrop-filter:blur(100%); 
    border:none;
}
.ex{
    height: 20px;
    background-color: red;
    border-radius: 10px;
}
.ProfileView .ex{
    position: absolute;
    height: 20px;
    border-radius: 10px;
}

.LoginView button, .RegView button, .ProfileView button{
    position: absolute;
    background-color: transparent;
    margin-top: 0%;
    bottom:auto;
    left:0px;
    margin-left: 0%;
    right:auto;
    z-index:1;
    border-radius: 10px;
    border: none;
}

/*Dropdown*/
.Dropdown{
    display: none;
    position:absolute;
    right:2rem;
    top:70px;
    width:300px;
    height:0px;
    background-color: black, 0.1;
    backdrop-filter: blur(15px);
    border-radius:10px;
    overflow:hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 15;
}
.Dropdown.open{
    height: 500px;
}
.Dropdown li{
    padding:0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Dropdown .action-btn{
    width: 100%;
    display: flex;
    justify-content: center;
}
/*Responsive Design*/
@media screen and (max-width: 720px), screen and (max-width:920px){
    .navBar .Options,
    .navBar .action-btn, .navBar .Profile{
        display:none;
    }

    .navBar .toggle_btn{
        display: block;
    }
    .Dropdown{
        display: block;
        z-index: 1;
    }
    .LoginView, .RegView, .ProfileView{
        left:10vw;
    }

}
@media (max-width:576px){
    .Dropdown{
        left:2rem;
        width: unset;
    }
}
.Main{
    position: relative; 
    overflow: hidden;
    padding:3rem 0rem;
    border:2px solid black;
}
.Main .content1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.Main .content1 .column2{
    display: flex;
    flex-direction:column;
    color:white;
    font-size:10px;
    letter-spacing: 3px;
    width: 30%;
    margin-top: 20%;
    flex-wrap: wrap;
}
.columnInner{
    display: flex;
    flex-direction:column;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 10px;
}
.content1 .column2 h3,
.content1 .column2 h4{
    color:orange;
    text-shadow: 2px 3px 2px black ;
    font-family: 'Lastica';
    font-size: 15px;
}
.column1 {
    position: relative;
    width: 35%;
    height: 500px;
  }
.column1 h1{
   font-weight: 700;
   text-shadow: 5px 10px 10px black;
   font-size: 5vw;
   text-align: center;
   color: #0097b2;
   top:0px;
}
.column1 h1 span{
    position: absolute;
    font-size: 7vw;
    letter-spacing: 8px;
    color:yellow;
}
.column1 img {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: center;
  }
.content1 .slowfade{
    position: relative;
    display: flex;
    justify-content: center;
    align-items:left;
    flex-direction:column;
    height: 500px;
    width: 50%;
    padding:0%;

}
.slowfade .slide {
    display:flex;
    position: absolute;
    left:10px;
    opacity: 0;
    max-height:80%;
    width: 115%;
    transform: none;
    animation-duration: 32s;
    animation-name: slowfade;
    animation-iteration-count: infinite; 

}
.btnNxt{
    background-color: black;
    color:white;

}
.slowfade .description{
    margin-left: 50px;
    margin-right:auto;
    position: absolute;
    top:20px;
    color:#fff;
}
.slowfade .item_details{
       max-width: 100%;
       height:50%;
       padding-left:0px;
       padding-top:10%;
       margin-right:40px;
       
}
.slowfade .item_details h4{
   color:yellow;
}
.slowfade .item_details p{
    color:white;
    font-size:90%;
    font-family:'Courier New', Courier, monospace;
    line-height:20px;
}
.content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right:10%;
}
.content img {
    max-width:auto;
    height:40vh;
    width: 28vw;
    box-shadow: 1px 5px 20px black;
    border:0px;
    border-radius:50px;
    background:none;
}
.slide h4{
    text-shadow: 5px 2px 1px rgb(12, 11, 11);
}
.slide a{
    text-decoration:none;
    color:inherit;
}
.slowfade .btn2{
    position: absolute;
    background-image:url("images/AI6.png");
    color:white;
    text-shadow: 5px 5px 5px black;
    padding:20px 10px;
    width:20vw;
    text-align: center;
    border-radius:25px;
    font-weight: bold;
    font-size: 20px;
    margin-right:auto;
    margin-left: 19%;
    margin-top:50vh;
    transition: transform 0.5s ease-in-out;
}
.slowfade .btn2:hover{
    transform: scale(1.05);
}
.slowfade a{
    text-decoration: none;
}

.slowfade .slide:nth-child(1) {
    animation-delay: 0s;
    transform: rotateY(45deg);
}

.slowfade .slide:nth-child(2) {
    animation-delay: 8s;
    transform: rotateY(45deg);
}

.slowfade .slide:nth-child(3) {
    animation-delay: 16s;
    transform: rotateY(45deg);
}

.slowfade .slide:nth-child(4) {
    animation-delay: 24s; 
    transform: rotateY(45deg);
}

@keyframes slowfade {
    0% {
        opacity: 0;
        
    }
    20% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        
    }
}
/*Responsive*/
@media screen and (max-width: 720px){
    .Main{
        border:3px solid black;
    }
    .Main, .content1 {
      flex-direction: column;
      
    }
    .column1, .column2, .slowfade {
      width: 100%;
    }
  
    .column2 {
        position: absolute;
        top: 50px;
        left: 20px;
        
      }
    .slowfade {
        top:0px;
        width: 100%;
        height: 100%;
    }
    .content img {
        
        width: 350px;
        height: 250px;
    }
    .divider{
        position:absolute;
        z-index: -1;
        background-image: url("images/AI9.png");
        backdrop-filter:blur(100px);
        height: 100vh;
        width:100vw;
        top:53.5%;
        box-shadow: 1px 1px 10px white;

    }
    .slowfade .slide {
        align-items: center;
        top:10%;
        width: 100%;
        height: 100%;
        margin-left:auto;
        right:120px;
    }
    .slowfade .description {
        top:10px;
        width: 150px;
        height: 50px;

    }
    .slowfade .slide .btn {
        width: 100px;
        height: 30px;
    }
    .slowfade .btn2 {
        width:50vw;
        bottom:5vh;
        margin-left:0px;
        box-shadow: 1px 1px 10px white;
    }
    .content1 .column1 h1{
        margin-right: auto;
        top:40px;
        font-size: 5vw;
    }
    .content1 .column1 h1 span{
        right: 30%;
        top:40px;
        font-size: 6vw;
    }
    .column1 img{
        object-fit: contain;
        margin-top: 0px;
     
    }
    .slide .item_details{
        padding-top:0px;
        padding-left:20px;
        top:0px;

    }
    .slide .item_details p{
        line-height:15px;

    }
  }
/*Footer Section*/
.mainFoot{
    background-color: black;
    height:150px;
}

.footer1{
    display: flex;
    justify-content:space-between;
    align-items: center;
    height:100px;
    width: auto;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    color:white;
    background-color: black;
}
.footer1 .developer{
    margin-left:10px;
}
.socialMedia{
    order:2;
    margin-right:50px;
}
.socialMedia ul{
    padding:0;
}
.socialMedia ul li{
    display: inline-block;
    list-style: none;
    padding:5px;
}
.socialMedia ul li:hover{
    background-color: yellow;
    border-radius:50px;
}
.footer1 .socialMedia img{
    border-radius:50px;
    background-color: #fff;
    width:20px;
}
.contact{
    margin-left:auto;
    margin-right:50px;
}
.copyright{
    border-top:1px solid white;
    color:white;
    font-family:arial;
    text-align: center;
    padding:20px;
}
/*Responsive Footer*/
@media screen and (max-width: 720px){
    .footer1{
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}