 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .section1{
    height: auto;
} */
.section1 .navbar .nav{
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.section1 .nav img{
    object-fit: contain;
    width: 40%;
}
.section2 {
    padding: 70px;
    display: flex;
    align-items: center;
}
.section2 .row{
   display: flex;
   align-items: center;
    
}
.section2 .row .col1{
   letter-spacing: 0.01em;
}

.section2 .row .col1 .header{
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
}
.section2 .row .col1 .intro{
    font-size: 22px;
    margin-bottom: 20px;
}

.section2 .row .col2 img{
    width: 100%;
}

.section3 {
    padding: 50px;
}

.section3 .header{
   text-align: center;
   font-size: 70px;
}

.section3 p{
    text-align: center;
   font-size: 30px;
}

.section4 {
    padding: 50px;
}

.section4 .header{
   text-align: center;
   font-size: 70px;
}

.section4 .card .card-title{
    font-size: 25px;
}

.section4 .card .card-text{
    font-size: 20px;
}

.section5 {
    margin-top: 70px;
    height: 50vh;
    background: #395064;
    padding: 50px;
    color: #ffffff;
}

.section5 .row  {
    
    display: flex;
    justify-content: center;
    align-items: center;

}

.section5 .row .col .header{
    
    padding-bottom: 40px;
    font-size: 50px;
    color: gray;

}

.section5 .row .col .detail{
  
    font-size: 25px;

}

.section5 .row .col .detail a{
  
    text-decoration: none;
    color: #ffffff;

}


.section5 .row .col .email a{
  
   text-decoration: none;

}



/* media queried */

/* for desktop and large screen */
@media screen and (max-width: 1100px) {
    .section1 .navbar .nav{
        height: 15vh;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    
    .section1 .nav img{
        object-fit: contain;
        width: 50%;
    }
    .section2 {
        padding: 50px;
        display: flex;
        align-items: center;
    }
    .section2 .row{
       display: flex;
       align-items: center;
        
    }
    .section2 .row .col1{
       letter-spacing: 0.01em;
    }
    
    .section2 .row .col1 .header{
        font-weight: bold;
        margin-bottom: 25px;
        letter-spacing: 0.02em;
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
    }
    
    
    .section3 {
        padding: 30px;
    }
    
    .section3 .header{
       text-align: center;
       font-size: 50px;
    }
    
    .section3 p{
        text-align: center;
       font-size: 20px;
    }
    
    .section4 {
        padding: 30px;
    }
    
    .section4 .header{
       text-align: center;
       font-size: 50px;
       margin-bottom: 40px;
    }
    
    .section4 .card .card-title{
        font-size: 20px;
    }
    
    .section4 .card .card-text{
        font-size: 18px;
    }
    
    .section5 {
        margin-top: 50px;
        height: 40vh;
        background: #395064;
        padding: 50px;
        color: #ffffff;
    }
    
    .section5 .row  {
        
        display: flex;
        justify-content: center;
        align-items: center;
    
    }
    
    .section5 .row .col .header{
        
        padding-bottom: 40px;
        font-size: 50px;
        color: gray;
    
    }
    
    .section5 .row .col .detail{
      
        font-size: 25px;
    
    }
    
    .section5 .row .col .detail a{
      
        text-decoration: none;
        color: #ffffff;
    
    }
    
    
    .section5 .row .col .email a{
      
       text-decoration: none;
    
    }
}

@media screen and (max-width:700px) {
    .section2 {
        padding: 50px;
        display: grid;
    }
    .section2 .row{
       display: grid;
        
    }
    .section2 .row .col1{
       order: 1;
       margin-top: 40px;
    }
    
    .section2 .row .col1 .header{
        font-weight: bold;
        margin-bottom: 20px;
        letter-spacing: 0.02em;
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
    }
    
    .section5 {
        margin-top: 70px;
        height: 80vh;
        background: #395064;
        color: #ffffff;
    }
    .section5 .row .col2 .header{
    
        padding-bottom: 10px;
        font-size: 50px;
        color: gray;
    
    }

}

@media screen and (max-width:400px) {
    .section1{
        width: fit-content;
    }
    .section2{
        width: fit-content;
    }
    .section3{
        width: fit-content;
    }
    .section4{
        width: fit-content;
    }
    .section5 {
        margin-top: 70px;
        width: fit-content;
        height: 100vh;
        background: #395064;
        padding: 40px;
        color: #ffffff;
    }
}