
* {
  font-family: 'Poppins';
}

*:focus-visible {
  outline-offset: 0 !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width:1000px) {
    
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 12px;
    padding-left: 12px;
  }

}

a:hover{
  text-decoration: none !important;
}

.btn {
  min-width: 200px;
  max-width: 100%;
  width: 100%; 
  white-space: normal !important;
  transition: all 0.5s ease-in-out;
}

a:hover .btn-primary,
.btn-primary:hover  {
  color:#fff !important;
  background-color: #ed1c24 !important;  
  border: 2px solid #ad1717 !important;
  transition: 1s ease-in-out;
} 

.btn .glyphicon {
  transform: scaleX(-1);
}

.btn-small {
  max-width: 117px;
}

.border-color-pink {
 border-color:#ac316a !important;
}

.hero-bg {
  position: relative;
}

figure {
  margin: 0 !important;
}

figure.bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
} 

.btn-primary { 
  width: 260px; 
  height: 60px;
  text-transform: uppercase !important; 
  font-size: 36px !important;
  font-weight: 600 !important;
  background-color: #e301bb!important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.btn-secondary{
  font-size: 26px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: #e301bb !important;
  border: 2px solid #fff !important;
  width: 280px;
  height: 60px;
  color: #fff !important;
  transition: 1s ease-in-out !important;
}

.btn-secondary:hover{
  background-color: #00fffc !important;
  border: 2px solid #00c6c6 !important;
  color:#2d2d2d !important;
}

.container-bg{
  background-color: #00c6ff;
}

/*header*/
.header-main {
  width: 100%;
  height: 100%;
  background: url(../images/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5px;  
  padding-bottom: 20px;
}

  
/* hero */

.img-banner{
  position: relative;  
}

.img-banner figure.bg::before{
  content: '';
  position: absolute;
  background-color: rgba(0,0,0, 0.2);
  width: 100%;
  height: 100%;
}

.hero-banner figure.bg img {
  object-position: 70%;
}

.hero-text {
  position: relative; 
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  color: #fff;
  /*text-shadow: 1px 2px 2px rgba(0, 0, 0, .3);*/
  top: -100px;
} 



.hero-text h1{  
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color:#2d2d2d;
  background-color: #fff;
  padding: 20px;
  background-color: rgba(255,255,255, 0.7);
}


/*content*/
.content{ 
  position: relative;
}
.content::before{ 
  content: '';
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  background: url(../images/hero-banner-bg.png) repeat-x;
  height: 20px;
}

.content::after{ 
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  background: url(../images/hero-banner-bg02.png) repeat-x;
  height: 20px;
  z-index: 1;
}

.content-text{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 50px;
  margin: 0;
}

.para-text{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}

.photo-grid-bottom{
  padding-bottom: 70px !important;
}


/*hero-banner-bottom*/

.img-banner02 figure.bg img {
  object-position: 70%;
}
.img-banner{ 
  position: relative;
  overflow: hidden;
  height: 45vh;
}

.img-banner02{
  position: relative;  
  height: 50vh; 
}

.img-banner02 figure.bg::before{
  content: '';
  position: absolute;
  background-color: rgba(0,0,0, 0.5);
  width: 100%;
  height: 100%;
}

.img-banner02 figure.bg { 
  width: 100%; 
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.img-banner-wrapper-text{
  position: relative;
  width: 100%;
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img-banner-text{
  font-size: 51px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 65px;
  color: #fff;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
}

.img-banner figure.bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  }

.content-wrapper {
  width: 100%;
  margin: 0 auto !important;
  padding: 0 10px;
}

.hero-content-bg {
  background: linear-gradient(90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);
  padding: 20px;
  margin-top: 30px;
}

.hero-mobile {
  display: block; 
}
.hero-mobile img {
  max-width: 100%;
}

.carousel-item figure.bg, .carousel-item .container{
  display: none;
}

/*footer*/

.text-end{
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 400;
  padding-right: 20px;
}
.footer-main{
  width: 100%;
  height: auto;
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;  
  padding-bottom: 10px;
}
.footer-wrapper{
  margin: 0 auto !important;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-logo{
  padding-top: 10px;
}

.footer-inner-wrap{
  padding: 0 !important;
}

/*media query*/
@media (max-width:1440px){
}


@media (max-width:1024px){
 
  .btn-primary{
    font-size: 28px !important;
    }
  .hero-text h1 {
    font-size: 36px;    
    background-color: rgba(255,255,255, 0.2);
  }
  .hero-text{
    top: 0;
    left: -120px;
  }
}

@media(max-width:768px){
  .hero-text{
    justify-content: center;
    text-align:center;
  }
  .img-banner{
    height: 30vh;
  }
  .hero-text h1{
    font-size: 26px;
  }
  .hero-text{
    top: -5px;
    left: 0px;
  }
  .para-text{
    padding: 10px 20px;
  }
  .img-banner02{
    height: 30vh;
  }
  .img-banner-text{
    font-size: 48px;
    line-height: 50px;
  }  
}

@media(max-width:480px){

  .btn-custom {
    font-size: 14px !important;
    width: 140px;
    height: 50px;
  }

  .img-banner{
    height: 20vh;
  }  
  .hero-text h1 {
    font-size: 17px;
    line-height: 1.3;
  }
  .img-banner02{
    height: 25vh;
  }
  .img-banner-wrapper-text{
    padding: 30px 10px;
  }
  .img-banner-text {
    font-size: 34px;
    line-height: 1.2;
  }
  .footer-wrapper{    
    flex-direction: column;
    }
}

@media(max-width:390px){
  .hero-text h1{
    font-size: 14px;
  }
  .img-banner-text {
    font-size: 31px;
    line-height: 35px;
  }
}

@media (min-width:1000px) {    
  header {
    height: 60px; 
  }
}
@media (max-width:767px) {    
  .content, .img-banner  {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
.form-control-dark {
    border-color: var(--bs-gray);
  }
  .form-control-dark:focus {
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
  }
  
  .text-small {
    font-size: 85%;
  }
  
  .dropdown-toggle {
    outline: 0;
  }

.top-header{  
  padding-top: 20px;
}





