@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

:root {
    --primary-color: #3a4052;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}
body::-webkit-scrollbar {
    display: none; /* hide the scroll bar */
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

#about {
    padding: 40px;
    text-align: center;
}

#about p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: auto;
}

#about h2 {
    margin: 30px 0;
    color: var(--primary-color);
}

.social a {
    margin: 0 5px;
}
img{
    cursor: pointer;
}
.flex-div{
    display: flex;
    align-items: center;
}

nav{
    padding: 10px 2%;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}
.nav-right img{
    width: 25px;
    margin-right: 25px;
}
.nav-right .user-icon{
    width: 35px;
    border-radius: 50%;
    margin-right: 0;
}
.nav-left .menu-icon{
    width: 22px;
    margin-right: 25px;
}
.nav-left .logo{
    width: 130px;
}
.nav-middle .mic-icon{
    width: 16px;

}
.nav-middle .search-box{
    border: 1px solid #ccc;
    margin-right: 15px;
    padding: 8px 12px;
    border-radius: 25px;
    color: #fff;
    background: #fff;
}
.nav-middle .search-box input{
    width: 400px;
    border: 0;
    outline: 0;
    background: transparent;
}
.nav-middle .search-box img{
    width: 15px;

}
.nav-right h3{
    width: 25px;
    margin-right: 90px;
}
/*-----DARK MODE------*/
.mode {
    float:  right;
}
.change {
cursor: pointer;
border: 1px solid #555;
border-radius: 40%;
width: 20px;
text-align: center;
padding: 5px;
margin-left: 8px;
}
.dark{
background-color: #161a1e;
color: #e6e6e6;
}
.darknav{
    background-color: #000000db;
    color: #e6e6e6;
}
.banner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.banner img{
    width: 80%;
    border-radius: 10px;
}

.right{
    position: relative;
    top: 70%;
    left: 55%;
    object-fit: cover;
}
/*----------------Nav Bar---------------*/
li, a, button{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #edf0f1;
    text-decoration: none;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
}
.logo{
    cursor: pointer;
}
.nav_links{
    list-style: none;
    display: flex;
    align-items: center;
}
.nav_links li{
    display: inline-block;
    padding: 0px 20px;
    color: inherit;
}
.nav_links li a{
    transition: all 0.3s ease 0s;
    color: inherit;
}
.nav_links li a:hover{
    color: #0088a9;
}
button{
    padding: 9px 25px;
    background-color: rgba(0, 136, 169, 1);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transform: all 0.3s ease 0s;
}
button:hover{
    background-color: rgba(0, 136, 169, 0.8);
}
.top_navigation{
    background: inherit;
}
/*-----------------BODY-------------------*/
.artRegion{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-around;
    width: 80%;
    position: relative;
    top: 50%;
    right: -10%;   
    
}
.artRegion img{
    border-radius: 5px;
    width: 30%;
    align-self: center;
    margin-top: 3%;
}
.artRegion img:hover{
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out 0.3s;    
}
.darkabout{
    background-color: #161A1E;
    color: #fff;
}
/*-----------------SLIDER START---------------------------*/

.slider{
    width: 80%;
    height: 60%;
    border-radius: 10px;
    margin-top: 3%;
    overflow: hidden;
}
.slides{
    width: 500%;
    height: 60%;
    display: flex;
}
.slides input{
    display: none;
}
.slide{
    width: 20%;
    transition: 2s;
}
.slide img{
    width: 110%;
    height: 100%;
}
.navigation-manual{
    position: absolute;
    width: 80%;
    margin-top: -40px;
    display: flex;
    justify-content: center;

}
.manual-btn{
    border: 2px solid #40d3dc;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.manual-btn:not(:last-child){
    margin-right: 40px;
}
.manual-btn:hover{
    background: #40d3dc;
}
#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60%;
}

/*----------AUTO NAVIGATION----------*/
.navigation-auto{
    position: absolute;
    display: flex;
    display: none;
    width: 80%;
    justify-content: center;
    margin-top: 47.16%;

}
.navigation-auto div{
    border: 2px solid #40D3DC;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}
.navigation-auto div:not(:last-child){
    margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
    background: #40D3DC;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #40D3DC;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: #40D3DC;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: #40D3DC;
}


/*-----------------SLIDER END---------------------------*/

/* Pagination links */
.pagination a {
  color: inherit;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border-radius: 5px;
}

/* Style the active/current link */
.pagination a.active {
  background-color: dodgerblue;
  color: white;
  border-radius: 5px;
}

/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active){
    background-color: #ddd;
}
.pagination{
    justify-content: center;
}