*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    box-sizing: border-box;
    border: none;
    outline: none;
    
}
html {
  height: 100%;
}
body{
  height: 100%;
  background-color: #3D3D3D;
 /* overflow:hidden; */
}
.navbar-light .navbar-brand{
    color: #fff;
    opacity: .7;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link{
    color: #fff;
    opacity: .7;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    opacity: 1;
}

.navbar{
    background-color: #262626 !important;
    color: #BDBDBD !important;
    font-family: 'Poppins';
    
}
.navbar-dark .navbar-toggler{
    border: none !important;
    font-size: 12px;
}

.maintext{
    color: #BDBDBD;
    font-size: 27px;
    margin: 35px;
    text-align: center;
}

/* Main Area */

.WelcomeImage{
    width: 35%;
    display: block;
    margin: auto;
}
.homeimage{
    width:100%;
    display: block;
    margin: auto;
}

/* Componentes */
.component {
    position: relative;
    width:800px;
    max-width: 100%;
    }

    .component img {
    width: 100%;
    height: auto;
    }

        .component .btn0 {
              
        position: absolute;
         top: 19.2%;
        left: 53.8%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        font-size: 16px;
        cursor: pointer;
        outline: none;
        background-color: #00800000;
        border : none;
        border-radius: 100px;
        width: 20%;
        height: 20%;
        background-size: contain;
        background-repeat: no-repeat;
    
          }

     
        .component .btn1 {
          position: absolute;
          top: 34.5%;
          left: 43.5%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          padding: 0;
          font-size: 16px;
          cursor: pointer;
          outline: none;
          background-color: #00800000;
          border: none;
          border-radius: 100px;
          width: 20%;
          height: 20%;
          background-size: contain;
          background-repeat: no-repeat;
         
        }
     
        .component .btn2 {
          position: absolute;
          top: 34.6%;
          left: 23.6%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          padding: 0;
          font-size: 16px;
          cursor: pointer;
          outline: none;
          background-color:#00800000;
          border: none;
          border-radius: 100px;
          width: 20%;
          height: 20%;
          background-size: contain;
          background-repeat: no-repeat;
        }

        .component .btn3 {
          position: absolute;
          top: 50%;
          left: 73.7%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          padding: 0;
          font-size: 16px;
          cursor: pointer;
          outline: none;
          background-color:#00800000;
          border: none;
          border-radius: 100px;
          width: 20%;
          height: 20%;
          background-size: contain;
          background-repeat: no-repeat;
        }

        .component .btn4 {
          position: absolute;
          top: 65.5%;
          left: 63.7%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          padding: 0;
          font-size: 16px;
          cursor: pointer;
          outline: none;
          background-color:#00800000;
          border: none;
          border-radius: 100px;
          width: 20%;
          height: 20%;
          background-size: contain;
          background-repeat: no-repeat;
        }

        .component .btn5 {
          position: absolute;
          top: 80.8%;
          left: 33.5%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          padding: 0;
          font-size: 16px;
          cursor: pointer;
          outline: none;
          background-color:#00800000;
          border: none;
          border-radius: 100px;
          width: 20%;
          height: 20%;
          background-size: contain;
          background-repeat: no-repeat;
        }


        .pimagechange{
          opacity:0;
        }
        .pimagechange:hover{
          opacity:1;
        }

        .detailimage{
          width: 100%;
        }

        /* Model */
        .modal-content{
            background-color: #3d3d3d;
            color: #bdbdbd;
        }

        .modal-header{
            border-bottom: none;
        }

        .modal-footer{
            border-top: none;
        }
        .ModelImage{
            width: 100%;
            padding: 30px;
        }
        .Modelp{
            text-align: center;
            color: #fff;
        }

        .Modelarrow{
            width:30%;
            top: -90px;
            left: 125px;
            position: relative;
        }
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        display: none;
    }
}



/* ///////////////////////Desktop Experience////////////////////////////// */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  background-color: #262626; 
    overflow-x: hidden;
     transition: 0.5s; 
    padding-top: 85px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    display: flex;
    /* transition: 0.3s; */
  }
  
  .sidenav a:hover {
    color: #bdbdbd;
   
  }

 
 

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size:45px;
    
}






#social_icons {
  display: inline-block;
}
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

 

 .Sidenavbg {
    width: 6vw !important;
    position: absolute;
    height: 100%;
    background-color: #262626;
  }

  .instagram{
    position: absolute;
    bottom: 0;
  }

  .insta {
    width: 6vw;
    /* margin: 35px; */
    position: fixed;
    bottom: 6vw;
}

 .Herotxt{
  color: #BDBDBD;
  font-size: 45px;
  padding: 10%;
 }

 .Blogo{
  position: absolute;
  bottom: 30px;
  right: 0;
  margin-right: 1%;
  /* display: block; */
  /* width: 160px; */
  float: right;
 }

.brandlogodetail{
 display: block;
    position: absolute;
    margin: auto;
    width: 100px;
    bottom: 10px;
    right: 10px;

}

 .hide {
  display: none;
}
    
/* .myDIV:hover + .hide {
  display: block;
  color: red;
} */

 .myDIV > .hide{
  display: none;
}

/* detail panel */
.Topic{
  font-size: 30px;
  color: #fff;
  padding-top: 10%;
  font-family: 'Poppins';
}
.Topicnew{
  color: #fff;
  padding-top: 10%;
  font-family: 'Poppins';
}
.smarticon{
  position: relative;
  top: 60px;
  cursor: pointer;
}
.p{
  color: #FF00A8;
  font-family: 'Poppins';
  font-weight: 600;
}

.po{
  color: #ADFF00;
  font-family: 'Poppins';
  font-weight: 600;
  
}

.W{
  color: #FFDD19;
  font-family: 'Poppins';
  font-weight: 600;
}


.C{
  color: #18C9BC;
  font-family: 'Poppins';
  font-weight: 600;
}
.Cl{
  color: #ED2415;
  font-family: 'Poppins';
  font-weight: 600;
}

.S{ 
  color: #1186EF;
  font-family: 'Poppins';
  font-weight: 600;
}

.C{
  
  color: #18C9BC;
  font-family: 'Poppins';
  font-weight: 600;
}
.description{
  color:#bdbdbd;
  margin-top: 30px;
}
.descriptionnew{
  color:#bdbdbd;
 
}

.readmore{
  margin-top: 100px;
  text-align: center;
}

/* portfolio details */
#gridimage{
  margin:4px;
  height:10vh;
  width:auto;
}
.gridbtn{
  width: 22%;
  background: transparent;
  cursor: pointer;
}
.grid{
  margin-top: 30px;
}



/* //////////////////////////////////////////// */


.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  margin-top: 10px;
  font-family: 'podimgPoppins';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #fff0;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
  color:#fff;
background-color: #fff0;
border: 1px solid #fff;
outline: none;
}
.form-control:active {
  color:#fff;
background-color: #fff0;
border: 1px solid #fff;
outline: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bdbdbd;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #bdbdbd;
}

.submit{
  background-color: #dededeb8;
  margin-top: 10px;
  width : 20%;
  margin-left : 40%;
}


.menuarrow{
  margin-right: 10px;
  width: 30px;
}

.menuarrowtxt{
  color:#fff;
  color: #fff;
  font-size: 22px;
 
  outline: none;
  text-decoration: none;
}

