* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #8f796417;
  padding-top: 65px;
}

.carousel-item {
  height: 91vh;
  min-height: 300px;
  margin-bottom: 30px;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom,
      rgba(112, 105, 105, 0.6) 0%,
      rgba(248, 232, 232, 0.6) 100%) !important;
}

.carousel-item img {
  opacity: 0.8;
  width: 100%;
  object-fit: cover;
}

.carousel-item .carousel-caption {
  margin-bottom: 150px;
  opacity: 1 !important;
}

.btn {
  background-color: rgb(253 155 10 / 72%);
  color: rgb(235 202 158);
  position: relative;
}

.btn a {
  color: rgb(30 27 22);
  text-decoration: none;
}

.btn:hover {
  background-color: rgb(105, 106, 101);
  color: rgb(242, 232, 219);
}

/*** Navbar  ***/
@media screen and (max-width: 992px) {

  .dropdown-toggle::after {
    display: inline-block;

    vertical-align: 0.255em;
    content: "";
    border-top: 0.49em solid;
    border-right: 0.46em solid transparent;
    border-bottom: 0;
    border-left: 0.46em solid transparent;
    float: right;
    border-radius: 3em;


  }

}

@media screen and (min-width: 992px) {
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1rem !important;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}


.bg-dark {
  background-color: #fffdfa !important;
}

.navbar-dark .navbar-toggler {
  color: rgba(226, 219, 219, 0.55);
  background-color: #333;
  border-color: rgba(27, 22, 22, 0.96);
}

.navbar-toggler-icon {
  color: #00bfff !important;
}

.nav-link {
  font-weight: bold;

  color: rgb(245 143 31 / 92%) !important;
}

.navbar {
  border-bottom: 3px solid #36302896 !important;
}

a.nav-link:hover {
  color: rgba(118, 52, 8, 0.709) !important;
}

a.nav-link.active {
  color: rgb(220, 120, 13) !important;
}

a.nav-link.active:hover {
  color: rgb(118, 66, 3) !important;
}

@media screen and (min-width: 992px) {
  .carousel-item>img {
    height: 100%;
    width: 100% !important;

  }
}

/* Big */
/* CArausel 

@media screen and (min-width: 775px) {
  .carousel-item > img {
   max-height: fit-content;
   width: 100%;
  }
 }

/* small *
@media screen and (max-width: 998px) {
  
  .carousel-item{
    height: fit-content;
  }
    .carousel-item > img {
      height: 80vh !important;
      width: 100%;
      background-size: cover;
      min-width: fit-content !important;
   
     }
    
  }

@media screen and (max-width: 992px) {
  
.carousel-item{
  height: fit-content;
}
  .carousel-item > img {
    height: 80vh !important;
    image-resolution:inherit !important;
  
     min-width: 492px  !important;
    
    
 
   }
  
}
*/

/* CArausel */



@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    background-color: #f1c284;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown .icon {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .dropdown .icon {
    display: block;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f1c284;
    min-width: 120px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-menu li a {
    color: black;
    padding: 1px 12px;
    text-decoration: none;

    float: none;
    display: block;
    position: relative;
  }

  .dropdown-menu a:hover {
    background-color: #ddd;
  }

  /* Dropdown button on hover & focus */

  /* The container <div> - needed to position the dropdown content */
  .dropdown .icon {
    background-color: #fffdfa;
    color: rgb(245 143 31 / 92%) !important;

    border: none;
    cursor: pointer;
  }

  /* Links inside the dropdown */
}

/**Section  **/
.section {
  width: 100%;
  margin-bottom: 2rem;
  color: #304e2a;
}

/*** Divider **/

.divider {
  margin: auto;
  width: 25%;
  height: 2px;
  background-color: #ff9800;
  margin-bottom: 4.1rem;
  border-radius: 7rem;

}

.heading {
  margin: auto;
  justify-content: center;
  text-align: center;
  margin-bottom: 3.5rem !important;
  margin-top: 5rem !important;
  font-size: 32px;
  font-weight: bolder;
  color: #221a10de;
}

/** Card **/
.card {
  height: 90%;
  border-radius: 1rem;
  background-color: rgb(255 155 37 / 58%);
}

.card-title {
  color: #3e4a0fed;
  font-size: 16px;
  font-weight: bold;
}

.card-text {
  font-size: 13px;
  font-weight: 500;
  color: rgb(22, 44, 44);
}

