/* header */
body {
  padding: 0;
  margin: 0;
  
}
@media only screen and (max-width: 700px) {
  body
   {
    margin:0 15px;
  }
}
.head {
  padding: 2.5em;
  
}


.name,
.contact {
  font-size: 1.5em;
  font-weight: bold;
  font-family: serif;
 
  background: linear-gradient(to right, #f32170, #ff6b08);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}


.contact:hover {
  color: #34656d;
}
.logo {
  color: #fff;
  padding:  50px 30px;
  border:3px dotted #fff;
  background-color:#defffb;
  border-radius: 50%;
}
.logo img{
    width:70px;
}
/* #252934 */
.header {
/*     background-color:#252934; */
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position:  center;
    

  background-repeat: no-repeat;
  
  max-width: 100vw;
  max-height: 100vh;
}
.desc1 {
  font-size: 35px;
  font-weight: bolder;
  word-spacing: 2px;
  letter-spacing: 1px;
  background: linear-gradient(to right, #f32170, #ff6b08);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-align: center;
  padding-top: 8%;
}
.desc2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  text-align: center;
  max-width: 70%;
  margin: auto;
  padding-bottom: 15%;
  
  color: #fff;

  
  font-weight: medium;
  text-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.05);

  overflow: visible;
}
@media only screen and (max-width: 700px) {
  .desc2,
  .desc1 {
    max-width: 100%;
    padding-top:5px;
    margin-bottom: -2px;
    line-height: 1.2;
  
  }
}
@media only screen and (max-width: 700px) {
  .nav-item
   {
    margin: 10px 0;
  }
}

/* about */
div.self {
  background-color:#defffb;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .self
   {
    margin-bottom: 20 px;
  }
}

.pic {
  max-width: 100%;
}

@media only screen and (max-width: 700px) {
  .pic
   {
    margin-top:15px;
  }
}
.intro1,
.intro2 {
  padding: 0px 30px;

  font-weight: bolder;

  background: linear-gradient(to right, #f32170, #ff6b08);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.about {
  background-color:#fff;
}
.self .intro3 {
  padding: 0px 30px;
  margin: 30px 0px;
  line-height: 1.4545454545em;
  letter-spacing: 0.5px;
  color:#252934;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: medium;
  font-size: 1.2em;
  text-align: justify;
}
/* /about */
/* skills */
.skills {
  background-color:#252934;
  
}
.skill {
  width: 15%;
  height: 15%;
}
.skill:hover {
  opacity: 0.5;
}

.heading {
  text-align: center;
  color:#fff;
  padding-top: 20px;
  padding-bottom: 10px;
  width:fit-content;
  margin: auto;
 
  font-family: Georgia, 'Times New Roman', Times, serif;
}
#subheading{
  text-align: center;
  color:#ff6b08;
  font-size:25px;
  text-transform: uppercase;
  font-family: serif;
  padding-top:25px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ff6b08;
  width:fit-content;
  margin:auto;
  
}

.box {
  background-color:#252934;
  border: 0.5px solid grey;
}
.box:hover {
  opacity: 0.8;
}
.skills p {
  font-size: 0.5em;
  color: #fff;
  text-align: center;
  padding: 1% 0;
}
/* /skills */
/* works */
.works {
  /* background: url("/images/bg.png") center
  center/cover; */
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position:  center;
  padding-bottom: 30px;
}
.imgbox {
  padding: 2em;
  border-radius: 10px;
  background-color: #303543;
}
.media {
  background-color:#defffb ;
  border: #241218 solid 2px;
  width: 100%;
}
.media-body {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.media-body h4 {
  text-align: center;
  color:#252934;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .media-body h4{
    width:fit-content;
    font-size:15px;

  }
}

.media-body button {
   background-color: #252934;
  border-width: 0px;
  border-radius: 20px;
  width: 50%;
  margin: 2em 0;
  height:auto;
}
@media only screen and (max-width: 700px) {
  .media-body button{
   height:fit-content;
     width:50px;
    padding-left:auto;

  }
}
@media only screen and (max-width: 700px) {
  .media-body a{
    width:fit-content;
    font-size:10px;
    

  }
}
.media-body button:hover,.media-body button:active {
  
  background-color:#303543;
}
/* /works */
/* contacts */
.socialicons {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0;
  background-color: #252934;
  
}
@media only screen and (max-width: 700px) {
  .contactrow{
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
.contactrow{
  padding-left:0px;
}
.socialicons .icons {
  width: 60px;
  height: 60px;

  box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  border-radius: 50%;
  
  text-align: center;
  padding: 17px 0;
  color:#252934;
  line-height: 80px;
  font-size: 30px;
  background-color:#defffb;
  position: relative;
  overflow: hidden;
}
.icons:after {
  content: "";
  width: 60px;
  height: 60px;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: -80px;
  background: linear-gradient(to bottom, #fcb500, #eb3d7b);
  transition: 0.2s;
  opacity: 0.9;
}
.socialicons .icons:hover {
  color:#252934;
}
a:hover::after {
  bottom: 0;
}
.contacts #contacthead{
  text-align:center;
  color:#fff;
  padding-top: 10%;
  padding-bottom: 50px;
  margin-bottom: -10px;
  background-color: #252934;
  font-family: Georgia, 'Times New Roman', Times, serif;
 
  font-size:45px;
  

  
 
}

.msg p {
 
  color:#252934;
  line-height: 1.5em;
  width: 100%;
  text-align: left;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: large;
}
.msg {
 
  background-color:#defffb;
  padding: 3% 0;
}
.msg h1 {
  
  padding:1.5rem 0 5rem 3rem;
  color:#252934;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 45px;

}
.msg a {
  display:block;
  text-decoration: none;
  color:#252934;
  margin-top: -18px;
  width: 100%;
  padding-top:0px;
}
.msg a:hover {
  color: white;
  text-decoration: none;
}
/* /contact */
.footer p {
  text-align: center;

  color:#ff6b08;
  padding: 20px 0;
}
.footer {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position:  center;
  /* background: url("/images/bg.png") center
  center/cover; */
 
}
