body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.header {
  background-color: #8b67c5;
  display: flex;
  justify-content: center;
  flex: 1;
  padding: 20px;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.wrapper {
  display: flex;
  margin-top: 20px;
  margin: 0 auto;
  max-width: 1400px;
  flex: 1;
  flex-direction: column;
  gap: 20px;
}

.header .wrapper .container {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  text-decoration: none;
  flex: 1;
}

.header .wrapper .container .logo {
  display: flex;
  align-items: center;
}

.header .wrapper .container ul {
  margin: 0;
  display: flex;
  gap: 40px;
  align-items: center;
  text-decoration: none;
  color: white;
}

.header .wrapper .container ul li {
  list-style-type: none;
  color: white;
}

.header .wrapper .container ul a {
  text-decoration: none;
  color: white;
}

/* Default styles */
.hamburger-btn {
  display: none;
}

/* Media queries for responsive header */
@media screen and (max-width: 768px) {
  .hamburger-btn {
    display: flex;
    align-items: center;
  }
}





.hero {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding-top: 100px;
}

.hero h1 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: center;
  margin-top: 40px;
  color: black;
}

.hero h1 span {
  color: rgb(103, 26, 228);
}

.hero .wrapper-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.img1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.projects {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 220px;
  border: none;
  box-shadow: 2px 4px 4px rgba(121, 111, 111, 0.6);
  background: linear-gradient(214.02deg, #B75CFF 6.04%, #671AE4 92.95%);
  filter: drop-shadow(0px 4px 4px rgba(255, 254, 254, 0.25));
  border-radius: 100px;
  color: white;
  margin: 20px auto;
  font-size: 30px;
}

@media screen and (max-width: 1133px) {
  .hero .wrapper-2 {
    justify-content: center;
    flex-wrap: wrap;
  }

  .projects {
    margin: 10px;
  }
}




.padding {
  padding: 3rem;
  /* position: fixed; */

  top: 195px;
  right: 218px;

  overflow-y: auto;
}

@media (max-width: 768px) {
  .chat-container {
    width: 100%;

    height: 300px;

    bottom: 10px;

    right: 10px;

  }
}

.stretch-card>.card {
  width: 100%;
  min-width: 100%
}

body {
  background-color: #f9f9fa
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

@media (max-width:991.98px) {
  .padding {
    padding: 1.5rem
  }
}

@media (max-width:767.98px) {
  .padding {
    padding: 1rem
  }
}

.padding {
  padding: 3rem
}

.box.box-warning {
  border-top-color: #671ae3;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-header>.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header>.box-tools [data-toggle="tooltip"] {
  position: relative;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #671ae3 !important;
}

.bg-yellow {
  color: #fff !important;
}

.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}

.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -moz-transition: -moz-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}



.direct-chat-msg {
  margin-bottom: 10px;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.direct-chat-timestamp {
  color: #999;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}

.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444;
}

.direct-chat-msg,
.direct-chat-text {
  display: block;
}

.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}

.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}

.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}

.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.direct-chat-msg:after {
  clear: both;
}

.direct-chat-msg:after {
  content: " ";
  display: table;
}

.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

.right .direct-chat-img {
  float: right;
}

.direct-chat-warning .right>.direct-chat-text {
  background: #671ae3;
  border-color: #671ae3;
  color: #fff;
}

.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}


.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.btn-warning {
  color: #fff;
  background-color: #671ae3;
  border-color: #671ae3;
}

.logo-container {
  background-color: rgba(24, 30, 65, 1);
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  margin-top: 220px;
}

.logo-container .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media queries for responsive logo container */
@media screen and (max-width: 768px) {
  .logo-container {
    text-align: center;
  }

  .item {
    margin-bottom: 20px;
  }

  .item img {
    max-width: 100%;
    height: auto;
  }
}



/*This is section-2*/


.section-2 {
  background: linear-gradient(214.02deg, rgba(183, 92, 255, 0.5) 6.04%, rgba(103, 26, 228, 0.5) 92.95%);
  display: flex;
  justify-content: center;
  flex: 1;
  padding: 80px 0px;
}

