@import "~bootstrap/dist/css/bootstrap.min.css";

:root {
  --orange: #de6127;
  --HoverButton: #333;
  --white: #fff;
  --text: #333;
  --textLight: #e7e7e7;
  --border: #f2f2f2;
  --darkBack: #333;
}

h1 {
  font-family: "Montserrat", sans-serif;
}

a {
  font-size: 15px;
  color: #c36129;
}

a:focus  {
  box-shadow: 0 0 0 .25rem rgba(195, 97, 41, 0) !important;
}

a:hover {
  color: #c36129 !important;
}


button, a {
  outline: none !important;
}

.btn:focus {
  box-shadow: 0 0 0 .25rem rgba(195, 97, 41, 1) !important;
}






p {
  font-size: 15px;
}

.nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar {
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  position: sticky;
  top: 0px;
  z-index: 6;
}

.order {
  background-color: var(--orange);
  border-radius: 20px;
  margin-right: 20px;
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}
.order:hover {
  background-color: var(--HoverButton);
  border-radius: 20px;
  margin-right: 20px;
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.login {
  background-color: var(--white);
  border: 1px solid var(--text);
  border-radius: 20px;
  margin-right: 20px;
  color: var(--text);
  padding-left: 20px;
  padding-right: 20px;
}

.headbutton {
  border: 1px solid var(--text);
  border-radius: 20px;
  margin-right: 20px;
  color: var(--text);
  padding-left: 20px;
  padding-right: 40px;
}

.headbutton:hover {
  background-color: var(--HoverButton);
  border: 1px solid var(--HoverButton);
  border-radius: 20px;
  margin-right: 20px;
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.resbutton {
  border: 1px solid var(--white);
  border-radius: 20px;
  color: var(--white);
  padding-left: 20px;
  padding-right: 40px;
}

.resbutton:hover {
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 20px;
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}


.login:hover {
  background-color: var(--HoverButton);
  border: 1px solid var(--HoverButton);
  border-radius: 20px;
  margin-right: 20px;
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.footer {
  background-color: var(--darkBack);
  color: var(--textLight);
  position: static;
  left: 0;
  bottom: 0;
  width: 100%;
}

.content {
  flex: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav-Top {
  background-color: #f8f9fa;
  color: var(--text);
  font-size: 12px;

  display: flex;
  justify-content: flex-end;
  padding-right: 65px;
  z-index: 5;
  position: sticky;
}

.back-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 957px;
  background-color: rgba(65, 65, 65, 0.7);
 
}

/*home video*/

.video-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 957px;
  background-color: rgba(255, 255, 255, 0.5);
}
.video-Crop{
  width: 100%;
  height: 100%;
     
}

.video-Crop video {
  width: 100%;
      height: 721px;
      object-fit: cover;
}

.masthead-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; /* Ensure the header is above the overlay */
}

/*End home video*/

.headSpace {
  margin-top: 260px;
}

/*Drop Down Nav*/

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.dropdown-menu {
  border-radius: 0px;
  border-left: none;
  border-bottom: none;
}

.nav-linkDrop {
  color: var(--text);
}

.nav-linkDrop:hover {
  color: var(--orange);
}

.nav-linkFooter {
  color: var(--textLight);
  text-decoration: none;
}

.nav-linkFooter:hover {
  color: var(--orange);
}

.form-control {
  border-radius: 0;
}

.circleTop {
  padding-top: 150px;
  fill: #c36129;
  width: 26.8rem;
}

.device {
  position: absolute;
  background-size: cover;
  top: 107px;
}

.masthead .masthead-device-mockup .circle .gradient-start-color {
  stop-color: #c36129;
}
.masthead .masthead-device-mockup .circle .gradient-end-color {
  stop-color: #ebb960;
}
.masthead .masthead-device-mockup .shape-1 {
  position: absolute;
  height: 1rem;
  width: 1rem;
  transform: rotate(-10deg);
  fill: #c36129;
  bottom: 15%;
  right: 21%;
}
.masthead .masthead-device-mockup .shape-2 {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  fill: #c36129;
  top: 20%;
  right: 10%;
}
.masthead .masthead-device-mockup .device-wrapper {
  max-width: 10rem;
}

.dropdown-menu{
  --bs-dropdown-link-active-bg:#f0b897 !important;
  --bs-dropdown-link-active-color:var(--textLight) !important;
  --bs-dropdown-link-hover-color:var(--textLight) !important;
}


/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.rounded {
  border-radius: 10px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-Right {
  border-radius: 10px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* <!-- About Section Start --> */

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section, .main-wrapper {
    float: left;
    width: 100%;
}
.learts-mb-n30 {
    margin-bottom: -30px;
}
.learts-mb-30 {
    margin-bottom: 30px;
}
.about-us3 .sub-title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    color: #333;
}
.about-us3 .title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

.about-us3 .desc {
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.75;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: #696969;
}
.about-us3 .link {
    font-weight: 500;
    line-height: 1.25;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}
.about-us3 .link::before {
    width: 60px;
    height: 2px;
    margin-right: 10px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #333;
}
.about-us3 .link:hover {
    color: #f8796c;
  text-decoration:none;
}
.about-us3 .link:hover::before{width:70px}


/*Slider*/


/*gallery*/

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 30px;
}

.gallery img {
  width: 100%;
}



.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media(max-width: 768px) {
  body {
      padding: 0;
  }
}

/*End Gallery*/



/*End Slider*/

.carousel-caption {
  position: absolute;

  bottom: 1.25rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: 36%;
}
/* DEMO 4 ============================== */
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 5;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 5;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

/* image hover*/

.Icontainer {
  position: relative;
  width: 100%;
  height: 350px;
}

.Ioverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.68);
  transition: background 0.5s ease;
}

