/*:root{
    --color:#c21d03 ;
    --color:#fd5732 ;
    --color: #ffb787;
    --color: #393939;
    --color:#bebebe ;
    --color:#fbfbfb;
    --color:#f1f1f1 ;
    --color: #c8c8c8;
    --color:#232121;
    --color:#4b4848 ;
    --color: ;
}*/
html{
    font-size: 17px;
}
::selection{
    background-color: darkorange;
}
dialog::backdrop{
    background-color: #F6A401;
}
@font-face{
    font-family: Estedad;
    src:url(../../../themes/default/fonts/Estedad.woff2);
}
*{
    box-sizing: border-box;
}
html{
    font-size: 17px;
}
body{
    font-family: Estedad,Tahoma;
 /* background-color: #F6A401;
  background-image: url(themes/default/images/gh_bg3.png); */
  background-attachment: fixed;
  background-image:linear-gradient(white,orange,white);
}
a{
    text-decoration: none;
}
a:hover{
    color: orange;
}
p{
    line-height: 1.6rem;
}
h2{
    background-color: #F6A401;
    border-radius: 10px;
    margin: 10px 0px;
    text-decoration: center;
}
h1{
    background-color: #F6A401;
    border-radius: 10px;
    margin: 10px 0px;
    text-decoration: center;
}
#logo{
    animation: logo 2s;
}
#logo{
    animation: logoplay 2s;
}
.right-links{
    color:orange;
}
#main-menu ul li:nth-child(5) a{
    color:black;

}
#video-ghanary{
    text-align: center;
}
#video-ghanary video{
    box-shadow: -2px -2px 0 rgba(0,0,0,0.2), -4px -4px 0 rgba(0,0,0,0.2), -6px -6px 0 rgba(0,0,0,0.2);
}

.gh-bg{
    background-image: fixed;
}	

main{
    width: 950px;
    min-height: 1000px;
    border-block-end: 1px solid black;
    margin: 0 auto;
    /*background-color: white;*/
    padding: 10px;
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows:repeat(3, auto);
    grid-template-areas: 
    'header header'
    'aside article'
    'footer footer'
    ;
    gap: 10px;
}
header,aside,article,footer{
    border-radius: 10px;
    background-color: FF9D00;
    box-shadow: rgba(100,100,111,0.2) 5px 7px 29px 0px;
}
header{
    grid-area: header;
    margin-block-end: 10px;
}
aside{
    grid-area: aside;
    float: right;
}
article{
    grid-area: article;
}
footer{
    grid-area: footer;
    
    direction: ltr; 
    text-align: center;

}
 /* #up{
    right: 20px;
    bottom: 20px;
    aspect-ratio: 1;
    margin-block-end: 0 auto;
    background-image: url(../images/up.png);
}
#up:hover{
    background-position: top right;
} */
#main-menu ul{
    list-style-type: none;
    margin-block-start: 0px;
    padding: 0px;
}
/* #main-menu ul li{
    margin-block-start: 3px;
}
#main-menu ul li a{
    padding: 6px 4px;
    display: block;
    width: 100%;
    height: 100%;
    background-color:#fef1c7;
    color:#292524;
    border-inline-start: 8px solid #f5be0b;
    transition: 0.3s;
    border-radius: 7px;
}
#main-menu ul li a:hover{
    background-color: #f5be0b;
    border-inline-start: 6px solid #fef1c7;
    box-shadow: -7px 7px 0px #fef1c7;
}
/* #main-menu ul li a:hover::before{
    
} */
/* #nav{
    z-index: 100;
}
#nav ul{
    list-style-type: none;
    padding: 0;
    margin-block-end: 0;
    text-align: center;
}
#nav ul li{
    display: inline-block;
}
#nav ul li a{
    border: 1px solid black;
    border-radius: 7px 7px 0px 0px;
    padding:6px 8px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5be0b;
    color:black;
    border-block-end: 3px solid #fef1c7;
    transition: 0.4s;
}
#nav ul li a:hover{
    background-color: #fef1c7;
    border-block-end: 3px solid #fef1c7;
    box-shadow: -2px 2px 0px #fef1c7;
}  */
#gallery{
    text-align: center; 
}

#gallery img{
    width: 120px;
    aspect-ratio: 1;
    transition: 0.4s;
    object-fit: cover;
    border-radius: 60%;
    margin-inline-start: 6px;
    border-inline-end: 6px solid wheat;
    box-shadow: 0px 0px 6px silver;
}
#gallery img:hover{
    transform:scale(1.1) scale(1.1);
}
@keyframes logoplay{
    from{
        transform:translatex(-300px);
        
    }
    to{
        transform:translatex(0px);
        
    }
}
#logo{
    animation: logoplay 2s;
}
#src{
 width: 120px;
 aspect-ratio: 1;
 transition: 0.4s;
 object-fit: cover;
 border-radius: 60%;
 margin-inline-start: 6px;
}
#src:hover{
transform:scale(1.1) scale(1);
}
#crs{
width: 120px;
aspect-ratio: 1;
transition: 0.4s;
object-fit: cover;
border-radius: 60%;
margin-inline-start: 6px;
}
#crs:hover{
transform:scale(1.1) scale(1);
}
#fig{
width: 120px;
aspect-ratio: 1;
transition: 0.4s;
object-fit: cover;
border-radius: 60%;
margin-inline-start: 6px;
}
#fig:hover{
transform:scale(1.1) scale(1.1);
}
/* bootstrap */
.btn-primary{
--bs-btn-bg:darkblue;

}
/* bootstrap customization */
.mt-6{
margin-top: 4rem !important;
}
.btn{
    background-color:darkorange;
}
.btn:hover{
    background-color:orange ;
}
.navbar{
    background-color: darkorange;
}
/* tablet */
@media screen and (max-width: 1024px) {
    main {
        width: 100%;
    }

    .main-menu {
        display: inherit;
    }

    .header-menu {
        display: none;
    }
}

/* mobile */
@media screen and (max-width: 500px) {
    main {
        grid-template-columns: auto;
        grid-template-rows: repeat(4, auto);
        grid-template-areas:
            'header'
            'article'
            'aside'
            'footer'
        ;
    }
}

