BotaxWebshell
Server IP : 68.178.172.28  /  Your IP : 216.73.216.26
Web Server : Apache
System : Linux 28.172.178.68.host.secureserver.net 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
User : kiskarnal ( 1003)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : ON |  Sudo : ON |  Pkexec : ON
Directory :  /home/kiskarnal/public_html/scholarship/assets/css/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/kiskarnal/public_html/scholarship/assets/css/style.css
:root{
    --primarycolor:#3095FE;
    --montserrat: "Montserrat", sans-serif;
}


.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
    background-color: #000;
    background: #000;
    color: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.apply-now {
    padding: 20px 0 !important;
}

.about-video iframe {
    width: 100%;
    height: 360px;
}

.default-btn{
    color: #fff;
    letter-spacing: .5px;
    background-color: var(--primarycolor);
    border: 1px #fff;
    border-radius: 6px;
    padding: 12px 12px;
    font-family: var(--montserrat);
    font-size: 16px;
    font-weight: 500;
    transition: all .2s;
}

.bg-dark{
    background: #000;
}

.hero-container {
    background-size: cover;
    background-repeat: no-repeat;
}

a{
    text-decoration: none !important;
    color: inherit !important;
}

h1, h2, h3, h4 , h5 , h6{
    font-family: var(--montserrat);
}

p{
    font-family: var(--montserrat);
    line-height: 1.5;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}

.testimonial-video {
    margin-bottom: 20px;
}

.testimonial-video iframe {
    width: 100%;
    height: 200px;
}

.enroll-container h4 {
    margin-bottom: 24px;
}

.campus-feature .img-holder img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}

.campus-content p {
    margin: 0;
    font-size: 15px;
}
.campus-feature{
    padding: 15px;
    margin-bottom: 20px;
}

.faq-accordion h2 button {
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

.hero-content h1 {
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 15px 0;
}

.section-title{
    font-weight: bold;
    letter-spacing: 0.5px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
.logo {
    width: 100%;
    height: 100px;
    padding: 10px;
}

.default-padding{
    padding-top: 60px;
    padding-bottom: 60px;
}

.blob {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 500px;
    height: 500px;
    filter: blur(30px);
    opacity: 0.8;
}

.scholarship-form form label span {
    color: #ff0000;
    font-weight: 600;
}
.scholarship-form form label {
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 5px;
    font-size: 14px;
}

.scholarship-form input, .scholarship-form select {
    height: 38px;
    font-family: var(--montserrat);
    font-size: 14px;
}
.scholarship-form form .form-group {
    margin-bottom: 15px;
}
.scholarship-form {
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    margin: 40px 0;
}

.faq-accordion .card-body {
    padding: 15px 30px !important;
}



.collapsible-link:after {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 34px;
    content: "";
    background-color: #ffffff;
    border-radius: 50%;
    background-image: url(../images/plus.png);
    background-size: 16px auto;
    background-position: center;
    background-repeat: no-repeat;
}


.wrapper{
  padding: 70px 0;
  overflow-x: hidden;
}


.my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  background-color: #b32532;
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}

.marks-card {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border: 1px solid #f5f5f561;*/
    margin: 10px;
    border-radius: 8px;
}

.marks-content{
    text-align: center;
}

.marks-content p {
    margin: 0;
    color: var(--primarycolor);
}

.marks-content h6 span {
    color: var(--primarycolor);
}
.marks-content h6 {
    font-weight: bold;
    letter-spacing: 0.5px;
}

.benefits-area .content{
  position: relative;
  width: 100%;
}

.benefits-area .wrapper {
  position: relative;
}

.benefits-container{
    width: 100%;
    height: fit-content;
    background-color: #101010;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid rgb(239 239 239 / 30%);
    top: 0;
    left: 0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
}

.benefits-container .icon-holder {
    margin-bottom: 15px;
}

.date-fee-container h4 {
    margin: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.date-fee-container p {
    margin: 0 0;
    font-size: 16px;
}
.date-fee-container {
    text-align: center;
    background-color: #212121;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid rgb(239 239 239 / 30%);
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 12px;
}

.section-content p span {
    color: var(--primarycolor);
    font-weight: bold;
}

.date-fee-container h5 span {
    color: var(--primarycolor);
    font-weight: bold;
    letter-spacing: 0.5px;
}

.for-test-classes .icon-holder img {
    margin-bottom: 10px;
}

.for-test-classes {
    border: 1px solid rgb(239 239 239 / 30%);
    padding: 15px;
    background-color: #101010;
    border-radius: 8px;
    height: 220px;
    margin-bottom: 20px;
}

.term-policy-links a {
    font-family: var(--montserrat);
    font-size: 14px;
}
.term-policy-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 20px;
}

.footer p {
    margin: 0;
    font-size: 14px;
}
.footer {
    padding: 15px 15px;
    background-color: #252525;
    margin-top: 60px;
}

 .shake-btn{
      position: relative;
      animation-name: shakeAnim;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in;
    }

    @keyframes shakeAnim {
      0% {
        left: 0
      }
      10% {
        left: -3px
      }
      20% {
        left: 3px
      }
      30% {
        left: -8px
      }
      40% {
        left: 8px
      }
      50% {
        left: -5px
      }
      60% {
        left: 3px
      }
      70% {
        left: 0
      }
    }

@media (min-width:576px) and (max-width:768px){
    
.testimonial-video iframe {
    width: 100%;
    height: 300px;
}

.about-video iframe {
    width: 100%;
    height: 300px;
}
    
}


@media (max-width:576px){
   
.default-padding{
    padding-top: 30px;
    padding-bottom: 30px;
}
    
    .blob{
        display: none;
    }
    
.collapsible-link:after{
    display: none;
}

.date-fee-container{
    padding: 60px 15px;
}

.date-fee-container .default-btn {
    padding: 15px;
}

.about-video iframe {
    width: 100%;
    height: 200px;
}

.for-test-classes{
    height: fit-content;
}

.copyright{
    text-align: center;
}

.term-policy-links{
    display: block;
    text-align: center;
}

.hero-content h1{
    font-size: 32px;
}
    
}


Youez - 2016 - github.com/yon3zu
LinuXploit