h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
ul {
  list-style: none;
}
/* fonts */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/Circular-Std-Font.ttf");
}

/* shash kay  */

/* button {
    background: linear-gradient(to left,#AD1115 50%, #fff 50%);
    background-position: left bottom;
    transition: all .6s ease-out;
    background-size: 200% 100%;
}
button:hover{
  background-position: right bottom;
} */

/* inner scroll side bar  */

/* className::-webkit-scrollbar {
	width: 4px;
} */
/* Track */

/* className::-webkit-scrollbar-track {
	background: #d4d4d4 ;
} */
/* Handle */

/* className::-webkit-scrollbar-thumb {
	background: #790101 ;
} */
/* Handle on hover */

/* className::-webkit-scrollbar-thumb:hover {
	background: #8b8b8b;
}  */

/* custom  */

/* header */

header .desktop-header {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  top: 0;
}
header .desktop-header .header-menu ul {
  display: flex;
}
header .desktop-header .header-menu ul li {
  padding-left: 36px;
}
header .desktop-header .header-menu ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #272d4e;
}
header .desktop-header .header-login {
  float: right;
}
header .desktop-header .header-login .login {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #272d4e;
  padding: 0 20px;
}
header .desktop-header .header-login .get-started {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  background-color: #7854f7;
  padding: 10px 20px;
  border-radius: 5px;
}
header .desktop-header .header-login .icon {
  padding: 0 20px;
  color: #272d4e;
}
/* banner */
section.banner {
  padding: 100px 0 0 0;
  background-image: url("../images/group-1/banner-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.banner .banner-content {
  float: right;
  padding-top: 65px;
}
section.banner .banner-content h1 {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  color: #272d4e;
}
section.banner .banner-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #94a2b3;
  padding: 28px 0;
}
section.banner .banner-content .start-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  background-color: #7854f7;
  border-radius: 30px;
  padding: 17px 20px;
}
section.banner .banner-content .or-btn span {
  color: #94a2b3;
  padding: 0 10px;
}
section.banner .banner-content .or-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #299ef3;
}
.group-1 .heading h1 {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  padding-bottom: 20px;
}

/* group-2 */
section.group-2 {
  /* padding: 120px 0; */
}
.group-2 .items h3 {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #272d4e;
}
.group-2 .items p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #94a2b3;
  padding: 10px 0;
}
.group-2 .items .items-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #299ef3;
}
.group-2 .items .item-text-1 {
  width: 79%;
  float: right;
}
.group-2 .items .item-text-2 {
  width: 90%;
  float: right;
}
.group-2 .items .item-text-3 {
  width: 90%;
  float: right;
}
/* group-3 */
.group-3 {
  background-image: url("../images/group-3/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 81px 0;
  margin: 150px 0;
  position: relative;
  width: 100%;
}
.group-3 .group-3-text {
  width: 56%;
}
.group-3 .group-3-text h1 {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  padding-bottom: 15px;
}
.group-3 .group-3-text p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 30px;
}
.group-3 .group-3-text .group-3-btn {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  background-color: #70c217;
  padding: 10px 20px;
  border-radius: 30px;
}
.group-3 .float-cls {
  float: right;
  padding-top: 150px;
}
.group-3 .img-2 img {
  position: absolute;
  bottom: -90px;
  width: 423px;
}
.group-3 .img-1 img {
  position: absolute;
  top: -24px;
  width: 428px;
}

/* group-4 */
.group-4 .group-4-content h1 {
  font-family: "Circular Std";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 70px;
  color: #272d4e;
  padding-bottom: 20px;
}
.group-4 .group-4-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #94a2b3;
}

/* group-5 */
.group-5 {
  background-color: #5f37ef;
  padding: 40px 0;
}
.group-5 .group-5-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.group-5 .group-5-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
}
.group-5 .group-5-content .get-started a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 20px;
  border: 2px solid white;
  color: #ffffff;
  border-radius: 35px;
}

/* footer */
footer {
  background-color: #7854f7;
  color: white;
  padding: 20px 0;
}
footer .sub-footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0 60px 0;
}
footer .sub-footer p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 52px;
  color: #ffffff;
  padding: 20px 0;
}
footer .sub-footer p i {
  padding-right: 10px;
  font-size: 30px;
}
footer .footer-logo {
  text-align: center;
  padding: 30px 0;
}
footer .footer-menu h1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 52px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .footer-menu ul li a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
}
.copyright {
  padding: 10px 0;
}
.copyright .social-icons a:nth-child(1) {
  padding: 0;
}
.copyright .social-icons a {
  padding-left: 20px;
  font-size: 15px;
  color: #272d4e;
}
.copyright .paragraph p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #272d4e;
}
