* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;

}

body {
    font-family: 'Inter';
    font-size: 22px;
    background-image: url(../../img/otherRoutes/mainBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    margin: 0px 70px 150px 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin-top: 80px;

}

.navbar ul {
    margin-top: 80px;
    font-size: 14px;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 24px;
}

.navbar ul li a {

    color: white;
    padding: 4px 8px 4px 8px;
}

.event {
    background-color: transparent;
    color: #fff;
    width: 80vw;
    /* height: 3540px; */
    margin: 20px auto;
    border: 10px solid #fff;
    text-align: justify;
}

main .heading {
    font-size: 2.8rem;
    text-align: center;
    padding-top: 90px;
    text-decoration: underline;

}

.event .para1 {
    word-spacing: -3px;
    text-justify: auto;
    font-size: 24px;
    margin: 40px 45px;
    text-align: justify;

}

.event .para1 span {
    margin-top: 10px;
    
}

.event .tnc {
    text-align: center;
    text-decoration: underline;
}
.points-wrapper{
    background-color: transparent;
    padding-bottom: 100px;
}

.single-point1 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 40px 45px;

}

.single-point img {
    margin-top: 16px;
}

.single-point1 img {
    margin-top: 16px;
}
.single-point-last img {
    margin-top: 16px;
}

.single-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 40px 45px;

}
.single-point-last {
    text-justify: auto;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 40px 45px;

}

.para-point {
    word-spacing: -3px;
    text-justify: auto;
    font-size: 24px;
}
/* contact */
.contact-wrapper{
    width: 100%;
    color: white;
    margin-top: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    
    }
    .contact{
      font-size: 40px;
    }
    .footerBG{
      background-color: var(--footerBG);
      text-align: center;
    width: 100%;
    }
    .contact-wrapper ul {
      margin-top: 40px;
      font-size: 14px;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
    
    }
    
    .contact-wrapper ul li a {
      color: white;
      padding: 4px 8px 4px 8px;
    
    
    }
    .numbers{
      font-size: 26px;
      margin-top: 50px;
      margin-bottom: 50px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      gap: 220px;
    
    }
    .s4-icon-wrapper img{
      margin-top: 80px;
      margin-bottom: 30px;
      margin-left: 40px;
      margin-right: 40px;
    }
    .copyright{
      font-size: 12px;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .phone{
        font-size: 16px;
        text-align: left;
    }
    .nfooter{
        background-color: var(--footerBG);
        width: 100%;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 40px;
    }
    .box1{
        width: 250px;
    }
    .box1 H1{
    font-size: 20px;
    }
    .box1 p{
        margin-top: 20px;
    font-size: 14px;
    }
    .box2 H1{
        font-size: 20px;
        text-transform: capitalize;
        }
    
        .box2-p{
            margin-top: 20px;
        font-size: 14px;
        }
        .box2-p p{
            margin-top: 8px;
        }
        .box3 H1{
            font-size: 20px;
            text-transform: capitalize;
            }
    
        .box3-p{
           margin-top: 20px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        gap: 8px;
        }
    
    .box3 .box3-p a{
        color: white;
    
    }
    .contact-head {
        margin-top: 80px;
    }
    .contact-head p{
    color: white;
    text-align: center;
    }
    .contact-head h1{
        margin-top: 12px;
    color: white;
    text-align: center;
    
    }