
body {
    font-family: "Figtree", sans-serif;
    background-image: url(bg.png);
}

h1, h2, h3, h4, h5 {
    font-family: "Literata", serif;
}

.litera {
    font-family: "Literata", serif;
}

h1, h2 {
    font-size: 1.5rem;
}



.con { height: 100vh; }




img {
    max-width: 100%;
}



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: "Kumbh Sans", sans-serif;
    margin-right: 23px;
}

.herotext {
    /* width: 100%; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* background-color: rgb(0 0 0 / 50%); */
}

.place {
    width: 40%;
}

a.btn.btn-primary {
    color: #fff;
    padding: 10px 35px;
    border-radius: 0px;
    font-size: 20px;
    background-color: #c74029;
    border: 2px solid #ffffff;
    font-weight: 500;
    font-family: "Kumbh Sans", sans-serif;
    font-size: 0.9rem!important;
    min-width: 350px;
    border-radius: 50px;
    text-transform: uppercase;
}
.text ul {
    /* display: flex; */
    /* list-style: none; */
    /* padding-left: 0px; */
    /* position: relative; */
    text-align: left;
    display: inline-block;
}

.text ul li {/* padding-right: 23px; *//* position: relative; *//* font-size: 20px; *//* font-weight: 700; */color: #fff;}

.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 {
   
    /* background-color: #ffffff; */
    width: 100%;

}
.contactbox1 {
    /* background-color: #fff; */
    /* padding: 30px; */
}

.logo {/* width: 100%; *//* max-width: 250px; *//* position: absolute; *//* left: 50%; *//* bottom: 0; *//* transform: translate(-50%, 50%); *//* margin-top: -100px; *//* z-index: 9; */}

.radness {
    width: 100%;
max-width: 400px;
}
span {
    display: block;
    font-size: 18px;
}

a {
    font-weight: 600;
    color: #0064b1;
}
.text {
    /* background-color: rgb(31 48 100 / 0.8); */
    /* padding: 23px; */
    width: 100%;
}


@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: 112px; */}


.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: 30px 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;
}

}