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

}

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

p{
    color: #fff;
}

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;
}

/* main */
.event {
    background-color: transparent;
    width: 80vw;
    /* height: 3540px; */
    margin: 0 auto;
    padding-bottom: 30px;
    border: 10px solid white;
}

main .heading {
    font-size: 40px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: white;

}

.event .para1 {
    font-size: 24px;
    opacity: 0.9;
    text-align: center;
    margin: 40px 100px 40px 100px;
}

.event .para2 {
    font-size: 24px;
    opacity: 0.9;
    text-align: left;
    margin: 40px 85px 40px 85px;
}

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

.event .para2 span {
    margin-top: 10px;

}

.box {
    width: 90%;
    height: auto;
    border: #c6c6c6 solid 4px;
    margin: 20px auto;
    color: white;
}

.event .tnc {
    text-align: center;
    text-decoration: underline;
}

.points-wrapper {
    /* background-color: white; */
    padding-bottom: 40px;
    width: 100%;

}

.single-point1 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 30px 50px 0px 50px;

}



.single-point {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 30px 50px 0px 50px;


}

.single-point-last {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 30px 50px 0px 50px;


}

.para-point {
    word-spacing: -3px;
    font-size: calc(0.8vw + 0.8rem);
    opacity: 0.9;
    text-align: center;
    text-align: left;
}

/* travel */
.travel {}

.travel-heading {
    font-size: calc(1.5vw + 1.5rem);
    text-align: center;
}

.travel-para {
    word-spacing: -3px;
    text-align: center;
    font-size: calc(0.8vw + 0.8rem);
    opacity: 0.9;
    margin: 40px calc(3.5vw + 1.5rem);
    text-align: justify;
    text-justify: inter-word;

}

/* btn div */
.btn-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.register-heading {
    font-size: 40px;


    text-align: center;
}

.register-now {
    font-size: 24px;
    padding: 30px 100px 30px 100px;
    margin-bottom: 40px;
    margin-top: 40px;
    cursor: pointer;

    border-radius: 30px;
    color: white;
    background-color: var(--registerBTN);
    border: var(--registerSTROKE) solid 2px;
}

.register-now a {
    color: white;

}

.link-btn {
    width: 340px;
    height: 90px;
    font-size: 24px;
    border-radius: 30px;
    margin-top: 40px;
    cursor: pointer;
    color: var(--registerBTN);
    background-color: white;
    border: var(--registerBTN) solid 2px;

}

/* 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;
    word-spacing: -3px;

}

.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;

}