@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --gold: #ffb700;
}

html {
  scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

body {
    background: #090909;
    overflow-x: hidden;
    position: relative;
}

/* ============ navbar  */
.navbar {
    background-color: #242121;
    position: fixed;
    top: 10%;
    left: 50%;
    /* center position */
    transform: translateX(-50%);
    /* adjust to exact center */
    padding: 20px 30px;
    border-radius: 10px;
    opacity: 0.2;
    z-index: 2;
    box-shadow: 2px 3px 20px black;
    box-shadow: inset 2px 3px 20px rgb(56, 54, 54);
}

.links>a {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 20px;
    font-size: 19px;
    transition: .5s ease;
}

.links>a:hover {
    color: var(--gold);
}

.active {
    color: var(--gold) !important;
}

/* ============ navbar  */
/* ========== secons  */
.second-intro{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 90vh;
}
/* ========= team member  */
.teams{
    display: flex;
    gap: 30px;
}
.team-member{
        width: 100vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.team-profile{
    background: url(./boy.jpg);
    background-size: cover;
    width: 400px;
    border-radius: 20px;
    overflow: hidden;

    height: 450px;
    position: relative;
}
.profile-intro{
    position: absolute;
    background-color: #111111;
    color: white;
    bottom: 0;
    width: 100%;
    padding: 20px;
}
/* ======== courses  */
.search-course-bar{
    background-color: #242121;
    padding: 10px;
    width: 30vw;
    margin-bottom: 40px;
    border-radius: 100px;
    padding: 20px 50px;
        box-shadow: 2px 3px 20px black;
    box-shadow: inset 2px 3px 20px rgb(56, 54, 54);
}
.course-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.course-bar>input{
    background-color: transparent;
    border: none;
    color: white;
}
.course-bar>input::placeholder{
    color: rgb(149, 149, 149);
    font-size: 18px;
    
}
.course-bar>i{
    color: var(--gold);
    font-size: 20px;
}
.course-bar>input:focus{
    outline: none;
}

.courses{
    width: 100vw;
    /* height: 90vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    
}
.course-box{
  
}
.course{
    background-color: #111111;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 50px;
    scale: 1;
    
}
.seminar{
    background-color: #111111;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 50px;
    scale: 1;
    
}

.course-head,.team-head{
    font-size: 60px;
    color: white;
    margin-bottom: 50px;
}
.course-img{
    border-radius: 20px;
    width: 100%;
}
.course-content{
    padding: 20px;
}
.course-content>h1{
 
    font-size: 80px;
    font-weight: bold;
}
.course-content>h6{
    font-size: 30px;
    color: white;
}
.detail-item{
    background-color: #090909;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
       box-shadow: 2px 3px 20px black;
    box-shadow: inset 2px 3px 20px rgb(0, 0, 0);
    /* border: 2px solid #ffb700; */
    
}
.detail-item>h6{
    font-size: 20px;
}
.like-btn{
    background-color: #111111;
    padding: 10px;
    border: 2px solid #090909;
    width: 80px;
    border-radius: 30px;
    margin: 15px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white !important;
    transition: all .5s ease;
}
.like-btn:hover{
    background-color: var(--gold);
    color: #090909 !important;
}
/* ========== first  */
.first-intro {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 100vw;
    height: 95vh;
  
}
.area{
    position: absolute;
    /* background-color: #006eff; */
    top: 0;
    width: 100vw;
    height: 100%;
}

.heading {
    color: white;
    font-family: "Alan Sans", sans-serif;
    /* letter-spacing: 15px; */
    font-weight: bold;
    font-size: 150px;
    line-height: 120px;
    opacity: 0.2;
}

.logo {
    width: 300px;
    margin-bottom: 40px;
    
}


.headbar {
    position: fixed;
    width: 100%;
    overflow: hidden;
    background-color: #242121;
    /* background: #111; */
    padding: 15px 0;
    z-index: 3;
}

.gold-text {
    background: linear-gradient(45deg, #b8860b, #ffd700, #ffec8b);
    -webkit-background-clip: text;
    color: transparent;
}


.marquee {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    word-spacing: 10px;

}

/* =========== socail bar  */
.socail-media-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    /* adjust to exact center */
    background-color: #242121;
    /* background-color: #b8860b; */
    /* padding: 10px; */
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.socail {
    padding: 20px 0px;
    transition: all 1s ease;
    font-size: 20px;
    
}

.socail:hover i{
    color: var(--gold) !important;
}

/* =========== socail bar  */
/* =========== scrollbar   */
/* Scrollbar width */
::-webkit-scrollbar {
    width: 12px;       /* width for vertical scrollbar */
    height: 12px;      /* height for horizontal scrollbar */
}

/* Scrollbar Track (background) */
::-webkit-scrollbar-track {
    background: var(--gold);
    /* border-radius: 10px; */
    border-radius: 10px;
}

/* Scrollbar Thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background-color: #242121;
    border-radius: 10px;
    /* border: 3px solid #006eff;  */
}

/* Hover effect on thumb */
::-webkit-scrollbar-thumb:hover {
    background-color: #080500;
}
/* =========== scrollbar   */
/* =========== about  */
.about-content{
    background-color: #242121;
    border-radius: 20px;
    padding: 30px;
    opacity: 1;
}
/* =========== about  */
/* =========== footer  */
.footer{
    background-color: #111111;
    margin-top: 100px;
    color: white;
    text-align: center;
  
    /* padding: 20px; */
}
.flinks{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
}

.flinks>a{
    color: #696969;
}
.flinks>a:hover{
    color: var(--gold);
}
.up{
    padding: 50px 0px;
    
}
.down{
    background-color: #090909;
    padding: 20px;
       box-shadow: 2px 3px 20px black;
    box-shadow: inset 2px 3px 20px rgb(56, 54, 54);
}
/* =========== footer  */
/* =========== contact  */
.form-control{
    padding: 10px;
    color: rgb(226, 226, 226) !important;
    margin-bottom: 15px;
}
.form-control::placeholder{
    color: gray;
}
/* =========== contact  */