/*
Template: ProjectTheme
*/


body
{
    background: #fff;
    font-family: "Montserrat", sans-serif;
}

#footer-footer
{
    background: #141414;
    color: white;
    margin-top:25px
}


h2
{   font-family: "Poppins", sans-serif;
    font-weight: 600;

}

h3
{   font-family: "Poppins", sans-serif;
    font-weight: 500;

}

.card-header
{
    font-family: "Poppins", sans-serif;
}


#hero-block h1
{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

/*---------*/


.scrolling-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 450px;
    position: relative;
}

.scrolling-content {
    display: flex;
    animation: scroll 30s linear infinite;
}

.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px; /* Set the desired width */
    height: 400px; /* Set the desired height */
    margin: 0 10px; /* Adjust margin between images */
    position: relative;
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 320px;
    height:250px;
    border-radius: 20px;
}

.image-wrapper p
{
    position: absolute;
    top: 87px;
    z-index: 9999;
    left: 55px;
    color:white;
    display: none;
}

.image-wrapper:nth-child(even) {
    
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/*---------*/

#header-top-bar-wrapper
{
    background: #fff
}

#header-top-bar-wrapper .nav-link
{
    color:#222
}

/*
.text-white-links .nav-link {
    color: #fff !important;
  }
  .text-white-links .nav-link:hover {
    color: #ddd !important;
  } */

.sms-code-input {
    width: 40px; /* Adjust the width as needed */
    height: 55px; /* Adjust the height as needed */
    text-align: center;
    font-size: 20px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.my_box4
{
    margin-bottom: 25px;
}

.mylabel2
{
    font-weight: bold;
    font-size: 1.35em
}

.pgbs123:hover
{
    background:#f2f2f2
}

.win-local{
    font-size: 3em; max-width: 450px;
    line-height: 0.9em;
}

.my-class-123
{
    /*height: calc(100vh - 100px);*/
}


.jiggle {
    animation: jiggle 0.3s ease-in-out infinite;
}

@keyframes jiggle {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(5px);
    }
    75% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(5px);
    }
}


.error_field
{
    border-color: red !important;
}


/* accordion-1 */
.accordion-1{
    position: relative;
    box-shadow: 0px 1px 7px #DBDBDB;
  }
  
  .accordion-1 .head{
    background-color: #f0f0f0;
    color: #563e6e;
    padding: 10px;
    margin:0;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-1 .head h2
  {
    font-size:15px;
    margin: 0;
    padding:0
  }
  
  .accordion-1 .arrow{
    color: #563e6e;
    font-size: 20px;
    transition: 0.25s ease;
    opacity: 0.3;
    transform: rotate(-90deg);
  }
  
  .accordion-1 .head:hover .arrow{
    opacity: 1;
  }
  
  #accordion-1 .head:hover, #accordion-1 .active{
    background-color: #f2f2f2;
  }
  
  .accordion-1 .arrow-animate{
    transform: rotate(-180deg);
    opacity: 1;
  }
  
  .accordion-1 .content{
    background-color: #FFFFFF;
    display: none;
    padding: 20px 30px;
    color: #333333;
  }

  



select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 9px;


}


.response-finished-ok .shn11
{
    font-size:1.4em
}

.height100
{
    height:100px
}


.actives
{
    border-bottom:4px solid #888
}


.navbar-nav .nav-link:hover
{
   
    text-decoration: underline;
}


.selected-active
{
    background: #f8f4ff
}


.inactive1
{
    color:#ddd
}

.active1
{
    color:#0cbf0c
}

.responders
{
    padding:13px 23px ;
    border:1px solid #ddd;
    border-radius:7px;
    float:left
}

.post-account-item
{
    border-bottom:1px solid #ccc;
    margin-bottom:12px
}

#search-results
{
    min-height:30px;
    background:white;
    width: 100%;
    border:1px solid #ccc;
    position:absolute;
    z-index: 999;
    top:60px;
    display: none;
}


#search-results .result
{
    margin:auto;
    width: 100%;

}

