/*-----------------
[Master Stylesheet]

Css Table Of Content
-----------------------
01. Template Info
02. Resset Css
03. Default Style
04. Coming Soon-1 Style
05. Coming Soon-2 Style
06. Coming Soon-3 Style
07. Coming Soon-4 Style
08. Coming Soon-5 Style
09. Coming Soon-6 Style
10. Coming Soon-7 Style
11. Coming Soon-8 Style
12. Coming Soon-9 Style
13. Coming Soon-10 Style
14. Coming Soon-11 Style
15. Coming Soon-12 Style
16. Coming Soon-13 Style
17. Coming Soon-14 Style
18. Coming Soon-15 Style
19. Coming Soon-16 Style
20. Coming Soon-17 Style
21. Coming Soon-18 Style
22. Coming Soon-19 Style
23. Coming Soon-20 Style
24. Coming Soon-21 Style
25. Coming Soon-22 Style
26. Coming Soon-23 Style
27. Coming Soon-24 Style
28. Coming Soon-25 Style
29. Coming Soon-26 Style
30. Coming Soon-27 Style
31. Coming Soon-28 Style
32. Coming Soon-31 Style
33. Coming Soon-32 Style
34. Coming Soon-33 Style
35. Coming Soon-34 Style
36. Coming Soon-35 Style
37. Coming Soon-36 Style
38. Coming Soon-37 Style
39. Coming Soon-38 Style
40. Coming Soon-39 Style
41. Coming Soon-40 Style
42. Coming Soon-41 Style
43. Coming Soon-42 Style
44. Coming Soon-43 Style
-------------------------*/
/*-----------------------
Template Name   : Arrival
Author Name     : Themecon
Developed By    : Themecon
Created         : 30 Jul 2017
Updated         : 01 Jul 2024
------------------------------*/
/*-------------- Start Resset Css------------------*/
* {
  margin: 0px;
  padding: 0px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

body {
  padding: 0px;
  font-size: 15px;
  line-height: 25px;
  margin: 0px auto;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333;
}

/*------------End Resset Css---------------*/
/* --------Global style css ------**/
.pos-relative {
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

a,
img,
header,
button,
input,
select,
textarea {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* --------End GLOBAL style css ------**/
/*---------color palte design----------*/
.color-plate-wrapper {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  left: -260px;
  transform: translateY(-50%);
  z-index: 9;
  width: 260px;
  border-radius: 0 3px 3px 0;
  -webkit-transition: left 0.6s ease 0s;
  -moz-transition: left 0.6s ease 0s;
  -ms-transition: left 0.6s ease 0s;
  -o-transition: left 0.6s ease 0s;
  transition: left 0.6s ease 0s;
}
.color-plate-wrapper.open {
  left: 0px;
}
.color-plate-wrapper .spin-icon {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 0 3px 3px 0;
  font-size: 25px;
  height: 40px;
  padding: 8px;
  position: absolute;
  right: -40px;
  text-align: center;
  width: 40px;
  cursor: pointer;
}
.color-plate-wrapper .color-plate-title {
  color: #222;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.color-plate-wrapper .color-plate {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.color-plate-wrapper .color-plate li {
  background-color: var(--color);
  display: inline-block;
  height: 37px;
  width: 37px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.color-plate-wrapper .color-plate li.active {
  border-color: #222;
}
.color-plate-wrapper .backgrounds {
  margin-top: 20px;
}
.color-plate-wrapper .backgrounds .image-plate {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.color-plate-wrapper .backgrounds .image-plate li {
  height: 50px;
  width: 68px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.color-plate-wrapper .backgrounds .image-plate li.active {
  border-color: red;
}
.color-plate-wrapper .backgrounds .image-plate li img {
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .color-plate-wrapper {
    left: -195px;
    padding: 20px 10px;
    width: 192px;
    top: 40px;
    transform: initial;
  }

  .color-plate-wrapper .backgrounds ul li {
    height: 40px;
    width: 49px;
  }
}
/*----------site brand color------------*/
.color_da {
  color: #dab84e;
}

.bg_da {
  background: #dab84e;
}

/*---------end color palte design----------*/
/*----------page preloader------------*/
#loading {
  background-color: #fcfcfc;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99;
}

.spinner {
  font-size: 10px;
  height: 70px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  margin-top: -35px;
}

.spinner > .single_rect {
  background-color: #ED001B;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*------------------- end loading style --------------------*/
/*-------start coming soon 11 style --------*/
.coming-soon11 {
  background: #db2bbb;
  background: -moz-linear-gradient(left, #44103a 0%, #231e53 51%, #f8b540 100%);
  background: -webkit-linear-gradient(left, #44103a 0%, #231e53 51%, #f8b540 100%);
  background: linear-gradient(to right, #44103a 0%, #231e53 51%, #f8b540 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#db2bbb", endColorstr="#52d361", GradientType=1);
  overflow: hidden;

}
.coming-soon11 #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.coming-soon11 .main-content {
  padding: 50px 0;
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  min-height: 650px;
  justify-content: center;
  width: 100%;
  max-width: 676px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.coming-soon11 .content-text .logo {
  margin-top: 15px;
}
.coming-soon11 .content-text h1 {
  font-size: 34px;
  font-style: italic;
  line-height: 1.17;
  font-weight: 900;
  color: #fff;
  font-family: "Playfair Display";
}
.coming-soon11 .content-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 10px;
  letter-spacing: 1px;
}
.coming-soon11 .arrival-countdown {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-end;
  gap: 30px;
}
.coming-soon11 .arrival-countdown .single-count {
  height: 130px;
  padding: 15px;
  text-align: center;
  flex: 1;
}
.coming-soon11 .arrival-countdown .counter {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 60px;
  line-height: 1.16;
}
.coming-soon11 .arrival-countdown p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  opacity: 0.9;
  text-transform: uppercase;
}
.coming-soon11 .subscribe-area {
  width: 100%;
  margin-top: 40px;
}
.coming-soon11 .subscribe-area form ul {
  background: linear-gradient(to right, #2980b9 4%, #8e44ad 100%);
  padding: 10px;
  width: 100%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.coming-soon11 .subscribe-area form ul li:first-child {
  width: calc(100% - 155px);
}
.coming-soon11 .subscribe-area form ul li:last-child {
  width: 145px;
}
.coming-soon11 .subscribe-area form ul li input {
  border: none;
  height: 45px;
  padding: 5px 15px;
  width: 100%;
  box-shadow: none;
  border-radius: 50px;
}
.coming-soon11 .subscribe-area form ul li input:focus {
  box-shadow: none;
  outline: none;
}
.coming-soon11 .subscribe-area form ul li button {
  border-radius: 50px;
  border: none;
  font-size: 15px;
  height: 45px;
  text-align: center;
  width: 100%;
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  line-height: 48px;
  transition: all 0.5s;
}
.coming-soon11 .subscribe-area form ul li button:hover {
  letter-spacing: 2px;
  box-shadow: 2px 2px 0 #25566f inset, 1px 1px 1px rgba(255, 255, 255, 0.22);
}
.coming-soon11 .social-contact {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.coming-soon11 .social-contact li {
  color: #fff;
  text-transform: capitalize;
}
.coming-soon11 .social-contact li a {
  background: #000000b3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  height: 30px;
  padding: 3px;
  text-align: center;
  width: 30px;
  border-radius: 50px;
}
.coming-soon11 .social-contact li a:hover {
  background: #2980b9;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .coming-soon11 .arrival-countdown {
    gap: 20px;
  }

  .coming-soon11 .content-text h1 {
    font-size: 42px;
  }

  .coming-soon11 .content-text p {
    margin-bottom: 30px;
  }

  .coming-soon11 .arrival-countdown .single-count {
    height: 104px;
  }

  .coming-soon11 .arrival-countdown .counter {
    font-size: 46px;
  }
}
@media screen and (max-width: 575px) {
  .coming-soon11 .arrival-countdown {
    gap: 18px;
  }

  .coming-soon11 .content-text h1 {
    font-size: 32px;
  }

  .coming-soon11 .content-text p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .coming-soon11 .arrival-countdown {
    gap: 10px;
  }

  .coming-soon11 .arrival-countdown .counter {
    font-size: 34px;
  }

  .coming-soon11 .arrival-countdown .single-count {
    height: 82px;
    padding: 10px;
  }

  .coming-soon11 .arrival-countdown p {
    font-size: 13px;
  }

  .coming-soon11 .subscribe-area form ul li:first-child {
    width: calc(100% - 110px);
  }

  .coming-soon11 .subscribe-area form ul li:last-child {
    width: 100px;
  }

  .coming-soon11 .subscribe-area form ul li button {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .coming-soon11 .arrival-countdown {
    gap: 0;
  }

  .coming-soon11 .arrival-countdown p {
    font-size: 11px;
  }

  .coming-soon11 .arrival-countdown .counter {
    font-size: 28px;
  }

  .coming-soon11 .arrival-countdown .single-count {
    height: 64px;
    padding: 6px;
  }
}