*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body
{
    background-image: url(IMG/textura.avif);
    background-size: contain;
}
/* title start */
.title
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 80px;
    
}
.title-text
{
    text-align: center;
    
}
.title-white
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom:80px;
    color: white;
}
.title-text-white
{
    text-align: center;
    color: white;
}
#titleImage
{
    width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
/* title end */

#cursor-effect {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.outer-circle,
.inner-circle {
  position: absolute;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in-out;
}

.outer-circle {
  width: 30px;
  height: 30px;
  background-color: #0a3243; /* crvena */
}

.inner-circle {
  width: 20px;
  height: 20px;
  background-color: #005073; /* plava */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    bottom: 20px;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* newletter start */
.overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 11111111111;
        backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* za Safari */
}
.popup {
    background: white;
    padding: 50px 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden {
    display: none;
}
.popup form
{
    max-width: 300px;
    width: 300px;
}
.popup form input
{
    width: 100%;
    text-align: center;
    padding: 2px 5px;
}
.popup form h3
{
    font-size: 14px;
}
#btn1
{
    padding: 5px 35px;
    display: block;
    margin: auto;
    border: 0px;
    outline: 0px;
    max-width: 200px;
    background-color: #0a3243;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    font-size: 20px;
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 20px;

}
/* newsletter end */

/* navigation start */
#navigation
{
    padding: 20px 0px;
    background-color: white;
}
.navbar-brand img
{
    width: 120px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: white;
    font-size: 20px;
}
#navlink
{
    display: none;
}
#navBtn
{
    display: block;
    padding: 10px 30px;
    font-weight: 600;
    background-color: #0a3243;
    color:white;
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 220px;
    text-decoration: none;

}
/* navigation end */

/* hero start */
#hero
{
    background-image: url(IMG/bg1.avif);
    background-size: cover;
    background-position: bottom;
    position: relative;
    background-attachment: fixed;
}
.hero-overlay
{
    padding: 360px 0px;
    background-color: rgba(0, 0, 0, 0.45);
}
.heroCon
{
    position: absolute;
    bottom: 10%;
    left: 50%;

    transform: translate(-50%, 10%);
    animation: heroCon 2s ease-in-out;
}
@keyframes heroCon
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
.heroCon h1
{
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 55px;
    margin-top: -20px;
}
.heroCon p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
.heroCon #secondaryBtn
{
    border: 1px solid white;
    color: white;
}
/* hero end */

/* heroTxt start */
#heroTxt
{
    padding: 50px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0.814);
}
#heroTxt p
{
    text-align: center;
    font-size: 20px;
}
#heroTxt
{
    display: none;
}
/* heroTxt end */

/* why start */
#why1
{
    padding: 80px 0px;
    background-color: white;
}
#why1 img
{
    display: block;
    margin: auto;
    width: 150px;
    margin-bottom: 10px;
}
#items p
{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.whyTxt
{
    font-size: 20px;
    text-align: center;
}
/* why end */

/* products start */
#products .btns a
{
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 20px;
}
#products
{
    padding: 100px 0px;
    background-color: #e8f7ff71;
}
.productsHolder
{
    margin: 5px 0px;
    background-color: white;
    padding-bottom: 10px;

}
.productsHolder h3
{
    text-align: center;
    margin: 20px 0px 10px 0px;
    font-size: 22px;
}
.productsHolder p
{
    text-align: center;
    font-size: 14px;
}
.productsHolder p span
{
    font-weight: 600;
    font-size: 18px;
}
.productsHolder a
{
    padding: 10px 30px;
    font-weight: 600;
    background-color: #0a3243;
    color:white;
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 220px;
    text-decoration: none;
}
.productsHolder-item
{
    padding: 0px 10px;
}
.productsHolder a:hover
{
    color: white;
}
/* products end */

/* obuka start */
#obuka 
{
    padding: 100px 0px;
    background-color: rgba(255, 255, 255, 0.814);
}
#obuka p
{
    text-align: left;
    font-size: 20px;
}
.obukaHolder
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.obukaHolder img
{
    width: 32px;
}
.obukaHolder p
{
    font-size: 20px;
    margin-top: 15px;
    margin-left: 15px;
}
/* obuka end */

/* popust start */
#popust
{
    padding: 100px 0px;
    background-color: #e8f7ff71;
}
#popust p
{
    text-align: center;
    font-size: 20px;
}
/* popust end */

/* sajam start */
#sajam 
{
    padding: 100px 0px;
    background-color: #e8f7ff71;
}
#sajam p
{
    font-size: 20px;
    margin-top: 15px;
}
/* sajam end */

/* idea start */
/* #idea
{
    padding: 50px 0px;
    background-color: rgb(255, 255, 255);
} */
    #idea1
    {
        /* padding: 50px 0px; */
        background-image: url(IMG/obuka\ \(2\).avif);
        background-size: cover;
        position: relative;
        background-position: center;
        background-attachment: fixed;
    }
    #idea 
    {
        /* padding: 50px 0px; */
        background-image: url(IMG/heroBg.avif);
        background-size: cover;
        position: relative;
        background-position: center;
        background-attachment: fixed;
    }
    .idea-overlay
    {
        padding: 300px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .ideaCon
    {
        position: absolute;
        bottom: 20%;
        left: 50%;
        transform: translate(-50%, 20%);
        max-width: 95%;
        width: 100%;
        display: block;
        margin: auto;
    }
    .ideaCon h2
    {
    color: white;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    }

#idea p
{
    text-align: center;
    font-size: 20px;
}
.btns
{
    display: flex;
    align-items: center;
    justify-content: center;
}
#primaryBtn
{
    padding: 10px 30px;
    font-weight: 600;
    background-color: #0a3243;
    color:white;
    text-align: center;
    width: 100%;
    max-width: 260px;
    text-decoration: none;
    margin: 0px 2px;
    font-size: 18px;
}
#secondaryBtn
{
    padding: 8px 30px;
    font-weight: 600;
    color:black;
    text-align: center;
    border: 1px solid black;
    width: 100%;
    max-width: 220px;
    text-decoration: none;
    margin: 0px 2px;
    font-size: 18px;
}

#ideaTxt
{
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.714);
}
#ideaTxt p
{
    text-align: center;
    font-size: 20px;
}
/* idea end */

/* place start */
#place
{
    padding: 50px 0px;
    background-color: white;
}
.placeHolder
{
    margin: 20px 0px;
}
.placeHolder h3
{
    margin: 10px 0px;
    text-align: center;
    font-size: 22px;
}
.placeHolder p
{
    text-align: center;
}
.placeHolder img
{
    display: block;
    margin: auto;
    width: 50px;
}
/* place end */

/* how start */
#how
{
    padding: 100px 0px;
    background-color: rgba(255, 255, 255, 0.414);
}
#how p
{
    text-align: center;
    font-size: 20px;
}
/* how end */

/* inspiracija start */
#inspiracija
{
    padding: 100px 0px;
    background-color: white;
}
/* inspiracija end */


 #klizac {
    scroll-behavior: smooth;
    padding-bottom: 10px;
  
  /* sakrij horizontalni scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE i Edge */
}

#klizac::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

  .klizac-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 480px;
  }

  .strelica-levo,
  .strelica-desno {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    /* color: white; */
    font-weight: 500;
    font-size: 20px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    /* border: 1px solid #ccc; */
    z-index: 10;
    color: black;
  }

  .klizac-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.klizac-dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.klizac-dot.active {
    background-color: #0a3243; /* ili neka naglašena boja */
}
  .button
  {
    border: none;
    outline: none;
  }

  .strelica-levo {
    left: -50px;
        font-size: 100px;
            border: none;
    outline: none;

  }

  .strelica-desno {
    right: -50px;
            font-size: 100px;
                border: none;
    outline: none;

  }

  @media (max-width: 768px) {
    .klizac-item {
      max-width: 90%;
    }
    .btns #secondaryBtn
    {
        display: none;
    }
    #popust
    {
        padding: 100px 0px;
        background-image: url(IMG/popustBg.avif);
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }

    .strelica-levo,
    .strelica-desno {
      display: none !important;
    }
  }

