*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: montserrat;
}
html,body{
    height: 100%;
    width: 100%;
}
nav{
    background-color: #ab183d;
    width: 70%;
    height:170px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
nav img{
    padding: 15px;
    height: 170px;
    width: 170px;
}
main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.txt{
    padding-right: 250px;
    color:white;
    text-align: center;
}
.txt  h1{
    font-size: 50px;
}
.txt h3{
    font-size: 20px;
}
nav2{
    height: 50px;
    background-color: black;
    width: 70%;
}
nav2 ul{
    display: flex;
    color: white;
    list-style: none;
    justify-content:space-around;
}
nav2 ul li{
    text-align: center;
    height: 50px;
    border-left:2px solid white;
    padding: 12px 30px;   
    font-weight:bold;
}
nav2 ul li:nth-child(1){
    border:none;
}
centre{
    width: 70%;
    text-align: center;
    padding: 15px;
}
centre h4{
    padding-top: 10px;
    color: red;
    font-size: 20px;
}
centre h3{
    font-size: 22px;
}
.stilltxt h3{
    padding-top: 10px;
    font-size:21px;
    color:blue;
    text-decoration: underline;
}
.movingtext h3{
    font-size:18px;
    color:blue;
    text-decoration: underline;
}
.highlights{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
}
.tp, .bt{
    width: 70%;
    height: 100%;
    display: flex;
}
button{
    color:white;
    border:2px solid white;
    font-size:25px;
    padding: 5px 10px;
    height: max-content(100px);
    width: 500px;
    font-weight: 800;
}
.tabs{
    width: 100%;
    display: flex;
    justify-content:center;
    text-align: center;
}
.tabs h2{
    color: white;
    font-size: 30px;
    padding: 5px 0px;
    background-color: #AB183D;
}
.tab1 ul{
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    width: 98%;
    padding-left: 40px;
    color: blue;
    text-decoration: underline;
    
}
.tab2 ul{
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    width: 98%;
    padding-left: 40px;
    color: blue;
    text-decoration: underline;
}
.tab3 ul{
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    width: 98%;
    padding-left: 40px;
    color: blue;
    text-decoration: underline;
}
li::marker {
    color: black;
  }
.tab1{
    width: 25%;
    height: 850px;
    border: 3px solid rgb(186, 28, 7);
}
.tab2{
    margin-left: 60px;
    margin-right: 60px;
    width: 25%;
    height: 850px;
    border: 3px solid rgb(186, 28, 7);
}
.tab3{
    width: 25%;
    height: 850px;
    border: 3px solid rgb(186, 28, 7);
}