@charset "utf-8";
body {
  overflow-x: hidden;
  max-width: 100%;
  
}


.login-sign-in-container{
	width: 220px;
	margin-left: 885px;
	margin-top: 5px;
}
  
#logout-button, #profile-button {
	margin-right: 10px; /* Add some space between the button and the name */
    padding: 5px 10px; /* Adjust button padding as necessary */
    font-size: 16px; /* Match font size with the paragraph */

	font-family: 'Fredoka One', cursive;
	background-color: #EBEBEB;
    color: #666666;
	border-radius: 8px;
	border: none;
	
}

#logout-button:hover, #profile-button:hover{
	background-color: #BF2026;
	color: white;
}

#user-firstname {
    padding: 5px 10px;
    margin: 0; /* Remove default paragraph margins */
    font-size: 16px; /* Match font size with the button */

	font-family: 'Fredoka One', cursive;
	color: #666666;
}
#sign-in-button	{
    margin-left: 110px;
	padding: 5px 10px; /* Adjust button padding as necessary */
    font-size: 16px; /* Match font size with the paragraph */
	width: 100px;
	

	font-family: 'Fredoka One', cursive;
	background-color: #EBEBEB;
    color: #666666;
	border-radius: 8px;
	border: none;
}

#sign-in-button:hover{
	background-color: #BF2026;
	color: white;
}


.slide-container{
	position: relative;
	width: 1082px;
	height: 450px;
	border: 4px solid #8d8d8d38;
	margin: auto;
	box-shadow: 0 0 8px 2px rgba(110, 110, 110, 0.2);
	border-radius: 12px;
	padding: 8px;
}

.slide-container .slides{
	width: 100%;
	height: calc(100% - 40px);
	position: relative;
	overflow: hidden;
	
}

#img1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: fill;
	object-position: center top;
	border-radius: 7px;
}


#img1:not(.active){
	top: 0%;
	left: -100%;
}


span.next, span.prev{
	position: absolute;
	top: 50%;
	/*bottom: -7.25%;*/
	transform: translateY(-50%);
	padding: 14px;
	color: #5a5a5a70;
	font-size: 24px;
	font-weight: bold;
	transition: 0.5s;
	border-radius: 3px;
	user-select: none;
	cursor: pointer;
	z-index: 1;
}

span.next{
	right: 5px;
}

span.prev{
	left: 5px;
}

span.next:hover, span.prev:hover{
	background-color: #3a3a3a83;
	opacity: 0.8;
	color: #ffffff;
}

.dotsContainer{
	position: absolute;
	bottom: 10px;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
}

.dotsContainer .dot{
	width: 15px;
	height: 15px;
	margin: 0px 2px;
	border: 3px solid #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dotsContainer .active{
	background-color: #555;
}

@keyframes next1{
	from{
		left: 0%;
	}
	to{
		left: -100%;
	}
}

@keyframes next2{
	from{
		left: 100%;
	}
	to{
		left: 0%;
	}
}

@keyframes prev1{
	from{
		left: 0%;
	}
	to{
		left: 100%;
	}
}

@keyframes prev2{
	from{
		left: -100%;
	}
	to{
		left: 0%;
	}
}

  /* Media query for desktop devices */
  @media only screen and (min-width: 760px) {
	.hero-image {
	  background-image: url('images/logo-v5.png');
      background-position: center -0px;
      background-repeat: no-repeat;
      background-size: contain;      
	  height: 335px;
	  
	}
  }

  /* Media query for mobile devices */
  @media only screen and (max-width: 767px) {
	.hero-image {
	  background-image: url('images/logo-v7.png');
	  background-position: center -0px;
	  background-repeat: no-repeat;
	  background-size: contain;
	  height: 220px;
	  
	}
  }

  @media only screen and (min-width: 760px) {
	.image1 {
	  background-image: url('image/01.png');
      background-position: center -0px;
      background-repeat: no-repeat;
      background-size: contain;      
	  height: 335px;
	  
	}
  }

  /* Media query for mobile devices */
  @media only screen and (max-width: 767px) {
	.image1 {
	  background-image: url('image/05.png');
	  background-position: center -0px;
	  background-repeat: no-repeat;
	  background-size: contain;
	  height: 220px;
	  
	}
  }

  @media only screen and (min-width: 760px) {
	.image2 {
	  background-image: url('image/02.png');
      background-position: center -0px;
      background-repeat: no-repeat;
      background-size: contain;      
	  height: 335px;
	  
	}
  }

  /* Media query for mobile devices */
  @media only screen and (max-width: 767px) {
	.image2 {
	  background-image: url('image/06.png');
	  background-position: center -0px;
	  background-repeat: no-repeat;
	  background-size: contain;
	  height: 220px;
	  
	}
  }

  @media only screen and (min-width: 760px) {
	.image3 {
	  background-image: url('image/03.png');
      background-position: center -0px;
      background-repeat: no-repeat;
      background-size: contain;      
	  height: 335px;
	  
	}
  }

  /* Media query for mobile devices */
  @media only screen and (max-width: 767px) {
	.image3 {
	  background-image: url('image/07.png');
	  background-position: center -0px;
	  background-repeat: no-repeat;
	  background-size: contain;
	  height: 220px;
	  
	}
  }

  @media only screen and (min-width: 760px) {
	.image4 {
	  background-image: url('image/04.png');
      background-position: center -0px;
      background-repeat: no-repeat;
      background-size: contain;      
	  height: 335px;
	  
	}
  }

  /* Media query for mobile devices */
  @media only screen and (max-width: 767px) {
	.image4 {
	  background-image: url('image/08.png');
	  background-position: center -0px;
	  background-repeat: no-repeat;
	  background-size: contain;
	  height: 220px;
	  
	}
  }


  