.section-2 .wrapper {
  display: flex;
  margin-top: 20px;
  margin: 0 auto;
  max-width: 1200px;
  /* flex-direction: column; */
  flex: 1;
}

.content-section {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-family: 'Poppins', sans-serif;
  gap: 130px;
}

.content-section .heading {
  display: flex;
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  color: white;
  line-height: 1.2;
  letter-spacing: 5px;
  margin: 0px;
}

.content-section .paragraph {
  display: flex;
  color: white;
  font-size: 20px;
  line-height: 2;
  font-style: normal;
  opacity: 0.8;
  margin: 0px;
}

.button-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 144px;
  padding: 45px 0px;
  justify-content: space-between;
  border: none;
}

.btn-text-wrapper {
  align-items: center;
  gap: 40px;
  display: flex;
}

.button-section .button1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 0px 50px;
  color: white;
  border-radius: 12px;
  height: 80px;
  width: 80px;
  border: none;
  font-weight: 650;
  box-shadow: 2px 4px 4px rgba(20, 19, 19, 0.6);
  background: linear-gradient(214.02deg, #B75CFF 6.04%, #671AE4 92.95%);
  filter: drop-shadow(0px 4px 4px rgba(255, 254, 254, 0.25));
}

.button1 .p1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  color: white;
  line-height: 20px;
}

/* Media queries for responsive section-2 */
@media screen and (max-width: 1200px) {
  .section-2 .wrapper {
    padding: 0 20px;
  }

  .content-section {
    flex-direction: column;
    gap: 50px;
    align-items: center;
    text-align: center;
  }

  .content-section .heading {
    font-size: 50px;
  }

  .button-section {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .content-section .paragraph {
    font-size: 16px;
  }

  .button1 {
    padding: 0 30px;
    height: 60px;
    width: auto;
    min-width: 160px;
  }
}

@media screen and (max-width: 792px) {
  .content-section .paragraph {
    font-size: 16px;
  }

  .button1 {
    padding: 0 30px;
    height: 60px;
    width: auto;
    min-width: 160px;
  }

  .btn-text-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}


/*This is section-3*/

.section-3 {
  display: flex;
  background-color: rgb(255, 255, 255);
  gap: 80px;
  align-items: center;

}

.section-3 .wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 83px 0px;
  align-items: center;
  background-color: rgb(255, 255, 255);
  justify-content: space-around;
}

.mainbtn {
  display: flex;
  gap: 15px;
  padding: 45px 0px;
  background-color: white;
  justify-content: space-between;
}

.mainbtn .leftbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 350px;
  width: 200px;
  color: white;
  border: none;
  border-radius: 20px;

  background: linear-gradient(214.02deg, #B75CFF 6.04%, #671AE4 92.95%);
  filter: drop-shadow(0px 4px 4px rgba(255, 254, 254, 0.25));
}

.leftbtn .heading {
  display: flex;
  justify-content: center;

  margin-bottom: 0;
}

.leftbtn .paragraph {
  display: flex;
  max-width: 151px;
}



.mainbtn .rightbtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 400px;
  color: white;
  height: 350px;
  width: 200px;

  border: none;
  border-radius: 20px;
  background: linear-gradient(214.02deg, #B75CFF 6.04%, #671AE4 92.95%);
  filter: drop-shadow(0px 4px 4px rgba(255, 254, 254, 0.25));
}

.rightbtn .paragraph {
  display: flex;
  max-width: 151px;
}

.rightbtn .heading {
  display: flex;
  justify-content: center;

  margin-bottom: 0;
}

.sidebtn {
  display: flex;
  flex-direction: column;
}

.sidebtn>div>h1 {
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.3px;
}

.sidebtn .paragraph {
  display: flex;
  max-width: 600px;
  padding: 10px;
  opacity: 0.6;
  text-align: justify;
}



.sidebtn .name {
  display: flex;
  flex-direction: column;
  font-size: 10px;

}

