 *{
    margin: 0;
    padding: 0;
    font-family: 'Anek Tamil', sans-serif;
}

.header{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(images/banner4.jpg);
    min-height: 100vh;
    width: 100%;
    background-position: center;    
    background-size: cover;
    position: relative;

}

nav{
    display:  flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 200px;
}
.nav-links{
    flex: 1;
    text-align: right;

}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #4fc3f7;
    text-decoration: none;
    font-size: 20px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 3px;
    background: #8b0000;
    display: block;
    margin: auto;
    transition: 0.15s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}

.text-box h1{
    font-size: 62px;

}

.text-box p{
    margin: 10px 0 40px ;
    font-size: 20px;
    color: #fff;

}
.nav-button{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 19px;
    background: transparent;
    position: relative;
    cursor: pointer;

}

.nav-button:hover{
    color: #4fc3f7;
    border: 1px solid #8b0000;
    background: #8b0000;
    transition: 0.15s;
}

nav .fa{
    display: none;

}

@media(max-width:  700px){
    .text-box h1{
        font-size: 25px;

        }
    .nav-links ul li{
        display: block;
        }
    .nav-links{
        position: fixed;
        background: #8b0000;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
    }
    nav .fa{
        display: block;
        color: #000;
        margin:  10px;
        font-size:  22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
}

.intro{
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top:60px;
}

body {
  background-color: #f4f0e0;
}

h1{
    font-size: 36px;
    font-weight: 600;
    colour: #4fc3f7;


}

p{
    colour: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 30px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.intro-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.25s;
}

.intro-col2{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.25s;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.intro-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);

}

.intro-col ul {
    padding: 0;
    list-style-position: inside; /* Place the bullet points inside the box */
}


.intro-col h3 {
  font-style: italic; /* Make the header text bold */
  margin-top: 0; /* Remove any default margin */
  text-decoration: underline; 
  text-decoration-thickness: 0.075em; /* Adjust the thickness of the underline */
  text-underline-offset: 0.3em; /* Add padding to the underline */
}

.intro-col2 h3 {
  font-style: italic; /* Make the header text bold */
  margin-top: 0; /* Remove any default margin */
  text-decoration: underline; 
  text-decoration-thickness: 0.075em; /* Adjust the thickness of the underline */
  text-underline-offset: 0.3em; /* Add padding to the underline */
}

.intro-col li {
  text-indent: -10px; /* Adjust the text-indent to align the bullet points */
  padding-left: 20px; /* Add padding to create space between bullet points and text */

}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer{
    background-color: #24262b;
    padding: 70px 0;

}

.container{
    max-width: 1170px;
    margin: auto;
}

ul{
    list-style: none;
}

.rowfooter{
    display: flex;
    flex-wrap: wrap;   
}

.colfooter{
    width: 25%;
    padding: 0 15px;
}



.colfooter h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}



.colfooter h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}



.colfooter ul li:not(:last-child){
    margin-bottom: 10px;
}

.colfooter ul li a{
    font-size: 16px;
    text-transform: capitalise;
    color: #4fc3f7;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.colfooter ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
}

.colfooter ul li{
    color: #4fc3f7;
}

.colfooter a{
    color: #4fc3f7;
}


.colfooter .insta a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.3s ease;
}

.colfooter .insta a:hover{
    color: #24262b;
    background-color: #ffffff;
}

@media(max-width: 767px){
    .colfooter{
        width: 25%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px){
    .colfooter{
        width: 100%;
    }
}

/*about us*/

.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/stockabout.jpeg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
}



.sub-header h1{
    font-size: 40px;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;

}

.aboutus{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-block: 50px;
}

.aboutcol{
    flex-basis: 48%;
    padding: 30px 2px;
}

.aboutcol h1{
    padding: 0;
    font-style: italic;
    text-underline-offset: 0.21em;

}

.aboutcol p{
    padding: 15px 0 25px;
}

.profile-image {
    width: 300px;
    height: auto;
}

.redbtn {
    border: 1px solid ;
    color: #8b0000;
}

.redbtn:hover{
    color: #4fc3f7;
}

@media(max-width: 767px){
    .colfooter{
        width: 25%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px){
    .colfooter{
        width: 100%;
    }
}


.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}

.location iframe{
    width: 100%;
}

.contactus{
    width: 80%;
    margin: auto;
}

.contactcol{
    flex-basis: 45%;
    margin-bottom: 30px;
}

.contactcol div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contactcol div .fa{
    font-size: 28px;
    color: #4fc3f7;
    margin-right: 10px;
}

.contactcol div p{
    padding: 0;

}

.contactcol div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #8b0000;
    font-weight: 400;   
}

.contactcol input, .contactcol textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