@media (max-width: 576px) 
  {
    .slikaHolder::before {
    content: "";
    position: absolute;
    top: 20px;       /* pomera se nadole */
    left: 70px;    
    width: 100%;
    max-width: 80%;
    height: 100%;
    background-color: #58442c1c;
    z-index: 0;      /* iza slike */
    border-radius: 8px; /* opciono za efekat */
        display: block;
    margin: auto;
    }
    .slikaHolder img {
  position: relative;
  z-index: 1;      /* slika ide preko pozadine */
  display: block;
  width: 100%;
  max-width: 90%;
  border-radius: 8px; /* ako hoÄ‡eÅ¡ da prati oblik pozadine */
  display: block;
  margin: auto;
}
  }


/* pouzdanost start */
#pouzdanost
{
    padding: 100px 0px;
    background-color: rgba(255, 255, 255, 0.854);
}
#pouzdanost a
{
    max-width: 260px;
}
#pouzdanost p
{
    text-align: center;
    font-size: 20px;
}
/* pouzdanost end */

/* why start */
#why
{
    padding: 100px 0px;
background-color: white;
}
.whyHolder
{
    padding: 50px 20px;
        background-image: url(IMG/newbg.avif);
        background-color: #0a3243;
        background-size: contain;
    margin: 10px 0px;


}
.whyHolder img
{
    display: block;
    margin: auto;
    width: 64px;
}
.whyHolder h3
{
    font-size: 22px;
    text-align: center;
    color: white;
    margin-top: 15px;
}
.whyHolder p
{
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: 400;
}
.middle
{
    padding: 80px 20px;
}
/* why end */


