@import url('https://fonts.googleapis.com/css?family=Roboto');
*{
     padding: 0%;
     margin:0%;
     box-sizing: border-box;
     color:bisque;
     font-family: 'Roboto', sans-serif;
}
body{
     background:linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.7)),url(image/img3.jpg);
     background-attachment: fixed;
     width: 100%;
     height: 100vh;  
}
/* Header part */

.topnav {
  overflow: hidden;
  margin-left: 125px;
}

.topnav a {
  float: left;
  display: block;
  color:white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.topnav a:hover {
     color:darkgray;
     transition: 0.5s;
}

.topnav a.active {
     color: chocolate;
}

.topnav .icon {
  display: none;
}

/* body-text */
.body-text{
     margin-left: 20px;
     margin-top: 90px;
     color: aliceblue;
}
/* home */
.home-text-1{
     font-weight: 100;
     font-size: 40px;
}
.home-text-2{
     font-weight: bold;
     font-size: 50px;
}
.home-text-3{
     font-weight: 200;
     font-size: 20px;
}
.home-text-3 a{
     text-decoration: none;
     color: chocolate;
}
.home-text-3 i{
     color: gray;
     font-size: 25px;
}
.home-text-3 a:hover{
     color:rgb(82, 48, 3);
     transition: 0.5s;
}
/* about */
.about-text-1{
     font-weight: bold;
     font-size: 50px;
}
.about-text-2{
     font-weight: 200;
     font-size: 20px;
}
.about-text-2 a{
     text-decoration: none;
     color: chocolate;
     font-weight: bold;
     font-size: 25px;
}
.about-text-2 a:hover{
     color:rgb(82, 48, 3);
     transition: 0.5s;
}
/* addition about */
.tab-title{
     color: chocolate;
     display:flex;
     margin: 20px 0 40px;
     margin-top: 40px;
 }
 .tab-links a{
     font-size: 18px;
     font-weight: 500;
     cursor: pointer;
     color: chocolate;
 }
 .tab-links{
     margin-right: 50px;
     font-size: 18px;
     font-weight: 500;
     cursor: pointer;
     color: chocolate;
     position: relative ;
}
.tab-links.active-link{
    color:crimson;
}

 .tab-links:hover{
     color:darkgray;
     transition: 0.5s;
 
 }
 
 .tab-contents ul li{
     list-style: none;
     margin: 10px 0;
     
 }
 .tab-contents ul li span{
     color: #bb4e05;
     font-size: 14px;
 
 } 
 .tab-contents{
     display: none;
 }
 .tab-contents.active-tab{
     display: block;
 }
 #more {display: none;}
/*  */

/* blog */
.blog-text-1{
     font-weight: bold;
     font-size: 50px;
}
.blog-text-2{
     font-weight: 200;
     font-size: 20px;
}
/*contact  */

.contacts-text-1{
     font-weight: bold;
     font-size: 50px;
}
.contacts-text-2{
     font-weight: 200;
     font-size: 20px;
}
.contacts-text-2 a{
     text-decoration: none;
     color: chocolate;
}
.contacts-text-2 a:hover{
     color:rgb(82, 48, 3);
     transition: 0.5s;
}

  
 .btn.btn2{
     display: inline-block;
     color:aliceblue;
     background: #333232;
 
 }
 .contact form{
     width: 100%;
 
 }
 form input, form textarea{
     width: 100%;
     border: 0;
     outline: none;
     background: #333232;
     padding: 5px;
     margin: 5px 0;
     color: rgb(238, 126, 15);
     border-radius: 6px;
 }
 form .btn2{
     padding: 15px 30px;
     font-size: 15px;
     margin-top: 5px;
     margin-bottom: 5px;
     margin-right: 20px;
     cursor: pointer;
 
 }
 form .btn2:hover{
     color:chocolate;
     transition: 0.5s;
 }
 .copyright{
     width: 100%;
     text-align: center;
     padding: 25px 0;
     font-size: 15px;
     font-weight: 300;
     margin-top: 15px;
 }
 .copyright span a{
     text-decoration: none;
     color: chocolate;
     font-size: 25px;
 }
 .social-icons{
     margin-left: 100px;
    
 }
 .social-icons a i {
     text-decoration: none;
     font-size: 30px;
     margin-right: 20px;
     color: chocolate;
     display: inline-block;
     transition: transform 0.5s;
 }
 .social-icons a i:hover{
     transform: translateY(-5px);
 }
 #msg{
     color: chocolate;
 }
 /* media screen */
@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav {
     overflow: hidden;
     margin-left: 10px;
   }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .body-text{
     margin-left: 10px;
     margin-top: 30px;
     color: aliceblue;
}
/* home */
.home-text-1{
     font-weight: 100;
     font-size: 20px;
}
.home-text-2{
     font-weight: bold;
     font-size: 30px;
}
.home-text-3{
     font-weight: 200;
     font-size: 15px;
}
/* about */
.about-text-1{
     font-weight: bold;
     font-size: 30px;
}
.about-text-2{
     font-weight: 200;
     font-size: 15px;
}
.about-text-2 a{
     text-decoration: none;
     color: chocolate;
     font-weight: bold;
     font-size: 15px;
}
/*  */
.tab-title{
     color: chocolate;
     display:flex;
     margin: 15px 0 20px;
     margin-top: 20px;
 }
 .tab-links{
     margin-right: 30px;
     font-size: 15px;
     font-weight: 300;
     cursor: pointer;
     color: chocolate;
     
 }
 .tab-contents ul li{
     list-style: none;
     margin: 10px 0;
     
 }
 
/* blog */
.blog-text-1{
     font-weight: bold;
     font-size: 30px;
}
.blog-text-2{
     font-weight: 200;
     font-size: 15px;
}
/*contact  */

.contacts-text-1{
     font-weight: bold;
     font-size: 30px;
}
.contacts-text-2{
     font-weight: 200;
     font-size: 15px;
}  
 .btn.btn2{
     display: inline-block;
     color:aliceblue;
     background: #333232;
 
 }
 .contact form{
     width: 100%;
 
 }
 form input, form textarea{
     width: 100%;
     border: 0;
     outline: none;
     background: #333232;
     padding: 5px;
     margin: 5px 0;
     color: rgb(238, 126, 15);
     border-radius: 6px;
 }
 form .btn2{
     padding: 10px 20px;
     font-size: 15px;
     margin-top: 5px;
     margin-bottom: 5px;
     cursor: pointer;
 
 }
 
 .social-icons a i {
     font-size: 30px;
     float: left;
     
 

}}