#search-results .result a:link, #search-results .result a:visited
{
    color:#000;
    text-decoration: none;
    padding:8px;
    width: 100%;
    display: block;

}

#search-results .result a:hover
{
    text-decoration: none;
    background: #f0f0f0;
}



.pers-dets-123
{
    margin:0;
    padding:0;
    font-size:1.3em
}


.item-detail-single-box
{
    margin-bottom:5px
}

.item-detail-single-box h3
{   
        font-size:1.1em;
        color: #999;
        margin-bottom:0;
        padding-bottom:0px
}

.item-detail-single-box p
{

}




a.slcn1:link, a.slcn1:visited
{
    text-decoration: none;
    color:#333;
    border-bottom:1px solid #ccc;
}






a.slcn1:last-child
{
    border:0
}

/*leads */


.lead-b1
{
 
    box-sizing: border-box;
    padding: 25px
}

.lead-b1:hover
{
    background:#f2f2f2
}


.lead-b1 h3
{
    font-size:1.3em
}

.lead-b1 .addrs, .small-descr
{
    padding-bottom:5px;
    margin: 0
}



.lead-b1:last-child
{
    border: 0
}


.credits-thing-needed
{
    font-weight: bold;;
    font-size:0.99em;
    margin-top:6px
}

/*---- leads ----- */



.padd25
{
 padding:45px
}


.h3-name
{
    font-weight:700;
    margin-bottom:25px
}


.credits_box
{
    border-radius: 50%;
    background: #aaa;
    color: white;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top:25px;
    font-size: 2em;
}




#block-1
{

    min-height: 200px;


    padding-top:210px;
    padding-bottom: 210px; 
    border-radius:15px;
    padding-left: 45px;
    padding-right: 45px

}


#block-2
{

    min-height: 400px;
    background-size: cover;
    background-color: rgba(0,0,0,.3);
    background-blend-mode: multiply;
    border-radius:15px;

    
}

#block-3
{   
    background:#FB8569;
    border-radius:15px;
    min-height: 320px

}
 
#block-3 h3
{
    color: white;
    font-size: 1.3em
}

.btn-outline-secondary
{
    color: white;
    border-color: white;
    border-radius:18px;
    padding-right:25px;
    padding-left: 25px
}

.btn-outline-secondary:hover
{
    background: white;
    color: black
}


.no-style-ul
{
    list-style-type: none;
    padding:0;
    margin:0
}

.form-control
{
    padding: 10px;
    border-radius:3px
}

#header-top-bar
{
   
}
 

.bg123
{
     
}


#heroVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* Behind content */
    transform: translate(-50%, -50%);
    background-size: cover;
  } 

  #hero-block-wrapper
  {
    background: rgba(0, 0, 0, 0.6);
  }

  #heroVideo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay with 50% opacity */
    z-index: 0; /* Place the overlay behind content but above the video */
  }
#hero-block-wrapper
{

    background-size: cover;
    position: relative;
 
    overflow: hidden;
 
}

#hero-block h1
{
    max-width: 650px;
    color: white;
    font-weight: 600;
    font-size: 3.20em;
    letter-spacing: -1px;
    line-height: 0.9em;
}

#hero-block h2
{
    font-weight: 300;
    font-size:1.6em;
    margin-top:17px;
    color:#eee
}

/*---- search hero -------*/

#search-hero-wrapper 
{
    max-width: 900px;
}

#search-hero
{
    margin-top:35px;
}

.search-hero-field
{
    padding:15px;
    border:3px solid #eaeaea;
    border-radius:0px;
    width: 100%;
    text-transform: capitalize;
}

.mybtn-hero
{
    width: 100%;
}
 
.dddh1 {
    max-width: 650px;
    color: #043664;
    font-weight: 700;
    font-size: 3.20em;
    letter-spacing: -1px;
    line-height: 0.9em;
}

.h3-name, .page-title, .card-header, .settings-ttl
{

    color: #043664;
}

.borderradius1
{
    border-radius: 24px  
}

.borderradius2
{
    border-radius: 24px  
}

#mysubmit_button{ width: 100%}

