@charset "UTF-8";
/* Css Document */

body {
    padding: 0;
    margin: 0;
    background-color: rgb(4, 4, 4) ;
    overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

#top {
    display: none;
    position: fixed;
     bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
     border: none;
    outline: none;
    background-color: rgb(246, 246, 246);
    color: rgb(25, 25, 25);
    cursor: pointer;
    padding: 10px 15px;
     border-radius: 50%;
  }
  
    #top:hover {
    background-color:rgb(255, 70, 42);
    color: #ffffff;
    transition: .2s linear;
  }


.container-first {
    width: 100%;
    margin: auto;
    border: 1px solid transparent;
    padding: 0%;
    background-color: rgb(26, 26, 26);

    padding-top: 20px;
    padding-bottom: 80px;
    margin-top: 0;
    overflow-x: hidden;
    background-image: url(images/subnepi\ bg-02.jpg);
    background-size: contain;

}


.navi {
    background-image: url(images/Tran\ symbol\ ldr.png);
    background-position: 30px 23px;
    background-size: 5%;
    background-repeat: no-repeat;

    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    font-family: 'Cairo', sans-serif;
    font-weight: 300;
    font-size: 14pt;
    padding-bottom: 12pt;

    background-color:rgb(16, 16, 16);
}

.navi > li{
    padding: 10px;
    padding-top: 18px;
}

.navi li > a:link, a:active, a:visited {
    color: rgb(238, 238, 238) !important;
    text-decoration: none;
}

.navi li> a:hover {
    color:  rgb(255, 70, 42) !important;
    border-bottom: 1px solid rgb(238, 238, 238);
    transition: .2s linear;
}

.navi >li {
    padding-right: 2%;
}

.col-subnepi h1{
    font-family: 'Anton', sans-serif;
    font-size: 30pt;
    color: rgb(238, 238, 238);
    margin-left: 550px;

    padding-bottom: 40px;
    padding-top: 40px;
}



.col-subnepicard {
  margin-left: auto;
  margin-right: auto;
}

.col-subnepicard h1 {
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 18pt;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}


.col-subnepicard p {
    font-family: 'Cairo', sans-serif;
    font-weight: 300;
    font-size: 14pt;
    color: #b9b9b9;
    margin-left: 542px;
    margin-right: 542px;
    word-spacing: 3.5px;
    line-height: 1.0;
}

.figure-img {
  overflow: hidden;
  cursor: pointer;
  
  transition: .2s linear;
  border: 4px solid rgb(201, 201, 201);

}

.figure-img:hover {
  transform: scale(1.1);
}



.figure-img {
    height: 400px;
}

.figures2 {
  padding-top: 70px;
}

.col-subnepicard2 h1 {
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    font-size: 18pt;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.col-subnepicard2 p {
    font-family: 'Cairo', sans-serif;
    font-weight: 300;
    font-size: 14pt;
    color: #b9b9b9;
    margin-left: 545px;
    margin-right: 545px;
    word-spacing: 3.5px;
    line-height: 1.0;
}

footer{
    background-color:  rgb(15, 15, 15);
    padding: 30px 0;
    
    
  }
  
  .footer-container{
    max-width: 1300px;
  
    margin: auto;
    padding: 0 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
  
  .left-col {
  padding-left: 1px;
  min-width: 60%;
  }
  
  .logo{
    width: 200px;
  }
  
  .social-media{
    margin: 20px 0;
    float: right;
    padding-right: 30px;
    padding-top: 3px;
    
  }
  
  .social-media a{
    color: rgb(238, 238, 238);
    margin-right: 18px;
    font-size: 22px;
    text-decoration: none;
    transition: .2s linear;
  }
  
  .social-media a:hover{
    color: rgb(255, 70, 42) !important;
  }
  
  .rights-text {
    color: rgb(238, 238, 238);
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 10pt;
    padding-left: 2%;
    padding-top: 40px;
  }
  
  .col-md-4 h1{
    color: rgb(238, 238, 238);
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 16pt;
  }
  
  .col-md-4 {
    display: block;
    float: left;
  
  }
  
  
  
  
  .txtb{
    
    padding: 10px 50px;
    color: rgb(238, 238, 238);
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 14pt;
   
    background: rgba(221, 221, 221, 0);
    border-width: 2px;
    border-radius: 3px;
    border-color: rgb(255, 255, 255);
    min-width: 260px;
  }
  
  .btn5 {
    padding: 12px 30px;
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 14pt;
    color: #ffffff;
    background:  rgb(255, 70, 42);
    border: none;
    border-radius: 3px;
    border-width: none;
  
    margin-top: 15px;
    cursor: pointer;
    transition: .2s linear;
  }
  
  .btn5:hover{
    
    background-color: rgb(241, 241, 241);
    color:  rgb(255, 70, 42);
  }

  .modal-title {
    color:  rgb(255, 70, 42);
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 16pt;
  }
  
  .modal-body {
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    color: black;
  
  }
  
  
  @media screen and (max-width:960px) {
    .footer-container{
      max-width: 600px;
    }
    .right-col{
      width: 100%;
      margin-bottom: 60px;
    }
  
    .left-col{
      width: 100%;
      text-align: center;
    }
  }
  
  
  @media screen and (max-width:700px){
    .btn{
      margin: 0;
      width: 100%;
      margin-top: 20px;
      }
  }
  
  .cursor{
    position: fixed;
    width: 50px;
    height: 50px;
    border: 2px solid #f1f1f1ac;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .1s;
  
    box-shadow: 0 0 5px rgb(255, 253, 253);
  }
  
  .cursor2{
    position: fixed;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 34, 0, 0.749);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .15s;
  
  }
  
  .content:hover ~ .cursor{
    transform: translate(-50%, -50%) scale(1.5);
    background-color: #c6c6c6;
    opacity: .5;
  }
  
  .content:hover ~ .cursor2{
    opacity: 0;
  }
  