:root {
    --color-1: #ffffff;
    --color-2: #000000;
    --color-3: #b3dae1;
}
*{
    font-family: "Montserrat", serif;
}

.open-sans {
    font-family: "Open Sans", serif;
}

.color-1{
    color: var(--color-1)!important;
}
.color-2{
    color: var(--color-2)!important;
}
.color-3{
    color: var(--color-3)!important;
}
.bg-color-1{
    background-color: var(--color-1)!important;
}
.bg-color-2{
    background-color: var(--color-2)!important;
}
.bg-color-3{
    background-color: var(--color-3)!important;
}
.bg-footer-gradient{
    background: linear-gradient(to right, rgba(177, 207, 183, .6), rgba(179, 218, 225, 1)) !important;
}

.logo {
    height: 80px;
    transition: height 0.3s ease;
}

.logo-2{
    height: 50px;
}

header{
    backdrop-filter: blur(7px);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

/* header.scrolled .logo {
height: 40px;
} */

.background-1{
    background-image: url(../images/background/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* FONT SIZE */
.fs-20p{
    font-size: 20px;
}
.fs-30p{
    font-size: 30px;
}
.fs-40p{
    font-size: 40px;
}
.fs-50p{
    font-size: 50px;
}
.fs-60p{
    font-size: 60px;
}
.fs-70p{
    font-size: 70px;
}
.fs-80p{
    font-size: 80px;
}
.fs-90p{
    font-size: 90px;
}
.fs-100p{
    font-size: 100px;
}
.fs-200p{
    font-size: 200px;
}
@media (min-width: 320px) and (max-width: 480px) {
    .fs-70p{
        font-size: 25px;
    }
    .fs-60p{
        font-size: 25px;
    }
    .fs-50p{
        font-size: 20px;
    }
    .fs-80p{
        font-size: 30px;
    }
    .fs-90p{
        font-size: 35px;
    }
    .fs-100p{
        font-size: 40px;
    }
    .fs-200p{
        font-size: 40px;
    }
}
/* FONT SIZE END */

/* MARGIN */
.margin-250{
    margin: 0 250px;
}
.margin-350{
    margin: 0 350px;
}
@media (min-width: 320px) and (max-width: 480px) {
    .margin-250{
        margin: 0 5px;
    }
    .margin-350{
        margin: 0 5px;
    }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .margin-250{
        margin: 0 10px;
    }
}
/* MARGIN END */

/* HEIGHT */
.h-200p{
    height: 200px;
}
.h-300p{
    height: 300px;
}
.h-400p{
    height: 400px;
}
.h-500p{
    height: 500px;
}
.h-600p{
    height: 600px;
}
.h-650p{
    height: 650px;
}
.h-700p{
    height: 700px;
}
/* Mobile */
@media (min-width: 320px) and (max-width: 480px) {
    .h-500p{
        height: 350px;
    }
    .h-400p{
        height: 320px;
    }
    .h-300p{
        height: 200px;
    }
}
/* HEIGHT END */

/* WIDTH */
.w-500p{
    width: 500px;
    max-width: 99%;
}
.w-550p{
    width: 550px;
    max-width: 99%;
}
/* Mobile */
@media (min-width: 320px) and (max-width: 480px) {
    .w-500p{
        width: 100%;
    }
    .w-550p{
        width: 100%;
    }
}
/* WIDTH END */

/* CIRCLE SIZES */
.circle-60{
    height: 60px;
    width: 60px;
}
.circle-90{
    height: 90px;
    width: 90px;
}
/* CIRCLE SIZES END */

.z-index-9{
    z-index: 9!important;
}
.z-index-99{
    z-index: 99!important;
}
.z-index-999{
    z-index: 999!important;
}
.z-index-9999{
    z-index: 9999!important;
}
.z-index-99999{
    z-index: 99999!important;
}

/* OVERLAY */
.overlayer{
    background: linear-gradient(to right, rgba(0, 0, 0, .6), rgba(52, 73, 87, 0.7));
}
/* OVERLAY END */