@font-face {
    font-family: 'Montreal-BoldIta';src: url(../fonts/Montreal-BoldIta.ttf) format("truetype");  
}
@font-face {
    font-family: 'Montreal-Regular';src: url(../fonts/Montreal-Serial-Regular.ttf) format("truetype");
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Montreal-BoldIta';
}
:root {
    --color-first: black;
    --color-second: white;
    --color-yellow: #b2c909;
}
::selection{
    color:#fff;
    background-color:#049;
}
.accordion-collapse > div > p, .marquee p {
    font-family: Montreal-Regular;
}
p{text-align:justify}#hide{display:none}.load-more{display:none}#middle-bg{background-attachment:fixed}
a {text-decoration: none !important;}
h1{font-family: 'Montreal-BoldIta' !important;}
nav .nav-link {
    color: var(--color-yellow) !important;
    letter-spacing: 1px;
}
.socials{
    display: flex;
    justify-content: center;
    text-align:center;
}
.socials a{
    color: transparent;
    padding: 0px 8px;
}
.socials a img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0px 6px 11px 1px #0000004a;
}

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
  transition: 0.4s;
}

.open .mobile-menu {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 1;
    z-index: 1;
    padding: 0.5rem 0.5rem 0.5rem 0rem;
    overflow-y: auto;
}
#jumpToFAQs{
    text-shadow: 1px 1px #000;
    color: var(--color-yellow) !important;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  height: 15%;
  width: 50%;
  background-color: #084889;
}
.mobile-menu li {
  margin-bottom: 5px;
  list-style: none;
}
#hamburger-icon {
    display: block;
}
/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #012788;
    z-index: 9999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinnner {
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #efefef;
    border-right: 5px solid #efefef;
    border-bottom: 5px solid #efefef;
    border-left: 5px solid #aaaa;
    transform: translateZ(0);
    animation: SpinnerAnimation 1.1s infinite linear;
}

.spinnner,
.spinnner:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@keyframes SpinnerAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn {
    outline: none !important;
    box-shadow: none !important;
    color: var(var(--color-first));
}

.txt {
    margin-top: 200px;
}

#middle-bg {
    background-image: url("../images/middle-bg.jpg");
    background-size: cover;
    background-position: center;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    transition: all 0.5s;
    background-color: #049;
    border-color: #049;
    border-radius: 50%;
    box-shadow: 0 6px 11px 1px #0000004a !important;
}

.accordion {
    background-color: transparent;
    color: #ffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 32px;
    font-weight: 600;
    transition: 0.4s;
}

.accordion p {
    font-size: 15px !important;
}

.active,
.accordion:hover {
    /* background-color: #ccc; */
    color: var(--color-yellow);
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    color: var(--color-second);
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

footer i {
    font-size: 30px;
    color: var(--color-second);
    cursor: pointer;
}
.divider{
    opacity: 50%;
    font-family: sans-serif;
    font-weight: 100;
}
.animate-arrow{
    font-size: 34px;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.bg-yellow,.bg-yellow:hover{
    background: #b2c909;
    border: #b2c909;
    color: #fff;
    text-transform: capitalize;
    font-family: Montreal-Regular;
}
.copyrights{
    font-size: 14px;
}
.marquee{
    padding:0px;
    margin:0px;
    overflow: hidden;
    white-space: nowrap;
}
@media (min-width: 1400px) {

    #simple {
      
        height: 725px !important;
    }
    #bottle {
        width: 255px;
    }
}
@media only screen and (max-width: 767px) {
    .cen {
        margin: 0 !important;
    }

    footer {
        text-align: center;
    }

    .txt {
        text-align: center;
        margin-top: 50px;
    }
    #bottle {
        margin-top: 23px;
        width: 140px;
    }
    .do{
        font-size: 35px;
    }
    .doe{
        font-size: 30px;   
    }
    .down{
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 480px) {
    .for_desktop{
        display: none;
    }
    .for_mobile{
        display: block;
    }
    .for_mobile img{
        object-fit: contain;
        width: -webkit-fill-available;
    }
}
@media only screen and (min-width: 480px) {
    .for_mobile{
        display: none;
    }
    .for_desktop{
        display: block;
    }
    .for_desktop img{
        object-fit: contain;
        width: -webkit-fill-available;
    }
}