.mybtn-hero
{
        padding:18px;
        padding-bottom:18px;
        background-color:#016bbb;
        border-radius: 24px !important
}

.popular-text
{
    margin-top:10px;
    color:#888
}

/*-----*/

.category-card
{
    border:1px solid #ccc;
    border-radius: 5px;
}

.category-card img 
{
    border-radius: 5px 5px 0 0
}

.category-card .cat-name
{
    padding:15px;
    margin:0;
    font-size:1.1em;
    font-weight: 600;
}


a.pop-cat:link, a.pop-cat:visited
{
 
 
 
    color: #eee;
    text-decoration: none;
}

a.pop-cat:hover
{
 
    text-decoration: underline;
}


.wrapper-footer
{
    border-top:2px solid #eee;
    padding-top:35px;
    padding-bottom:35px;
}


.footer-bottom-part
{
    padding-top:15px;
    border-top:1px solid #ddd
}

/*--------*/

.wrapper-footer h3
{
    font-size:1.25em;
    padding-bottom:20px;
    font-weight: 700;
}

.wrapper-footer ul
{
    padding:0;
    margin:0;
    list-style-type: none;
}

.wrapper-footer ul li
{
    padding:0;
    margin:0;
    padding-bottom:10px
}

.wrapper-footer ul li a:link, .wrapper-footer ul li a:visited
{
    color:#fff; font-weight: 600;
    text-decoration: none;
}

.wrapper-footer ul li a:hover 
{
    text-decoration: underline;
    color:#222
}


.footer-b1
{
 
    padding:35px
}


.pop-service-block
 {
    position: relative;

}
 
.pop-service-block img
{
    object-fit: cover;
    width: 100%;
    height: 245px;
    border-radius: 10px;
    z-index: 10;

}

.pop-service-block h4
{
  color: white;
   
    font-weight: 600;
    font-size: 1.7em;
    text-shadow: 0 0 13px #000;
    
}

.pop-service-block p
{
    color: white;
    font-weight: 500;
    margin-bottom:3px;
    margin-bottom:0
}

.text-block
{
margin-top:20px
}


.text-block p
{
margin-bottom:0px
}


.card { border: 1px solid #ddd; background:#f9f9f9 }

.card-header
{
    background:white;
    padding-top:20px;
    padding-bottom:20px;
    font-size: 1.3em;
    font-weight:500
}



.whiteish-link:link, .whiteish-link:visited
{
    color: #888;
    text-decoration: none;
}

.whiteish-link:hover
{
    color: black

}

.settings-ttl
{
    font-size:1.71em
}


.icon-ett-1
{
    padding:9px 10px;
    border:1px solid #888;
    border-radius:10px;
    font-size: 1.1em;
    margin-right: 15px;
}



.item-acc-link:link, .item-acc-link:visited
{
    text-decoration: none;
    font-size:1.2em
}

.item-acc-link:hover
{
    text-decoration: underline;
}


.btn-outline-primary:link, .btn-outline-primary:visited
{
    padding-left:15px;
    padding-right: 15px;
    border-radius:25px
}



.hidden {
    display: none;
  }
  
  #payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
  }
  
  #payment-element {
    margin-bottom: 24px;
  }


  /* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#shrk-do-bo
{
    max-width: 500px
}




@media only screen and (max-height: 700px) {

    .my-class-123
    {
        height: auto  !important;
    }


}

@media only screen and (max-width: 600px) {

    .search-card form 
    {
        width: 100%
    }

    .hero-title
    {
        margin-top: 60px !important;
        font-size: 30px !important;
    }


  form {
    width: 80vw;
    min-width: initial;
  }


  #win-local-card{
    padding:20px !important
  }

  #vvc123 { padding: 0; }

  #block-1
  {
        padding: 15px;
        padding-top: 55px;
        padding-bottom:55px;
        margin-bottom:15px;
        border-radius: 0;
        height: calc(100vh - 100px);
        padding-top:30%
  }

  #hero-block
  {
    padding:0;
    margin: 0
  }


  #shrk-do-bo
{
    max-width: 450px
}

}