@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');


* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    position: relative
}

.overlay_black:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited,
a:active {
    text-decoration: none !important;
    outline: none !important;
}

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

p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%
}



/* Preloader */

.casanova_preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    z-index: 99;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: absolute;
    animation: sk-chase 2.5s infinite linear both;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #dcbb00;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}


.header_head , .bundle_area{
    padding-top: 50px;
}
.header_head h1 {
    font-size: 45px;
    color: #d51a13;
    font-style: normal;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    font-weight: 900;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
}

.header_subtitle {

    padding: 0;
    margin-bottom: 25px;
}

.section_title h2 {
    font-size: 35px;
    color: #f76b00;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #aaa2a2;
    padding: 20px 0;
}

.promos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.single_promo {
    width: 32%;
    text-align: center;
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single_promo h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    align-self: baseline;
}
.single_promo h4 {
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #aaa2a2;
    padding: 15px;
    margin: 10px 00;
    flex: 1;
}

.single_promo p {
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    flex: 100%;
}


.single_promo a {
    padding: 15px 35px;
    display: inline;
    background-color: #41AC41;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
}
.promo_title {
    margin-bottom: 40px;
}
.promo_title img {
	margin-top: 25px;
}

.single_promo a:hover {

    background-color: #000;

    color: white;




}

.title {
    margin: 0;
    padding: 0;
    text-align: center;
}

.title h2 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.title img {
	margin: 25px 0;
}
.title p {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa2a2;
}


.bundles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.single_bundle {
	width: 45%;
	text-align: center;
	padding: 15px 0px;
	margin-top: 30px;
}
.bundles.featured_bundle .single_bundle {
	width: 30%;
}
.bundles.featured_bundle .single_bundle h4 {
    width: auto;
    font-size: 18px;
}
.single_bundle h4 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 20px auto;
	width: 90%;
}

.single_bundle p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    font-family: serif;
    padding: 15px 0px;
}


.single_bundle a {
    padding: 15px 35px;
    display: inline;
    background-color: #41AC41;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;


}



.single_promo a:hover {

    background-color: #000;

    color: white;




}

.fotter_area {

    background-color: blue;
    text-align: center;
    padding: 40px 0;



}

.fotter_area h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.fotter_area h2 span {
    font-size: 40px;
    color: #F1C413;
    text-transform: uppercase;


}



@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(1.0);
    }
}


/* Responsive */

@media only screen and (min-width: 1920px) {}

@media only screen and (min-width: 992px) and (max-width: 1280px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .header_head h1 {
        font-size: 36px;
    }
    .section_title h2 {
        font-size: 20px;
    }
    .section_title h2 br{
        display: none
    }
    .promos, .bundles {
        flex-direction: column;
    }
    .single_promo, .single_bundle {
        width: auto;
        margin-bottom: 30px;
    }
    .single_promo a {
        padding: 9px 25px;
        font-size: 18px;
    }
    .single_promo h2 {
        font-size: 25px;
    }
    .title h2 {
        font-size: 25px;
    }
    .single_bundle h4 {
        font-size: 20px;
    }
    .fotter_area h2 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}
