h1,h2,h3,h4,h5,h6{
    font-family: "Playfair Display", serif;
    margin: 0 0 20px;
    line-height: 1.2;
    
}

.top{
    background-image:url("../topimage.jpg");
    padding:50px;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
    color:#0f1b37;
    height:300px;
    text-align: center;
}
.btngrp{
    height:50px;
    border-radius:25px;
    background-color:white;
}
.btn1{
    border-left:2px solid grey;
    background-color: transparent;
    border-color: transparent;
}
.btn2{
    background-color: transparent;
    border-color: transparent;
}
.footer{
    text-align: center;
    background-color:#0F1B37;
    color:white;
}
.footer > p{
    color:grey;
}
input{
    height:50px;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
    border-color:transparent;
    width:50%;
}
.submit{
    background-color:#CA9B5F;
    height:50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-color:transparent;
}
.third{
    background-color:#F3F5F6;
    padding:30px;
}
.one,.two,.three,.four{
    background-color:white;
    border-radius:20%;
    padding:30px;
}
.one:hover{
    background-color:#0F1B37;
    color:white;
}
.two:hover{
    background-color:#0F1B37;
    color:white;
}
.three:hover{
    background-color:#0F1B37;
    color:white;
}
.four:hover{
    background-color:#0F1B37;
    color:white;
}
.thirdh6{
    color:#CA9B5F;
    font-weight: 500;
    font-size:20px;
}
.thirdh1{
    color:#0f1b37;
    font-weight:800;
    font-size: 70px;
}
.learnmore{
    height:50px;
    border-radius:25px;
    background-color:#CA9B5F;
    color:#0F1B37;
    border-color:transparent;
}
.learnmore:hover{
    background-color:#f6ae50;
}
.second{
    padding:30px;
}
.right2{
    background-color:#0F1B37;
    color:white;
    border-radius:20px;padding:20px;
}
.right2 > button{
    border:1px solid grey;
    background-color: transparent;
    padding:10px;
    height:50px;
    border-radius:25px;
    color:white;
    font-weight:500;
    font-size: 15px;
}
.indiv1{
    background-color:transparent;
    border:1px solid rgb(223, 223, 223);
    padding:30px;
}
.indiv1:hover{
    background-color: #dfa252;
}
.indiv1 > h1{
    color:#0F1B37;
}
.first{
    text-align: center;
}
.icon{
    width:100px;
    height:100px;
}