@font-face { font-family: "Digitalis" ; src: url('../fonts/digitali.ttf'); }
@font-face { font-family: "Heartbit-Bold" ; src: url('../fonts/Heartbit-Bold.otf'); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
}

section {
  padding: 100px;
}

.site-titles {
  font-family: "Digitalis"!important;
  font-size: 35px !important;

}

#weatherdiv {
  background: black;
  width: 100%;
  color: white;
  height: auto;
  text-align: center;
  position: fixed;
  z-index: 10000000;
}

#weatherdiv span{
  text-transform: capitalize !important;
}

#weatherdiv span{
  padding: 3px;
}

#weatherdiv img{
  height: 33px;
}

.to-top {
  background: white;
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #1f1f1f;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
}

.to-top:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}

.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
  z-index: 1000;
}

.slider {
  position: relative;
  min-height: 100vh;
  background: url(../images/slider2.jpg);
  background-size: cover;
  background-position: center;
  padding-right: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider h2 {
  font-size: 3em;
  color: white;
  font-weight: 500;
  line-height: 1.5em;
}

.slider h2 span {
  font-size: 1.5em;
  font-weight: 500;
}

.slider h3 {
  font-size: 1.5em;
  color: white;
  font-weight: 500;
}

.btn {
  position: relative;
  background: #e30d12 !important;
  display: inline-block;
  color: #fff !important;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
}


header {
  display: flex !important;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}

header.sticky {
  background: #fff;
  padding: 20px 100px;
  box-shadow:  0 5px 20px rgba(0, 0, 0, 0.1);
}

header .logo {
  width: 90px;
  /* display: none; */
}

header.sticky .logo  {
  width: 90px;
  /* display: initial; */
}

header ul {
  position: relative;
  display: flex;
}

header ul li {
  position: relative;
  list-style: none;
}

header ul li a {
  color: #2b285f;
}


header ul li a:hover {
  text-decoration: none;
  color: #000;
}

header.sticky ul li a{
  color: #000 !important;
}

header.sticky ul li a:hover {
  text-decoration: none;
}

header ul li a {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  padding-top: 7px;
}
.heading {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #111;
}

.heading h2 {
  font-weight: 600;
  font-size: 30px;
}

.content {
  display: flex;
  justify-content: space-between;
}

.contentBx {
  padding-right: 30px;
  padding-top: 100px;
}

.contentBx h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.w50 {
  min-width: 50%;
}

img {
  max-width: 100%;
}

#about-title {
  text-transform: uppercase;
  font-family: "Heartbit-Bold"!important;
  font-size: 32px;
}

/* SNOWDROP */

/* #snow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1000;
}  */


/* SANTA ICON */

/* .santa {
	background:#3ac6f4;
	width:120px;
	height:120px;
	border-radius:50%;
	position:relative;
	top:50%;
	left:0;right:0;margin:0 auto;
	bottom:0;
  margin-top:-60px;
}

.santa .snow {
	width: 2px;
	height: 2px;
	background: white;
	border-radius: 50%;
	position: absolute;
	left: 18px;
	top: 44px;
}


.santa .snow:after {
	width: 6px;
	height: 6px;
	content: "";
	display: inline-block;
	background: white;
	border-radius: 50%;
	position: absolute;
	top: -14px;
	left: 0px;
}

.santa .snow:before {
	width: 4px;
	height: 4px;
	content: "";
	display: inline-block;
	background: white;
	border-radius: 50%;
	position: absolute;
	bottom: -12px;
	left: -11px;
}

.santa .hat {
	width: 64px;
	height: 31px;
	border-radius: 200px 200px 0 0;
	background: #fc2a2a;
	margin: 0 auto;
	top: -11px;
	position: relative;
	left: 5px;
	z-index:20;
}

.santa .hat:after {
	width: 60px;
	height: 15px;
	border-radius: 20px;
	content: "";
	display: block;
	background: white;
	position: relative;
	top: 22px;
	left: -3px;
}

.santa .face {
	width: 54px;
	height: 57px;
	background: white;
	border-radius: 0px 0px 50px 50px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	top: -6px;
}

.santa .face .eyes {
	background:#f1ddd5;
	width:45px;
	height:15px;
	margin:0 auto;
	position:relative;
	left:-1px;
	text-align: center;
	top:4px;
	padding-top: 0px;
}

.santa .face .eyes:after, righteye {
	width: 8px;
	height: 6px;
	background: transparent;
	box-shadow: 0px -2px #793623;
	content: "";
	display:inline-block;
	margin:0 auto;
	border-radius: 50%;
}

.santa .face .eyes:before, lefteye {
	width: 8px;
	height: 6px;
	background: transparent;
	box-shadow: 0px -2px #793623;
	content: "";
	display:inline-block;
	margin:0 auto;
	border-radius: 50%;
	margin-right:5px;
}

.santa .mouth {
	background:#D71F1F;
	border-radius:50%;
	width:6px;
	height:6px;
	position:absolute;
	bottom:20px;
	right:17px;
}

.santa .body {
	width: 93px;
	height: 84px;
	background: #fc2a2a;
	border-radius: 90px 90px 0px 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align:center;
	z-index:10;
}

.santa .body:after {
	width: 5px;
	height: 5px;
	background: white;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 68px;
	z-index: 50;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
}

.santa .body:before {
	width: 5px;
	height: 5px;
	background: white;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 55px;
	z-index: 50;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
}

.santa .hat .hat-end {
	width: 13px;
	height: 32px;
	content: "";
	background: #fc2a2a;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 15px;
	border-radius: 0px 11px 0px 0px;
}

.santa .hat .hat-end:after {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: white;
	content: "";
	display: inline-block;
	top: 30px;
	position: absolute;
	left: 0px;
	z-index: 11;
}

.circles {
	background: #D71F1F;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 9;
	position: absolute;
	right: -6px;
	top: 12px;
}

.circles:after {
	background:white;
	width:40px;
	height:40px;
	right:0;
	top:50px;
	content:"";
	border-radius:50%;
}

.dirty-overflow {
	overflow: hidden;
	width: 120px;
	height: 76px;
	border-radius: 0px 0px 105px 105px;
	position: absolute;
	left: 0;
	bottom: 0;
} */

