
a {
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }
  
  
  .white-link {
      color: white;
     
      text-decoration: none; 
  }
  
  .text-center {
    text-align: center;
  }
  
  .navbar {
     display: flex; 
    justify-content: space-between;
    padding: 10px 40px;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  
  .left-nav {
    display: flex;
  }
  
  .navbar-logo {
max-width: 370px;
  }
  
  .navbar .navbar-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  
  .navbar .navbar-links a {
    padding: 10px;
    text-decoration: none;
    color: #140342;
  }
  
  .navbar .navbar-links a:hover {
    color: #8c002a;
  }
  
  .login-register {
    margin-bottom: 10px;
  }
  
  .login-register a {
    color: #140342;
  }
  
  .login-register .lang {
    color: #fff;
    background-color: #8c002a;
    padding: 5px;
    border-radius: 50%;
    font-size: 1rem;
  }



































* {

    box-sizing: border-box;

    font-family: sans-serif;

}

.sectionTwo {

    position: relative;
}

.homeImg {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;


}

.sectionTwo h1 {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 30%;
    left: 40%;
    color: #FFF;
    line-height: 10px;

    font-weight: bold;
    font-size: 40px;
    text-shadow: 3px 3px 1px #8C002A;



}

.sectionTwo h3 {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 40%;
    left: 23%;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    line-height: 10px;
}

.sectionTwo p {
    position: absolute;
    text-align: center;
    margin: auto;
    font-size: 15px;
    top: 50%;
    left: 25%;
    color: #FFF;
}

.sectionTwo a {
    position: absolute;
    text-align: center;
    padding: 10px 20px;
    margin: auto;
    top: 60%;
    left: 20%;
    background-color: #790509;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.sectionTwo button:hover {
    background-color: #ffffff;
    color: #790500;
    border-color: #790500;
}

.sectionTree {
    margin: 100px;
}

.sectionTree .head {
    text-align: center;
    color: #302d3a;
    font-size: 24px;

    margin: 100px;
}

.sectionTree .sectionTreeOne {
    float: left;
    width: 24%;

}

.sectionTree .sectionTreeTwo {
    float: left;
    width: 24%;
}

.sectionTree .sectionThirdthree {
    float: left;
    width: 24%;
}

.sectionTree .sectionThirdFour {
    float: left;
    width: 24%
}

.sectionTree p {
    word-spacing: 3px;
    text-align: center;
    width: 96%;
}

.sectionTree h1 {
    margin: 40px;
    text-align: center;
    font-size: 16px;
}

.sectionTree img {
    margin: 0 auto;
    display: block;

}

.sectionFour img {
    width: 100%;
}

.sectionFive {
    background-color: #f8f9fa;
    height: 700px;
    width: 92%;
    margin: 0 auto;
}

.sectionFive .head {

    padding: 20px;
}

.sectionFive>div+div {
    width: 70%;
    margin: 60px auto;

}

.sectionFive>div+div>div {

    /* background-color: #fff; */
    width: 360px;
    float: left;
    background-color: #fff;
    margin-left: 50px;

}

.sectionFive>h2+div>div+div {
    width: 360px;
    float: left;
    background-color: #fff;
    display: inline-block;


}

.sectionFiveTwo p {
    width: 300px;
    padding: 10px;

}

.sectionFiveTwo a {
    text-decoration: none;
    color: #302d3a;
}

.sectionFiveTwo img {
    width: 340px;
    padding: 10px;
    text-align: center;
}

.sectionFiveTwo h3 {
    padding: 10px;

}



.coloumn {
    float: left;
    width: 33.33%;
    padding: 0px;
    display: inline-block;
}

.coloumn1 {
    float: left;
    width: 50%;
    padding: 0px;
    display: inline-block;
}

.coloumn2 {
    float: left;
    width: 25%;
    padding: 0px;
    display: inline-block;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row1:after {
    content: "";
    display: table;
    clear: both;
}

.tutorial {
    width: 15em;
    height: 50px;
    border: 3px solid #8d1f28;
    padding: 7px 7px 20px 20px;
    margin: 0 0 0 100px;
    background-color: #8d1f28;
    border-radius: 4px;
    color: white;
    font-size: 20px;

}

.tutorial:hover {


    background-color: white;
    color: #8d1f28;
    cursor: pointer;
}




.container1 {
    padding: 2rem;

}

.slider-wrapper {
    position: relative;
    max-width: 25rem;


    margin: 0 auto;
}

.slider {
    display: flex;
    aspect-ratio: 16 / 9;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
}

.slider img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;

}

.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slider-nav a {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #151515;
    opacity: 0.75;
    transition: opacity ease 1s;

}

.slider-nav a:hover {
    opacity: 1;
}

/***************************************************\*/
.bottomright {
    bottom: 5px;
    right: 5px;
    font-size: 18px;



}

.center {


    width: 100%;
    text-align: center;
    font-size: 18px;
    background-color: #0a0a0a;
    padding: 20px;
    border: 0px;


}

.div2 {

    width: 100%;
    height: 200px;
    font-size: 18px;
    background-color: #151515;
    padding: 40px;
    border: 0px;
}

.coloumn {
    float: left;
    width: 33.33%;
    padding: 0px;
    display: inline-block;
}

.coloumn1 {
    float: left;
    width: 50%;
    padding: 0px;
    display: inline-block;
}

.coloumn2 {
    float: left;
    width: 25%;
    padding: 0px;
    display: inline-block;
}