@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

html {
   scroll-behavior: smooth;
}

body {
   animation: transitionIn 500ms
}


.floating-contacts {
   position: fixed;
   bottom: 40px;
   right: 25px; 
   z-index: 3;
   max-width: 550px;
   background-color: #24262b;
   border-radius: 25px;
   padding-left: 20px;
   padding-bottom: 10px;
   padding-right: 5px;
   padding-top: 10px;
}

.floating-contacts p {
   color: #fff;
   font-weight: 500;
   font-size: 20px;
   font-family: 'Open Sans';
   text-align: left;
}

.floating-contacts img {
   width: 40px;
   height: 38px;
   margin-right: 5px;
}


/*------------------------ Sesi Header -----------------------*/

a:hover {
   cursor: pointer;
}

.logosco:hover {
   opacity: 0.8;
   transition: 500ms;
}

.logosco {
   height: 70px;
   padding: 5px;
}

.navbar-brand:hover {
   transition: all 0.3s ease;
   opacity: 0.7;
}

.navbar-brand b {
   display: none;
   color: rgb(255, 255, 255);
}

header {
   position: fixed;
   display: flex;
   z-index: 3;
   margin-top: 20px;
   left: 0;
   width: 100%;
   justify-content: space-around;
   align-items: center;
   background-color: transparent;
   padding: 0;
   transition: 500ms;
}

.navbar {
   width: 84vw;
   line-height: 60px;
   transition: 500ms;
   padding: 0;
}


nav ul {
   list-style: none;
   background: rgba(0, 0, 0, 0);
   color: #fff;
   padding: 0;
   text-align: right;
   margin: 0;
   overflow: hidden;
}

header.black {
   margin: auto;
   background-color: #24262b;
   width: 100%;
   margin-top: 0px;
   margin-left: 0;
}

nav ul li {
   display: inline-block;
   padding: 10px 20px;
   font-family: sans-serif;
}

nav ul li a {
   text-decoration: none;
   font-size: 18px;
   font-weight: 500;
   color: #fff;
}

nav ul li a:hover {
   text-decoration: none;
   color: #fff;
   opacity: 0.7;
}

.menu-icon {
   line-height: 60px;
   width: 100%;
   background: #fff;
   text-align: right;
   box-sizing: border-box;
   padding: 15px 24px;
   cursor: pointer;
   color: rgb(0, 0, 0);
   display: none;
}
.menu .btn {
   color: #ffffff;
   margin-left: 20px;
   margin-right: 20px;
   padding: 14px 25px;
   font-weight: bold;
   font-size: 20px;
   background-color: #E84D3D;
   border: none;
   border-radius: 50px;
   cursor: pointer;
   transition: all 0.3s ease;
}

.btn {
   color: #ffffff;
   margin-left: 20px;
   margin-right: 20px;
   padding: 14px 25px;
   font-weight: bold;
   font-size: 20px;
   background-color: #E84D3D;
   border: none;
   border-radius: 50px;
   cursor: pointer;
   transition: all 0.3s ease;
}

.btn:hover {
   transition: 500ms;
   opacity: 0.6;
}


@media(max-width: 1000px) {
   .navbar {
      width: 90vw;
   }

   .navbar-toggler {
      border: none;
      color: transparent;
   }

   .navbar-toggler-icon {
      width: 2.5rem;
      height: 2rem;
   }

   .navbar-toggler-icon-x {
      height: 32px;
      width: 32px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

   .navbar-toggler-icon-x .line {
      display: block;
      height: 4px;
      width: 42px;
      border-radius: 10px;
      background: white;
    }

    .navbar-toggler-icon-x .line1 {
      transform-origin: 0% 0%;
      transform: rotate(45deg);
    }

    .navbar-toggler-icon-x .line2 {
      transform-origin: 0% 100%;
      transform: rotate(-45deg);
    }
   
   .navbar {
      line-height: 3.5vh;
    }

    .navbar-nav-scroll {
      max-height: var(--bs-scroll-height,85vh);
    }

   nav ul {
      max-height: 0px;
      background-color: #24262b;;
      border-radius: 40px;
   }

   nav ul li {
      box-sizing: border-box;
      width: 100%;
      padding: 24px;
      text-align: center;
   }

   nav ul li a {
      font-size: 24px;
    }

   header.black {
      width: 100%;
   }

   .menu-icon {
      display: block;
   }

   .navbar-brand img {
      width: 70px;
   }

   .navbar-brand b {
      display: inline-block;
      font-family: Arial, Helvetica, sans-serif;
      position: relative;
      left: -7px;
   }
}

/*-------------------------------------- GENERAL -----------------------------------------*/

section {
   padding: 50px 6% 10px;
   position: relative;
   overflow: auto;
}

section h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 2rem;
   text-align: center;
}

.sub-heading {
   font-size: 1.3rem;
   font-weight: 300;
   margin-bottom: 50px;
}

section p {
   font-size: 1.3rem;
   font-family: 'Montserrat';
   text-align: center;
}

/*----------------------------------------------Middle------------------------------------------*/

.middle.homepage {
   background-image: url(../asset/homebg.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 900px;
   padding: 140px 0 100px 70px;
}

.gesuri {
   width: 35vw;
   height: 10vw;
   min-width: 500px;
   min-height: 150px;
   margin-left: -50px;
}

#wrapper {
   min-height: 100%;
}


