
  @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

body{
    font-family: 'outfit', sans-serif;

}

.container {
    width: 100%;
    max-width: 1920px; /* set a maximum width for the container */
  }
  

.section-1{
    background-image: url('bg-img1.jpg');
    height: 46vh;
    align-items: center; /* center vertically */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    
    
}
.text {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-1 h2{
width: 65%;
height: auto;
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 50px;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
}

button.visit {
    width: 200.7px;
    height: 64.83px;
    background: #CD253F;
    color: #FFFFFF;
    border-radius: 7.10433px;
    margin-top: 30px;
}



.section-2{
    background: #003E7E;
    height: auto;
    display: flex; 
    align-items: center;
    padding: 20px 0;
}
.btn-visit {
    padding-top: 20px;
}

.btn-visit a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 7px;
    background-color: #CD253F;
}
.btn-visit {
    text-align: center;
    margin-top: 0px;
}
.col-10.p-style {
    text-align: center;
    vertical-align: middle;
}
.p-style {
    display: flex;
    justify-content: center;
}
    .row.section-2 p {
        font-family: 'Outfit';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: white;
        width: 76%;
        height: auto;
    }
    footer {
        background-color: #16345b;
    }
    .row.footer {
        background: #16345B;
        height: auto;
        display: flex; 
        align-items: center;
        padding: 14px 0px;
    }

   
    .row.footer p {
        color: white;
        margin: 0;
        padding-left: 0;
        font-size: 15px;
        
    }
    
    ul.footer-menu {
        margin: 0;
        text-align: right;
    }
    ul.footer-menu li a {
        text-decoration: none;
        color: white;
        
    }
    ul.footer-menu li {
        list-style-type: none;
        display: inline-block;
        padding: 0 10px;

    }

    li.before-divider::after {
        border-right: 3px solid #FFFFFF24;
        content: '';
        /* padding-right: 15px; */
        padding: 10px;
        margin: 10px 0;
    }

    /* Tablet Mobile Resonsive */

    @media only screen and (min-width: 200px) and (max-width: 599px){
        /* CSS rules for mobile devices */
        
        .section-1 {
            height: auto;
            padding: 50px 0;
        }

        .section-1 h2 {
            width: 100%;
            font-size: 20px;
            line-height: 32px;
        }
        .section-2 {
            height: auto;
            padding: 20px 0;
        }

        .row.section-2 p {
            font-size: 14px;
            line-height: 18px;
        }
        .btn-visit {
            text-align: center;
            margin: 20px 0;
        }
        .btn-visit a {
            font-size: 13.3951px;
            padding: 12px 20px;
            background-color: #CD253F;
        }

        .row.footer {
            height: auto;
            padding: 10px 0;
        }
        .row.footer p {
            font-size: 12px;
            text-align: center;
        }

        ul.footer-menu {
            text-align: center;
            font-size: 12px;
            display: grid;
            padding: 10px 0 0 0;
        }

        li.before-divider::after {
            display: none;
        }

      }

/* Tablet Mobile Resonsive */
      @media screen and (min-width: 600px) and (max-width: 899px){
        /* CSS rules for mobile devices */
        .section-1 {
            height: auto;
            padding: 50px 0;
        }
        
        .section-1 h2 {
        width: 100%;
        font-size: 34px;
         line-height: 54px;
        
        }
        .row.section-2 p {
            font-size: 18px;
            line-height: 26px;
        }
   
        .row.footer {
            height: auto;
            padding: 20px 0;
        }

        .section-2 {
            padding: 20px 0;
            height: auto;
        }
        .btn-visit {
            text-align: center;
            margin: 20px 0;
        }
        .btn-visit a {
            font-size: 13.3951px;
            padding: 12px 20px;
            background-color: #CD253F;
        }
        .row.footer p {
            text-align: center;
            margin-bottom: 20px;
        }
        ul.footer-menu {
            text-align: center;
        }
        
      }

/* laptop  Resonsive */
      @media only screen and (min-width: 900px) and (max-width: 1140px) {
        /* CSS rules for mobile devices */
      .section-1 h2 {   
        font-size: 50px;
        line-height: 67px;
        width: 85%;
    }

    .row.footer p {
        text-align: center;
        margin-bottom: 10px;
    }
    ul.footer-menu {
        text-align: center;
    }

    .row.footer {
        height: auto;
        padding: 10px 0;
    }
    
}
/* Desktop  Resonsive */
@media only screen and (min-width: 1141px) and (max-width: 1920px) {
    /* CSS rules for mobile devices */
  .section-1 h2 {
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    }
}