body {
  background-color: #ddd;
}


.rightside {
  display: inline-block;
}

.material-icons {
    font-size: 80px;
    color: tomato;
    display: inline;
}

.uppercase {
  color: tomato;
}

.channelname {
    font-family: "Life Savers", serif;
    font-weight: 5px;
    font-style: normal;
    display: inline;
  }

  .hometag {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: larger; 
    font-family: Arial, Helvetica, sans-serif;
  }

  .menus {
    padding: 20px;
  }

  .menus a {
    text-decoration: none;
    color: black; 
  }

  .menus a:hover {
    color: tomato;
    text-decoration: underline;
    cursor: pointer;
  }

  .heading {
    display: flex; 
    text-wrap: wrap;
  }

  .banner-container {
    height: 80vh;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgb(rgb(32, 31, 31), 0, 0);
    background-image: url(images/background.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .banner-text {
    color: white;
    font-size: 20px;
    margin-left: 20px;
  }

  /*main body start*/

  #text {
    margin-top: 40px;
    padding: 5px;
    display: inline;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
  }

  #text p {
    position: relative;
    width: 300px;
    text-align: center;
    margin: 0 auto;
  }
   
  .slideshow {
    max-width:700px;
    max-height: 60vh;
    align-content: center;
    margin: 20px auto;
  }

  .mySlides {
    width: 100%;
    height: 60vh;
    display: none;
  }

  .btn {
    background-color: tomato;
    color: white;
    padding: 15px 30px;
    font-size: large;
    border-radius: 20px;
    text-decoration:none ;
    border: none;

  }

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

  .button-container a {
    padding: 10px;
  }


  .btn:hover {
    background-color: rgb(211, 40, 10);
    cursor: pointer;
  }

  .list-of-place {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
  }

  .list-of-place img {
    height: 250px;
    width: 350px;
    
  }

  .list-of-place a {
    text-decoration: none;
    padding: 10px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: rgb(34, 33, 32);
  }

  .norway {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding: 5px;
    text-shadow: 1px 2px 2px #CE5937;
  }

  /* footer start */

  footer {
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: tomato;
    color: beige;
  }

  .name {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    padding: 20px 10px;
  }

  .last-para p {
    width: 500px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -10px;
  }

  .social-media a {
    padding: 10px 5px;
    font-size: 40px;
    text-decoration: none;
    cursor: pointer;
    color: #ddd;
  }

  .copyright {
    height: 50px;
    background-color: #CE5937;
    line-height: 50px;
    font-size: 20px;

    padding: 10px 10px;
  }

  /* Why-Us Page start */
  
  .why-us {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;

  }


  .right h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
  }

  .right ul {
    list-style: circle;
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
  }

  .left img {
    height: 400px;
    width: 400px;
    border-radius: 8px;
    filter: drop-shadow(20px 20px 10px gray);
  }

  .second-image {
    height: 500px;
    width: 500px;
    border-radius: 50%;
  }

  .right2 {
    padding-top: 80px;
    text-align: justify;
    width: 300px;
  }

  .right2 h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
  }

  .right2 p {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 30px;
  }



  /* Contact Us Page Start */

  #contact {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./images/fjordjpg.jpg) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

/* FORM */
.form-container {
  width: 350px;
  padding: 20px;
  box-shadow: 0 0 60px rgb(13, 196, 83);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

.form-container h2 {
color: rgb(12, 12, 105);
font-size: 30px;
}

.form-container p {
  text-align: justify;
  font-size: 15px;
  margin-top: -15px;
  color: rgb(68, 60, 60);
}

form input, form textarea {
  border: none;
  outline: none;
  margin: 10px 10px 10px 0px;
  padding: 10px 0px;
  font-size: 15px;
  width: 100%;


}

.form-container button {
  padding: 10px;
  border: none;
  background: linear-gradient(65deg, rgb(5, 5, 27), rgb(46, 46, 160) 30%);
  color: beige;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.4s ease;

}

.form-container button:hover {
  background: #888;
  color: black;

}
/* Who we are page starated */

.About-us {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgb(43, 40, 40);
  font-family: sans-serif;
}

.heading-para{
  margin: auto 0;
  text-align: justify;
  width: 700px;
  font-size: 20px;
  margin-top: 20px;
  line-height: 30px;
}

.about {
  display: flex;
  justify-content: space-between;
  padding: 50px;
}

.about img {
  height: 500px;
  width: 500px;
  border-radius: 10px;
}

.about h3 {
  font-size: 30px;
  font-weight: bolder;
  width: 500px;
  margin-left: 50px;
}

.accordion {
  width: 500px;
}

.accordion li {
  list-style: none;
  width: 100%;
  margin: 20px;
  padding: 0px 10px;
  border-radius: 8px;
}

.accordion li label {
  display: flex;
  align-items: center;
  padding: 0px 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

label::before {
  content: "+";
  margin: 10px;
}

input[type="radio"] {
  display: none;
}

.accordion .content {
  color: rgb(36, 33, 33);
  width: fit-content;
  font-family: Arial, Helvetica, sans-serif;
  font-size : 5 px;
  font-style: italic;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
}

.accordion input[type="radio"]:checked + label + .content {
  max-height: 400px;
  padding: 10px 10px 20px;
}

.accordion input[type="radio"]:checked + label::before {
  content: "-";
}