/*---------------------------------------------------------------
  Template Name: nextinline coming soon template HTML Template
  Description: nextinline coming soon template HTML Template
  Author: Lucid themeslab
  Author URL: https://www.templatemonster.com/store/lucid_themeslab/
  Version: 1.0.0
  -----------------------------------------------------------------
  CSS INDEX
  ==================
  1. Basic Styles
----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Sriracha&display=swap');

:root{
  --prime-font: "Sriracha", cursive;
  --second-font : "Playfair Display SC", serif;
  --prime-txt : #75f2d5;
  --dark-txt : #fff;
  --second-txt : rgb(255, 255, 255);
  --prime-color : #054e3d;
  --prime-color-shade : #04372a;
}
.btn-prime{
  background-color: var(--prime-color) !important;
  color: white !important;
  border: 1px solid var(--prime-color) !important;
}
.btn-prime:hover{
  background-color: var(--prime-color-shade) !important;
  color: white !important;
  border: 1px solid var(--prime-color-shade) !important;
}
.dark-txt{
  color: var(--dark-txt);
}
a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  color: inherit;
  text-decoration: none;
}
.prime-font{
  font-family: var(--prime-font);
}
.second-font{
  font-family: var(--second-font);
}
.prime-txt{
  color: var(--prime-txt);
}
.second-txt{
  color: var(--second-txt);
}
.contimg img{
  width: 100%;
  height: 100%;
  max-height: 1250px;
  object-fit: cover;
}
.body-cont{
  height: 100%;
}
.counter-circle{
  width: 100px;
  height: 100px;
}
.counter-round{
  height: 100px;
}
.mx-60{
  width: 650px;
  max-width: 100%;
}
.error:not(.form-control){
  color: red;
  font-size: 12px;
}
.body-bg{
  background-color: white;
}
 .bg-content{
  background: white;
}
#particles-js{
  width: 100%;
  height: 100%;
  background-color: #011e17;
  z-index: -15;
}
@media(max-width:1199px){
  .contimg img{
    max-height: 550px !important;
    min-height: unset;
  }
  .bg-content{
    border-radius: 0;
    border: 0;
  }
}