:root{
    --av_bg-1: lightblue;
    --pad-top: 8vw;
    --gal-img_c_width: 100vw;
    --banner-height: 78vw;
    --theme-color-2: #ee9b00;
    --gal-img_c_width: 100vw;
}
body{
    font-family:'Futura LT Book';
    font-weight:normal;
    font-size:16px
}
*, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
li a{
    text-decoration: none;
    color: inherit;
    opacity: 0.5;
}
.av-container{
    display: flex;
    padding: 2rem;
    justify-content: center;
    text-align: center;
}


.bottom-btn{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    cursor: pointer;
}
.bottom-btn .fa-whatsapp{
    font-size: 3rem;
    color: #25D366;
    text-shadow: 1px 1px 3px #2c2c2c;
}
.extra-bold-fonts{
    font-family: 'Futura LT ExtraBold';
}
.bold-fonts{
    font-family: 'Futura LT Bold';
}
.light-fonts{
    font-family: 'Futura LT Light';
}
.text-italics{
    font-style: italic;
}
.av-btn.transparent{
    background-color: transparent;
    border: 2px solid;
    padding: 0.7rem 1rem;
    cursor: pointer;
}
footer>.inner{
    background-color: #000000d9;
    padding: 8vw;
    color: var(--theme-color-2);
    backdrop-filter: blur(2px);
    background: linear-gradient(to right, #000000e0, #000000d1);
}
footer h3{
    margin-bottom: 1rem;
}
footer a{
    text-decoration: none;
    color: inherit;
}
footer li>a{
    opacity: 0.8;
    font-weight: 500;
}
footer li:hover>a, footer li:focus>a{
    opacity: 1;
}
footer ul{list-style: none;}

/* underline */
.und{   
    margin: 0.2rem 0 1.6rem;
    border-top: 2px double;
    width: 70px;
}

@media (max-width: 426px) {
    /* if viewport <= 426 */ 
    .text-left-mob{
        text-align: left;
    }
}
@media screen and (min-width: 426px) {
    /* if viewport is 426px or greater */
    :root{
        --banner-height: 64vw;
        --gal-img_c_width: 23vw
    }
    .text-left-sm{
        text-align: left;
    }
}
@media screen and (min-width: 800px) {
    /* if viewport is 426px or greater */
    :root{
        --banner-height: 38vw;
    }

}

.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}

.hide{
    display: none;
}
/* FONT CSS BEGINS */
    .av-font_1{font-size: 0.3rem;}
    .av-font_2{font-size: 0.6rem;}
    .av-font_3{font-size: 0.9rem;}
    .av-font_4{font-size: 1.2rem;}
    .av-font_5{font-size: 1.5rem;}
    .av-font_6{font-size: 1.8rem;}
    .av-font_7{font-size: 2.1rem;}
    .av-font_8{font-size: 2.4rem;}
    .av-font_9{font-size: 2.7rem;}
    .av-font_10{font-size: 3rem;}
/* FONT CSS ENDS */
    .pr-0, .px-0{padding-right: 0 !important;}
    .pl-0, .px-0{padding-left: 0 !important;}
    .pt-0, .py-0{padding-top: 0 !important;}
    .pb-0, .py-0{padding-bottom: 0 !important;}

    .pr-1, .px-1{padding-right: 0.5rem !important;}
    .pl-1, .px-1{padding-left: 0.5rem !important;}
    .pt-1, .py-1{padding-top: 0.5rem !important;}
    .pb-1, .py-1{padding-bottom: 0.5rem !important;}

    .pr-2, .px-2{padding-right: 1rem !important;}
    .pl-2, .px-2{padding-left: 1rem !important;}
    .pt-2, .py-2{padding-top: 1rem !important;}
    .pb-2, .py-2{padding-bottom: 1rem !important;}

    .pr-3, .px-3{padding-right: 1.5rem !important;}
    .pl-3, .px-3{padding-left: 1.5rem !important;}
    .pt-3, .py-3{padding-top: 1.5rem !important;}
    .pb-3, .py-3{padding-bottom: 1.5rem !important;}

    .pr-4, .px-4{padding-right: 2rem !important;}
    .pl-4, .px-4{padding-left: 2rem !important;}
    .pt-4, .py-4{padding-top: 2rem !important;}
    .pb-4, .py-4{padding-bottom: 2rem !important;}

    .pr-5, .px-5{padding-right: 2.5rem !important;}
    .pl-5, .px-5{padding-left: 2.5rem !important;}
    .pt-5, .py-5{padding-top: 2.5rem !important;}
    .pb-5, .py-5{padding-bottom: 2.5rem !important;}

    .pr-6, .px-6{padding-right: 3rem !important;}
    .pl-6, .px-6{padding-left: 3rem !important;}
    .pt-6, .py-6{padding-top: 3rem !important;}
    .pb-6, .py-6{padding-bottom: 3rem !important;}
/* Padding css ends */
    .mr-0, .mx-0{margin-right: 0 !important;}
    .ml-0, .mx-0{margin-left: 0 !important;}
    .mt-0, .my-0{margin-top: 0 !important;}
    .mb-0, .my-0{margin-bottom: 0 !important;}

    .mr-1, .mx-1{margin-right: 0.5rem !important;}
    .ml-1, .mx-1{margin-left: 0.5rem !important;}
    .mt-1, .my-1{margin-top: 0.5rem !important;}
    .mb-1, .my-1{margin-bottom: 0.5rem !important;}

    .mr-2, .mx-2{margin-right: 1rem !important;}
    .ml-2, .mx-2{margin-left: 1rem !important;}
    .mt-2, .my-2{margin-top: 1rem !important;}
    .mb-2, .my-2{margin-bottom: 1rem !important;}

    .mr-3, .mx-3{margin-right: 1.5rem !important;}
    .ml-3, .mx-3{margin-left: 1.5rem !important;}
    .mt-3, .my-3{margin-top: 1.5rem !important;}
    .mb-3, .my-3{margin-bottom: 1.5rem !important;}

    .mr-4, .mx-4{margin-right: 2rem !important;}
    .ml-4, .mx-4{margin-left: 2rem !important;}
    .mt-4, .my-4{margin-top: 2rem !important;}
    .mb-4, .my-4{margin-bottom: 2rem !important;}

    .mr-5, .mx-5{margin-right: 2.5rem !important;}
    .ml-5, .mx-5{margin-left: 2.5rem !important;}
    .mt-5, .my-5{margin-top: 2.5rem !important;}
    .mb-5, .my-5{margin-bottom: 2.5rem !important;}

    .mr-6, .mx-6{margin-right: 3rem !important;}
    .ml-6, .mx-6{margin-left: 3rem !important;}
    .mt-6, .my-6{margin-top: 3rem !important;}
    .mb-6, .my-6{margin-bottom: 3rem !important;}
/* margin css ends */

*::-webkit-scrollbar {
    width: 3px;
}
  *::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
  *::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0.5);
}
  *::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 3px;
}