
/* two section in home page  */
.colored-section{
    background-color:rgb(255, 255, 255);
    color:black;
}
 .white-section{
    background: white;
 }

 /* nav bar  */

 .carousel-item {
    height: 80vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
 
  }
  .nav-item{
    padding-left: 0.6rem;
  }
  .navbar-nav{
    padding-left: 0.6rem;
  }
  #navbar_top{
      padding: 1rem;
      transition: 0.4s;
  }
  .fixed-top.navbar_top{
    transition: 0.4s ;
  }
#slider{
  transition: 0.4s ;
}
  /* testimonials section */
#testimonials{

  background-color:rgb(241, 240, 240);
  color:black;
  text-align: center;
}

.testimonial-text{
 font-size: 2.5rem;
 line-height: 1.5;
 padding:2em;
 margin: 1px;
 text-align: center;
}
.testimonials-image{
 width:11%;
 margin-left:44%;
 text-align: center;
}

/* pre and next button style  */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

/* parallex effect  */

.parallex{
    /* The image used */
    background-image: url("tourism/assets/picture/cesourel/AboutImage.jpg");

    /* Set a specific height */
    min-height: 450px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



 /* Each page url to title  */
.page-title{
  
  text-align: center;
  position: relative;
  padding: 200px 0 0 0;
  font-family: 'Noto Sans JP', sans-serif
  
}

/* card style */

.card{
  border:1px solid black;
  box-shadow:  0 0 18px 0 gray;
}

/* service page image */

.side-image{
  width: 450px; height: 350px;
}


  /* card style in about page - out team  */


.profile img {
  width: 68px;
  height: 68px;
  border-radius: 50%
}
.img{
  border:1px solid black;
  box-shadow:  0 0 20px 0 gray;
  max-width: 300px;
}

.about {
  text-align: center;
  border-radius: 20px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
}

.about-founder {
  position: relative;
  bottom: 35px
}

 /* vertical devider  */



/* responsiveness */
/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
 
}
 
@media (max-width:767px) {
  .carousel-inner {
    height: 15rem;
  }
  .title{
    font-size:3rem;
  }
}

@media all and (min-width: 992px) {
	.navbar-nav .nav-item .dropdown-menu{ display: none; }
	.navbar-nav .nav-item:hover .nav-link{   }
	.navbar-nav .nav-item:hover .dropdown-menu{ display: block; }
	.navbar-nav .nav-item .dropdown-menu{ margin-top:0; }
}	
 .slider {
        width: 500px;
        height: 300px;
        background-color: yellow;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        text-align: center;
        overflow: hidden;
      }
      .image-container {
        width: 1500px;
        background-color: pink;
        height: 300px;
        clear: both;
        position: relative;
        -webkit-transition: left 2s;
        -moz-transition: left 2s;
        -o-transition: left 2s;
        transition: left 2s;
      }
      .slide {
        float: left;
        margin: 0px;
        padding: 0px;
        position: relative;
      }
      #slide-1:target ~ .image-container {
        left: 0px;
      }
      #slide-2:target ~ .image-container {
        left: -500px;
      }
      #slide-3:target ~ .image-container {
        left: -1000px;
      }
      .buttons {
        position: relative;
        top: -20px;
      }
      .buttons a {
        display: inline-block;
        height: 15px;
        width: 15px;
        border-radius: 50px;
        background-color: lightgreen;
      }
      .amenity-item {
   width: 80%;
   margin-bottom: 20px;
   padding: 10px;
   text-align: center;
   border-radius: 10px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
   display: block;
}

.amenity-item img {
   width: 60px;
   height: 60px;
   margin-bottom: 10px;
}
ol {
	list-style: none;
	counter-reset: list;
	padding: 0 1rem;
}