/* CHRISTMAS LIGHTS */

/* .lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
  z-index: 10000;
  position: fixed;
}

.lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #fc2a2a;
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
  animation-name: flash-1;
  animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
  background: #2c8500;
  box-shadow: 0px 4.6666666667px 24px 3px #2c8500;
  animation-name: flash-2;
  animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
  background: #fc2a2a;
  box-shadow: 0px 4.6666666667px 24px 3px #fc2a2a;
  animation-name: flash-3;
  animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
  animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
  animation-duration: 1.4s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

.lightrope li:last-child:after {
  content: none;
}

.lightrope li:first-child {
  margin-left: -40px;
}

@keyframes flash-1 {
  0%, 100% {
    background: #fc2a2a;
    box-shadow: 0px 4.6666666667px 24px 3px #fc2a2a;
 }
  50% {
    background: #ffa602;
    box-shadow: 0px 4.6666666667px 24px 3px #ffa602;
 }
}

@keyframes flash-2 {
  0%, 100% {
    background: #2c8500;
    box-shadow: 0px 4.6666666667px 24px 3px #2c8500;
 }
} */

/* POP UP */

.swal-button {
  background-color: #fc2a2a;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
}
    
.swal-button:hover {
  background-color: #fc2a2a !important;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
}
   

/* SERVICE */

.services {
  background: #111;
}

.heading.white {
  color: #fff;
}

.services .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.services .content .servicesBx {
  padding: 40px 20px ;
  background: #222;
  color: #fff;
  max-width: 400px;
  margin: 20px;
  text-align: center;
  transition: 0.5s;
}

.services .content .servicesBx:hover {
  background: #e30d12;
  cursor: pointer;
}

.services .content .servicesBx img {
  max-width: 80px;
  filter: invert(1);
}

.services .content .servicesBx h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Heartbit-Bold"!important;
  margin-top: 20px;
}

.servicesBx hr {
  background: #ffffff !important;
}

/* WORK */

.work .content .workBx {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap !important;
}

.workBx {
  position: relative;
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.workBx:hover .image {
  opacity: 0.3;
  cursor: pointer;
}

.workBx:hover .middle {
  opacity: 1;
  cursor: pointer;
}

.text1 {
  font-size: 16px;
  padding: 16px 32px;
  background: #585858;
} 

.work2 {
  padding: 100px 50px !important;
}


/* LOCAL MARKET */

#add-local-market {
  background: #fff;
}


/* ONLINE CARD */

.online-card  {
  margin-top: 100px;
}

.online-card-sec {
  display: flex;
  justify-content: center;
  align-items: center;
} 


.online-card-sec img {
  width: 600px;
  margin: 0 10px;
}

#online-card-1 {
  width: 600px;
}

#online-card-link {
  text-align: center;
}

#online-card-preview { 
  background: #e30d12;
  color: #fff;
  display: inline-block;
  padding: 7px;
  border-radius: 20px;
  font-family: "Heartbit-Bold"!important;
}


/* SHARE BUTTON */

.share {
  margin: 2em 0;
  top: -40px;
  left: 190px;
}

.share-buttons {
  display: none;
  justify-content: space-between;
}

.share-btn {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  flex-grow: 1;
  text-align: center;
  bottom: 410px;
  right: 0.2%;
  z-index: 1000000;
  position: fixed !important;
}

.share-btn:hover {
  opacity: .85;
  color: #fff;
}