.Icontainer:hover .Ioverlay {
  display: block;
  background: rgba(51, 51, 51, 0.88);
}

.Iimg {
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0;
  object-fit: cover;
}

.Ititle {
  position: absolute;
  width: 500px;
  left: 0;
  top: 120px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  transition: top .5s ease;
}

.Icontainer:hover .Ititle {
  top: 90px;
}

.Ibutton {
  position: absolute;
  left:0;
  top: 141px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.Ibutton p {
 
  padding: 12px 88px;
  text-align: left;
  color: white;
  z-index: 1;
}

.Icontainer:hover .Ibutton {
  opacity: 1;
}

/* Contact Us*/

li,ul{list-style:none;padding:0;margin:0}
.sec-title{position:relative;padding-bottom:40px}
.sec-title .title{position:relative;color:#EAB860;font-size:18px;font-weight:700;padding-right:50px;margin-bottom:15px;display:inline-block;text-transform:capitalize}
.sec-title .title:before{position:absolute;content:'';right:0;bottom:7px;width:40px;height:1px;background-color:#EAB860}
.sec-title h2{position:relative;color:#252525;font-size:36px;font-weight:700;line-height:1.5em;display:block}
.sec-title.light h2{color:#fff}.contact-page-section{position:relative;padding-top:110px; padding-bottom: 110px;}
.contact-page-section .inner-container{position:relative;z-index:1; border: solid 1px #f2f2f2;}
.contact-page-section .form-column{position:relative;padding:0 0 0 15px}
.contact-page-section .form-column .inner-column{position:relative;padding:60px 45px 30px;background-color:#fff}
.contact-page-section .info-column{position:relative}
.contact-page-section .info-column .inner-column{position:relative;padding:60px 35px; padding-bottom: 0px;}
.contact-page-section .info-column h2{position:relative;font-size:30px;font-weight:700;line-height:1.4em;margin-bottom:45px}
.contact-page-section .info-column .list-info{position:relative;margin-bottom:60px}
.contact-page-section .info-column .list-info li{position:relative;margin-bottom:25px;font-size:18px;line-height:1.8em;}
.contact-page-section .info-column .list-info li:last-child{margin-bottom:0}
.contact-page-section .info-column .list-info li i{position:absolute;left:0;top:8px;font-size:30px}
.contact-form{position:relative}.contact-form .form-group{position:relative;margin-bottom:20px}
.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{position:relative;display:block;width:100%;height:60px;color:#222;font-size:14px;line-height:38px;padding:10px 30px;border:1px solid #ddd;background-color:#fff;transition:all .3s ease;-ms-transition:all .3s ease;-webkit-transition:all .3s ease}

.contact-form input[type=text]:focus,.contact-form input[type=email]:focus,.contact-form textarea:focus{border-color:#EAB860}
.contact-form textarea{height:250px;resize:none}
.contact-form .theme-btn{font-size:16px;font-weight:700;margin-top:10px;text-transform:capitalize;padding:16px 39px;border:2px solid #EAB860;font-family:Arimo,sans-serif;background:#EAB860;display:inline-block;position:relative;line-height:24px;cursor:pointer;color:#fff}
.contact-form .theme-btn:hover{color:#EAB860;border-color:#EAB860;background:0 0}
.contact-form input.error,.contact-form select.error,.contact-form textarea.error{border-color:red!important}
.contact-form label.error{display:block;line-height:24px;padding:5px 0 0;margin:0;text-transform:uppercase;font-size:12px;color:red;font-weight:500}
.social-icon-four{position:relative}
.social-icon-four li{position:relative;margin-right:18px;display:inline-block}
.social-icon-four li.follow{color:#fff;font-weight:600;font-size:24px;display:block;margin-bottom:20px}
.social-icon-four li a{position:relative;font-size:20px;color:#fff;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}
.social-icon-four li a:hover{color:#222}

/* End Contact Us */


/* End image hover*/

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

/* END DEMO 4 ============================== */

.tabcolor {
  color: var(--textLight);
}

.tabcolor:hover {
  color: var(--textLight);
}

.nav-tabs {
  --bs-nav-tabs-border-color: rgb(113, 113, 113) !important;
}

.nav-link:hover {
  background-color: #fff;
  border:1px solid #c36129;
  color: #c36129;
}

.nav-link {
  background-color: #fff;
  border:1px solid #fff;
}

.nav-link2:hover {
  border:1px solid #fff !important;
}

.nav-link3 {
  background-color: #f8f9fa !important;
  border:1px solid #f8f9fa !important
}

.nav-link3:hover {
  background-color: #f8f9fa !important;
  border:1px solid #f8f9fa !important
}


  
  

  .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #fff !important;}

.table {
  --bs-table-bg: #515151 !important;
  border: 1px solid #f2f2f2 !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 55px;

    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    border: 1px solid var(--border) !important;
    border-left: none !important;
    border-right: none !important;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}

/*End Drop Down Nav*/







