*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

.navbar{
	background: #111111;
   border-bottom: 1px solid #EDB337;
   box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

}
.navbar .navbar-brand{
	color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link{
	color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
	color: #F16529;
	transition: 0.3s;
}

/*slid*/




@import url('https://fonts.googleapis.com/css?family=Dosis:400,600,700,800');
 @font-face {
   font-family: 'Uni Sans';
   src: url('https://res.cloudinary.com/muhammederdem/raw/upload/v1536168547/unisans-font/UniSansHeavyCAPS.woff2') format('woff2'), url('https://res.cloudinary.com/muhammederdem/raw/upload/v1536168547/unisans-font/UniSansHeavyCAPS.woff') format('woff'), url('https://res.cloudinary.com/muhammederdem/raw/upload/v1536168548/unisans-font/UniSansHeavyCAPS.ttf') format('truetype');
   font-weight: 900;
   font-style: normal;
}
 @font-face {
   font-family: 'Uni Sans';
   src: url('https://res.cloudinary.com/muhammederdem/raw/upload/v1536168545/unisans-font/UniSansThinCAPS.woff2') format('woff2'), url('https://res.cloudinary.com/muhammederdem/raw/upload/v1536168545/unisans-font/UniSansThinCAPS.woff') format('woff'), url('https://res.cloudinary.com/muhammederdem/raw/upload/v1536168548/unisans-font/UniSansThinCAPS.ttf') format('truetype');
   font-weight: 500;
   font-style: normal;
}
 body {
   font-family: 'Uni Sans', sans-serif;
   background: #000000;

}
 * {
   box-sizing: border-box;
}
.wrapper img {
   max-width: 100%;
}
 a {
   text-decoration: none;
   cursor: pointer;
}
 .icon {
   display: inline-block;
   width: 1em;
   height: 1em;
   stroke-width: 0;
   stroke: currentColor;
   fill: currentColor;
}
.dropdown-menu{
  background: #111111;
   box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35);

}
.dropdown-menu .dropdown-item{
  background: transparent;
  color: #fff;
}
.dropdown-menu .dropdown-item:hover{
  color: #F16529;
  transition: 0.3s;
}
 .wrapper {
   width: 100%;
   height: 100vh;
   min-height: 750px;
/*   min-height: 1250px;*/
   background: url(https://wallpaper-mania.com/wp-content/uploads/2018/09/High_resolution_wallpaper_background_ID_77700009898.jpg) center no-repeat;
   background-size: cover;
   position: relative;
   overflow: hidden;
   display: flex;
   box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
}
 @media screen and (max-width: 992px) {
   .wrapper {
     height: auto;
     min-height: 100vh;

  }
}
 .content {
   height: 600px;
   margin: auto;
   width: 100%;
   max-width: 1050px;
   display: flex;
   align-items: center;
   position: relative;
}
 @media screen and (max-width: 1200px) {
   .content {
     max-width: 920px;
  }
}
 @media screen and (max-width: 992px) {
   .content {
     max-width: 920px;
     margin-top: 100px;
     height: auto;
     min-height: 100vh;
  }
  .wrapper {
   min-height: 1200px;
}
}
 @media screen and (max-width: 767px) {
   .content {
     margin-top: 20px;
  }
}
 @media screen and (max-width: 576px) {
   .content {
     margin-top: 20px;
     margin-bottom: 20px;
  }
}
 /*.bg-shape {
   height: 100%;
   background-image: linear-gradient(-45deg, #101010 0%, #343434 100%);
   box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);
   border-radius: 30px;
   padding: 45px 40px;
   width: 50%;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
}*/
 @media screen and (max-width: 1200px) {
   .bg-shape {
     width: 45%;
  }
}
 @media screen and (max-width: 992px) {
   .bg-shape {
     width: 90%;
     height: 290px;
     align-items: flex-start;
     padding: 50px;
     left: 50%;
     transform: translateX(-50%);
  }
}
 @media screen and (max-width: 767px) {
   .bg-shape {
     padding: 30px;
     width: 95%;
     border-radius: 20px;
  }
}
 @media screen and (max-width: 576px) {
   .bg-shape {
     height: 200px;
     padding: 30px;
  }
}
 .bg-shape img {
   object-fit: contain;
   width: 510px;
   display: block;
   object-position: left center;
   opacity: 0.2;
   transform: rotate(-90deg) translateY(-50%);
   max-width: inherit;
   left: 10px;
   position: absolute;
}
 @media screen and (max-width: 1200px) {
   .bg-shape img {
     width: 430px;
     left: 10px;
  }
}
 @media screen and (max-width: 992px) {
   .bg-shape img {
     transform: none;
     width: 100%;
     position: relative;
     left: auto;
     margin-left: auto;
     margin-right: auto;
     object-fit: contain;
     height: 100%;
     object-position: top center;
  }
}
 .next, .prev {
   z-index: 22;
   display: inline-flex;
   border: none;
   width: 61px;
   height: 61px;
   border-radius: 50%;
   justify-content: center;
   align-items: center;
   font-size: 25px;
   position: absolute;
   top: 50%;
   outline: none;
   cursor: pointer;
}
 .next.disabled, .prev.disabled {
   cursor: not-allowed;
}
 .next:focus, .prev:focus {
   outline: none;
}
 @media screen and (max-width: 992px) {
   .next, .prev {
     top: 170px;
  }
}
 .prev {
   left: -30%;
   transform: translate(-100%, -50%);
}
 @media screen and (max-width: 1200px) {
   .prev {
     left: -21%;
  }
}
 @media screen and (max-width: 992px) {
   .prev {
     left: 0;
     transform: translate(-50%, -50%);
  }
}
 @media screen and (max-width: 576px) {
   .prev {
     transform: translate(20%, -50%);
  }
}
 .next {
   right: 0;
   transform: translate(50%, -50%);
}
 @media screen and (max-width: 576px) {
   .next {
     transform: translate(-20%, -50%);
  }
}
 .product-slider {
   width: 75%;
   height: 85%;
   border-radius: 30px;
   box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35);
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   border-right: 2px solid #EDB337;
   border-bottom: 1px solid #fff;

}
 @media screen and (max-width: 1200px) {
   .product-slider {
     width: 80%;
  }
}
 @media screen and (max-width: 992px) {
   .product-slider {
     width: 80%;
     left: 50%;
     transform: translateX(-50%);
     height: auto;
     position: relative;
     top: 0;
     margin-top: 170px;
     margin-bottom: 100px;
  }
   .product-slider br {
     display: none;
  }
}
 @media screen and (max-width: 767px) {
   .product-slider {
     border-radius: 20px;
  }
}
 @media screen and (max-width: 576px) {
   .product-slider {
     width: 85%;
     margin-top: 130px;
  }
}
 .product-slider__wrp {
   height: 100%;
}
 .product-slider__item {
   position: relative;
   height: 100%;
   width: 100%;
}
 @media screen and (max-width: 992px) {
   .product-slider__item {
     height: auto;
  }
}
 .product-slider__item.swiper-slide-active .product-slider__content > * {
   opacity: 1;
   transform: none;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(1) {
   transition-delay: 0s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(2) {
   transition-delay: 0.2s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(3) {
   transition-delay: 0.4s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(4) {
   transition-delay: 0.6s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(5) {
   transition-delay: 0.8s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(6) {
   transition-delay: 1s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(7) {
   transition-delay: 1.2s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(8) {
   transition-delay: 1.4s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(9) {
   transition-delay: 1.6s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(10) {
   transition-delay: 1.8s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(11) {
   transition-delay: 2s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(12) {
   transition-delay: 2.2s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(13) {
   transition-delay: 2.4s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(14) {
   transition-delay: 2.6s;
}
 .product-slider__item.swiper-slide-active .product-slider__content > *:nth-child(15) {
   transition-delay: 2.8s;
}







 .product-slider__item.swiper-slide-active circle {
   animation: progress 1s ease-out forwards;
   animation-delay: 0.5s;
   opacity: 0.75;
}
 .product-slider__card {
   height: 100%;
   display: flex;
   border: 2px solid;
   align-items: center;
   width: 100%;
   transition: all 0.5s;
   overflow: hidden;
   position: relative;
   border-radius: 30px;
}
 @media screen and (max-width: 992px) {
   .product-slider__card {
     align-items: flex-start;
  }
}
 @media screen and (max-width: 767px) {
   .product-slider__card {
     border-radius: 20px;
  }
}
 .product-slider__cover {
   border-radius: 30px;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: block;
   object-fit: cover;
}
 @media screen and (max-width: 767px) {
   .product-slider__cover {
     border-radius: 20px;
  }
}
 .product-slider__content {
   color: #fff;
   padding-top: 1px;
   position: relative;
   z-index: 2;
   width: 100%;
   padding-left: 250px;
   padding-right: 80px;
}
 @media screen and (max-width: 1200px) {
   .product-slider__content {
     padding-left: 220px;
  }
}
 @media screen and (max-width: 992px) {
   .product-slider__content {
     padding: 20px 60px 100px;
     padding-top: 280px;
     text-align: center;
  }
}
 @media screen and (max-width: 767px) {
   .product-slider__content {
     padding: 20px 30px 50px;
     padding-top: 300px;
  }
}
 @media screen and (max-width: 576px) {
   .product-slider__content {
     padding-top: 220px;
     padding-left: 15px;
     padding-right: 15px;
  }
}
 .product-slider__title {
   margin: 0;
   margin-bottom: 10px;
   font-weight: 300;
   font-size: 28px;
   line-height: 1.2em;
   letter-spacing: 2px;
   opacity: 0;
   transform: translateY(55px);
   transition: all 0.5s;
}
 .title-main{
   margin: 0;
   margin-top: 10px;
   font-weight: 900;
   font-size: 42px;
   line-height: 1.2em;
   letter-spacing: 2px;
   opacity: 0;
   transform: translateY(55px);
   transition: all 0.5s;
}
 @media screen and (max-width: 1200px) {
   .product-slider__title {
     font-size: 34px;
  }
}
 @media screen and (max-width: 576px) {
   .product-slider__title {
     font-size: 24px;
  }
}
 .product-slider__price {
   display: block;
   font-size: 42px;
   opacity: 0;
   transform: translateY(55px);
   transition: all 0.5s;
}
 @media screen and (max-width: 1200px) {
   .product-slider__price {
     font-size: 36px;
  }
}
 @media screen and (max-width: 576px) {
   .product-slider__price {
     font-size: 30px;
  }
}
 .product-slider__price sup {
   top: -20px;
   font-size: 65%;
}
 .product-slider__cart {
   box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);
   background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
   border: none;
   color: #fff;
   padding: 10px 30px;
   border-radius: 50px;
   min-height: 50px;
   font-weight: 700;
   font-size: 14px;
   letter-spacing: 2px;
   margin-right: 40px;
   cursor: pointer;
}
 @media screen and (max-width: 768px) {
   .product-slider__cart {
     margin-right: 30px;
  }
}
 @media screen and (max-width: 576px) {
   .product-slider__cart {
     width: 100%;
     max-width: 300px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 50px;
  }
}
 .product-slider__fav {
   color: #888e94;
   background: none;
   border: none;
   position: relative;
   padding-left: 25px;
   outline: none;
   cursor: pointer;
}
 .product-slider__fav:focus {
   outline: none;
}
 .product-slider__fav .heart {
   display: block;
   position: absolute;
   left: 0;
   transform: translate(-50%, -50%) scale(0.7);
   top: 50%;
   pointer-events: none;
   width: 100px;
   height: 100px;
   background: url("https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png") no-repeat;
   background-position: 0 0;
   cursor: pointer;
   transition: background-position 1s steps(28);
   transition-duration: 0s;
}
 .product-slider__fav .heart.is-active {
   transition-duration: 1s;
   background-position: -2800px 0;
}
 .product-slider__bottom {
   margin-top: 20px;
   opacity: 0;
   transform: translateY(55px);
   transition: all 0.5s;
}
 .product-ctr {
   display: flex;
   align-items: center;
   min-height: 150px;
/*   margin-top: 40px;*/
   opacity: 0;
   transform: translateY(55px);
   transition: all 0.5s;
}
 @media screen and (max-width: 992px) {
   .product-ctr {
     justify-content: center;
  }
}
 .product-ctr .hr-vertical {
   width: 1px;
   background: #9fa3a7;
   align-self: stretch;
   margin: 0 35px;
   flex-shrink: 0;
   opacity: 0.5;
}
 @media screen and (max-width: 767px) {
   .product-ctr {
     justify-content: center;
     flex-wrap: wrap;
     margin-bottom: 40px;
  }
   .product-ctr .hr-vertical {
     width: 100%;
     margin: 35px 0;
     height: 1px;
  }
}
 @media screen and (max-width: 767px) {
   .product-labels {
     width: 100%;
  }
}
 .product-labels__checkbox {
   display: none;
}
 .product-labels__checkbox:checked + .product-labels__txt {
   border-color: #cc3743;
   padding: 10px 13px;
}
 .product-labels__title {
   font-family: 'Dosis', sans-serif;
   font-weight: 700;
   letter-spacing: 3px;
   font-size: 16px;
   margin-bottom: 10px;
}
 .product-labels__group {
   display: flex;
   margin-bottom: 15px;
}
 @media screen and (max-width: 992px) {
   .product-labels__group {
     justify-content: center;
  }
}
 .product-labels__group:last-child {
   margin-bottom: 0;
}
 .product-labels__item {
   margin: 5px;
   cursor: pointer;
}
 .product-labels__item:first-child {
   margin-left: 0;
}
 .product-labels__txt {
   display: block;
   border: 2px solid transparent;
   font-size: 14px;
   padding: 10px 20px;
   padding-left: 0;
   font-weight: 900;
   border-radius: 50px;
   transition: all 0.3s;
   letter-spacing: 2px;
   color: #9F2037;
}
 @keyframes progress {
   0% {
     stroke-dasharray: 0 100;
  }
}
 .product-inf {
   text-align: center;
}
 @media screen and (max-width: 767px) {
   .product-inf {
     width: 100%;
  }
}
 .product-inf__percent {
   font-weight: 700;
   font-size: 22px;
   letter-spacing: 1px;
   margin-bottom: 12px;
   font-family: 'Dosis', sans-serif;
   position: relative;
}
 .product-inf__percent circle {
   transform: rotate(180deg) scaleY(-1);
   transform-origin: 50%;
}
 .product-inf__percent-txt {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
 .product-inf__title {
   font-family: 'Dosis', sans-serif;
   font-weight: 500;
   letter-spacing: 2px;
   font-size: 15px;
}
 .product-img {
   position: absolute;
   z-index: 2;
   width: 500px;
   left: 20%;
   transform: translateX(-45%);
   max-height: 500px;
   height: 100%;
   pointer-events: none;
}
 @media screen and (max-width: 1200px) {
   .product-img {
     width: 500px;
/*     width: 430px;*/
     left: 20%;
  }
}
 @media screen and (max-width: 992px) {
   .product-img {
     width: 430px;
     left: 50%;
     transform: translateX(-50%);
     top: 0;
     height: 350px;
  }
}
 @media screen and (max-width: 767px) {
   .product-img {
     width: 100%;
     max-width: 400px;
     top: 30px;
     height: 390px;
  }
}
 @media screen and (max-width: 576px) {
   .product-img {
     max-width: 300px;
     height: 400px;
  }
}
 .product-img__item {
   display: flex;
   align-items: center;
   position: absolute;
   pointer-events: none;
   user-select: none;
   top: 50%;
   right: 0;
   transform: translateY(-50%) translateX(-130px);
   opacity: 0;
   transition: all 0.3s;
}
 .product-img__item.active {
   opacity: 1;
   transform: translateY(-50%) translateX(0);
   transition-delay: 0.3s;
}
 .product-img__item img {
   object-fit: contain;
   object-position: center right;
}
 .social {
   position: absolute;
   bottom: 10px;
   right: 0;
   width: 100%;
   display: flex;
   padding: 20px 55px;
   justify-content: space-between;
}
 @media screen and (max-width: 576px) {
   .social {
     flex-direction: column;
     bottom: 0;
  }
}
 .social__item {
   color: rgba(255, 255, 255, 0.75);
   font-family: 'Dosis', sans-serif;
   font-weight: 700;
   letter-spacing: 2px;
   line-height: 1em;
   display: flex;
   align-items: center;
   transition: all 0.3s;
}
 .social__item:hover {
   color: #fff;
}
 @media screen and (max-width: 576px) {
   .social__item {
     margin-bottom: 10px;
  }
}
 .social__img {
   width: 24px;
   margin-right: 15px;
}
 


 /*sec slider*/




    
    /*You can delete this style*/
#sec-section {
   text-align: center;
   background-image:
   url("img/item/bg.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   pointer-events: fixed;
}


 img {
   max-width: 100%;
   padding: 15px;
}

 .card {
   background: #111111;
   cursor: pointer;
   height: 75vh;
   border-radius: 6px;
   padding: 2rem;
   color: #aaa;
   border-right: 2px solid #EDB337;
/*   opacity: 0.8;*/
   box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);
   border-bottom: 1px solid #fff;
   overflow: hidden;
  transition: transform .5s;

}
.card:hover{
   transform: scale(1.1);
   border-bottom: 2px solid #0DA0B3;
}
 .card__image-container {
   margin: -2rem -2rem 1rem -2rem;
}
}
 .card__line {
   opacity: 0;
   animation: LineFadeIn 0.8s 0.8s forwards ease-in;
}
 .card__image {
   opacity: 0;
   animation: ImageFadeIn 0.8s 1.4s forwards;
}
 .card__title {
   color: white;
   margin-top: 0;
   font-weight: 700;
   font-size: 18px;
   letter-spacing: 0.01em;
}
 .card__content {
   margin-top: -1rem;
   opacity: 0;
   animation: ContentFadeIn 0.8s 1.6s forwards;
}
 .card__svg {
   position: absolute;
   left: 0;
   top: 115px;
}
 @keyframes LineFadeIn {
   0% {
     opacity: 0;
     d: path("M 0 300 Q 0 300 0 300 Q 0 300 0 300 C 0 300 0 300 0 300 Q 0 300 0 300 ");
     stroke: #fff;
  }
   50% {
     opacity: 1;
     d: path("M 0 300 Q 50 300 100 300 Q 250 300 350 300 C 350 300 500 300 650 300 Q 750 300 800 300");
     stroke: #888bff;
  }
   100% {
     opacity: 1;
     d: path("M -2 100 Q 50 200 100 250 Q 250 400 350 300 C 400 250 550 150 650 300 Q 750 450 802 400");
     stroke: #545581;
  }
}
 @keyframes ContentFadeIn {
   0% {
     transform: translateY(-1rem);
     opacity: 0;
  }
   100% {
     transform: translateY(0);
     opacity: 1;
  }
}
 @keyframes ImageFadeIn {
   0% {
     transform: translate(-0.5rem, -0.5rem) scale(1.05);
     opacity: 0;
     filter: blur(2px);
  }
   50% {
     opacity: 1;
     filter: blur(2px);
  }
   100% {
     transform: translateY(0) scale(1);
     opacity: 1;
     filter: blur(0);
  }
}
 




 /*===section-three ===*/



#section-three {
   text-align: center;
   background-image:
   url("img/item/bg.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   padding: 20px;
}



}
.light{
}
.img-main{
   transition-delay: 1s;
  overflow: hidden;
}
.img-thumbnail:hover{
  transition: transform .5s;
   transform: scale(1.1);
   border-bottom: 2px solid #0DA0B3;
}

 /*===section-three ===*/


 /*footer*/
 footer {
   text-align: center;
   background-image:
   url("img/item/bg.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   padding: 20px;
    color: #fff;
}


.social-icon {
    padding: 0;
    margin-bottom: 0px;
    padding-left: 100px;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #D5A535;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}
.phone-no {
    margin-top: -22px;
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
    color: #fff;
    font-family: PlayfairDisplay-Black;
    font-size: 22px;
    font-weight: bold;
}
.footer-top {
        background: rgb(0, 0, 0, 0.7);
    padding:50px 0 50px;
}


.footer-logo {
    display: block;
    margin-bottom: 32px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #4b8800;
    border-color: #4b8800;
}

.footer-bottom {
    background: #111111;
    padding: 10px 0px;
    border-top: 1px solid #EDB337;
}

.copyright {
    font-size: 14px;
}


 /*@media screen and (max-width: 992px) {
   .footer-day-time {
    padding-bottom: 30px;
    padding-top: 14px;
    margin-bottom: 55px;
}
}*/
 @media screen and (max-width: 767px) {
   .social-icon{
    margin-left: 90px;
  }
}
 @media screen and (max-width: 576px) {
   .social-icon{
    margin-left: 40px;
   }
}
  }
 /*footer*/



 /*mood*/
 


h1{
  margin: 150px 0;
  display: block;
}

#newsletter-popup{
  margin: 70px auto;
  padding:30px 40px;
  background:#111111;
  border-radius: 5px;
  width: 25%;
  position: relative;
  transition: all 1s ease-in-out;
}

@media screen and (max-width: 1366px){
  #newsletter-popup{
    width: 40%;
  }
}

@media screen and (max-width: 992px){
  #newsletter-popup{
    width: 70%;
  }
}

.newsletter-overlay{
  position: fixed;
  top: 5%;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  display: none;
}

#newsletter-popup h3{
  color: #fff;
/*  font-size: 24px;*/
/*  margin: 0 0 10px;*/
/*  font-family: 'Gloria Hallelujah',cursive;*/
}


#newsletter-popup input[type="submit"]{
  background: #6EC5D9;
    border: none;
    color: #fff;
    text-align: center;
    display: block;
    padding: 0;
    width: 100%;
    cursor: pointer;
    margin: 0;
    font-size: 21px;
}

#newsletter-popup .popup-close{
  color: #fff;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 30px;
  right: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}


 .sign-up-form-container {
   margin: 2rem auto;
   padding: 1rem;
   background: #111111;
   box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
/*   max-width: 400px;*/
   border-radius: 1.4rem;
   position: relative;
}
 .sign-up-form-container h3 {
   font-size: 1.5rem;
   text-align: center;
   margin: 1rem 0 2rem;
   color: rgba(27, 117, 188, 1.00);
}
 .sign-up-form-container .sign-up-image {
   max-width: 150px;
   top: -4rem;
   left: -3rem;
   position: absolute;
}
 .sign-up-form-container .sign-up-form .btn-submit {
   color: rgba(255, 255, 255, 1.00);
   background-color: rgba(27, 117, 188, 1.00);
   margin: 1rem 0 0;
}

.sign-up-form label,textarea{
  width: 100%;
  font-family: poppins;
}

 /*mod*/

 #map{
  text-align: center;
   background-image:
   url("img/item/bg.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   padding: 20px;
 }