@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&display=swap');
.navbar-nav{
    font-weight: 700;
    font-size: 15px;
    font-family: 'Cabin', sans-serif; 
}
.nav-link{
    color: #B37D10 !important;
    font-family: 'Cabin', sans-serif;    
}
.dropdown-item{
    color: #B37D10 !important;
    font-family: 'Cabin', sans-serif; 
    font-weight: bold;
}
.navbar{
    height: 60px;
}
nav.shadow {
    background: #333232 !important;
  }
.navbar-brand img {
    width: 150px !important;
    margin-top: 50px;
  }
  .navbar-nav {
    align-items: center;
  }
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
    padding: 0.5em 1em;
  }
  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 100px !important;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
    
  }
  .dropdown-item{
    margin: 5px;
}
.dropdown-item:focus{
    background-color: #B37D10 !important;
    color: white !important;
 }
.dropdown-item:hover{
    width:fit-content;
}
li:hover {
    cursor: pointer;
}

ul li ul {
    visibility: hidden;
  opacity: 0;
  min-width: 5rem !important;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
    left: 0;
  display: none;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
} 
.img1{
    width: 500px;
    margin-left: 80px;
}
.img2{
    width: 500px;
    margin-right: 100px;
}
.hr{
    border: 2px solid #B37D10;
    width: 1100px;
    height: 0px;
    background-color: #B37D10;
    margin-left: 90px;
}
a{
    text-decoration: none;
    color: #B37D10;
}
.up{
    margin-left: 110px;
}
/*--------------------------------------------------------------section1*/
.welcome{
    margin-top: 150px;
    margin-left: 150px;
}

:root{
	--headingSize:65px !important;
}

span{
  display: inline-block;
  overflow: hidden;
  animation: .3s swift-up ease-in-out forwards;	

}

i{
  font-style: normal;
  position: relative;
  top: var(--headingSize);
  animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
    top: 0;
  }
}

@media screen and (max-width: 1000px){
	.container{
		width: auto;
		margin: 0 10%;
	}
	
	:root{
		--headingSize: 35px;
	}
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-color: #B37D10 !important;
}
.carousel{
  width: 1300px;
}
/*--------------------------------------------------------section2*/
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
  margin-top: 20px;
}
/*-------------------------------------------------------------footer*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #333232;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #cecccc;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 100px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #ede9e9;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color:  #c48507;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #f6f6f7;
}
.insta-bg{
    background: #fdfbfb;  
}
.twitter-bg{
  background: #fcfdfd;
}
.linked-bg{
  background: #f6f7f9;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background:  #B37D10;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #B37D10;
}
.footer-widget ul li a {
  color: #cecdcd;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #333232;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background:  #B37D10;
    padding: 13px 20px;
    border: 1px solid  #B37D10;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 15px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color:  #B37D10;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color:  #B37D10;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
  
/*-------------------------------------------------------------*/
@media screen and (max-width:600px){
    .navbar-toggler-icon{
        background-color:#B37D10;
    }
    .navbar-toggler{
      margin-top: -60px;
    }
    .navbar{
      height: 70px;
    }
    .navbar-nav {
        margin-left: 120px;
        height: 350px !important;
        background-color: #202020;
    }
    .navbar-brand img{
      margin-top: -0px;
      width: 100px !important;
    }
    .img1{
        width: 150px;
        margin-left: 0px; 
    }
    .img2{
        width: 150px;
        margin-right: 0px ;
    }
    .swift-up-text{
      font-size: 17px !important;
      margin-left: -170px;
    }
    .hr{
        width: 300px;
        margin-left: 0px;
    }
   .slider{
    width: 350px;
   }
    h5{
        font-size: 15px;
    }
    .up{
        margin-left: 5px;
        font-size: 15px;
        width: 200px;
    }
    .modal{
        width: 400px;
    }
    .photo1, .photo2{
        width: 350px;
    }
}
@media  (min-width:600px) and (max-width:768px){
    .navbar-toggler-icon{
        background-color:#B37D10;
    }
    .navbar-nav{
        margin-left: 180px;
    }
    .img1{
        width: 250px;
        margin-left: 0px; 
    }
    .img2{
        width: 250px;
        margin-right: 0px ;
    }
    .hr{
        width: 510px;
        margin-left: 0px;
    }
    .up{
        margin-left: 10px;
        font-size: 17px;
    }
    
    .photo1, .photo2{
        width: 380px;
    }
}
@media (min-width:768px) and (max-width:992px){
    .navbar-toggler-icon{
        background-color:#B37D10;
    }
    .navbar-nav{
        margin-left: 120px;
    }
    .img1{
        width: 350px;
        margin-left: 0px; 
    }
    .img2{
        width: 350px;
        margin-right: 0px ;
    }
    .hr{
        width: 710px;
        margin-left: 0px;
    }
    .up{
        margin-left: 10px;
        font-size: 19px;
    }
    .photo1, .photo2{
        width: 440px;
    }
}
@media  (min-width:992px) and (max-width:1200px){
    .navbar-nav{
        margin-left: 120px;
    }
    .img1{
        width: 450px;
        margin-left: 0px; 
    }
    .img2{
        width: 450px;
        margin-right: 0px ;
    }
    .up{
        margin-left: 0px;
        font-size: 19px;
    }
    .hr{
        width: 940px;
        margin-left: 0px;
    }
    .photo1, .photo2{
        width: 440px;
    }
}
@media (min-width:1200px) and (max-width:1400px) {
    .navbar-nav{
        margin-left: 300px;
    }
    .photo1, .photo2{
        width: 440px;
    }
    .img1{
        width: 530px;
        margin-left: 0px; 
    }
    .img2{
        width: 530px;
        margin-right: 0px ;
    }
    .up{
        margin-left: 5px;
        font-size: 19px;
    }
    .hr{
        width: 1100px;
        margin-left: 0px;
    }
}
@media (min-width:1400px) and (max-width:4000px){
    .photo1, .photo2{
        width: 440px;
    }
}