.share-btn.web-share {
  cursor: pointer;
}
/* CONTACT */

.contact {
  background: #111;
}

.formBx {
  min-width: 60%;
}

.formBx form {
  display: flex;
  flex-direction: column;
}

.formBx form h3 {
  font-family: "Heartbit-Bold"!important;
  font-size: 25px !important;
  margin-bottom: 20px;
}

.second-font {
  font-family: "Heartbit-Bold"!important;
  font-size: 25px !important;
}

.formBx form h3,
.contactInfo {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

.formBx form input,
.formBx form textarea {
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
  background: transparent;
  border: none;
  outline: none;
  background: #222;
  color: #fff;
}

.formBx form textarea {
  min-height: 200px;
}

.formBx form input::placeholder,
.formBx form textarea::placeholder {
  color: #999;
}

.formBx form input[type="submit"] {
  max-width: 100px;
  background: #e30d12;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contactInfo {
  min-width: 40%;
}

.contactInfoBox {
  position: relative;
}

.contactInfoBox .box {
  position: relative;
  padding: 20px 0;
  display: flex;
}

.contactInfoBox .box .icon {
  min-width: 40px;
  padding-top: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 24px;
}

.contactInfoBox .box .text {
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  flex-direction: column;
  font-weight: 300;
}

.contactInfoBox .box .text h3 {
  font-weight: 500;
  color: #e30d12;
  font-size: 25px;
  margin-bottom:  0;
  font-style: italic !important;
}

.contactInfoBox .box .text a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.partners {
  padding-top: 20px;
}

.partners img{
  padding-top: 20px;
}

.copyright {
  background: #111111;
  color: #fff;
  text-align: center;
  padding: 10px;
}

/* X-MAS-HAT */

/* .special-hat {
  display: flex;
  justify-content: center;
  position: relative;
}

.special-hat img {
  width: 100px;
  position: absolute;
  margin-left: 150px;
  padding-bottom: 100px !important;
}

.santa-hat-title {
  margin-top: 58px;
} */

/* Responsive */

@media (max-width: 1060px) {
  header,
  header.sticky {
    padding: 20px 50px;
    z-index: 1000;
  }

  .menu {
    position: fixed;
    top: 81.88px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
    z-index: 999;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu.active {
    left: 0;
  }

  header ul li a {
    color: #111;
    font-size: 24px;
    margin: 10px;
  }

  .toggle {
    width: 40px;
    height: 40px;
    background: url(../images/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  }

  .toggle.active {
    background: url(../images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  }

  header.sticky .toggle {
    filter: invert(1);
  }

  section {
    padding: 100px 50px;
  }
}

@media (max-width: 600px) {
  header,
  header.sticky {
    padding: 20px 20px;
  }

  section {
    padding: 100px 20px;
  }
}

@media (max-width: 891px) {
  header,
  header.sticky {
    padding: 20px 50px;
    z-index: 1000;
  }

  .menu {
    position: fixed;
    top: 81.88px;
    left: -100%;
    display: block;
    padding: 100px 50px;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.5s;
    z-index: 999;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu.active {
    left: 0;
  }

  header ul li a {
    color: #111;
    font-size: 24px;
    margin: 10px;
  }

  .toggle {
    width: 40px;
    height: 40px;
    background: url(../images/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  }

  .toggle.active {
    background: url(../images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
  }

  header.sticky .toggle {
    filter: invert(1);
  }

  section {
    padding: 100px 50px;
  }
  
  .slider {
    padding: 150px 50px 100px;
  }

  .slider h2 {
    font-size: 1.5rem;
  }

  .slider h3 {
    font-size: 1.5rem;
  }

  .btn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .heading h2 {
    font-size: 24px;
  }
  
  .contentBx {
    text-align: center;
    padding-bottom: 30px;
  }

  .contentBx h3 {
    font-size: 20px;
  }

  .content {
    flex-direction: column;
  }

  .w50 {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .services .content .servicesBx{
    margin: 10px;
  }

  .work .content .workBx {
    width: 100%;
    padding: 10px;
  }

  .contactInfo {
    margin: 20px 0px;
  }
}

@media (max-width: 600px) {
  header,
  header.sticky {
    padding: 20px 20px;
  }

  .slider {
    padding: 150px 20px 100px;
  }

  section {
    padding: 100px 20px;
  }
}

@media (min-width: 1020px) {
  .contentBx {
    padding-right: 30px;
    text-align: center;
    align-items: center;
    padding-top: 150px;
  }
}

@media (max-width: 1250px) {
  .online-card-sec {
    flex-direction: column;
  }

  .online-card-sec img {
    width: 600px;
    margin: 10px 10px;
  }
}

@media (max-width: 1250px) {
  .slider {
    position: relative;
    min-height: 100vh;
    background: url(../images/slider4.jpg);
    padding: 0 !important;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}