/* about start */
#about
{
    padding: 100px 0px;
    background-color: rgba(255, 255, 255, 0.714);
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#about h3
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* about end */

/* numbers start */
#counter-section {
    background-image: url(IMG/newbg.avif);
    background-size: cover;
  background-color: #0a3243;
  padding: 150px 20px;
  text-align: center;
}

.counter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.counter-box {
  flex: 1 1 150px;
}

.counter {
  font-size: 68px;
  font-weight: 700;
  color: white;
}

.counter + p {
  margin-top: 10px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* numbers end */

/* test start */
#test
{
    background-image: url(IMG/heroBg.avif);
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}
.test-overlay
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
.testCon
{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
}
.testCon h2
{
    color: white;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
}
.testCon p
{
    text-align: center;
    font-size: 22px;
    color: white;
}
.testCon a
{
    display: block;
    margin: auto;
    padding: 10px 30px;
    background-color: #0a3243;
    color: white;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 280px;
    font-size: 20px;
    font-weight: 600;
}
.testCon a:hover
{
    color: white;
}
/* test end */

/* questions start*/
#questions
{
    padding: 100px 0px;
    background-color: rgb(248, 248, 248);
    text-align: center;

}
#faqAccordion .card-header h3
{
    font-size: 22px;
}
#faqAccordion .card-header {
    background-color: #f8f9fa;
    border: none;    
    text-align: center;
    font-size: 20px;
}

#faqAccordion .btn-link {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    background-color: whitesmoke;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

#faqAccordion .btn-link:hover {
    color: #1a1a1a;
}

.card-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 20px;
    color: #333;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
    font-size: 20px;

}
/*  */

/* contact start */
#contact1
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#contact1 .title-text
{
    text-align: left;
}
#contact1 .title
{
    text-align: left;
    margin-bottom: 0px;
}
.contactHolder1
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0px;
}
.contactHolder1 .contactItem1 p
{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}
.contactHolder1 .contactItem1 a
{
    text-decoration: none;
    color: black;
    font-size: 18px;

}
.contactHolder1 .contactItem1 img
{
    width: 32px;
    margin-right: 10px;
}
/* contact end */

/* newsletter start */
#newsletter
{
    padding: 100px 0px 100px 0px;
    background-color: #e8f7ff71;
}
#newsletter p
{
    font-size: 20px;
}
#newsletter form
{
    width: 90%;
    display: block;
    margin: auto;
}
#newsletter form input
{
    width: 100%;
    padding: 5px 7px;
}
#newsletter form button
{
    padding: 10px 30px;
    background-color: #0a3243;
    font-weight: 600;
    text-align: center;
    outline: none;
    border: none;
    color: white;
    margin-top: 10px;
}
/* newsletter end */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #1a1a1a;
}
#footer img
{
    width: 100px;
    display: block;
    margin: auto;
}
#footer h4
{
    text-align: center;
    color: white;
}
#footer h2
{
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
}
#footer p
{
    text-align: center;
    color: white;
    font-size: 18px;
}
#footer ul
{
    list-style: none;
}
#footer ul li a
{
    color: white;
    text-decoration: none;
    margin-left: -30px;
    padding: 5px 0px;
}
#autor
{
    text-align: center;
    text-decoration: none;
    color: white;
}
#footer form input
{
    padding: 3px 5px;
    border-radius: 0px;
    border: 0px;
    outline: none;
    width: 100%;
}
#footer form button
{
    padding: 5px 30px;
    background-color: #0a3243;
    color: white;
    border: 0px;
    outline: none;
    font-weight: 600;
    margin-top: 10px;
}
/* footer end */