.sideinfo {
   text-align: right;
   border-right: solid #fff;
   color: #fff;
   margin-right: 5%;
   padding-right: 10px;
   font-size: 22px;
   margin-top: 320px;
}

.select:hover {
   opacity: 50%;
   transition: 500ms;
}

/*---------------- 'Our' Card ---------*/

h1 {
   font-weight: bolder;
   font-size: 50px;
}

h1 span {
   background-color: #010183;
   color: #fff;
   padding-top: 20px;
}

.red h1 span {
   background-color: #DD0000;
   color: #fff;
   padding-top: 20px;
}

.grey h1 span {
   background-color: #24252A;
   color: #fff;
   padding-top: 20px;
}

.prg1 {
   font-size: 14pt;
   text-align: justify;
   padding-left: 10px;
   border-left: solid #010183;
   padding-right: 10px;
}

.learn {
   padding-bottom: 10px;
   text-decoration: underline;
}

/*---------------------- Profile ---------------*/
#profile {
   padding: 140px 0 100px 30px;
}

#profile h1 {
   font-size: 42px;
   text-align: left;
   padding-bottom: 10px;
}

#profile img {
   width: 350px;
   border-radius: 15px;
}


/*---------------------- Sesi Footer -----------------------------*/
body {
   line-height: 1.5;
   font-family: 'Poppins', sans-serif;
}

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

.container {
   max-width: 100%;
   margin: auto;
}

.footer {
   background-color: #24262b;
   padding-top: 45px;
   padding-bottom: 1px;
   margin-top: auto;
}

.footer-col {
   width: 100%;
   padding: 0 25px;
}

.footer-col h4 {
   font-size: 42px;
   color: #ffffff;
   text-transform: capitalize;
   font-weight: 700;
   position: relative;
   margin-bottom: 25px;
}

.footer-col h3 {
   font-size: 21px;
   color: #ffffff;
   text-transform: capitalize;
   font-weight: 500;
   position: relative;
}

.footer-col h4::before {
   content: '';
   position: absolute;
   left: 0;
   bottom: -5px;
   background-color: #E84D3D;
   height: 2px;
   box-sizing: border-box;
   width: 100px;
}

.footer-col ul li:not(:last-child) {
   margin-bottom: 5px;
}

.footer-col ul li a,
.copyright {
   font-size: 16px;
   color: #ffffff;
   text-decoration: none;
   font-weight: 300;
   margin: 0;
}

.wut {
   color: #fff;
}

.wut:hover {
   cursor: auto;
}

.imgcol {
   display: block;
   height: 60px;
   margin: 0 auto;
}

.imgcol img {
   display: block;
   max-height: 100%;
   margin-left: auto;
}

.copyright {
   text-align: center;
   margin-top: 20px;
}

.icon {
   color: white;
   display: inline-block;
   width: 1.5rem;
}

/*--------------------------------------------------Carousel CSS ----------------------------------------------------------*/


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.home .carousel-item{
	min-height: 500px;
	width: 500px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.home .carousel-item .container{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.home .carousel-item h2{
	font-family: 'Kaushan Script', cursive;
	font-size: 80px;
	color: #fff;
	margin: 0 0 10px;
	opacity: 0;
}
.home .carousel-item p{
	font-family: "poppins", sans-serif;
	font-size: 24px;
	margin: 0;
	color: #eee;
	opacity: 0;
	text-transform: uppercase;
}
.home .carousel-item.active h2{
	animation: fadeInLeft 0.2s ease forwards;
}
.home .carousel-item.active p{
	animation: fadeInRight 0.2s ease forwards;
}



/*********************** Arrow Indication *************************/
.home .carousel-controls{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 10;
	transform: translate(-50%);
}
.home .carousel-indicators{
	position: relative;
	margin: 0;
}
.home .carousel-indicators li{
	width: 70px;
	height: 70px;
	margin: 0 5px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	border: 3px solid transparent;
	transition: all 0.1s ease;
}


.home .carousel-control-next img,
.home .carousel-control-prev img{
	width: 30px;
}
.home .carousel-control-next{
	right: -90px;
}
.home .carousel-control-prev{
	left: -90px;
}
.home .carousel-indicators li.active{
	border-color:#fff;
	transform: scale(1.2);
}
.home .carousel-control-next,
.home .carousel-control-prev{
	width: 90px;
	height: 60px;
	opacity: 1;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all 0.3s ease;
}
.home .carousel-control-next:hover,
.home .carousel-control-prev:hover{
	box-shadow: 0 0 10px #535353;
}

@keyframes fadeInLeft{
	0%{
		opacity: 0;
		transform: translateX(-30px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes fadeInRight{
	0%{
		opacity: 0;
		transform: translateX(30px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}

/*Responsive*/
@media(max-width: 767px){
	.home .carousel-control-next,
	.home .carousel-control-prev{
		display: none;
	}	
	.home .carousel-indicators li{
		width: 60px;
		height: 60px;
	}
	.home .carousel-item h2{
		font-size: 45px;
	}
	.home .carousel-item p{
		font-size: 22px;
	}
}



/*------------------------------------------------- Responsive General ------------------------------------------------*/


@media(max-width: 500px) {
   .gesuri {
      min-width: 350px;
   }
   #profile h1 {
      margin-left: 0;
      margin-right: 20%;
   }
}