@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* General Styles */
:root {
  --mainColor: #64bcf4;
  --hoverColor: #5bacdf;
  --backgroundColor: #f1f8fc;
  --darkOne: #312f3a;
  --darkTwo: #45424b;
  --lightOne: #919191;
  --lightTwo: #aaa;
}

*, 
*::before, 
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
}

img {
  width: 100%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.big-wrapper {
  position: relative;
  padding: 1.7rem 0 2rem;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: var(--backgroundColor);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  position: relative;
  max-width: 81rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  z-index: 10;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
}

.text_gen {
  font-size: 1.1rem;
  color: var(--darkTwo);
  line-height: 2.1;
}

.section {
  padding: 7rem 0;
}

.image {
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
  
}

.title {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 0.6rem;
  color: var(--darkOne);
}

.title:before {
  content: attr(data-title);
  display: block;
  margin-bottom: 0.4rem;
  color: var(--mainColor);
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.title:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 5px;
  border-radius: 3px;
  background-color: var(--mainColor);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} 

/* End General Styles */

/* Start Header Styles */


header .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  cursor: pointer;

}

.logo img {
  width: 40px;
  margin-right: 0.6rem;
  margin-top: -0.6rem;
}

.logo h3 {
  color: var(--darkTwo);
  font-size: 1.55rem;
  line-height: 1.2;
  font-weight: 700;
}

.links ul {
  display: flex;
  list-style: none;
  align-items: center;

}

.links a {
  color: var(--lightTwo);
  margin-left: 4.5rem;
  display: inline-block;
  font-size: 1.25rem;
  transition: 0.3s;  
}

.links a:hover {
  color: var(--hoverColor);
  transform: scale(1.05);
}

.btn {
  display: inline-block;
  padding: 0.9rem 1.9rem;
  color: #fff !important;
  background-color: var(--mainColor);
  border-radius: 25px;
  text-transform: capitalize;
  transition: 0.3s;
}
.btn:hover {
  background-color: var(--hoverColor);
  transform: scale(1) !important;
}
/* End Header Styles */

.showcase-area .container.grid-2 {
  display: grid;
  grid-template-columns: 2.5fr 3.5fr;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 6rem);
  padding-bottom: 2.5rem;
}

.big-title {
  font-size: 1.4rem;
  color: var(--darkOne);
  text-transform: capitalize;
  line-height: 1.4;
}

.text {
  color: var(--lightOne);
  font-size: 1.1rem;
  margin: 1.9rem 0 2.5rem;
  max-width: 600px;
  line-height: 2.3;
  font-weight: 500;
}

.showcase-area .btn {
  box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.05);
}

.person {
  width: 123%;
  transform: translate(15%, 25px);
}

.toggle-btn {
  display: inline-block;
  border: none;
  background: var(--darkTwo);
  color: var(--backgroundColor);
  outline: none;
  cursor: pointer;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  font-size: 1.1rem;
  transition: 0.3s;
}

.toggle-btn i {
  line-height: 39px;
}

.toggle-btn i:last-child {
  display: none;
}

.toggle-btn:hover {
  background-color: var(--mainColor);
}

.shape {
  position: absolute;
  z-index: 0;
  width: 500px;
  bottom: -180px;
  left: -15px;
  opacity: 0.1;
}

/* Features */
.features {
  position: relative;
  width: 100%;
  max-height: 1480px;
  background-color: var(--backgroundColor);

}

.background-bg{
  position: absolute;
  width: 100%;
  height: 320px !important;
  top: 0;
  left: 0;
  background-color: var(--mainColor);
}

.section-header {
  text-align: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.title2 {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  line-height: 1;
  font-size: 2.5rem;
  margin-bottom: 0.6rem;
  color:#fff !important;
}

.title2:before {
  content: attr(data-title);
  display: block;
  margin-bottom: 0.4rem;
  color: #fff !important;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.title2:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff !important;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tit_txt {
  color: #fff;
}

.feature1.grid-2 {
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.feature2.grid-2 {
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.feature1.grid-2 .feat-title {
  font-size: 1.4rem;
  color: var(--darkOne);
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.feature2.grid-2 .feat-title {
  font-size: 1.4rem;
  color: var(--darkOne);
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.img-element {
  max-width: 650px;
  padding: 2rem;
  border-radius: 18%;
  overflow: hidden;
}

.feature2.grid-2 .left {
  text-align: right;
}

/* End Features */

/* About */

.followme-wrap {
  display: flex;
  padding-top: 20px;
}

.followme {
  display: flex;
  align-items: center;
}

.followme h3 {
  color: var(--darkTwo);
  font-weight: 500;
  font-size: 1.3rem;
}

.followme .footer-line {
  width: 60px;
  height: 2px;
  background-color: var(--darkTwo);
  margin: 0 1.2rem;
  display: inline-block;
}

.social-icon a {
  color: var(--lightTwo);
  transition: 0.3s;
  margin: 0 10px;
  font-size: 3rem;
  display: inline-block;
}

.social-icon a:hover {
  color: var(--mainColor);
}

.back-btn-wrap {
  margin-left: 2.5rem;
}

.back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: var(--mainColor);
  border-radius: 50%;
  font-size: 1.2rem;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.back-btn:hover {
  background-color: var(--lightTwo);
}

.title-sm {
  font-size: 1.4rem;
  color: var(--darkOne);
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 1rem;
}

/* End of About */