@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Limelight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Duru+Sans&display=swap');
:root{
  --c1: 48, 213, 203;
  --c2: 0, 131, 245;
  --c3: 5, 139, 11;
  --c4: 0, 77, 37;
  --c5: 100, 5, 100;

  --lightgrey: 239, 239, 239;
  --darkgrey: 204,204,204;
  --superdarkgrey: 119,119,119;
}

@font-face {
  font-family: 'Spartan';
  src: url('../fonts/spartan.ttf');
}

body::-webkit-scrollbar {
  width: 10px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: black;
}
 
body::-webkit-scrollbar-thumb {
  background-color: rgb(var(--superdarkgrey));  
  border-radius: 40px;
}


body {
    background-color: rgb(255, 255, 255)!important;
}
h1, h2 {
    font-family: 'Spartan';
}

h3, h4, h5, h6, p {
    font-family: 'Duru Sans';
    line-height: 1.2;
}

.oswald{font-family:'Oswald';}
.limelight{font-family:'Limelight';}

.pg-cts {
    padding: 30px;
    padding-top: 90px!important;
    min-height: calc(100vh - 130px);
}
.HomePageData{
    margin:0 auto;
    padding: 3%;
    min-height: 25%;
    min-width: 50%;
    width: fit-content;
    border-radius: 35px;
    background-color: rgba(var(--c4),1);
    color:rgb(255, 255, 255);
    margin-top: 15px;
    margin-bottom: 25px;
}

.HomePageData * {
  max-width: 75vw;
}


.home-bg{
  background-attachment: fixed;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
}
.fa-btn{
  color: white!important;
  position: absolute;
}
.left-image-btn{
  left: 8px!important;
}
.right-image-btn{
  right: 8px!important;
}
.fa-btn:hover{
  cursor: pointer;
}
.welcome-img{
    max-width:45%;
    border-radius: 15px;
    margin: 30px;
    background-color: rgba(255,255,255,0.6);
}
.sidebar{
    background-color:rgb(var(--lightgrey));
    border-radius: 20px;
    padding: 10px;
    filter: drop-shadow(5px 5px 10px rgb(var(--superdarkgrey)));
}
.cur1, .cur2, .abt-us{
    font-family: 'Oswald';
    font-size: 1.5rem;
}

h1.trumbowyg-box ,h2.trumbowyg{
    font-family: 'Limelight';
}
h3.trumbowyg-box, h4.trumbowyg-box, h5.trumbowyg-box, h6.trumbowyg-box, p.trumbowyg-box{
    font-family: 'Oswald';
}
.admin-menu{
   border: 2px solid;
   padding: 10px;
}
input[type=file]::file-selector-button {
display:none;
width:10px;
}
input[type=file]{
    width:200px;
}
.inherit-a, a {
    color: inherit!important;
}
.inherit-a:hover, a:hover{
    color: inherit!important;
}

.container-chevron {
  justify-content: center;
  align-items: center;
  padding-left: 50%;
  padding-right: auto;
  display:block;
}

.chevron {
  position: absolute;
  width: 1rem;
  height: 0.20rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #000000;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
.home-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-color: #000000;
  min-height: 75vh;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  margin-bottom: -5px;
  transition: background-image 1.5s;
  display: flex;
  justify-content: center;
  align-items:center;
}

.hp-div{
  position: relative;
  height: 275px;
  width:275px;
  padding: 5px;
}
.hp-bg{
  position: absolute;
  height:90%;
  width:90%;
  background-color: rgba(var(--superdarkgrey), 0.6);
  top:0;
  left:0;
  margin:5%;
  border-radius: 5px;
  padding:10px;
}
.hp-img{
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.hp-txt{
  opacity: 1;
  color:#fff;
  font-size: x-large;
}
.cent{
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-bttn{
  color:#fff;
  background-color: rgb(var(--c5));
  border: none;
  border-radius: 30px;
  font-size: larger;
}

.forum-info{
  background-color: rgb(var(--c5));
  color:white;
  padding: 20px;
  margin-left: -30px;
  margin-right: -30px;
  text-shadow: 3px 3px 3px rgba(102,102,102,0.8);
}

.vol-img{
  margin:10px;
  width: 35vw;
  height: auto;
  -webkit-box-shadow: 13px 12px 20px -10px rgb(var(--superdarkgrey));
  -moz-box-shadow: 13px 12px 20px -10px rgb(var(--superdarkgrey));
  box-shadow: 13px 12px 20px -10px rgb(var(--superdarkgrey));
}

.curImg {
  display: block;
  max-height: 45vh;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.grab {cursor:pointer;}

.attentionGrab{
  padding: 3%;
  width: fit-content;
  border-radius: 35px;
  background-color: rgba(var(--c5),1);
  color:rgb(255, 255, 255);
  margin-top: 15px;
  margin-bottom: 25px;
}


@media only screen and (max-width: 1025px) {
    .admin-menu {
        width: 85%;
    }
    .welcome-img{
        width: 50vw;
        height: auto;
    }
    .vol-img{
      width: 60vw;
      height: auto;
    }
    .home-bg{
      background-attachment: scroll;
    }
}