
body {
    
    background-color: rgb(66 166 211 / 10%);

    background-color: #def4ff;
    


}




* {color: #000;}
h1 {font-family: proxima-nova, sans-serif;font-weight: 300;font-style: normal;font-size: 3rem;}
.con { height: 100vh; }
p {font-family: proxima-nova, sans-serif;font-weight: 500;font-style: normal; font-size: 18px;}
img {
    max-width: 100%;
}

h3 {
    font-weight: 700;
}

h4, h5 {
    font-weight: 700;
    margin-bottom: 0px!Important;
}
.bg {
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: 50%; 
}

img.flyer {
    max-width: 75%;
}

a.btn.btn-secondary {
    color: #000;
    padding: 17px 50px;
    border-radius: 0px;
    font-size: 20px;
    background-color: unset;
    border: 2px solid #000;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    margin-right: 23px;
}
i.bi.bi-facebook {
    font-size: 30px;
    color: #43a3db;
}
a.btn.btn-primary {
    color: #fff;
    padding: 17px 50px;
    border-radius: 0px;
    font-size: 20px;
    background-color: #43a3db;
    border: 2px solid #40a7d7;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
}
.text ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    position: relative;
}

.contentbox {
    background-color: #fff;
}

.text ul li {padding-right: 23px;position: relative;font-size: 20px;font-weight: 700;}

.text ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #000;
    position: absolute;
    right: 11px;
    top: 11px;
}

.text ul li:last-child:after {
    display: none;
}

.contentbox {
    padding: 30px;
}


.logo {/* width: 100%; */max-width: 230px;}

.radness {
    width: 100%;
max-width: 400px;
}
span {
    display: block;
    font-size: 18px;
}

a {
  font-weight: 550;
    color: #43a3db;
    text-decoration: none;
}
.text {
    /* background-color: rgb(31 48 100 / 0.8); */
    /* padding: 23px; */
}


@media (max-width: 1740px) {  
a.btn {
   
    margin-bottom: 13px;
}

}

@media (max-width: 1440px) {  

h1 {
    font-size: 2rem;
    line-height: 1.4;
}
.text ul li {
    font-size: 16px;
}
.text ul li:after {
    content: "";
    top: 8px;
}
.logo {width: 200px;}


.contentbox {
    padding: 60px;
}
a.btn {
    font-size: 16px!important;
}

}

@media (max-width: 1024px) { 
.text ul li {
    font-size: 15px;
}

}


@media (max-width: 991px) { 

.bg {
    display: none!important;
}


.mainbox .contentbox {
justify-content: center!important;
}

.text {
    padding: 60px 0px;

}

}


@media (max-width: 575.98px) {  
.logo {max-width: 200px;}


.mainbox .contentbox {
   padding: 23px;
}
.text {
    padding: 30px 0px;
}

a.btn {
   padding: 13px 23px!important;
}
h1 {
    font-size: 1.5rem;
}

}