/* contactHero start */
#contactHero
{
    background-image: url(IMG/heroBg.avif);
    background-size: cover;
    background-position: center;
}
.contact-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
/* contactHero end */

#contact
{
    padding: 100px 0px;
    background-color: white;
}
#contact h3
{
    text-align: center;
}
#contact p
{
    font-size: 20px;
}
#contact ul
{
    list-style: none;
    margin: 10px 0px;
    margin-left: -30px;
    font-size: 18px;
}
#contact ul li
{
    margin: 15px 0px;
}
#contact ul li a
{
    text-decoration: none;
    color: #1a1a1a;
}
#contact form
{
    padding: 50px 20px;
    background-color: #e8f7ff71;
}
#contact form input
{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    outline: none;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
}
#contact form textarea
{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    outline: none;
    border: 1px solid #dcdcdc;
    border-radius: 0px;

}
#contact form button
{
    padding: 10px 30px;
    background-color: #0a3243;
    color: white;
    text-align: center;
    max-width: 220px;
    width: 100%;
    font-weight: 600;
    outline: none;
    border: 0px;
    display: block;
    margin: auto;
}
#provera
{
    display: none;
}

/* location start */
#location
{
    padding: 100px 0px;
    background-color: rgba(245, 245, 245, 0.955);
}
#location p
{
    text-align: center;
    font-size: 20px;
}
/* location end */