/* Download button */
.my-button1 {
	font-family: 'Fredoka One', cursive;
	background-color: #EBEBEB;
    color: #666666;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
	text-decoration: none;
	
}
.my-button1:hover{
	background-color: #BF2026;
	color: white;
}
.button-container {
	text-align: center;
}

.red-icon {
	text-align: center;
    height: 130px;
}

.motif {
	text-align: center;
    width: 100%;
}

.button-350tainer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}


/* Download Button css layout ends */


/* Main Icons adjustments */
.MainIcons {
  	margin: 0 auto;
  	display: flex;
  	justify-content: center;
	align-items: center;
	height: 300px;

}


 .navbar-nav > .active > a {
     color: white;
	 background: #BF2026;
	 border-top-left-radius: 10px; /* Set the top-left corner's roundness */
	 border-top-right-radius: 10px;
     border-bottom-right-radius: 10px; /* Set the bottom-right corner's roundness */
	 border-bottom-left-radius: 10px;
	 
            }

.navbar-nav {
	width: 100%;
	display: flex;
  	align-items: center; 
	background: #EBEBEB;
	border-top-left-radius: 10px;  /*Set the top-left corner's roundness */
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;  /*Set the bottom-right corner's roundness */
	border-bottom-left-radius: 10px;

}

.navbar ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}



.navbar li {
	flex:1 0 auto;  /*span nav bar items across page */
}

.navbar a{
	font-family: 'Fredoka One', cursive;
	font-size: 16px;
	color: #666666;
	width: auto;
	display: flex;
	min-height: 65px;
    align-items: center;
    justify-content: center;
	text-align: center;
	
	border-top-left-radius: 10px; /* Set the top-left corner's roundness */
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; /* Set the bottom-right corner's roundness */
	border-bottom-left-radius: 10px;
}

.navbar a:hover{
	background: #BF2026;
	color: white;
	
}

.navbar-toggler {
	 margin-left: auto;
	 background: #EBEBEB;
	
}


/* following code does all the colours, fonts and sizing of all texts*/

.text1{
	color: #BF2026;
	font-family: 'Fredoka One', cursive;
	
}

.text2{
	color: gray;
	font-family: 'Fredoka One', cursive;
	font-size: 20px;
	display: block;
  	margin: auto;
	width: 70%;
}

.text3{
	color: #BF2026;
	font-family: 'Fredoka One', cursive;
	font-size: 25px;
}

.text4{
	
	color: #BF2026;
	font-family: 'Fredoka One', cursive;
	font-size: 20px;
}
.text5{
	
	color: gray;
	font-family: 'Fredoka One', cursive;
	font-size: 20px;
}

.footerlink{
	color: #aaaaaa;
    font-size: 12px;
	font-family: 'Fredoka One', cursive;
}

.footer0{
	color: #eeeeee;
    font-size: 12px;
	font-family: 'Fredoka One', cursive;
}

.footer1{
	color: #AAAAAA;
    font-size: 12px;
	font-family: 'Fredoka One', cursive;
    text-align: center;
}

/* following code does all the colours, fonts and sizing of all texts ends*/



/* custom table layouts follows */
.table1 {
    margin: 0 auto;
  }


.h5, .row{
	color: gray;
	font-family: 'Fredoka One', cursive;
	
}

.row1{
	color: #BF2026;
	font-family: 'Fredoka One', cursive;
	text-align: center;
}

.row2{
	color: gray;
	font-family: 'Fredoka One', cursive;
	text-align: center;
}


.col-custom-width {
	width: 40mm !important;
  }

/* custom table layouts follows ends*/



/* Media query for  devices */

  @media screen and (max-width: 1000px) {
	.text1  {
	  font-size: 1.5rem;
	}
  }
  
  @media screen and (max-width: 1000px) {
	.text2  {
	  font-size: 1rem;
	}
  }
  
  @media screen and (max-width: 1000px) {
	.text3  {
	  font-size: 1.2rem;
	}
  }
  
  
  @media screen and (max-width: 1000px) {
	.navbar li {
	  width: 100%;
	  
	}
  }
  
  @media screen and  (max-width: 1000px) {
	.navbar a {
	  width: 100%;
		
	}
  }

/*   */

/* Media query for desktop devices */
@media only screen and (min-width: 1010px) {
	.slide-container {
	  width: 1082px;
	  height: 450px;
	  
	}
  
	#img1 {
	  width: 100%;
	  height: 100%;
	}
  }
  
  /* Media query for mobile devices */
@media only screen and (max-width: 1000px) {
	.slide-container {
	  width: 80%;
	  height: 300px;
	  
	}
  
	#img1 {
	  width: 100%;
	  height: 100%;
	}
  }

  /* login query for mobile devices  */

@media only screen and (max-width: 768px){
	.login-sign-in-container{
		margin-left: 35%;
		margin-top: 5px;
		
	}

}
@media only screen and (min-width: 768px){
	.login-sign-in-container{
		margin-left: auto;
		margin-top: 5px;
		
	}

}
