@import url('https://fonts.googleapis.com/css2?family=Anton&family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Francois+One&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); /*pop*/
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');/* award font*/
 
body {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #888 #f1f1f1; /* thumb and track color */
}

/* WebKit */
::-webkit-scrollbar {
    width: 8px;
 }

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
body{
    background: rgb(8,7,43);
background: -moz-linear-gradient(148deg, rgba(8,7,43,1) 0%, rgba(10,12,41,1) 37%, rgba(54,7,15,1) 100%);
background: -webkit-linear-gradient(148deg, rgba(8,7,43,1) 0%, rgba(10,12,41,1) 37%, rgba(54,7,15,1) 100%);
background: linear-gradient(148deg, rgba(8,7,43,1) 0%, rgba(10,12,41,1) 37%, rgba(54,7,15,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08072b",endColorstr="#36070f",GradientType=1);
background-repeat: no-repeat;
min-height: 100vh;
}
@media only screen and (max-width: 768px) {
    html, body {width: auto!important; overflow-x: hidden!important} 
}
@media only screen and (min-width: 1024px) {
    html, body {width: auto!important; overflow-x: hidden!important} 
}
.navbar{
    background-color: transparent !important;
}
.navbar-brand{
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: gold !important;
    @media only screen and (max-width: 768px) {
        font-size: 15px !important;
    }
}
.navbar-toggler-icon {    
    color: white !important;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.navbar-nav .nav-link{
    font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.929) !important;
}
/*floating button*/
.floating-download {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

.download-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.options {
    display: none;
    position: absolute;
    bottom: 40px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.options a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

.options a:hover {
    background-color: #f0f0f0;
}

.options.show {
    display: block;
}

.about-box{
    width: 100%;
    height:200px;
    border-radius: 6px;
    background: rgb(13,6,6);
    background: -moz-linear-gradient(148deg, rgba(13,6,6,1) 0%, rgba(79,15,79,1) 51%, rgba(19,28,92,1) 100%);
    background: -webkit-linear-gradient(148deg, rgba(13,6,6,1) 0%, rgba(79,15,79,1) 51%, rgba(19,28,92,1) 100%);
    background: linear-gradient(148deg, rgba(13,6,6,1) 0%, rgba(79,15,79,1) 51%, rgba(19,28,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d0606",endColorstr="#131c5c",GradientType=1);
    @media only screen and (max-width: 768px) {
    font-size: 18px;
     padding: 10px;
    }
    /* Media query for tablets */
@media screen and (min-width: 768px) and (max-width: 1024px) {
     padding: 10px;
     height:auto;
 }
}
#about-box2{
    /* Media query for tablets */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    padding: 10px;
    height:160px !important;
}
}
#about-box2,#about-box3 {
    @media only screen and (max-width: 768px) {
        font-size: 18px;
        padding: 10px;
        height:215px;
    }
}
#star1 {
    color: yellow;
    width: 25px;
    height: 25px;
}
.about-box h2{
    font-family: "Anton", sans-serif;
    color: white;
}

.about-box h5{
    font-family: "Poppins", sans-serif;
    color: white;
    @media only screen and (max-width: 768px) {
    margin-top: -15px;
    }
}
.about-column p{
    font-size: 22px;
    color: white;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    @media only screen and (max-width: 768px) {
        font-size: 16px;
    }
}
.about-column img{
width: 430px;
height: 350px;
object-fit: cover;
@media only screen and (max-width: 768px) {
    width: 330px;
height: 250px;
margin: auto;
object-fit: cover;
}
}
 .award{
    margin-top: 20px;
 }
 .award p{
    font-size: 22px;
    color: white;
     font-family: "Poppins", sans-serif;
     @media only screen and (max-width: 768px) {
        font-size: 17px;
    }
 }
 .award .img-box{
    width: 400px;
    height: 200px;
    border-radius: 12px;
    background-image:linear-gradient(to bottom, rgba(53, 46, 24, 0.52), rgba(126, 82, 31, 0.73)), url("assets/award-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    @media only screen and (max-width: 768px) {
        width: 300px;
        height: 200px;
        margin: auto;
        margin-top: auto !important;
    }
     /*laptop*/
@media only screen and (min-width: 1024px) {
    width: 380px;
}
/* Media query for tablets */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    width: 280px;
 }
}
 .award .img-box h5{
    line-height: 35px;
    font-family: "Philosopher", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  footer .col-lg-4:first-child{
    opacity: 0.9;
    color: #c7acac !important;
  }
  footer a{
    color: #c7acac !important;
    text-decoration: none;
    font-size: 26px;
  }
  footer .col-lg-4:last-child{
    opacity: 0.9;
    color: #c7acac !important;
  }
  footer .col-lg-4:last-child a{
    font-size: 16px;
    text-decoration: underline;
  }