.name .combiner {
  display: flex;
  flex-direction: row;
  gap: 10px;

}

.sidebtn .percent {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 50px;
  font-weight: 400;
  flex-direction: row;
}

.sidebtn .Name-paragraph {
  opacity: 0.6;

}

.sidebtn .paratext {
  padding: 20px;
}

.section-4 {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: black;

  flex: 1;


}

/* Media queries for responsive section-3 */
@media screen and (max-width: 768px) {
  .section-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .section-3 .wrapper {
    flex-direction: column;
    padding: 40px 0;
    align-items: flex-start;
    justify-content: center;
  }

  .mainbtn {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .mainbtn .leftbtn,
  .mainbtn .rightbtn {
    width: 100%;
  }

  .leftbtn .heading,
  .rightbtn .heading {
    font-size: 24px;
  }

  .leftbtn .paragraph,
  .rightbtn .paragraph {
    max-width: none;
  }

  .sidebtn {
    flex-direction: row;
    justify-content: space-between;
  }

  .sidebtn>div>h1 {
    font-size: 18px;
    line-height: 25px;
  }

  .sidebtn .paragraph {
    max-width: none;
    padding: 0;
  }

  .sidebtn .percent {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }

  .section-4 {
    text-align: center;
  }
}


/* Media query for responsive section-3 */
@media screen and (max-width: 768px) {
  .section-3 hr {
    max-width: 100%;
  }
}




/*This is section-4*/
.section-4 .wrapper-3 {
  display: flex;
  gap: 26px;
  flex-direction: column;
  flex: 1;

  align-items: center;
}

.wrapper-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  bottom: 120px;
}

.myProjects {
  color: rgb(103, 26, 228);
  font-size: 60px;
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;



}

.top-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.bottom-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

.flex-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #EDEEF2;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  width: 387.1px;

}

.box-1 {
  position: absolute;
  display: flex;
  flex-direction: row;
  border-radius: 15px;
  padding: 2px 12px;
  font-size: 15px;
  font-weight: 800;
  color: white;
  font-style: normal;
  letter-spacing: 1px;
  background: rgb(62, 84, 163);
  text-transform: uppercase;
  vertical-align: middle;
  top: 14px;

  right: 22px;
}

.box-2 {
  position: absolute;
  display: flex;
  flex-direction: row;
  border-radius: 15px;
  padding: 2px 12px;
  font-size: 15px;
  font-weight: 800;

  font-style: normal;
  letter-spacing: 1px;
  background-color: #e7ebf9;

  color: rgb(62, 84, 163);
  text-transform: uppercase;
  vertical-align: middle;
  top: 14px;

  right: 22px;
}

.image-section-3 {

  display: flex;
  align-items: center;
  width: 100%;

}

.image-section-3 img {
  max-width: 100%;
  height: auto;
  /* Additional styling for the image */
}

.content-section-1 {
  display: flex;
  flex-direction: column;

  padding: 10px;

}



.section-3-heading {
  display: flex;
  flex-direction: row;

  background: white;
  padding: 20px 0px;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: normal;
  font-weight: 400;
  color: black;
}

.section-3-heading-and-button {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;

}

.section-3-heading-and-button .heading-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.heading-section .headings-1 {
  color: rgb(106, 190, 205);
  font-family: Barlow, sans-serif;

  font-weight: 700;
  text-transform: uppercase;
}

.heading-section .headings-2 {
  color: rgb(62, 84, 163);
  font-family: Barlow, sans-serif;

  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.heading-section .headings-3 {
  color: rgb(207, 99, 144);
  font-family: Barlow, sans-serif;

  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
}

.headings-4 {
  background-color: transparent;
  color: rgb(170, 215, 66);
  font-family: Barlow, sans-serif;

  font-weight: 700;
  text-transform: uppercase;
}

.section-3-paragraph {
  display: grid;
  color: rgb(115, 115, 115);
  font-family: Heebo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px;

}

.button-section-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(170, 215, 66);
  box-sizing: border-box;
  color: white;
  border-radius: 9px;
}