/* machine start */
#machine
{
    padding: 100px 0px;
    background-color: #e8f7ff71;
}
#machine p
{
    font-size: 20px;
}
#machine h2
{
    font-size: 22px;
}
#machine #faqAccordion
{
    text-align: center;
}
#machine #faqAccordion .btn-link
{
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
#machine #faqAccordion .card-body
{
    font-size: 18px;
}
.smallImage1
{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: whitesmoke;
    width: auto;
}
.smallImage1 img
{
    width: 144px;
    cursor: pointer;
    margin: 0px 10px;
}
#smallTxt
{
    text-align: center;
    padding: 5px 0px;
}
#SelImg
{
    width: 650px;
}
#machine .btns
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#machine ul li
{
    font-size: 18px;
}
/* machine end */

/* detaljanopis start */
#detaljanopis
{
    padding: 100px 0px;
    background-color: white;
}
/* detaljanopis end */

/* video start */
#video
{
    padding: 100px 0px;
    background-color: #e8f7ff71;
}
#video video
{
    max-width: 75%;
    width: 100%;
    display: block;
    margin: auto;
}
/* video end */


/* media start */
@media only screen and (max-width: 1350px)
{
    .smallImage1
    {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: white;
        /* background-color: red; */
        width: 100%;
        max-width: 100%;
    }
    .smallImage1 img
    {
        width: 100px;
        cursor: pointer;
        margin: 0px 5px;
    }
}
@media only screen and (max-width: 768px)
{
    .smallImage1 img
    {
        width: 70px;
        cursor: pointer;
        margin: 0px 5px;
    }
}
@media only screen and (max-width: 576px)
{
    #titleImage
{
    width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
        #idea1
    {
        /* padding: 50px 0px; */
        background-image: url(IMG/obuka\ \(2\).avif);
        background-size: cover;
        position: relative;
        background-position: center;    
        background-attachment: scroll;
    }
    #machine
    {
        padding: 50px 0px;
        background-color: #e8f7ff71;
    }
    #video video
    {
        max-width: 100%;
        width: 100%;
        display: block;
        margin: auto;
    }
    #machine .btns
    {
        flex-direction: column;
    }
    .obukaHolder p
    {
        margin-top: 0px;
        margin-left: 15px;
    }
    .obukaItem img
    {
        margin-top: 15px;
    }
    .obukaHolder
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #obuka p
    {
        text-align: center;
        margin-top: 20px;
    }
    #idea
    {
        background-attachment: scroll;
    }
    .ideaCon
    {
        position: absolute;
        bottom: 20%;
        left: 50%;
        transform: translate(-50%, 20%);
        width: 100%;
        max-width: 95%;
    }
    .idea-overlay
    {
        padding: 200px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    #contact form
    {
        padding: 50px 10px;
        background-color: #e8f7ff71;
    }
    .productsHolder
    {
        margin: 10px 0px;
    }
    #heroTxt
    {
        display: none;
        padding: 30px 0px 30px 0px;
        background-color: rgba(255, 255, 255, 0.814);
    }
    #items img
    {
        width: 125px;
    }
    #items p
    {
        font-size: 18px;
    }
    #items
    {
        margin-top: 50px;
    }
    .middle
    {
        padding: 50px 20px;
    }
    .contact-overlay
    {
        padding: 150px 0px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    #hero p
    {
        display: none;
    }
    #hero .btns
    {
        flex-direction: column;
    }
    #hero .btns #secondaryBtn
    {
        border: none;
        font-weight: 500;
    }
    #hero
    {
        background-image: url(IMG/smallBg1.avif);
        background-attachment: scroll;
        background-position: bottom;
        /* animation: heroBg 20s ease-in-out alternate 1000; */
    }
    @keyframes heroBg 
    {
        0%
        {
            background-position: left;
        }
        100%
        {
            background-position: right;

        }
    }
    #navlink
    {
        display: block;
    }
    #navBtn
    {
        display: none;
    }
    #sajam p
    {
        text-align: center;
    }
    #obuka img
    {
        margin-bottom: 15px;
    }
    #sajam img
    {
        margin-bottom: 15px;
    }
    #machine h2
    {
        margin-top: 10px;
    }
    .opis
    {
        text-align: justify;
    }
    .smallImage1 img
    {
        width: 80px;
        cursor: pointer;
        margin: 0px 5px;
    }
    .title
    {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom:80px;
    }
    .title-white
    {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom:80px;
    }

    .hero-overlay
    {
        padding: 265px 0px;
        background-color: rgba(0, 0, 0, 0.45);
    }
    .heroCon
    {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, 10%);
        max-width: 95%;
        width: 100%;

    }
    .heroCon h1
    {
        text-align: center;
        font-weight: 700;
        color: white;
        font-size: 32px;
        margin-bottom: 15px;
    }
    .heroCon p
    {
        text-align: center;
        font-size: 0px;
        color: white;

    }
    .heroCon #secondaryBtn
    {
        border: 1px solid white;
        color: white;
    }
    #test
    {
        background-attachment: scroll;
        background-position: center;
    }
    .test-overlay
    {
        padding: 200px 0px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .testCon
    {
        position: absolute;
        bottom: 20%;
        left: 50%;
        transform: translate(-50%, 20%);
        width: 100%;
        max-width: 95%;
    }
    .testCon h2
    {
        color: white;
        font-size: 35px;
        text-align: center;
    }
        .ideaCon h2
    {
        color: white;
        font-size: 35px;
        text-align: center;
    }
    .testCon p
    {
        text-align: center;
        font-size: 18px;
        color: white;
    }
    .testCon a
    {
        display: block;
        margin: auto;
        padding: 10px 30px;
        background-color: #0a3243;
        color: white;
        text-align: center;
        text-decoration: none;
        width: 100%;
        max-width: 270px;
        font-size: 20px;
        font-weight: 600;
    }
    #contact1
    {
        background-color: white;
    }
    #contact1 .title-text
    {
        text-align: center;
    }
    #contact1 .title
    {
        text-align: center;
        margin-bottom: 40px;
    }
    .title
    {
        text-align: center;
        margin-bottom: 50px;
    }
    #products
    {
        padding-bottom: 50px;
    }


    #idea #secondaryBtn
    {
        display: none;
    }
    .navbar-brand img
    {
        width: 100px;
    }
    #newsletter p
    {
        font-size: 20px;
        text-align: center;
    }
        #newsletter h3
    {
        text-align: center;
    }
    #newsletter form
    {
        width: 90%;
        display: block;
        margin: auto;
    }
    #newsletter form input
    {
        width: 100%;
        padding: 5px 7px;
        border-radius: 0px;
    }
    #newsletter form button
    {
        padding: 10px 30px;
        background-color: #0a3243;
        font-weight: 600;
        text-align: center;
        outline: none;
        border: none;
        color: white;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
    #hero #secondaryBtn
    {
        display: none;
    }
    #primaryBtn
    {

        width: 100%;
        max-width: 280px;
    }
}
/* media end */