

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

* {
  font-family: 'Roboto', sans-serif;
}

.container {
  margin: 0 auto;
}


/*
===============
header-area
===============
*/

.header-area {
  background: url(images/header_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.blur_bg {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(32px);
  padding: 20px 0;
}

.hrd__nav li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #828282;
  margin: 0 30px 0 0;
  display: inline-block;
  padding: 0 !important;
  transition: 0.3s all ease-in-out;
}

.hrd__nav li a:hover,#active_a {
  color: #FFFFFF;
}

.hrd__nav li span {
  transition: 0.3s all ease-in-out;
}

#active_a span {
  opacity: 1;
}

.hrd__nav li a:hover span {
  opacity: 1;
}

.hrd__nav li span {
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 20px;
  opacity: 0;
  margin: 0px 0 8px 0;
}

.main_logo {
  padding-top: 100px;
}
.main_logo img{
  width:600px;
  padding-bottom: 70px;
}
.main_logo p, .main_logo h1{
  color: #ffffffed;
  font-size: 27px;
  letter-spacing: 2px;
  padding: 0px 20px 0px 20px;
  filter: blur(0.4px);
}
/*
==================
buisness-area
==================
*/

.buisness-area, .clients-area {
  padding: 100px 0;
}

.buis_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.buisness-area h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  background: linear-gradient(94.35deg, #00CFFF 4.63%, #C24AD2 91.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 17px;
  display: inline-block;
}

.buisness-area h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 80px;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 30px;
}

.buisness-area p {
  font-weight: 400;
  font-size: 19px;
  line-height: 40px;
  color: #828282;
  margin: 0;
}

.buisness-area1-p{
  padding: 0px 100px 0 0px;
}

.buisness-area2-p {
  padding: 0 0 0 0;
}

.founder-img {
  max-width: 240px;
  width: 100%;
  margin: 0 auto
}

.seo-process{
  text-align: center;
}

.seo-process img{
  margin-left:20px;
  margin-right:5px;
}

.diagram-wrapper {
  position: relative;
}

/* Toolbar in the top-right of the frame */
.diagram-toolbar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  gap: 6px;
}

.btn-zoom {
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px 20px;
  font-size: 17px;
  border-radius: 4px;
}

.btn-zoom:hover {
  background: #f3f3f3;
  cursor: pointer;
}

/* The visible frame area */
.diagram-frame {
  width: 100%;
  height: 380px;
  max-height: 500px;       /* adjust height as you like */
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
  overflow: hidden;        /* hides parts of the image when panned */
  position: relative;
  cursor: grab;
  touch-action: none;      /* needed for custom dragging on touch devices */
  margin-bottom: 30px;
}

.diagram-frame.dragging {
  cursor: grabbing;
}

/* The image we pan/zoom */
.diagram-image {
  user-select: none;
  pointer-events: none;    /* drag the frame, not the image */
  transform-origin: 0 0;   /* we’ll translate from top-left */
  display: block;
}


/*
==================
offer-area
==================
*/

.offer-area {
  /*background-color: #e8f6fd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
  background: linear-gradient(to right, #c553d3 15%, #14cefd);
  padding: 100px 0 130px;
}

.ofr_content h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 17px;
  display: inline-block;
}

.ofr_content h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 80px;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.offer-area h2, .offer-area h3{
  color: white;
}

.custom_box {
  background: #FFFFFF;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.05);
  padding: 50px;
}

.custom_box img{
  width: 150px;
}

.custom_box2 {
  background: #000000;
  box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.05);
  padding: 50px;
  border: 1px solid #555555;
  border-radius: 10px;
}

.custom_box2 img{
  width: 80%;
}

.custom_box2 a{
		color: white;
}

img.diagram-frame{
  width: 600px;
}

.custom_box h3 {
  font-weight: 800;
  font-size: 25px;
  line-height: 45px;
  color: #333333;
  margin: 40px 0 16px;
  text-align: center;
}

.custom_box p, .custom_box li {
  font-weight: 400;
  font-size: 19px;
  line-height: 40px;
  color: #828282;
  margin: 0;
}

.custom_box p, .custom_box ul{
  margin-bottom: 20px;
}

.custom_box button{
  padding: 15px 0px;
  width: 280px;
  background-color: #106eed;
  color: white;
  font-weight: bold;
  border: none;
  display: block;
  margin: 40px auto;
  font-size: 19px;
}
.custom_box button:hover{
  opacity: 80%;
}

.sample-area button{
  padding: 15px 27px;
  background-color: #106eed;
  color: white;
  font-weight: bold;
  border: none;
  display: block;
  margin: 10px auto;
  margin-top: 40px;
  font-size: 20px;
}
.sample-area button:hover{
  opacity: 80%;
}


/*
=============
sample-area
=============
*/


.clients-area{
  background:rgb(0, 0, 0);
}

.clients-area .custom_box{
  background-color: black;
  margin: 0 auto;
}

.clients-area h3, .seo-process h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  background: linear-gradient(94.35deg, #00CFFF 4.63%, #C24AD2 91.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 50px;
  display: inline-block;
}

.clients-area h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 80px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 30px;
}

.clients-area h4, .clients-area p{
  color: white;
}


/*
=============
sample-area
=============
*/

.sample-area {
  background: url(images/sample_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 225px 0;
}

.sample-area h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 80px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}




/*
=================
contact-area
=================
*/

.contact-area {
  background: url(images/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 104px;
}

.cnt_text h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin: 0 0 17px;
}

.cnt_text h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 80px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 60px;
}

.cnt_text ul li a {
  display: inline-block;
  margin: 0 0 24px;
  color: white;
}

.cnt_text ul li span {
  display: inline-block;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin: 0 0 0 0px;
}

.contact__form {
  background: #FFFFFF;
  padding: 50px;
  height: 100%;
}

.contact__form .d-flex {
  gap: 30px;
}

.contact__form .d-flex input {
  width: 50%;
}

.contact__form input,
.contact__form textarea {
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #828282;
  padding: 20px 25px;
  background: #F2F2F2;
  border: none;
  margin: 0 0 30px;
}

.contact__form input:focus,
.contact__form textarea:focus {
  outline: none;
}

.contact__form textarea {
  width: 100%;
  padding-bottom: 27px;
}

.contact-info-area{
  border: 1px solid white;
  border-radius: 20px;
  padding: 60px;
}

.contact__form [type="submit"] {
  border: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 25px 87px;
  background: #333333;
  margin: 16px 0 0;
}

.contact-image{
  margin-right: 10px;
}

.address-2{
  padding-left: 50px;
}

.address-3{
  padding-left: 50px;
}

.linkedin-contact{
  padding-top: 20px;
  padding-bottom: 20px;
}


/*
=================
footer-area
=================
*/

.footer-area {
  padding: 80px 0 0;
  background: #0D101C;
}

.footer-area a {
  display: inline-block;
  color: #ffffff;
}

.footer-area p {
  font-weight: 400;
  font-size: 14px;
  color: #BDBDBD;
  background: #0D101C;
  margin: 0;
  height: 63px;
}

.footer-area img{
  padding-bottom: 30px;
}

.second-flag{
  margin-left: 20px;
}


/*scroll to top btn*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #867ED6;
  color: white;
  cursor: pointer;
  padding: 13px 20px;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
}

#myBtn:hover {
  background-color: #B952D3;
}





