.header {
  color: #34342C;
  background-color: #fff;
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.navmenu {
  padding: 0;
}

.navmenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navmenu li {
  position: relative;
}

.navmenu a,
.navmenu a:focus {
  color: #343434;
  padding: 18px 15px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.navmenu a i,
.navmenu a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  transition: 0.3s;
}

.navmenu li:last-child a {
  padding-right: 0;
}

.navmenu li:hover>a,
.navmenu .active,
.navmenu .active:focus {
 color: #F5B841;
}

  .navmenu ul {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      align-items: center;
  }

@media (min-width: 1200px) {
  .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
      color: #F5B841;
  }
}

.btn {
  font-family: "Segoe UI" !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  border-radius: 24px;
  padding: 10px !important;
  height: 40px;
  min-width: 144px;
  text-align: center !important;
  display: block !important;
  width: auto !important;
  justify-content: center;
}

.btn-black {
  border-radius: 24px;
  border: 2px solid #F5B841;
  background: #34342C;
  color: #fff !important;
}


.btn-black:hover {
  border: 2px solid #F5B841;
  background: #F5B841;
  color: #000 !important;
}

.about h1 {
  color: #34342C;
  font-family: "Segoe UI";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.about p {
  color: #34342C;
  font-family: "Segoe UI";
  font-size: 32px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
}

section#about {
  position: relative;
  background: url('../img/app-screens.png') center right no-repeat transparent;
  background-size: calc(100% - 860px);
  height: 100%;
}
.hero-desc-section {
  max-width: 760px;
  padding: 40px 0 100px;
}

.hero-desc-section a.btn {
  max-width: 176px;
  height: 56px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 32px !important;
  font-size: 20px !important;
}

a.btn img {
  width: 20px;
  margin-left: 8px;
}

