body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

header {
    background-color: #f8f4f3;
}

.header-bnt {
    background-color: #ad8b43;
    text-decoration: none;
    color: #f8f4f3;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
}

.logo img {
    width: 100%;
    max-width: 80px;
}

header h1, .main-section h1 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 32px;
    color: #ad8b43;
}

h2 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 42px;
}

p {
    font-size: 16px;
}

.left-bgd .rounded-design {
    position: absolute;
    top: 10px;
    left: 0;
}

.right-bgd .rounded-design {
    position: absolute;
    top: 10px;
    right: 0;
}

.rounded-design {
    width: 275px;
}

.rounded-design img {
    width: 100%;
}

.main-section {
    height: 520px;
    padding: 80px 20px;
    background: url(./assets/images/ns-backg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.contact-info {
    padding: 80px 20px;
     background: url(./assets/images/ns-backg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.icon-box {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    background-color: #ad8b43;
    height: 40px;
}

.icon-box i {
    font-size: 16px;
    color: #f8f4f3;
    margin-bottom: 0px !important;
}
.info-card{
    background-color: #fff;
    border: 2px solid #ad8b43;
}
.info-card:hover {
    transition: all 0.5s;
    transform: scale(1.04);
    overflow: hidden;
  
}

.info-card h6 {
    font-size: 18px;
}

.info-card p,
.info-card p a {
    font-size: 14px;
    color: #ad8b43;
}

.main-footer p {
    font-size: 12px;
}

/* Responsive Start */

@media (max-width:768px){
h2 {
    font-size: 32px;
}
.main-section {
    height: 420px;
    padding: 40px 20px;
}
.rounded-design {
    width: 220px;
    opacity: 50%;
}
p {
    font-size: 14px;
}
}
@media (max-width:575px){
   .logo img {
    max-width: 60px;
}
.header-bnt {
    padding: 6px 15px;
}
.main-section h1{
    padding-top:50px;
    margin-bottom: 15px;
    font-size: 36px;
}
h2 {
    font-size: 22px;
}
    .main-section {
    height: 420px;
    padding: 40px 10px;
}
.main-section {
    height: 300px;
    padding: 40px 10px;
}
.rounded-design {
    width: 150px;
    opacity: 30%;
}
.contact-info {
    padding: 40px 10px;
}
.contact-info .row{
    gap: 1rem;
}
.info-card {
    background-color: #f6f7f7;
    border: 1px solid #ad8b43;
}
}