
body { height: 100vh; }
* {color: #000000; font-family: 'Montserrat', sans-serif; }
h1 {font-family: 'Montserrat', sans-serif; font-weight: 900;font-style: normal;font-size: 6rem;text-transform: uppercase;}
.con { height: 100vh; }
p {font-family: 'Montserrat', 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%;  */
}


/* font-family: 'Merriweather Sans', sans-serif;
font-family: 'Montserrat', sans-serif; */

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: 'Montserrat', sans-serif; 
    margin-right: 23px;
}

.place {
    width: 40%;
}

a.btn.btn-primary {
    color: #fff;
    padding: 15px 30px;
    border-radius: 0px;
    font-size: 20px;
    background-color: #000000;
    border: 2px solid #000000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif; 
    font-size: 1.25rem!important;
}
.text ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    position: relative;
}

.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: 100px;
    background-color: #ffffff;
    width: 100%;
}
.contactbox1 {
    /* background-color: #fff; */
    /* padding: 30px; */
}

.logo {width: 100%;max-width: 224px;}

.radness {
    width: 100%;
max-width: 400px;
}
span {
    display: block;
    font-size: 18px;
}

a {
    font-weight: 700;
    color: #08132c;
}
.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;
}

}