#about:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #D6D6D5;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.feature-section {
  padding-top: 100px;
}
.feature-img {
  display: flex;
  max-width: 643px;
  padding-right: 0px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.feature-img img {
  max-width: 100%;
}

.feature-head {
  text-align: center;
}

.feature-head h3 {
  color: #34342C;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 48px;
  line-height: normal;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 25px;
}

.feature-content-wrapper h4 {
  color: #34342C;
  font-family: "Segoe UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  border-bottom: 1px solid #F5B841;
  display: inline-block;
}

.feature-content-wrapper p {
  color: #34342C;
  font-family: "Segoe UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feature-content-wrapper {
  padding-bottom: 30px;
}

section.feature-section {
  padding-bottom: 30px;
}

.networking-exp {
  background: linear-gradient(180deg, #FFF 0%, #FDF1D9 38.48%, #FDF1D9 55.26%, #FFF 100%);
  padding: 80px 0;
}

.network-title h2 {
  color: #34342C;
  font-family: "Segoe UI";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 1px solid #F5B841;
  margin-bottom: 40px;
  display: inline-block;
}

.network-title {
  text-align: center;
}

.network-title p {
  color: var(--blackich-gray, #34342C);
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 820px;
  margin: 0 auto 30px;
}

.transform-network-content>h2 {
  color: #34342C;
  font-family: "Segoe UI";
  font-size: 64px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.transform-network-wrapper {
  display: flex;
  gap: 100px;
}
.hero-desc-section h1 span {
    vertical-align: text-top;
}
.transform- network-content p {
  color: var(--blackich-gray, #34342C);
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.available-on {
  color: #34342C;
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.transform-network-content .btn {
  max-width: 176px;
}

section.transform-network {
  background: #fff;
  border-bottom: none;
  padding: 50px 0;
}

.transform-network-image {
  border-radius: 24px;
  border: 1px solid  #F5B841;
  background: #FEFBF5;
  padding: 40px;
}
.transform-network-content {
  width: calc(100% - 370px);
}

.transform-network-image-wrapper {
  width: 370px;
}
#footer {
  border-top: none;
  padding-bottom: 40px;
  padding-top: 60px;
}

.top-logo {
  border-bottom: 1px solid #F5B841;
  width: 100%;
}

.top-logo img {
  max-width: 100%;
  transform: translateY(10px);
  background: #fff;
  padding: 0 5px;
}

.footer-bottom-box {
  display: flex;
}

.bottom-icon {
  width: 160px;
  padding-top: 10px;
}

.bottom-icon img {
  max-width: 100%;
}

.bottom-content-wrapper {
  width: calc(100% - 160px);
}

.footer-links {
  max-width: 760px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.footer-links li a, 
.bottom-content-wrapper h3 {
  color: #34342C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: block;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #F5B841 !important;
}

.contact-link a {
  color: #34342C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.contact-link, .follow-us {
  max-width: 760px;
  margin-left: auto;
  margin-top: 40px;
}

ul.social-icons {
  padding-left: 0;
}

ul.social-icons li a {
  color: #34342C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;    
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

ul.social-icons {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

.copyright-text-wrapper {
  text-align: center;
  padding-top: 60px;
}

.copyright-text-wrapper p {
  color: #858580;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 19.6px */
  margin-bottom: 0;
}

nav#navmenu ul li a.btn img {
  display: none;
}

.available-on span {
  width: 14px;
  display: inline-block;
  margin-bottom: 2px;
}

.available-on span img {
  max-width: 100%;
}

ul.social-icons li a img {
  width: 24px;
}


@media (min-width:1440px){

  section#about {
    background-size: contain;
  }
}


@media (max-width:1199px){

  .about h1 {
      font-size: 44px;
  }

  .about p {
      font-size: 18px;
  }

  .hero-desc-section a.btn {
      font-size: 16px !important;
      height: 40px;
      max-width: 150px !important;
  }

  a.btn img {
      width: 16px;
  }

  .hero-desc-section {
      max-width: 500px;
      padding: 40px 0;
  }

  section#about {
      background-size: calc(100% - 600px);
      padding-bottom: 30px;
      background-position: right top;
  }

  .hero-desc-section h1 span {
    display: inline-block;
    vertical-align: text-top;
  }

  .feature-section {
      padding-top: 40px;
  }

  .feature-head h3 {
      font-size: 38px;
      padding-bottom: 15px;
  }

  .feature-content-wrapper h4 {
      font-size: 24px;
  }

  .feature-content-wrapper p {
      font-size: 14px;
  }

  .feature-content-wrapper {
      padding-bottom: 10px;
  }

  .networking-exp {
      padding: 30px 0;
  }

  .network-title h2 {
      font-size: 44px;
      margin-bottom: 20px;
  }

  .network-title p {
      font-size: 16px;
      margin-bottom: 15px;
  }

  section.transform-network {
      padding: 40px 0;
  }

  .transform-network-content>h2 {
      font-size: 44px;
  }
  #footer {
      padding: 30px 0;
  }
}

@media (max-width:992px){
  .container {
    max-width: 100%;
  }

  .about h1 {
      font-size: 36px;
  }

  .about p {
      font-size: 16px;
  }

  .available-on {
      font-size: 12px;
  }

  .header {
      padding: 10px 0;
  }

  .feature-head h3 {
      font-size: 32px;
  }

  .feature-content-wrapper h4 {
      font-size: 20px;
      margin-bottom: 10px;
  }

  .feature-content-wrapper p {
      font-size: 13px;
  }

  .network-title h2 {
      font-size: 32px;
  }

  .network-title p {
      font-size: 14px;
  }

  .transform-network-content>h2 {
      font-size: 32px;
  }

  .transform-network-image {
      padding: 15px;
  }

  .transform-network-image-wrapper {
      width: 250px;
  }

  .transform-network-image img {
      max-width: 100%;
  }

  .transform-network-wrapper {
      gap: 40px;
      justify-content: space-between;
  }

  .transform-network-content {
      width: calc(100% - 250px);
  }

  .footer-links {
      margin-top: 40px;
  }

  .bottom-content-wrapper {
      padding-left: 30px;
  }

  .contact-link, .follow-us {
      margin-top: 25px;
  }

  .contact-link a {
      font-size: 14px;
  }

  .footer-links li a, .bottom-content-wrapper h3 {
      line-height: 1.2;
      font-size: 14px;
  }

  .copyright-text-wrapper {
      padding-top: 30px;
  }

  ul.social-icons li a {
      font-size: 14px;
  }

  .copyright-text-wrapper p {
      font-size: 13px;
  }
  section#about {
    background-size: contain;
  }
}

@media (max-width:767px){

  section#about {
    background: none;
    padding-bottom: 0;
  }

  .feature-img {
      max-width: 350px;
  }

  .transform-network-wrapper {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
  }

  .transform-network-content {
      width: 100%;
      text-align: center;
  }

  .transform-network-image-wrapper {
      width: auto;
      order: -1;
  }

  .transform-network-wrapper .available-on {
    justify-content: center;
  }

  .transform-network-wrapper .transform-network-content .btn {
      margin: 0 auto;
  }

  footer#footer {
      padding-top: 0;
  }

  .bottom-icon {
      margin-top: 10px;
  }
  nav#navmenu ul li a.btn img {
    display: block;
  }
  
  nav#navmenu ul li a.btn {
    font-size: 0 !important;
    min-width: 0;
    text-align: center !important;
    padding: 5px !important;
    height: 30px;
  }
  .transform-network-content p {
    font-size: 14px;
  }
}

@media(max-width:680px){
  .footer-bottom-box {
    flex-wrap: wrap;
  }

  .bottom-icon {
      width: 100%;
  }

  .bottom-icon img {
      max-width: 200px;
  }

  .bottom-content-wrapper {
      padding-left: 0;
      width: 100%;
  }

    nav#navmenu ul li a.btn img {
        margin-left: 0;
    }

    .navmenu a {
        padding: 10px 7px;
        font-size: 14px;
    }

    #header 
    .logo h1.sitename {
        max-width: 100px;
    }

    #header .logo h1.sitename img {
        max-width: 100%;
    }

    .hero-desc-section {
        padding-top: 20px;
    }

    .about h1 {
        font-size: 30px;
    }

    .hero-desc-section h1 span {
        width: 100px;
    }

    .hero-desc-section h1 span img {
        max-width: 100%;
    }

    .network-title h2 {
        font-size: 28px;
    }

    .transform-network-content>h2 {
        font-size: 28px;
    }
    .feature-content-wrapper h4 {
      font-size: 18px;
    }
}

@media (min-width:1200px){
  .contact-link a:hover,
  ul.social-icons li a:hover{
    color: #F5B841 !important;
  }
}