.box-shadow {
  -webkit-box-shadow: 0 2px 2px rgba(72, 78, 85, 0.6);
  box-shadow: 0 2px 2px rgba(72, 78, 85, 0.6);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.box-shadow:hover {
  -webkit-box-shadow: 0 20px 40px rgba(132, 104, 92, 0.6);
  box-shadow: 0 20px 40px rgba(95, 58, 40, 0.6);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.card-img-top {
  height: 50%;
  border-radius: 1rem;
}

/*** Contents **/
.content {
  text-align: justify;
}

.content span {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  color: rgb(229 225 192 / 73%);
}

.content p {
  font-size: 15px;
  color: rgb(68 47 11);
  font-weight: 400;
  letter-spacing: 0.02rem;
  word-spacing: 1px;
  padding: 0;
}

.pointers li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  color: #5a370bde;
  font-weight: 600;
}

.pointers li:before {
  content: "\25BA \0020";
  font-size: 16px;
  position: absolute;
  top: 4px;
  left: -15px;
}

.boxshadow {
  -webkit-box-shadow: 0 1px 1px rgba(135, 160, 98, 0.6);
  box-shadow: 0 1px 1px rgba(148, 122, 54, 0.6);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/**** Why japan ***/
/** video **/
.showcase {
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;

  color: #fff;
  z-index: 2;
}

.showcase header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  object-fit: cover;
  opacity: 0.9;
  padding-top: 3px;
}

.text {
  position: relative;
  z-index: 10;
  margin-top: 2em;
}

.text h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
  color: white;
}

.text a {
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-decoration: none;
  color: #111;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.2s;
}

.text a:hover {
  letter-spacing: 6px;
}

/*** buttons **/
.btns {
  text-align: center;
}

/** Services cards ***/
.services {
  background-color: rgb(246, 246, 246) !important;
  color: #f1b966;
}

.box-shadows {
  -webkit-box-shadow: 0 2px 2px rgba(72, 78, 85, 0.6);
  box-shadow: 0 2px 2px rgba(72, 78, 85, 0.6);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/*** Contact us ***/
#tip {
  display: none;
}

.fadeIn {
  animation-duration: 3s;
}

.form-control {
  border-radius: 2px;
  border: 1px solid #ededed;
  margin-bottom: 1rem;
}

.form-control:focus {
  border: 1px solid #00bfff;
}

.textarea-contact {
  resize: none;
}

.btn_send button {
  background-color: rgb(253 165 36 / 78%);
  color: rgb(21 54 58);
  position: relative;
}

.btn_send a {
  color: rgb(21 54 58);
  text-decoration: none;
}

.btn_send :hover {
  background-color: rgb(65, 57, 41);
  color: rgb(242, 232, 219);
}

.second-portion {
  margin-top: 50px;
}

.image {
  background: #ff8b00b3 !important;
}

@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.box>.icon {
  text-align: center;
  position: relative;
}

.box>.icon>.image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 75px;
  border-radius: 50%;
  background: #00bfff;
  vertical-align: middle;
}

.box>.icon:hover>.image {
  background: #333;
}

.box>.icon>.image>i {
  font-size: 36px !important;
  color: #fff !important;
}

.box>.icon:hover>.image>i {
  color: white !important;
}

.box>.icon>.info {
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
  min-height: 163px;
}

.box>.icon:hover>.info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}

.box>.icon>.info>h3.title {
  font-family: "Robot", sans-serif !important;
  font-size: 16px;
  color: #222;
  font-weight: 700;
}

.box>.icon>.info>p {
  font-family: "Robot", sans-serif !important;
  font-size: 15px;
  color: #666;
  line-height: 1.5em;
  margin: 20px;
}

.box>.icon:hover>.info>h3.title,
.box>.icon:hover>.info>p,
.box>.icon:hover>.info>.more>a {
  color: #222;
}

.box>.icon>.info>.more a {
  font-family: "Robot", sans-serif !important;
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.box>.icon:hover>.info>.more>a {
  color: #fff;
  padding: 6px 8px;
  background-color: #63b76c;
}

.box .space {
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .contact-form {
    margin-top: 25px;
  }

  .btn-send {
    width: 100%;
    padding: 10px;
  }

  .second-portion {
    margin-top: 25px;
  }
}

/* Conatct end */

.google-maps {

  position: relative;

  padding-bottom: 75%;

  height: 0;

  overflow: hidden;

}

.google-maps iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100% !important;

  height: 100% !important;

}

/* Feature icon blocks used when images are unavailable */
.feature-icon {
  width: 100px;
  height: 100px;
  background-color: #ef8e009c;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.feature-icon i {
  font-size: 40px;
  color: #ffffff;
}

.feature-icon.round {
  border-radius: 50%;
}