* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #111111;
}
.homeContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.color-block {
  position: fixed;
  height: 200%;
  width: 100%;
  transform: rotate(-15deg);
  left: -83%;
  top: -50%;
  background-color: #ffb400;
}
.imageWarapper {
  width: 100%;
  width: 33.6%;
  height: calc(100vh - 80px);
  background-color: #064c4e;
  border-radius: 30px;
  overflow: hidden;
  left: 40px;
  top: 40px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.9);
  position: fixed;
}
.profileImage {
  background-image: url(../images/muhammad-ali.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 100%;
  min-height: 600px;
}
.homeSubContainer {
  position: absolute;
  height: 100vh;
  margin-left: 46.7%;
}
.textContainer {
  max-width: 84.1%;
  max-width: 570px;
  position: relative;
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 101vh;
  overflow-y: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 60px;
}
.textContainer h1 {
  color: #ffb400;
  font-size: 51px;
  line-height: 62px;
  font-weight: 700;
  position: relative;
  padding-left: 50px;
  text-transform: uppercase;
}
.textContainer span {
  color: #ffff;
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding-left: 50px;
}
.textContainer h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 29px;
  height: 4px;
  width: 26px;
  border-radius: 10px;
  background-color: #ffb400;
}
.textContainer p {
  margin: 23px 0;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
}
.btn-more {
  width: 230px;
  height: 55px;
  border: 1px solid #ffb400;
  border-radius: 35px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.btn-more:hover .btn-more-text{
  color: #fff;
}
.btn-more-text {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #000 !important;
  line-height: 21px !important;
  background-color: transparent;
  outline: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 35px !important;
}
.menuIconBg a{
    text-decoration: none;
    color: #666;
}
.arrow-more {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #ffb400;
  position: relative;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-more span{
  font-size: 19px !important;
  color: #ffffff;
  padding-left: 0;
}
.btn-more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffb400;
  left: 100%;
  transition: left 0.3s ease;
}
.btn-more:hover::before {
  left: 0;
}
/* sideNavMenuIconCss */
.sideMenuNav {
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 3;
  opacity: 1;
  top: 0;
  height: 100%;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.menu-container {
  position: relative;
}
.menuIconWrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.menuIconBg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 19px;
  transition: all 0.3s;
}
.activebg {
  background-color: #ffb400 !important;
}
.activebg i{
  color: #fff;
}
.menuIconBg img {
  width: 22px;
}
.home,
.about {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 50px;
  font-weight: 500;
  z-index: -1;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  transition: all 0.3s;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 0 25px 0 30px;
  height: 50px;
  background-color: #ffb400;
  cursor: pointer;
}
.menuIconWrapper:hover .home,
.menuIconWrapper:hover .about {
  opacity: 1;
  right: 27px;
  margin: 0;
  text-align: center;
  border-radius: 30px 0 0 30px;
  cursor: pointer;
}
.menuIconWrapper:hover .menuIconBg
 { 
  background-color: #ffb400;
}
.menuIconWrapper:hover .menuIconBg i{
  color: #ffffff !important;
}
.menuIconWrapper a{
  text-decoration: none;
}
/*SmallScreenProfilePic-CSS started */
  .profile-sm{
      width: 270px;
      height: 270px;
      border-radius: 50%;
      border:4px solid #252525;
      display: flex;
      margin-inline: auto;
      margin-top: 70px;
      overflow: hidden;
      display: none;
  }
  .profileImageSmallScreen{
      background-image: url(../ceo-portfolio/images/m-ali-sm.jpg);
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
  }
  .outerFrame{
    max-width: 570px;
    width: 100%;
    border: 4px solid #eee;
    margin-top: 66px;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    display: none;
  }
/*SmallScreenProfilePic-CSS Ended */
.profole-content-Wrapper{
  padding-inline: 25px;
  background-color: #064c4e;
}
@media only screen and (max-width:1200px){
    .homeSubContainer{
        margin-left: 40.7%;
    }
    .textContainer h1{
        font-size: 32px;
        line-height: 42px;
    }
    .textContainer {
        max-width: 84.1%;
    }
    .textContainer h1:before {
     display: none !important;
    }
    .textContainer h1 {
    padding-left: 0px;
    }
    .textContainer span {
      padding-left: 0px;
      font-size: 26px;
      line-height: 32px;
    }
}
@media only screen and (max-width:991px){
    .color-block,.imageWarapper{
        display: none !important;
    }
    .profile-sm {
      margin-bottom: 30px;
      margin-top: 30px;
      overflow: hidden;
      display: block;
    }
    .outerFrame{
      display: block;
    }
    .textContainer {
        max-width: 100%;
        text-align: center;
    }
    .textContainer h1{
        font-size: 38px;
        line-height: 48px;
    }
    .textContainer span{
      font-size: 20px;
      line-height: 30px;
    }
    .homeSubContainer{
        display: contents;
        max-width: 100%;
        margin-inline: auto !important;
    }
    .textContainer{
        padding-top: unset;
    }
    .textContainer{
        max-width: 570px;
        margin-inline: auto;
        text-align: center;
        height: auto;
        margin-top: 29px;
    }
    .textContainer h1{
        padding-left: 0px;
    }
    .textContainer h1:before {
        display: none;
    }
    .btn-more{
        margin-inline: auto;
    }
    .textContainer p{
        font-size: 15px;
        line-height: 30px;
    }
    .home-details p {
        margin: 10px 0 23px;
        font-size: 15px;
        line-height: 30px;
    }
    .arrow-more span{
      font-size: 19px !important;
    }
    .outerFrame{
      border: none;
    }
    .profole-content-Wrapper{
      background-color: #111111;
      padding-bottom: 60px;
    }
    .skillHeadings {
      font-size: 14px !important;
      line-height: 20px !important;
      font-weight: 500 !important;
      margin: 17px 0 15px 0 !important;
  }
}
@media(max-width:767px){
  .sideMenuNav {
    position: fixed;
    bottom: 0px;
    right: 0px;
    top: unset;
    height: unset;
    padding: 8px;
    width: 100%;
    background-color: #2b2a2a;
  }
  .menu-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .menuIconWrapper {
    margin-bottom: 0px;
  }
  .menuIconBg {
    width: 45px;
    height: 45px;
    font-size: 19px;
    background-color: #444;
    color: white;
  }
  .textContainer {
    margin-top: 2px;
    padding-bottom: 30px;
  }
  .profile-sm {
    width: 200px !important;
    height: 200px !important;
  }
  .aboutMeMainHeading {
    top: 41px;
  }
  .profile-about{
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
    border: 0px;
  }
  .profile-about .profileImageSmallScreen{
    min-height: 300px;
  }
  .about-profile{
    border: none !important;
  }
  .btn-more{
    background: #111111;
  }
  .btn-more-text{
    color: #fff !important;
  }
  .menuIconWrapper:hover .home, .menuIconWrapper:hover .about{
    opacity: 0;
  }

}
@media only screen and (max-width: 576px){
    .profile-sm{
        width: 230px;
        height: 230px;
    }
    .textContainer h1{
        font-size: 29px;
        line-height: 39px;
    }
    .textContainer span{
        font-size: 17px;
        line-height: 25px;
    }
    .textContainer p {
        font-size: 14px;
        line-height: 28px;
    }
    .crossIcon{
      right: 8px;
      top: 5px;
    }
    .outerFrame {
      margin-top: 20px;
      overflow: hidden;
  }
  .profole-content-Wrapper{
    padding-bottom: 60px;
  }
}
@media only screen and (max-width:319px){
  .profole-content-Wrapper{
    overflow: hidden;
  }
}
@media only screen and (min-width:2000px){
  .homeSubContainer {
    margin-left: 53.7%;
}
}