*{
    transition: transform 1s ease-in-out;
}

#marq{
    background-color: #fd4250;
    color: white;
}

#marq a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

/*@import url(//db.onlinewebfonts.com/c/d5b6fc390c06a3ad9cec8f6993184d81?family=LaserW00-Regular);*/

.dropdown:hover .dropdown-menu{
    display: block;
}

#preloader{
    background: white url(../IMAGES/preloader.gif) no-repeat center center;
    background-size: 20%;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

/* SCROLL BAR */

::-webkit-scrollbar{
    width: 12px;
}

::-webkit-scrollbar-thumb{
    /* background: linear-gradient( rgb(231, 5, 125),transparent); */
    background: rgb(214, 214, 214);
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover{
    /* background: linear-gradient(transparent, rgb(231, 5, 125)); */
    background: rgb(83, 83, 83);
}

#logo-banner{
    height: 100%;
}

#logo-banner h1{
    /* font-family: 'Caveat', cursive; */
    /* font-family: "LaserW00-Regular"; */
    font-weight: bold;
    font-size: 3rem;
    /* font-family: 'EB Garamond', serif; */
}

#linktop{
    background-color: whitesmoke;
    height: 40px;
}

#linktop .row #linktopul{
    /* padding-top: 7px; */
    margin-left: 15px;
}

#linktop .row #linktopul{
    text-align: center;
}

#linktop .row #linktopul li{
    list-style: none;
    text-align: center;
    padding: 0px 15px;
    display: inline;
}

#linktop .row #linktopul li a{
    color: rgb(18, 17, 17);
    text-decoration: none;
    text-align: center;
}

#linktop .row #linktopul li a i{
    margin-right: 5px;
}

#linktop .row #linktopul #l1 a i{
    color: rgb(251, 71, 71);
}

#linktop .row #linktopul #l2 a i{
    color: red;
}

#linktop .row #linktopul #l3 a i{
    color: #4267B2;
}

#linktop .row #linktopul #l4 a i{
    color: #1DA1F2;
}

@media screen and (max-width: 900px){

    #linktop {
        display: none;
    }

}

.navbar-toggler{
    margin: 10px 0px;
    padding: 0px 5px;
}

.navbar-toggler span{
    width: 20px;
    height: 20px;
}

.navbar-collapse #linktopul li{
    padding: 5px 20px;
    cursor: pointer;
}

.navbar-collapse #displine-ul{
    left: 15px;
}


.navbar-collapse #linktopul #displine-ul li{
    padding: 5px 20px;
}

.navbar-collapse #linktopul li a{
    font-weight: bold;
}

.navbar-collapse #linktopul li a{
    border-top: 2px solid transparent;
}

.navbar-collapse #linktopul li a:hover{
    border-top: 2px solid red;
}

/* CAROUSEL SECTION */

#carousel{
    height: 100%;
}

/* REGISTRATION SECTION */

#registration{
    height: 100%;
    background: linear-gradient(to right, rgb(152, 0, 246), #1DA1F2);
}

/* #registration .row #col1{
    margin: 50px 0px;
}

#registration .row #col2{
    margin: 50px 0px;
} */

#registration .row{
    padding: 45px;
}

#registration .row #col1 h3{
    color: white;
}


.button-6 {
  appearance: none;
  background-color: #A084CA;
  border-width: 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1.5em 2.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-6:before {
  animation: opacityFallbackOut .5s step-end forwards;
  /* backface-visibility: hidden; */
  background-color: #645CAA;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-6:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-6:after {
  background-color: #FFFFFF;
}

.button-6 span {
  z-index: 1;
  position: relative;
  color: white;
  font-weight: bold;
}

#registration .row #col2 a{
    padding: 6px 15px;
    background-color: orangered;
    border-radius: 15px;
    border: 1px solid transparent;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#news{
    height: 100%;
}

#news .col img{
    width: 350px;
}

#footer{
    height: 180px;
    background-color: #fd4250;
}

#footer .row p{
    color: white;
    font-size: large;
    font-weight: bold;
}

#footer #footerul li{
    list-style: none;
    text-align: center;
    padding: 0px 15px;
    display: inline;
}

