* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: arial;
}

nav {
  /* width: 100%; */
  font-family: 'Montserrat', sans-serif;
  padding: 0 5%;
  height: 50px;
  background-color: lightslategray;
  /* background-color: #3e65da; */
}

nav .logo {
  float: left;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
}

nav .links {
  float: right;
  padding: 0;
  margin: 0;
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

nav .links li {
  list-style: none;
}

nav .links a {
  display: block;
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

#nav-toggle {
  position: absolute;
  top: -100px;
}

nav .icon-burger {
  display: none;
  position: absolute;
  right: 5%;
  top: 48%;
  transform: translateY(-50%);
}

nav .icon-burger .line {
  width: 30px;
  height: 5px;
  background-color: #fff;
  margin: 5px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 768px) {
  nav {
    position: sticky;
    top: 0;
  }

  nav .logo {
    float: none;
    width: auto;
    justify-content: center;
  }

  nav .links {
    float: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 100%;
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
  }

  nav .links a {
    font-size: 20px;
  }

  nav :checked~.links {
    bottom: 0;
  }

  nav .icon-burger {
    display: block;
  }

  nav :checked~.icon-burger .line:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }

  nav :checked~.icon-burger .line:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }

  nav :checked~.icon-burger .line:nth-child(2) {
    opacity: 0;
  }

}

.one {
  background-image: url(https://images.pexels.com/photos/1381782/pexels-photo-1381782.jpeg?auto=compress&cs=tinysrgb&w=600);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-color: #686868; */
}

h2 {
  text-align: center;
  font-size: 45px;
}

p {
  font-size: larger;
  margin-top: 25px;
  text-align: center;
}

.center {
  text-align: center;
  margin-top: 20px;
}

.center>button {
  width: 200px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid black;
  /*#2b4644 */
  background-color: transparent;
  color: black;
  cursor: pointer;
  overflow: hidden;
  font-size: 17px;
  font-family: cursive;
}

button:hover {
  border: 2px solid khaki;
  background-color: lightcoral;
}

.two {
  height: 40vh;
  width: 100%;
  /* background-image: url(https://images.pexels.com/photos/172303/pexels-photo-172303.jpeg?auto=compress&cs=tinysrgb&w=600); */
  background-size: cover;
  /* background-image: url(https://images.pexels.com/photos/450063/pexels-photo-450063.jpeg?auto=compress&cs=tinysrgb&w=600); */
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  background-color: #d9d9d9;
}

.two>h5 {
  text-align: center;
  font-size: 30px;
}

.glass {
  height: 87%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.glass>img {
  height: 100px;
}

.cost {
  height: 70vh;
  width: 100%;
  /* background-color: #5f6b76; */
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.arrow {
  border: 2px solid black;
  box-shadow: 0 0 10px lightseagreen;
  border-radius: 20px;
  height: 50vh;
  width: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.arrow > h5{
  font-size: 30px;
}
.poster{
  height: 65vh;
  width: 100%;
  background-color: lightskyblue;
}
.title > h2{
  height: 10%;
  /* background-color: #AFAFB6; */
  text-align: justify;
  font-size: 30px;
}
.more{
  height: 80%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.photo1{
  border: 2px solid black;
  border-radius: 22px;
  height: 35vh;
  width: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  background-image: url(https://images.pexels.com/photos/3937174/pexels-photo-3937174.jpeg?auto=compress&cs=tinysrgb&w=600);
}
.photo2{
  border: 2px solid black;
  height: 35vh;
  border-radius: 22px;
  width: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  background-image: url(https://images.pexels.com/photos/271816/pexels-photo-271816.jpeg?auto=compress&cs=tinysrgb&w=600);
}
.photo3{
  border: 2px solid black;
  border-radius: 22px;
  height: 35vh;
  width: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  background-image: url(https://images.pexels.com/photos/3797991/pexels-photo-3797991.jpeg?auto=compress&cs=tinysrgb&w=600);
}
.photo4{
  border: 2px solid black;
  border-radius: 22px;
  height: 35vh;
  width: 35vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: contain;
  background-image: url(https://images.pexels.com/photos/3951746/pexels-photo-3951746.jpeg?auto=compress&cs=tinysrgb&w=600);
}
.three {
  height: 70vh;
  width: 100%;
}

.three>h1 {
  text-align: center;
}

.three>h3 {
  text-align: center;
  margin-top: 30px;
  font-size: 50px;
}

.three>h4 {
  text-align: center;
  margin-top: 20px;
}

.form-group>input {
  text-align: center;
  display: block;
  width: 300px;
  height: 40px;
  padding: 1px;
  color: white;
  border: 0px solid black;
  margin: 11px auto;
  font-size: 21px;
  outline: none;
  box-shadow: 0 0 5px black;
}

.btn {
  display: block;
  width: 121px;
  margin: 20px auto;
  font-size: 25px;
  background-color: black;
  color: white;
  box-shadow: 0 0 5px black;
  font-family: 'Bree Serif', serif;
  cursor: pointer;
}

.btn:hover {
  background-color: deepskyblue;
  color: black;
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  min-height: 100vh;
  width: 100%;
  background: #EEECEB;
}

footer {
  background: #5f6b76;
  width: 100%;
}

/* footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: #AFAFB6;
} */

footer .content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}

footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.content .top .logo-details {
  color: #fff;
  font-size: 30px;
}

.content .top .media-icons {
  display: flex;
}

.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1) {
  background: #4267B2;
}

.top .media-icons a:nth-child(1):hover {
  color: #4267B2;
  background: #fff;
}

.top .media-icons a:nth-child(2) {
  background: #1DA1F2;
}

.top .media-icons a:nth-child(2):hover {
  color: #1DA1F2;
  background: #fff;
}

.top .media-icons a:nth-child(3) {
  background: #E1306C;
}

.top .media-icons a:nth-child(3):hover {
  color: #E1306C;
  background: #fff;
}

.top .media-icons a:nth-child(4) {
  background: #0077B5;
}

.top .media-icons a:nth-child(4):hover {
  color: #0077B5;
  background: #fff;
}

.top .media-icons a:nth-child(5) {
  background: #FF0000;
}

.top .media-icons a:nth-child(5):hover {
  color: #FF0000;
  background: #fff;
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
}

.content .link-boxes .box .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.link-boxes .box .link_name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}

.content .link-boxes .box li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.content .link-boxes .input-box {
  margin-right: 55px;
}

.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #140B5C;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}

.link-boxes .input-box input::placeholder {
  color: #AFAFB6;
  font-size: 16px;
}

.link-boxes .input-box input[type="button"] {
  background: #fff;
  color: #140B5C;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}

.input-box input[type="button"]:hover {
  opacity: 1;
}

footer .bottom-details {
  width: 100%;
  background: #0F0844;
}

footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.bottom-details .bottom_text a {
  margin-right: 10px;
}

@media (max-width: 900px) {
  footer .content .link-boxes {
    flex-wrap: wrap;
  }

  footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  footer {
    position: relative;
  }

  .content .top .logo-details {
    font-size: 26px;
  }

  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 3 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 60%;
  }

  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  footer::before {
    top: 145px;
  }

  footer .content .top {
    flex-direction: column;
  }

  .content .top .media-icons {
    margin-top: 16px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 2 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 100%;
  }
}