.button-section-1 .number {
  background-color: rgb(170, 215, 66);
  color: rgb(255, 255, 255);
  font-family: Barlow, sans-serif;

  font-weight: 700;
  line-height: 1.5;
  margin: 0px;
  padding: 0px 5px;
}

.button-section-1 .text {
  color: rgb(170, 215, 66);
  font-family: Barlow, sans-serif;
  padding: 0px 10px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0px;
  text-transform: uppercase;
}

.button-section-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(106, 190, 205);
  box-sizing: border-box;
  color: white;
  border-radius: 9px;
}

.button-section-2 .number {
  background-color: rgb(106, 190, 205);
  color: rgb(255, 255, 255);
  font-family: Barlow, sans-serif;

  font-weight: 700;
  line-height: 1.5;
  margin: 0px;
  padding: 0px 5px;
}

.button-section-2 .text {
  color: rgb(106, 190, 205);

  font-family: Barlow, sans-serif;
  padding: 0px 10px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0px;
  text-transform: uppercase;
}

.button-section-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(241, 182, 4);
  ;
  box-sizing: border-box;
  color: white;
  border-radius: 9px;
}

.button-section-3 .number {
  background-color: rgb(241, 182, 4);
  ;
  color: rgb(255, 255, 255);
  font-family: Barlow, sans-serif;

  font-weight: 700;
  line-height: 1.5;
  margin: 0px;
  padding: 0px 5px;
}

.button-section-3 .text {
  color: rgb(241, 182, 4);
  ;

  font-family: Barlow, sans-serif;
  padding: 0px 10px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0px;
  text-transform: uppercase;
}



.section-4 .paratext {
  display: flex;
  max-width: 800px;
  opacity: 0.5;

}

/* Media queries for responsive section-4 */
@media screen and (max-width: 1200px) {
  .section-4 .wrapper-3 {
    gap: 20px;
  }
}