#footer .row #footerul li a{
    color: white;
    text-decoration: none;
    text-align: center;
}

#footer .row #footerul li a i{
    margin-right: 5px;
}

#footer .row #footerul li a i{
    color: white;
}

#note{
    height: 100%;
}

#note .col h2{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#note .col ul li{
    list-style: none;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: rgb(176, 1, 1);
}

#selectform{
    height: 30vh;
}

#selectform form{
    width: 30%;
}

#selectform form #form-flex{
    display: flex;
}

#selectform form #type2{
    margin: 0 auto;
}

#selectform input{
    margin-top: 12px;
}

#selectform label{
    font-size: 1.5rem;
    font-weight: bold;
}

#form{
    height: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}

#form #display_picture{
    width: 150px;
    height: 170px;
    border: 1px solid black;
    background-position: center;
    background-size: cover;
}

#form #display_picture #display{
    width: 150px;
    height: 170px;
    background-position: center;
    background-size: cover;
}

#form span{
    color: red;
    font-weight: bold;
}

#form-head{
    height: 30vh;
    background:url(../IMAGES/arif-maulana-LYNQb3NA9WY-unsplash.jpg) no-repeat center center/cover;
}

#form #quads5to7{
    display: none;
}

#form #inline5to7{
    display: none;
}

#form #quads7to9{
    display: none;
}

#form #inline7to9{
    display: none;
}

#form #quads9to11{
    display: none;
}

#form #inline9to11{
    display: none;
}

#form #quads11to14{
    display: none;
}

#form #inline11to14{
    display: none;
}

#form #quads14to17{
    display: none;
}

#form #inline14to17{
    display: none;
}

#form #quadsa17{
    display: none;
}

#form #inlinea17{
    display: none;
}

#form #inlinea17{
    display: none;
} 

#form #inlinea30{
    display: none;
}

#form-head .row .col h2{
    color: white;
    font-size: 3.5rem;
    font-weight: bold;
}

#form #type2{
    width: 250px;
}

#form label{
    font-weight: bold;
}

#gallery-head{
    height: 30vh;
    background:url(../IMAGES/arif-maulana-LYNQb3NA9WY-unsplash.jpg) no-repeat center center/cover;
}

#gallery-head .row .col h2{
    color: white;
    font-size: 3.5rem;
    font-weight: bold;
}

#about .col p{
    font-size: 1.5rem;
}

#printpayment{
    border-top: 1px solid white;
    height: 100%;
    padding: 30px 0px;
    background: linear-gradient(to right, #1DA1F2, rgb(152, 0, 246));
}

@media screen and (max-width: 768px){

    #printpayment #printcol{
        margin-top: 20px;
    }
    
    #printform #roadv{
        margin-top: 30px;
    }

}

@media screen and (max-width: 998px){
    
    #shiningstar .row img{
        margin-bottom: 30px;
    }
    
}

@media screen and (max-width: 660px){

    #registration .row #col1 h3{
        font-size: 18px;
    }

    #registration .row #col2 button{
        margin-top: 20px;
    }
    
    #selectform .col #selectformform{
         margin-left: 15px !important;
    }
    
    #selectform .col #selectformform a{
        font-size: 10px;
    }

}

@media screen and (max-width: 1200px){

    #selectform .col .button-6{
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
        padding: 11px 15px;
    } 

}

@media screen and (max-width: 500px){

    #logo-banner h1{
        font-size: 35px;
    }

}

#printout{
    padding: 35px;
}

#formno{
    padding: 35px;
}

#formno span{
    color: red;
}

#printform{
    border-top: 1px solid white;
    height: 100%;
    padding: 30px 0px;
    background: linear-gradient(to right, rgb(152, 0, 246), #1DA1F2);
}

#printform h3{
    color:white;
}

/*coming soon page*/

#comingsoon{
    height: 100%;
    padding: 15vh 0;
    background: linear-gradient(to right, #FDFBFB, #EBEDEE 70%);
}

#comingsoon h1{
    text-transform: uppercase;
	background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    font-weight: bolder;
}

#bearer{
    height: 100%;
    padding: 100px 0px;
}

#bearer .col img{
    display: block;
}

#officeuse{
border : 1px solid Black;
}