li {
	--stop: calc(100% / var(--length) * var(--i));
	--l: 62%;
	--l2: 88%;
	--h: calc((var(--i) - 1) * (180 / var(--length)));
	--c1: hsl(var(--h), 71%, var(--l));
	--c2: hsl(var(--h), 71%, var(--l2));
	
	position: relative;
	counter-increment: list;
	max-width: 45rem;
	margin: 2rem auto;
	/*padding: 2rem 1rem 1rem;*/
	/*box-shadow: 0.1rem 0.1rem 1.5rem rgba(0, 0, 0, 0.3);*/
	border-radius: 0.25rem;
	overflow: hidden;
	/*background-color: white;*/
}

li::before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	/*background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));*/
}

h3 {
	display: flex;
	align-items: baseline;
	margin: 0 0 1rem;
	color: rgb(70 70 70);
}

h3::before {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	content: counter(list);
	padding: 1rem;
	border-radius: 50%;
	background-color: var(--c1);
	color: white;
}

 {
	li {
		margin: 3rem auto;
		padding: 3rem 2rem 2rem;
	}
	
	h3 {
		font-size: 2.25rem;
		margin: 0 0 2rem;
	}
	
	h3::before {
		margin-right: 1.5rem;
	}
}

 {
  content: "\2713";
}
  .main-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      padding: 25px;
      background: white;
      }
      .left-part, form {
      padding: 25px;
      }
      .left-part {
      text-align: center;
      }
      .fa-graduation-cap {
      font-size: 72px;
      }
      form {
     
      border-radius: 20px;
      }
      .title {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      }
      .info {
      display: flex;
      flex-direction: column;
      }
      input, select {
      padding: 5px;
      margin-bottom: 30px;
      background:#ffffffed;
      border: none;
       border-radius: 10px;
      border-bottom: 1px solid #212529;
      }
      input::placeholder {
      color: GREY;
      }
      option:focus {
      border: none;
      }
      /*option {*/
      /*background: white; */
      /*border: none;*/
      /*}*/
      .checkbox input {
      margin: 0 10px 0 0;
      vertical-align: middle;
      }
      .checkbox a {
      color: #26a9e0;
      }
      .checkbox a:hover {
      
      }
      .btn-item, button {
      padding: 10px 5px;
      margin-top: 20px;
      border-radius: 5px; 
      border: none;
      background: #26a9e0; 
      text-decoration: none;
      font-size: 15px;
      font-weight: 400;
      color: #fff;
      }
      .btn-item {
      display: inline-block;
      margin: 20px 5px 0;
      }
      button {
      width: 11%;
      }
      button:hover, .btn-item:hover {
      background: #85d6de;
      }
      @media (min-width: 568px) {
      html, body {
      height: 100%;
      }
      .main-block {
      flex-direction: row;
      height: calc(100% - 50px);
      }
      .left-part, form {
      flex: 1;
      height: auto;
      }
      }
/* Rating */
.rating-container
{
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.rating-heading {
  font-size: 24px;
  margin: 0 0 10px;
}

.review-container {
     font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff;
}

.review-user-info {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.review-user-name {
  font-weight: bold;
  margin-right: 10px;
}

.review-rating {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
}

.fa {
  font-size: 24px;
  color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

/*.fa:hover {*/
/*  color: #e12424;*/
/*}*/

.rated {
  color: #ffc107;
}

.review-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
#rate {
  background-color: white;
}
.Room_Text {
   font-family:'Lato', sans-serif; /* replace with any other font you prefer */
  font-size: 20px;
  color:#316861;
    font-weight: bold;
  text-align: center;
  margin-top: 10px;
 
  letter-spacing: 1px; /* increase the space between letters */
  line-height: 1.5; /* adjust the line height as needed */
  text-transform: uppercase; /* convert the text to uppercase */
}

p.text-justify {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  text-align: justify;
  
}

p.text-justify i {
  color: red;
  margin-right: 5px;
}

.address-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.address-container i {
  margin-right: 10px;
}

.Room_T {
  font-size: 24px; /* increase the font size */
  font-weight: bold; /* make the font bold */
  color:#b965e1; /* change the color to a bright orange */
 /* add some top margin */
  text-align: center; /* center the text horizontally */
  text-shadow: 1px 1px #333; /* add a subtle text shadow */
}