*
{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.body{
    font-family: sans-serif;
    text-align: center;
}

.header
{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(A.jpg);
    background-position: center;
    background-size: cover;
    object-fit: cover;
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 2/1;
    
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 65px;
}
.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: #fff;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li::after
{
    content: '';
    width: 0%;
    height: 2px;
    background:  #2E1A47;
    display: block;
    margin: auto;
    transition: 0.5s;

}
.nav-links ul li:hover::after
{
    width: 100%;

}
.text-box
{
    width: 55%;
    color: #fff;
    position: absolute;
    top: 33%;
    /*left: 20%;
    transform: translate(-15%,-60%);*/
    text-align: left;
}
.text-box h3
{
    font-size: 35px;
}



.hero-btn
{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 34px;
    font-size: transparent;
    position: relative;
    cursor: pointer;
    
    

}
.hero-btn:hover
{
    border: 1px solid #2E1A47;
    background:  #2E1A47;
    transition: 1s;
}
nav .fa
{
    display: none;
}


@media(max-width: 767px)
{
    .text-box h3 
    {
        font-size: 20px;
    }
    .nav-links ul li
    {
        display: block;
    }
    .nav-links
    {
        position: absolute;
        background: #2E1A47;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa
    {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;


    }
    .nav-links ul 
    {
        padding: 30px;
    }
}

/*--services--*/

.services
{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 60px;
}
h2{
    font-size: 36px;
    font-weight: 600;
}

.row
{
    margin: 5%;
    display: flex;
    justify-content: space-between;
}
.service-col
{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3
{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}
.service-col:hover
{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
}
@media(max-width: 767px)
{
    .row
    {
        flex-direction: column;
    }
}
/*--overview--*/
.overview
{
    width: 80%;
    margin: auto;
    text-align: center;
   /* padding-top: 80px;*/
}

.over-col
{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
   
}
.over-col img
{
    width: 100%;
    display: block;
}
.layer
{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover
{
    background: rgba(0,0,80,0.5);

}
.layer h3
{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5;

}
.layer:hover h3
{
    bottom: 49%;
    opacity: 1;
}


.testimonials
{
    width: 80%;
    margin: auto;
     
    text-align: center;
}
.testimonials-col
{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.testimonials-col img
{
    height: 120px;
    width:120px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}
.testimonials-col p
{
    padding: 0;
}
.testimonials-col h3
{
    margin-top: 15px;
    text-align: left;
}
.testimonials-col .fa
{
    color: #f44336;
}
@media(max-width: 700px)
{
    .testimonials-col img
{
    
    margin-left: 0px;
    margin-right: 15px;
   
}

}

/*--CALL TO ACTION--*/
.cta
{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(t.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}
.cta h1
{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}

/*--footer--*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1170px;
    margin: auto;
}
ul{
    list-style: none;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.footer{
    background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
    width: 25%;
    padding: 0 15px;
}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
}
.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #e91e63;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
}
.footer-col .icon 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.5s ease;
}
.footer-col .icon a:hover{
    color: #24262b;
    background-color: #ffffff;
}

@media(max-width: 767px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }

}
@media(max-width: 574px){
    .footer-col{
        width: 100%;
        
    }

}

/*--About Us--*/

.sub-header
{
    
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(B.jpg);
    background-position: center;
    background-size: cover;
    object-fit: cover;
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 2/1;
    

}
.about-us
{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 40px;
}
.about-col
{
    flex-basis: 48%;
    padding: 30px 2px;
}
.about-col img
{
    width: 100%;
}
.about-col h1
{
    padding-top: 0;
}
.about-col p
{
    padding: 15px 0 25px;
}

/*--services--*/
.sub2-header
{
    
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(AA.png);
    background-position: center;
    background-size: cover;
    object-fit: cover;
    object-position: bottom;
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 2/1;
}

/*--events--*/

.sub3-header
{
    
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(D.jpg);
    background-position: center;
    background-size: cover;
    object-fit: cover;
    max-inline-size: 100%;
    block-size: auto;
    aspect-ratio: 2/1;
    

}
.overview
{
    width: 80%;
    margin: auto;
    
    
}

.over-col
{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    
   
}
.over-col img
{
    width: 100%;
    display: block;
}
.over-col p
{
    padding: 0;
    color: #000;

}
/*--contact--*/
.location
{
    width: 80%;
    margin:auto;
    padding: 80px 0;
}
.location iframe
{
    width: 100%;
}
.con-us
{
    width: 80%;
    margin: auto;
} 
.con-col
{
    flex-basis: 48%;
    margin-bottom: 30px;

}
.con-col div
{
    display: flex;
    align-items: center;
    margin-bottom: 40px;

}
.con-col div .fa
{
    font-size: 28px;
    color: #2E1A47;
    margin: 10px;
    margin-right: 30px;
}
.con-col div p
{
    padding: 0;
}
.con-col div h5
{
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 400;
}
.con-col input, .con-col textarea
{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #2E1A47;
    box-sizing: border-box;

}