@media screen and (max-width: 992px) {
  .section-4 .flex-items {
    width: 100%;
  }

  .section-4 .box-1,
  .section-4 .box-2 {
    top: -10px;
    right: 10px;
  }

  .section-4 .image-section-3 img {
    max-width: 100%;
    height: auto;
  }

  .section-4 .section-3-heading-and-button {
    flex-direction: column;
    gap: 20px;
  }

  .section-4 .section-3-heading {
    padding: 10px 0;
    font-size: 24px;
  }

  .section-4 .button-section-1,
  .section-4 .button-section-2,
  .section-4 .button-section-3 {
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  .section-4 .button-section-1 .number,
  .section-4 .button-section-2 .number,
  .section-4 .button-section-3 .number {
    margin-right: 5px;
    padding: 0 3px;
  }

  .section-4 .button-section-1 .text,
  .section-4 .button-section-2 .text,
  .section-4 .button-section-3 .text {
    margin-left: 5px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .section-4 .wrapper-3 {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 60px;
  }

  .section-4 .flex-items {
    width: 100%;
  }

  .section-4 .box-1,
  .section-4 .box-2 {
    top: -10px;
    right: 10px;
  }

  .section-4 .image-section-3 img {
    max-width: 100%;
    height: auto;
  }

  .section-4 .section-3-heading-and-button {
    flex-direction: column;
    gap: 20px;
  }

  .section-4 .section-3-heading {
    padding: 10px 0;
    font-size: 24px;
  }

  .section-4 .button-section-1,
  .section-4 .button-section-2,
  .section-4 .button-section-3 {
    width: 100%;
    padding: 15px;
    text-align: center;
  }

  .section-4 .button-section-1 .number,
  .section-4 .button-section-2 .number,
  .section-4 .button-section-3 .number {
    margin-right: 5px;
    padding: 0 3px;
  }

  .section-4 .button-section-1 .text,
  .section-4 .button-section-2 .text,
  .section-4 .button-section-3 .text {
    margin-left: 5px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .section-4 .wrapper-3 {
    padding-bottom: 40px;
  }

  .section-4 .section-3-heading {
    font-size: 20px;
  }

  .section-4 .button-section-1,
  .section-4 .button-section-2,
  .section-4 .button-section-3 {
    padding: 10px;
  }

  .section-4 .button-section-1 .number,
  .section-4 .button-section-2 .number,
  .section-4 .button-section-3 .number {
    margin-right: 3px;
    padding: 0 2px;
  }

  .section-4 .button-section-1 .text,
  .section-4 .button-section-2 .text,
  .section-4 .button-section-3 .text {
    margin-left: 3px;
    padding: 0 5px;
    font-size: 12px;
  }
}


/*This is section-5*/
.section-5 {
  display: flex;
  color: white;
  background-color: rgb(54, 49, 49);
  padding: 60px;


}

.section-5 .wrapper {
  display: flex;
  gap: 26px;
  flex-direction: column;
  flex: 1;

  /* background-color: black; */
  align-items: center;
}

.section-5 .wrapper .message {
  display: flex;
  max-width: 900px;
  font-weight: 450;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 2.3px;
  text-align: center;


}

.section-5 .wrapper .form {
  display: flex;
  justify-content: space-between;
  gap: 350px;
  border: none;
}

.form input[type="text"] {
  width: 300px;
  padding: 10px;
  border-radius: 20px;
  background-color: white;
}

.form .cont1 {
  display: flex;
  gap: 100px;
  width: 100px;
  flex-direction: column;
}

.form .cont1 textarea {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 100px;

  border-radius: 5px;
  background: white;

  border: none;
  font-size: 16px;

}

::placeholder {
  color: #999;

}

.form .cont2 {
  display: flex;
  gap: 100px;
  flex-direction: column;
}

.name {
  border: none;
}

.wrapper .Send-message {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 720px;

}

.Send-message ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.Send-message ul a {
  display: flex;
  color: white;
  text-decoration: none;

}


.Send-message ul img {
  display: flex;
  background-color: white;
  width: 12px;
  height: 10px;
}

/* Media queries for responsive section-5 */
@media screen and (max-width: 1200px) {
  .section-5 .wrapper {
    gap: 20px;
  }

  .section-5 .form {
    justify-content: center;
    gap: 20px;
  }

  .section-5 .wrapper .message {
    font-size: 30px;
    line-height: 40px;
  }

  .section-5 .form input[type="text"] {
    width: 250px;
  }

  .section-5 .form .cont1,
  .section-5 .form .cont2 {
    gap: 50px;
  }

  .section-5 .form textarea {
    width: 250px;
    height: 80px;
  }
}

@media screen and (max-width: 992px) {
  .section-5 .wrapper {
    padding: 40px;
  }

  .section-5 .form {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .section-5 .form input[type="text"],
  .section-5 .form textarea {
    width: 100%;
    max-width: 300px;
  }

  .section-5 .wrapper .Send-message {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .section-5 .wrapper .message {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 480px) {
  .section-5 .wrapper {
    padding: 20px;
  }

  .section-5 .wrapper .message {
    font-size: 20px;
    line-height: 30px;
  }

  .section-5 .form {
    gap: 10px;
  }

  .section-5 .form input[type="text"],
  .section-5 .form textarea {
    width: 100%;
    max-width: 100%;
  }
}


/*This is footer*/
.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;

  background-color: black;
}

.end-logos {
  display: flex;
  align-items: center;

  flex-direction: column;
}

.logo-end {}

.Created-by {
  display: flex;
  align-items: center;
  color: white;
  letter-spacing: 3px;
  line-height: 40px;
  font-size: 15px;
}

/* Media queries for responsive footer */
@media screen and (max-width: 1200px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }

  .end-logos {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .Created-by {
    font-size: 14px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .Created-by {
    font-size: 12px;
    line-height: 25px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 20px;
  }

  .end-logos {
    gap: 10px;
  }

  .logo-end {
    width: 80px;
    height: 80px;
  }

  .Created-by {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 2px;
  }
}