@font-face {
  font-family: Grold-Medium;
  src: url(fonts/Grold-Medium.ttf);
  font-family: Aquatico-Regular;
  src: url(fonts/Aquatico-Regular.otf);
}
body {
  margin: 0px;
}

/***********************Social Media************************************/
.fa {
  padding: 8px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 1000px;
}

.fa-facebook {
  background-color: red;
  color: white;
}

.fa-facebook:hover {
  text-decoration: none;
  color: white;
}

.fa-twitter {
  background-color: red;
  color: white;
}

.fa-twitter:hover {
  text-decoration: none;
  color: white;
}

.fa-instagram {
  background-color: red;
  color: white;
}

.fa-instagram:hover {
  text-decoration: none;
  color: white;
}
/******************************************************************/

/***********************Side Nav Bar************************************/
#navpara {
  color: grey;
  transition: .1s;
  cursor: pointer;
  white-space: nowrap;
}

#navpara:hover {
  width: 100%;
  color: red;
  font-weight: bold;
}

.arrow {
  transition: .3s;
  top: 3px;
  left: -3px;
  position: relative;
  border: solid white;
  border-width: 0 7px 7px 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#nav-link {
  color: black;
  font-size: 14pt;
  transition: .1s;
  cursor: pointer;
}

#nav-link:hover {
  color: red;
}

#nav-item {
  position: relative;
  top: 140px;
  font-weight: "Lato", sans-serif;
  font-weight: bold;
  left: 0px;

}

.side_bar {
  width: 250px;
  position: fixed;
  height: 100vh;
  background-color: white;
  top: 0px;
  left: -240px;
  z-index: 2;
  transition: .5s;
  -webkit-box-shadow: 3px 0px 25px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 0px 25px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 0px 25px -8px rgba(0, 0, 0, 0.75);
}

.side_bar_button {
  transition: .2s;
  position: fixed;
  left: 10px;
  top: 20px;
  background-color: #e84341;
  border: 0px;
  height: 50px;
  width: 50px;
  color: white;

}

.side_bar_button_close {
  transition: .2s;
  position: fixed;
  left: 10px;
  top: 20px;
  background-color: #e84341;
  border: 0px;
  height: 50px;
  width: 50px;
  color: white;


}
/******************************************************************/



/**************************Intro*********************************/
.intro {
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  background-color: white;
  
}

.centered{
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/******************************************************************/





/**************************Carousel********************************/
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: red;
  transition: .3s;
}

.carousel-indicators li:hover {
  width: 20px;
  height: 20px;

}

#carausal_image_1 {
  background-image: url("/images/carousal/1.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#carausal_image_2 {
  background-image: url("/images/carousal//2.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#carausal_image_3 {
  background-image: url("/images/carousal/3.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-caption {
  margin-bottom: 200px;
}
/*******************************************************************/


/**************************Back Image*******************************/
#h1mainpage {
  font-family: Grold-Medium;
  font-size: 68pt;
}

@media only screen and (max-width: 1069px) {
  #h1mainpage {
    margin-top: -50px;
    font-size: 58pt;
  }

}

@media only screen and (max-width: 950px) {
  #h1mainpage {
    margin-top: -50px;
    font-size: 48pt;
  }

  #paramainpage {
    font-size: 11pt;
  }

}

@media only screen and (max-width: 415px) {
  #h1mainpage {
    margin-top: -50px;
    font-size: 38pt;
  }

  #paramainpage {
    font-size: 11pt;
  }

}

.background_wallpaper {
  background-image: url("/images/main_page/1.jpg");
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/******************************************************************************/


/**************************we_provide_ultimate*********************************/
#we_provide_ultimate {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
}

@media only screen and (max-width: 528px) {
  #we_provide_ultimate {
    padding: 10px;

  }
}

.back_wallpaper {
  background-image: url("/images/ultimate_travel/mainback.jpg");
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ultimate_img_1 {
  border-radius: 30px;
  background-image: url("/images/ultimate_travel/1.jpg");
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75);
}

.ultimate_img_2 {
  border-radius: 30px;
  background-image: url("/images/ultimate_travel/2.jpg");
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75);
}

.ultimate_img_3 {
  border-radius: 30px;
  background-image: url("/images/ultimate_travel/3.jpg");
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -12px rgba(0, 0, 0, 0.75);
}

ul li {
  list-style: none;
}

#footer_container {
  background-color: #252525;
  margin-top: 130px;
  padding-left: 250px;
  padding-right: 250px;
}

@media only screen and (max-width: 1360px) {

  #footer_container {
    padding: 30px;
  }

}
/*********************************************************************************/