*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Oswald",  'Arial Narrow', Arial, sans-serif;;
  scroll-behavior: smooth;
  scrollbar-color: #dacccc #242323;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none; 
}
::selection {
  background-color: var(--main-blackish);
  color: var(--text-color1);
}
::-moz-selection {   /*   For Firefox :(     */
  background-color: var(--main-blackish);
  color: var(--text-color2);
}
:root{
  --bg-color: #0c0c0c;
  --text-color1: #f3e7e7;
  --text-color2: #dacccc;
  --main-color: #39393d;
  --main-blackish: #242323;
  --gradient: linear-gradient(45deg, #ff3366, #ff6b6b, #4834d4, #686de0);
  --glass-bg: rgba(255, 255, 255, 0.05);
  --menu-bar: #242323fb;
  --border: 1px solid rgba(255, 255, 255, 0.1);
  --shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  --big-font: 4rem;
    --p-font: 4rem;
}
html{
  max-width: 100%;
  overflow-x: hidden;
}
body{
  background: var(--bg-color);
  color: var(--text-color1);
  max-width: 100%;
  overflow-x: hidden;
}
header{
  border-bottom: 1.4px solid var(--main-color);
  position: fixed;
  backdrop-filter: blur(20px);
  background-color: var(--menu-bar);
  width: 100%;
  height: 90px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  transition: all .50s ease;
}
.logo{
  margin-left: 1.3%;
}
.logo img{
  width: 70px;
  height: 60px;
    
}
.hamburger {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 40px;
  right: 30px;
  width: 35px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.bar{
  width: 37px;
  height: 2px;
  background-color: white;
  transition: 0.3s;
}
.bar-3{
opacity: 0;
}
.navlist{
  list-style: none;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
.navlist li{
  display: inline-block;
 
}
.navlist li a{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color2);
  position: relative;
  display: inline-block;
  margin: 11px 30px 0px 30px;
}

.navlist  li a:hover{
  color: var(--text-color1);
}
.navlist  li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--text-color1);
  transition: width 0.3s ease-in-out;
}
.navlist  li a:hover::after {
  width: 100%;
}
.right-content{
  display: flex;
  align-items: center;
}
.nav-btn{
  display: inline-block;
  padding: 6px 7px;
  border: 1.3px solid var(--text-color2);
  border-radius: 30px;
  color: var(--text-color2);
  font-size: 24px;
  font-weight: 500;
  transition: all .6s ease;
  margin: 4px 30px 0px 30px;

}
.nav-btn:hover{
  transform: translateY(-7px);
  border: 1.4px solid var(--text-color1);
  color: var(--text-color1);
  background-color: var(--bg-color);
  transition: all .6s ease;
    
}
#menu-icon{
  font-size: 49px;
  z-index: 10001;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}
section{
  padding: 0 4%;
}
#hero{
  position: relative;
  width: 100%;
  height: 680px;
  background: url(img/bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.hero-img{
  height: 380px;
  width: 380px;
  margin: 150px auto auto auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  object-position: center;
}
.hero-img img{
  width: 380px; 
  height: 380px;
  object-fit: contain; 
}
.hero-text{
  margin: 60px 0px 40px 0px;
}
.hero-text h1{
  font-size: 4rem;
  font-weight: 700;
  margin: 2px 0;
  color: var(--text-color1); 
}
.hero-text h3{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color2);
}
.hero-text p{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color2);
  /* margin-bottom: 10px; */
}
#hero span{
  color: var(--text-color1);
  text-transform: uppercase;
}
.hero-text{
  margin: 120px 0px 0px 0px;
}
.main-hero{
  display: flex;
  align-items: center;
}
.hero-text hr{
  margin: 50px 0px 50px 0px;
}
.scroll-down{
  margin: -40px auto auto auto;
}
.scroll-down i{
  color: var(--text-color2);
  font-size: 40px;
  font-weight: 700;
}
.scroll-down h2{
  color: var(--text-color2);
  font-size: 24px;
  font-weight: -300;
}
#About{
  position: relative;
  width: 100%;
  height: 690px;
  background: url(img/white\ bg.png);
  background-attachment: fixed;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
}
.About-box1{
  margin: 101px 0px 0px 0px;
}
.About-box1 hr{
  margin: 70px 0px 50px 0px;
}
.About-box1 h3{
  color: var(--bg-color);
  margin: -40px 0px 0px 0px;
  font-size: 4rem;
}
.About-box1 p{
  margin: -14px 0px -60px 0px;
  color: var(--main-color);
  font-size: 24px;
  font-weight: 600;
}
#About span{
  color: var(--bg-color);
}
.About-box2{
  height: 380px;
  width: 380px;
  margin: 180px auto auto auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  object-position: center;
}
.About-box2 img{
  width: 380px;
  height: 380px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
}
.scroll-down-about{
  margin: -100px 0px 20px 97px;
}
.scroll-down-about i{
  color: var(--main-blackish);
  font-size: 40px;
  font-weight: 700;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logos {
  overflow: hidden;
  padding: 10px 0;
  margin: -80px 0 0 0;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  backface-visibility: hidden;
}
.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  content: "";
  z-index: 2;
}
.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--text-color2));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--text-color2));
}
.logos-slide {
  display: flex;
  animation: slide 17s linear infinite;
}
.logos-slide img {
  height: 50px;
  margin: 0 40px;
  flex-shrink: 0;
  color: #0c0c0c;
}
@media (max-width: 600px) {
  .logos-slide img {
    height: 35px;
    margin: 0 25px;
  }
}

/* ----------- Project Section Starts here ---------*/

#Projects{
  position: relative;
  width: 100%;
  height: 670px;
  background: url(img/bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  text-align: center;
  align-items: center;
}
.cloneable {
  padding: 170px 0px 0px 0px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  display: flex;
  position: relative;
  font-size: 1.1vw;
}
.tab-container {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  flex-flow: column;
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  margin: 30px auto 0px auto;
  display: flex;
}
.tab-layout-container {
  width: 100%;
  height: 100%;
  margin: 70px auto  auto auto;
}
.tab-container-bottom {
  grid-column-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  margin: 190px auto auto auto;
}
.tab-container-top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0 80px;
  margin: 180px auto auto auto ;
}
.tab-layout-col {
  padding: 0 0 0 30px;
  width: 50%;
}
.scroll-down-projects i{
  margin: -700px 0px 0px 0px;
  font-size: 40px;
  font-weight: 700;
  color: var(--text-color2);
}
.tab-content-wrap {
  width: 100%;
  min-width: 24em;
  position: relative;
  margin: -100px auto 110px auto;
}
.content-button__bg {
  background-color: #efeeec;
  border-radius: 30px;
  position: absolute;
  inset: 0%;
}
.content-p {
  margin: auto;
  font-size: 24px;
  line-height: 1.4;
  color: var(--text-color1);
}
.tab-button__bg {
  background-color: #efeeec0f;
  border: 1px solid #efeeec14;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.tab-content-item {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  visibility: hidden;
  margin: auto;
  align-items: center;
  align-content: center;
  text-align: center;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  color: var(--text-color2);
}
.tab-content-item.active {
  visibility: visible;
}
.tab-content-item p{
  margin: 20px auto auto auto;
}
.tab-content-item p a i{
  color: var(--text-color1);
  font-size: 33px;
  font-weight: 700;
}
.tab-layout {
  grid-row-gap: 3em;
  flex-flow: wrap;
  width: 100%;
  min-height: 37em;
  display: flex;
  position: relative;
}
.filter-bar {
  background-color: #efeeec0f;
  border: 1px solid #efeeec14;
  border-radius: 30px;
  padding: 4px;
  display: flex;
  margin: -6px auto auto auto;
}
.filter-button {
  background-color: #0000;
  border: 1px solid #efeeec00;
  padding: 1em 2em;
  transition: border-color .2s;
  position: relative;
  text-align: center;
}
.filter-button.active {
  border-color: #efeeec4d;
  border-radius: 30px;
  text-align: center;
}
.filter-button__p {
  font-size: 17px;
  font-weight: 400;
  position: relative;
  color: var(--text-color1);
}
.tab-visual-wrap {
  width: 100%;
  height: 100%;
  margin: auto auto auto 4.2rem;
}
.tab-visual-item {
  filter: grayscale(90%);
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 400px; 
  height: 400px;
  object-fit: contain;
  display: flex;
  position: absolute;
  margin: auto auto auto auto;
  transition: all 0.4s ease;
  }
.tab-visual-item img:hover {
  transform: scale(1.05);
  z-index: 10;
}
.tab-visual-item.active {
  visibility: visible;
}
.tab-image {
  margin:  0 auto;
  width: 490px;
  height: 700px;
  object-fit: contain;
}
.tab-content__heading {
  padding-bottom: -70px;
  letter-spacing: -.02em;
  margin: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.tab-layout-heading {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
 }
.tab-content__button {
  color: #dacccc;
  justify-content: center;
  align-items: center;
  height: 4em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
}
.tab-layout-container hr{
  width: 93%;
  margin: -70px auto -200px auto;
}
.textee {
  color: rgb(0, 0, 0);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: sans-serif;
}
.overlayFade{
  height: 100%;
  width:100%;
  top:0;
  left:0;
  background-color: #555251bd;
}
.overlay {
  position: absolute;
  opacity: 0;
  transition:all .3s ease;
  background-color: #ffffff;
}
.tab-visual-item.active:hover .overlay,.tab-visual-item.active:hover .overlayFade {
  opacity: 0.6;
}
#Resume{
  margin-top: 0;
  overflow: hidden;
}
.call-to-action {
  background: url(img/pexels-pixabay-247791\(1\).jpg);
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 440px;
  text-align: center;
  align-content: center;
  justify-content: center;
  margin-top: 0px;
  padding: 0;
}

.call-to-action::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--bg-color);
  opacity: .8;
}

.call-action-content::before,
.call-action-content::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 700px;
  height: 1px;
  background-color: var(--text-color2);
  transform: translateX(-50%);
}
.call-action-content::after {
  bottom: 100px; /* Line below */
}
.call-action-content{
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 700px;
  margin: -40px auto auto auto;  
}
.call-action-content .action-title { 
  justify-content: center;
  font-size: 45px;
  font-weight: 700;
  color: var(--text-color2);
  padding: -10px 0px 0px 0px;
}
.call-action-content p {
  color: var(--text-color2); 
  padding: -120px 0px 40px 0px;
  font-size: 24px; 
  font-weight: 400;
}
.call-action-content ul li { 
  display: inline-block;
  margin: 20px 0px 0px 0px;
}

.btn-1{
  display: inline-block;
  padding: 4px 7px;
  border: 1px solid var(--text-color1);
  margin: 0px 10px 0px 10px;
  border-radius: 30px;
  color: var(--bg-color);
  background-color: var(--text-color1);
  font-size: 24px;
  font-weight: 500;
  transition: all .6s ease;
}
.btn-1:hover{
  transform: translateY(-5px);
  border: 1px solid var(--text-color2);
  color: var(--bg-color);
  background-color: var(--text-color2);
}
.btn-2{
  display: inline-block;
  padding: 4px 9px;
  border: 1px solid var(--text-color1);
  margin: 0px 10px 0px 10px;
  border-radius: 30px;;
  color: var(--text-color1);
  font-size: 24px;
  font-weight: 500;
  transition: all .6s ease;
}
.btn-2:hover{
  transform: translateY(-5px);
  border: 1px solid var(--text-color2);
  color: var(--text-color2);
  background-color: var(--bg-color);
  background-color: var(var(--text-color2))
}
#Testimonials{
  position: relative;
  width: 100%;
  height: 650px;
  background: url(img/white\ bg.png);
  background-attachment: fixed;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
}
.Testimonials-box1{
  margin: 40px 0px 0px 0px;
}
.Testimonials-box1 hr{
  margin: 60px 0px 30px 0px;
}
.Testimonials-box1 h3{
  color: var(--bg-color);
  margin: -40px 0px 0px 0px;
  font-size: 4rem;
}
.Testimonials-box1 p a i{
  color: var(--bg-color);
  padding: 10px 0px 0px 0px;
  font-size: 30px;
  font-weight: 700;
}
.what-clients-say{
  display: inline-block;
  filter: grayscale(100%);
  margin: 0px 0px 0px 20px;
}
.what-clients-say-image img{
  filter: grayscale(80%);
  height: 100px;
  width: 180px;
  border-radius: 10px;
}
.Testimonials-box1 p{
  color: var(--main-color);
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0px -30px 0px;
}
.Testimonials-box1 a{
  color: var(--main-color);
}
.Testimonials-box1 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  transition: width 0.3s ease-in-out;
}
#Testimonials span{
  color: var(--bg-color);
}
.Testimonials-box2{
  height: 380px;
  width: 380px;
  margin: 140px auto auto auto;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  object-position: center;
}
.Testimonials-box2 img{
  width: 380px;
  height: 380px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
}
.scroll-down-Testimonials i{
  margin: 40px 0px 0px 0px;
  font-size: 40px;
  font-weight: 700;
  color: var(--main-blackish);
}
#pricing{
  position: relative;
  width: 100%;
  height: 100%;
  background: url(img/bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  align-items: center;
  text-align: center;
  padding: 0;
}
#pricing h3{
  padding: 100px 0px 0px 0px;
  color: var(--text-color1);
  font-size: 4rem;
}
#pricing h4{
  color: var(--text-color2);
  font-size: 24px;
}
.pricing-card-holder{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 4px;
}
.card-1{
  margin: 40px 30px 80px 30px;
  height: 380px;
  width: 360px;
  padding: 20px 20px 20px 20px;
  border: 1.4px solid var(--main-color);
  border-radius: 30px;
  color: var(--text-color2);
}
.card-1 h1 i{
  color: var(--text-color2);
  width: 0px;
  height: -1px;
  margin: 0px 40px 0px 0px;
}
.card-1:hover{
  border: 1.4px solid var(--main-color);
  transform: translateY(-9px);
  backdrop-filter: blur (20px);
  background-color: #24232360;
}
.card-1 h1{
  background-color: var(--main-blackish);
  border: 0.1px solid var(--main-color);
  color: var(--text-color2);
  border-radius: 40px;
  font-size: 2rem;
}
.price-per-package{
  font-weight: 700;
  text-align: left;
  margin-left: 27px;
}
.listings{
  margin-left: 10px;
  text-align: left;
  font-weight: 340;
  font-size: 16px;
  color: var(--text-color1);
}
.listings li img {
  height: 20px;
  width: 20px;
  line-height: 1;
  vertical-align: middle;
}
.card-1 ul li{
  margin: 10px 0px 0px 0px; 
}
#pricing-footer{
  position: relative;
  width: 100%;
  height: 70px;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: center;
}
#Get-in-Touch{
  position: relative;
  width: 100%;
  height: 600px;
  background: url(img/white\ bg.png);
  background-attachment: fixed;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
}
.Get-in-Touch-box1{
  margin: 50px 0px 0px 0px;
}
.Get-in-Touch-box1 hr{
  margin: 50px 0px 50px 0px;
}
.Get-in-Touch-box1 h3{
  color: var(--bg-color);
  margin: -40px 0px 0px 0px;
  font-size: 4rem;
}
.reach-out-imagee{
  display: inline-block;
  filter: grayscale(100%);
}
.reach-out-imagee img{
  height: 140px;
  width: 200px;
  border-radius: 10px;
}
.Get-in-Touch-box2{
  margin: 70px auto 0px auto;
  padding: 10px 10px 10px 10px;
  border-radius: 30px;
  background-color: var(--menu-bar);
  height: 420px;
  width: 540px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  object-position: center;
}
.contact-container{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
form input {
  background-color: var(--text-color2);
  border: 1px solid var(--text-color1);
  padding: 8px;
  border-radius: 4px;
}
.contact-left{
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.contacts-inputs{
  width: 400px;    
  height: 50px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-weight: 500;
  font-size: 20px;
  color: var(--bg-color);
  border-radius: 50px;
}
.contact-left textarea{
  height: 140px;
  padding-top: 15px;
  border-radius: 20px;
  background: var(--text-color2);
}
.contacts-inputs:focus{
  border: 2px solid var(--main-color);
}
.contacts-inputs::placeholder{
  color: #646466;
}
.contact-left button{
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 30px;
  font-size: 20px;
  font-weight: 500;
  color: var(--bg-color);
  gap: 10px;
  border: none;
  border-radius: 50px;
  background: var(--text-color2);
  cursor: pointer;
  transition: all .6s ease;
}
.contact-left button:hover{
  background-color: var(--text-color1);
  transform: translateY(-5px);
}
.contact-right img{
  width: 500px;
}
/* .reachout-icons{

} */
.reachout-icons i{
  color: var(--bg-color);
  font-size: 40px;
  padding: 20px 20px 0px 20px;
  transition: all .4s ease;
}
.reachout-icons i:hover{
  transform: translateY(-7px);
}
#form-status {
   font-weight: 500;
    opacity: 0;
    transition: opacity 0.2s ease;
    text-align: center;
}

  #form-status.show {
    opacity: 1;
  }
#thanks{
  background-color: var(--text-color2);
  color: var(--main-blackish);
  font-size: 50px;
  text-align: center;
}
.footer {
  background: var(--main-blackish);
  color: #fff;
  padding: 40px 70px 20px 70px;
  font-family: Arial, sans-serif;
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  max-width: 1200px;
  padding: 0 0px;
  margin: auto;
  text-align: left;
}
.footer-profile img {
  width: 60px;
  height: 60px;
}
.footer-col{
  padding: 0px;
}
.footer-col h4 {
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--text-color2);
  text-transform: uppercase;
  font-weight: 400;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin: 8px 0;
}

.footer-col ul li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #afa6a6;
}
.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 15px;
  text-align: center;
  color: var(--text-color2);
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1920px) {
  header{
    padding: 1rem 11rem;
  }
  #hero{
    height: 70vh;
    padding: 200px 200px 0 200px;
  }
  .hero-text h1{
    font-size: 5rem;
    font-weight: 700;
    margin: 2px 0;
    color: var(--text-color1); 
  }
  .hero-text h3{
    font-size: 34px;
    font-weight: 700;
    color: var(--text-color2);
  }
  .hero-text p{
    font-size: 34px;
    font-weight: 700;
  }
  .hero-img{
    width: 480px; 
    height: 480px;
  }
  .hero-img img{
    width: 480px; 
    height: 480px;
  }
  .scroll-down{
    margin: -190px auto auto auto;
  }
  .scroll-down i{
    color: var(--text-color2);
    font-size: 49px;
    font-weight: 700;
  }
  .scroll-down h2{
    font-size: 34px;
  }
  #About{
    height: 70vh;
    padding: 100px 200px 0 200px;
  }
  .About-box1 h3{
    font-size: 5rem;
    font-weight: 700;
  }
  .About-box1 p{
    width: 900px;
    font-size: 34px;
    font-weight: 600;
  }
  .About-box2{
    width: 480px;
    height: 480px;
  }
  .About-box2 img{
    width: 480px;
    height: 480px;
  }
  .logos-slide img {
    height: 70px;
    margin: -10px 40px auto 40px;
  }
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 300px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  #Projects{
    height: 70vh;
    padding: 270px 200px 0 200px;
  }
  .tab-container-bottom {
    margin: 0px auto auto auto;
  }
  .tab-visual-wrap {
    width: 100%;
    height: 100%;
    margin: auto auto auto 8rem;
  }
  .tab-layout-container hr{
    width: 100%;
    margin: -200px auto -200px auto;
  }
  #Testimonials{                             
    height: 70vh;
    padding: 200px 200px 0 200px;
  }
  .Testimonials-box1 h3{
    font-size: 5rem;
    font-weight: 700;
  }
  .Testimonials-box1 p a i{
    font-size: 34px;
  }
  .Testimonials-box1 p{
    font-size: 34px;
  }
  .Testimonials-box2{
    width: 480px;
    height: 480px;
  }
  .Testimonials-box2 img{
    width: 480px;
    height: 480px;
  }
  #pricing{
    height: 70vh;
    padding: 200px 200px 0 200px;
  }
  #pricing h3{
    font-size: 5rem;
  }
  #pricing h4{
    font-size: 34px;
  }
  .call-to-action {
    height: 40vh;
  }
  .call-action-content{
    width: 800px;
  }
  .call-action-content .action-title { 
    font-size: 4rem;
    width: 100%;
    font-weight: 700;
  }
  .call-action-content p {
    font-size: 34px; 
    font-weight: 400;
  }
  .call-action-content::after {
    bottom: 147px; 
  }
  .btn-1{
    font-size: 34px;
  }
  .btn-2{
    font-size: 34px;
  }
  #Get-in-Touch{
    height: 49vh;
    padding: 0 200px; 
  }
  .Get-in-Touch-box1 h3{
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1350px) {
  .navlist li a{
    font-size: 23px;
    font-weight: 500;
  }
  #hero{
    width: 100%;
    height: 670px;
  }
  .hero-img{
    height: 370px;
    width: 370px;
  }
  .hero-text h1{
    font-size: 3rem;
    font-weight: 700;
  }
  .hero-text h3{
    font-size: 23px;
    font-weight:  600;
  }
  .hero-text p{
    font-size: 23px;
    font-weight: 600;
  }
  .listings{
    margin-left: 10px;
    font-weight: 320;
    font-size: 15px;
  }
  .footer-title{
    padding: 40px 0px 0px 0px;
  }
  .footer-title-text{
    font-size: 120px;
    font-weight: 800;
  }
}
@media only screen and (max-width: 1280px) {
  .navlist li a{
    font-size: 23px;
    font-weight: 600;
  }
  #hero{
    width: 100%;
    height: 670px;
  }
  .hero-img{
    height: 360px;
    width: 360px;
  }
  .hero-img img{
    height: 360px;
    width: 360px;
    object-fit: contain; 
  }
  .hero-text h1{
    font-size: 3rem;
    font-weight: 600;
  }
  .hero-text h3{
    font-size: 23px;
    font-weight: 600;
  }
  .hero-text p{
    font-size: 23px;
    font-weight: 500;
  }
  .scroll-down h2{
    font-size: 22px;
  }
  .About-box1 h3{
    font-size: 3rem;
    font-weight: 600;
  }
  .About-box1 p{
    font-size: 23px;
    font-weight: 500;
  }
  .About-box2{
    height: 360px;
    width: 360px;
  }
  .About-box2 img{
    height: 360px;
    width: 360px;
    object-fit: contain;
  }
  .tab-visual-item {
    margin-top: -30px;
    width: 390px;
    height: 390px;
  }
  .tab-image {
    width: 390px;
    height: 390px;
  }
  .tab-content__heading {
    letter-spacing: -.02em;
    font-size: 23px;
    font-weight: 500;
  }
  .tab-layout-heading {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
  }
  .Testimonials-box1{
    margin: 110px 0px 0px 0px;
  }
  .Testimonials-box1 h3{
    font-size: 3rem;
    font-weight: 600;
  }
  .what-clients-say-image img{
    height: 90px;
    width: 170px;
    border-radius: 10px;
  }
  .Testimonials-box1 p a i{
    font-size: 23px;
    font-weight: 600;
  }
  .Testimonials-box2{
    height: 360px;
    width: 360px;
    margin: 120px 0px 0px 110px;
  }
  .Testimonials-box2 img{
    height: 360px;
    width: 360px;
  }
  #pricing {
    height: 70%;
    padding: auto 0%;
  }
  #pricing h3{
    font-size: 3rem;
    font-weight: 600;
  }
  #pricing h4{
    font-size: 23px;
    font-weight: 600;
  }
  .card-1{
    margin: 40px 10px 80px 10px;
  }
  .card-1 h1{
    font-size: 2rem;
  }
  .listings{
    margin-left: 2px;
    font-weight: 320;
    font-size: 14.4px;
  }
  .call-action-content .action-title { 
    font-size: 3rem;
    font-weight: 600;
  }
  .call-action-content p {
    font-size: 23px; 
    font-weight: 500;
  }
  .Get-in-Touch-box1 h3{
    font-size: 3rem;
    font-weight: 600;
  }
  .reachout-icons i{
    font-size: 38px;
  }
  .footer-title{
    padding: 40px 0px 0px 0px;
  }
  .footer-title-text{
    font-size: 117px;
    font-weight: 800;
  }
  #footer-2{
    height: 450px;
  }
  .box-A1{
    margin: -20px 0px 0px 120px;
  }
  .box-A1 img{
    margin: 50px 0px 200px 0px;
  }
  .box-A1 h4{
    margin: 90px -100px 0px 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .box-1{
    margin: -130px 0px 0px 30px;
  }
  .box-2{
    margin: 33px 0px 0px -70px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 16px;
    margin: 60px -120px 0px 160px;
  }
  .box-3{
    margin: -110px 0px 80px -210px;
  }
  .box-4{
    margin: 30px 0px 90px -140px;
  }

}
@media only screen and (max-width: 1208px) {
  body{
    overflow: hidden;
  }
  .navlist li a{
    font-size: 22px;
    font-weight: 500;
  }
  .hero-img{
    height: 330px;
    width: 330px;
  }
  .hero-img img{
    width: 330px;
    height: 330px;
  }
  .hero-text h1{
    font-size: 3rem;
    font-weight: 600;
  }
  .hero-text h3{
    font-size: 22px;
    font-weight: 600;
    margin: -20px 0px 0px 0px ;
  }
  .hero-text p{
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px -20px 0px;
  }
  .scroll-down i{
    font-size: 30px;
    font-weight: 700;
  }
  .scroll-down h2{
    font-size: 22px;
    font-weight: -300;
  }
  .About-box2{
    height: 330px;
    width: 330px;
  }
  .About-box2 img{
    height: 330px;
    width: 330px;
    object-fit: contain;
  }
  .tab-content__heading {
    font-size: 22px;
    font-weight: 500;
  }
  .tab-layout-heading {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 4px;
  }
  .tab-visual-item {
    width: 370px; 
    height: 370px;
  }
  .Testimonials-box1 h3{
    font-size: 3rem;
    font-weight: 600;
  }
  .Testimonials-box1 p{
   font-size: 22px;
    font-weight: 600;
  }
  .card-1 h1{
    font-size: 2rem;
  }
  .call-action-content p {
    font-size: 22px;
    font-weight: 500;
  }

  .footer-title{
    padding: 20px 0px 0px 0px;
  }
  .footer-title-text{
    font-size: 114px;
    font-weight: 800;
  }
  #footer-2{
    height: 450px;
  }
  .box-A1{
    margin: -20px 0px 0px 120px;
  }
  .box-A1 img{
    margin: 50px 0px 200px 0px;
  }
  .box-A1 h4{
    margin: 90px -100px 0px 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .box-1{
    margin: -130px 0px 0px 60px;
  }
  .box-2{
    margin: 40px 0px 0px -20px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 16px;
    margin: 60px -120px 0px 180px;
  }
  .box-3{
    margin: -110px 0px 80px -120px;
  }
  .box-4{
    margin: 30px 0px 90px -140px;
  }
}
@media only screen and (max-width: 1182px) {
  .scroll-down{
    margin: -80px auto auto auto;
  }
  .Get-in-Touch-box2{
    width: 499px;
  }
  .footer-title{
    padding: 20px 0px 0px 0px;
  }
  .footer-title-text{
    font-size: 3.4em;
    font-weight: 800;
  }
  #footer-2{
    height: 450px;
  }
  .box-A1{
    margin: -20px 0px 0px 120px;
  }
  .box-A1 img{
    margin: 50px 0px 200px 0px;
  }
  .box-A1 h4{
    margin: 90px -100px 0px 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .box-1{
    margin: -130px 0px 0px 50px;
  }
  .box-2{
    margin: 35px 0px 0px -50px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 16px;
    margin: 60px -120px 0px 200px;
  }
  .box-3{
    margin: -110px 0px 80px -140px;
  }
  
}
@media only screen and (max-width: 1142px) {
  .listings{
    margin-left: 2px;
    font-weight: 320;
    font-size: 14.3px;
  }
  .card-1 h1{
    font-size: 1.7rem;
  }
  .price-per-package{
    margin-left: 20px;
  }
  .foo3-bx1{
    margin: 0px -100px 0px 49px;
  }
  .foo3-bx2{
    margin: 0px 0px 0px 260px;
  }
  .foo3-bx3{
    margin: 0px 0px 0px 120px;
  }
  .box-A1{
    margin: -20px 0px 0px 120px;
  }
  .box-A1 img{
    margin: 50px 0px 200px 0px;
  }
  .box-A1 h4{
    margin: 90px -100px 0px 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .box-1{
    margin: -130px 0px 0px 60px;
  }
  .box-2{
    margin: 24px 0px 0px -30px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 16px;
    margin: 60px -180px -8px 170px;
  }
  .box-3{
    margin: -110px 0px 80px -128px;
  }
}
@media only screen and (max-width: 1120px) {
  .logo img{
    width: 70px;
    height: 60px;
  }
  .navlist li a{
    font-size: 20px;
    font-weight: 500;
  }
  .navlist a{
    margin: 10px 20px 0px 20px;
  }
  .nav-btn{
    font-size: 20px;
    font-weight: 500;
  }
  #hero{
    width: 100%;
    height: 570px;
  }
  .hero-img{
    height: 310px;
    width: 310px;
  }
  .hero-img img{
    width: 310px;
    height: 310px;
  }
  .hero-text h1{
    font-size: 2.4rem;
    font-weight: 600;
  }
  .hero-text h3{
    font-size: 20px;
    font-weight: 500;
  }
  .hero-text p{
    font-size: 20px;
    font-weight: 500;
  }
  .scroll-down h2{
    font-size: 20px;
    font-weight: -300;
  }
  #About{
    height: 640px;
    padding-bottom: 70px;
  }
  .About-box2{
    height: 310px;
    width: 310px;
  }
  .About-box2 img{
    width: 310px; 
    height: 310px;
  }
  #Projects{
    height: 620px;
    padding-top: 30px;
  }
  .tab-content__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    padding: 2px;
  }
  .tab-layout-container {
    margin: 30px auto  auto auto;
  }
  .tab-visual-item{
    margin-top: -70px;
  }
  #Testimonials{
    height: 570px;
  }
  .Testimonials-box1{
    margin: 70px 0px 0px 0px;
  }
  .Testimonials-box1 h3{
    margin: -24px 0px 0px 0px;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .Testimonials-box1 p{
    font-size: 20px;
    font-weight: 600;
  }
  .Testimonials-box2{
    height: 310px;
    width: 310px;
  }
  .Testimonials-box2 img{
    height: 310px;
    width: 310px;
  }
  .pricing-card-holder{
    gap: 4px 40px;
  }
  .card-1 h1{
    font-size: 1.6rem;
  }
  .call-action-content{
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 600px;
    margin: 0px auto auto auto;  
  }
  .call-action-content .action-title { 
    font-size: 2.4rem;
    font-weight: 600;
  }
  .call-action-content p {
    font-size: 20px;
    font-weight: 500;
  }
  .reachout-icons i{
    font-size: 35px;
    padding: 20px 15px 0px 15px;
  }
  .Get-in-Touch-box2{
    width: 480px;
  }

  .footer-title{
    padding: 20px 0px 0px 0px;
  }
  .footer-title-text{
    font-size: 100px;
    font-weight: 770;
  }
  #footer-2{
    grid-template-columns: repeat(4, 1fr);
    gap: 1.4rem;
  }
  .box-A1{
    margin: -20px 0px 0px 120px;
  }
  .box-A1 img{
    margin: 50px 0px 200px 0px;
  }
  .box-A1 h4{
    margin: 90px -100px 0px 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .box-1{
    margin: -130px 0px 0px 68px;
  }
  .box-2{
    margin: 24px 0px 0px -10px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 16px;
    margin: 60px -180px -8px 170px;
  }
  .box-3{
    margin: -110px 0px 80px -93px;
  }
  .foo3-bx1{
    margin: 0px -100px 0px 49px;
  }
  .foo3-bx2{
    margin: 0px 0px 0px 230px;
  }
  .foo3-bx3{
    margin: 0px 0px 0px 90px;
  }
}
@media only screen and (max-width: 1080px) {
  .footer-title-text{
    font-size: 97px;
    font-weight: 770;
  }
}
@media only screen and (max-width: 1060px) {
  #hero{
    height: 560px;
  }
  #About{
    height: 670px;
    padding-bottom: 80px;
  }
  .tab-visual-item{
    margin-top: -80px;
  }
  .listings{
    margin-left: 2px;
    font-weight: 310;
    font-size: 14.2px;
  }
  .price-per-package{
    margin-left: 20px;
  }
  .reachout-icons i{
    font-size: 35px;
    padding: 20px 15px 0px 15px;
  }
  #footer{
    height: 180px;
  }
  .footer-title{
    padding: 40px 0px 0px 0px;
  }
  .footer-title-text{
    font-size: 94px;
    font-weight: 700;
  }
  .box-1{
    margin: -130px 0px 0px 70px;
  }
  .box-2{
    margin: 24px 0px 0px -10px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 16px;
    margin: 60px -180px -8px 170px;
  }
  .box-3{
    margin: -110px 0px 80px -93px;
  }
  .foo3-bx3{
    margin: 0px 0px 0px 60px;
  }
  .foo3-bx2{
    margin: 0px 0px 0px 180px;
  }
  .foo3-bx1{
    margin: 0px -100px 0px 70px;
  }
}
@media only screen and (max-width: 1026px) {

  .hamburger {
    margin: 0px 10px 0px 0px;
    display: flex;
  }
  .navlist{
    padding: 20px 10px 50px 10px;
    width: 34%;
    display: none;
    position: absolute;
    top: 100px;
    right: 20px;
    flex-direction: column;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: var(--menu-bar);
    border: 1.4px solid var(--main-color);
    border-radius: 22px; 
    text-align: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease;
    transform: translateX(100%); 
    opacity: 0;
    z-index: 999;
  }
  .nav-btn{
    font-size: 20px;
    font-weight: 500;
    width: 37%;
    margin: 370px 0px -40px 0px;
    padding: 7px 2px;
  }
  .navlist.active {
    display: flex;
  }
  .navlist li a {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0px 20px 0px;
    padding: 15px 10px 15px 10px;
  }
  .navlist a{
    margin: 20px 30px 0px 30px;
    text-underline-offset: -30px;
  }
 
  /*    X-transition for the hamburger :)    */
  .hamburger.active .bar:nth-child(1) {
    transform: rotate(49deg) translate(6px, 5px);
  }
  .hamburger.active .bar:nth-child(3) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(2) {
    transform: rotate(-48deg) translate(6px, -6px);
  }
  #hero{
    height: 560px;
  }
  .hero-img{
    width: 300px;
    height: 300px;
  }
  .hero-img img{
    width: 300px;
    height: 300px;
  }
  .hero-text h1{
    font-size: 2.7rem;
    font-weight: 600;
  }
  .hero-text h3{
    font-size: 21px;
    font-weight: 500;
  }
  .hero-text p{
    font-size: 21px;
    font-weight: 500;
  }
  .About-box2{
    width: 300px;
    height: 300px;
  }
  .About-box2 img{
    width: 300px;
    height: 300px;
    object-fit: contain;
  }

  .tab-content__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  .tab-visual-item {
    width: 340px; 
    height: 340px;
    margin: -30px auto auto auto;
  }
  .Testimonials-box1 h3{
    margin: -20px 0px 0px 0px;
    font-size: 2.7rem;
    font-weight: 600;
  }
  .Testimonials-box1 p{
   font-size: 21px;
   font-weight: 600;
  }
  .Testimonials-box2{
    height: 300px;
    width: 300px;
    margin: 120px 0px 0px 120px;
  }
  .Testimonials-box2 img{
    height: 300px;
    width: 300px;
  }
  #pricing{
    height: 100%;
  }
  .call-action-content{
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 500px;
    margin: 0px auto auto auto;  
  }
  .call-action-content .action-title { 
    font-size: 2.4rem;
    font-weight: 600;
  }
  .call-action-content::before,
  .call-action-content::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 570px;
    height: 1px;
    background-color: var(--text-color2);
    transform: translateX(-50%);
  }
  .call-action-content p {
    font-size: 21px;
    font-weight: 500;
  }
  .reachout-icons i{
    font-size: 34px;
    padding: 20px 15px 0px 15px;
  }
  .Get-in-Touch-box2{
    margin-top: 30px;
    width: 450px;
    height: 374px;
  }
  .contacts-inputs{
    width: 370px;
    height: 47px;
  }
  #thanks{
    font-size: 30px;
  }
  #footer-2{
    height: 400px; 
  }
  .box-A1{
    margin: -24px 0px 0px 120px;
  }
  .box-A1 h4{
    margin: 30px -100px 0px 0px;
  }
  .box-1{
    margin: -80px 0px 0px 70px;
  }
  .box-2{
    margin: 27px 0px 0px -10px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 16px;
    margin: 0px -180px 0px 150px;
  }
  .box-3{
    margin: -60px 0px 80px -93px;
  }
}
@media only screen and (max-width: 992px) {
  #hero{
    display: grid;
    grid-template-columns: 0.7fr 0.7fr;
    gap: 1rem;
    align-items: center
  }
  .navlist li a {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0px 20px 0px;
    padding: 15px 10px 15px 20px;
  }
  .nav-btn{
    font-size: 20px;
    font-weight: 500;
    margin: 370px 0px -40px 0px;
    width: 40%;
  }
  .hero-img{
    width: 280px;
    height: 280px;
  }
  .hero-img img{
    width: 280px;
    height: 280px;
  }
  .hero-text h1{
    font-size: 2rem;
    font-weight: 590;
  }
  .hero-text h3{
    font-size: 18px;
    font-weight: 490;
  }
  .hero-text p{
    font-size: 18px;
    font-weight: 490;
  }
  .About-box2{
    height: 280px;
    width: 280px;
  }
  .About-box2 img{
    height: 280px;
    width: 280px;
    object-fit: contain;
  }
  .scroll-down h2{
    font-size: 18px;
    font-weight: -300;
  }
  .tab-content__heading {
    font-size: 18px;
    font-weight: 490;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2rem;
    font-weight: 590;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 1.4px;
  }
  .tab-visual-item{
    width: 280px; 
    height: 280px;
  }
  .filter-button {
    padding: 0.6em 1.2em;
  }
  .Testimonials-box2{
    height: 280px;
    width: 280px;
    margin: 120px -300px 0px 140px;
  }
  .Testimonials-box2 img{
    height: 280px;
    width: 280px;
  }
  #pricing {
    height: 100%;
    padding: 0 20%;
  }
  .pricing-card-holder {
    flex-direction: column;
    align-items: center;
  }
  .card-1 {
    width: 70%;
  }
  .call-to-action {
    height: 380px;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 590;
  }
  .call-action-content p {
    font-size: 18px;
    font-weight: 490;
  }
  .call-action-content::after {
    bottom: 80px; /* Line below */
  }
  #Get-in-Touch{
    height: 610px;
    margin: -84px 0px 0px 0px;
    padding-top: -470px;
  }
  .Get-in-Touch-box2{
    width: 430px;
    height: 377px;
  }
  .contacts-inputs{
    width: 370px;
    height: 47px;
  }
  .footer-title{
    padding: 50px 0px 0px 0px;
  }
  .footer-title-text{
    font-size: 93px;
    font-weight: 800;
  }
  .box-A1{
    margin: -24px 0px 0px 120px;
  }
  .box-A1 h4{
    margin: 30px -120px 0px 0px;
    font-size: 14px;
  }
  .box-1{
    margin: -80px 0px 0px 70px;
  }
  .box-2{
    margin: 27px 0px 0px 2px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 14px;
    margin: 0px -180px 0px 150px;
  }
  .box-3{
    margin: -60px 0px 80px -80px;
  }
}
@media only screen and (max-width: 958px) {
  .nav-btn{
    font-size: 20px;
    font-weight: 500;
    width: 42%;
  }
  .hero-img{
    width: 280px;
    height: 280px;
  }
  .hero-img img{
    width: 280px;
    height: 280px;
  }
  .hero-text h1{
    font-size: 2rem;
    font-weight: 500;
  }
  .hero-text h3{
    font-size: 18px;
    font-weight: 500;
  }
  .hero-text p{
    font-size: 20px;
    font-weight: 500;
  }
  .scroll-down h2{
    font-size: 20px;
    font-weight: -300;
  }
  #About{
    height: 577px;
  }
  .About-box1 h3{
    font-size: 2.2rem;
    font-weight: 590;
  }
  .About-box1 p{
    font-size: 20px;
    font-weight: 490;
  }
  .About-box2{
    height: 280px;
    width: 280px;
    align-content: center;
  }
  .About-box2 img{
    height: 280px;
    width: 280px;
    object-fit: contain;
  }
  .scroll-down-about{
    align-content: center;
  }
  .tab-content__heading {
    font-size: 18px;
    font-weight: 490;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2rem;
    font-weight: 590;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 1.4px;
  }
  .filter-button {
    padding: 0.6em 1.2em;
  }
  .tab-visual-item {
    width: 280px; 
    height: 280px;
  }
  #pricing{
    padding: 0 20%;
  }
  .card-1 h1{
    font-size: 1.4rem;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 590;
  }
  .call-action-content p {
    font-size: 18px;
    font-weight: 490;
  }
  .Get-in-Touch-box2{
    width: 400px;
    height: 370px;
  }
  .contacts-inputs{
    width: 340px;
    height: 44px;
  }
  #footer{
    height: 140px;
  }
  .footer-title{
    padding: 18px 0px 0px 0px;
  }
  .footer-title-text{
    font-size: 90px;
    font-weight: 900;
    position: relative;
  }
  .foo3-bx3{
    margin: 0px 0px 0px 20px;
  }
  .foo3-bx2{
    margin: 0px 0px 0px 120px;
  }
  .box-A1{
    margin: -24px 0px 0px 120px;
  }
  .box-A1 h4{
    margin: 30px -120px 0px 0px;
    font-size: 14px;
  }
  .box-1{
    margin: -80px 0px 0px 70px;
  }
  .box-2{
    margin: 27px 0px 0px 2px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 14px;
    margin: 0px -180px 0px 140px;
  }
  .box-3{
    margin: -60px 0px 80px -80px;
  }
}
@media only screen and (max-width: 924px) {
  .nav-btn{
    width: 44%;
  }
  #hero{
    height: 470px;
  }
  .hero-img{
    width: 240px;
    height: 240px;
  }
  .hero-img img{
    width: 240px;
    height: 240px;
  }
  .hero-text h1{
    font-size: 2rem;
    font-weight: 500;
  }
  .hero-text h3{
    font-size: 20px;
    font-weight: 500;
  }
  .hero-text p{
    font-size: 20px;
    font-weight: 500;
  }
  .scroll-down{
    margin: -20px auto auto auto;
  }
  .scroll-down h2{
    font-size: 20px;
  }
  #About{
    height: 540px;
  }
  .About-box1{
    margin-top: 40px;
  } 
  .About-box1 h3{
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .About-box1 p{
    font-size: 18px;
    font-weight: 500;
  }
  .About-box2{
    height: 240px;
    width: 240px;
    margin: 120px auto auto auto;
  }
  .About-box2 img{
    height: 240px;
    width: 240px;
    object-fit: contain;
  }
  .tab-content__heading {
    font-size: 18px;
    font-weight: 490;
    line-height: 1;
  }

  .tab-layout-heading {
    font-size: 2rem;
    font-weight: 590;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 1.4px;
  }
  .filter-button {
    padding: 0.6em 1.2em;
  }
  .tab-visual-item {
    width: 240px; 
    height: 240px;
  }
  #Testimonials{
    height: 500px;
  }
  .Testimonials-box1 h3{
    font-size: 2.4rem;
  }
  .Testimonials-box2{
    height: 240px;
    width: 240px;
    margin: 120px auto auto auto;
  }
  .Testimonials-box2 img{
    height: 240px;
    width: 240px;
  }
  #pricing h3{
    font-size: 2.4rem;
  }
   #pricing h4{
    font-size: 20px;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 590;
  }
  .call-action-content p {
    font-size: 20px;
    font-weight: 490;
  }
  #Get-in-Touch{
    height: 570px;
  }
  .reach-out-imagee img{
    height: 120px;
    width: 180px;
  }
  .reachout-icons i{
    font-size: 32px;
    padding: 20px 14px 0px 14px;
  } 
  .Get-in-Touch-box1 h3{
    font-size: 2.4rem;
    font-weight: 900;
  }
  .reach-out-imagee img{
    width: 170px;
    height: 110px;
  }
  .contact-left{
    gap: 15px;
  }
  .Get-in-Touch-box2{
    margin-top: 60px;
    width: 370px;
    height: 340px;
  }
  .contacts-inputs{
    width: 300px;
    height: 37px;
  }
  .footer-title-text{
    font-size: 87px;
    font-weight: 900;
  }
  #footer-3 h4{
    font-size: 12px;
    font-weight: 300;
  }
  .box-A1{
    margin: -24px 0px 0px 40px;
  }
  .box-A1 h4{
    margin: 30px -120px 0px 0px;
    font-size: 14px;
  }
  .box-1{
    margin: -80px 0px 0px 30px;
  }
  .box-2{
    margin: 27px 0px 0px -30px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 14px;
    margin: 0px -180px 0px 150px;
  }
  .box-3{
    margin: -60px 0px 80px -90px;
  }
}
@media only screen and (max-width: 888px) {
  .nav-btn{
    width: 44%;
  }
  .hero-img{
    width: 240px;
    height: 240px;
  }
  .hero-img img{
    width: 240px;
    height: 240px;
  }
  .hero-text{
    margin-right: -30px;
  }
  .hero-text h1{
    font-size: 2rem;
    font-weight: 600;
  }
  .hero-text h3{
    font-size: 20px;
    font-weight: 500;
  }
  .hero-text p{
    font-size: 20px;
    font-weight: 500;
  }
  .scroll-down h2{
    font-size: 20px;
    font-weight: -300;
  }
  #About{
    height: 540px;
  }
  .About-box1{
    margin-top: 60px;
    margin-right: -40px;
  }
  .About-box1 h3{
    font-size: 2rem;
    font-weight: 600;
  }
  .About-box1 p{
    font-size: 20px;
    font-weight: 500;
  }
  .About-box2{
    height: 240px;
    width: 240px;
    align-content: center;
  }
  .About-box2 img{
    height: 240px;
    width: 240px;
    object-fit: contain;
  }

  .tab-content__heading {
    font-size: 17px;
    font-weight: 490;
    line-height: 1;
  }
 
  .tab-layout-heading {
    font-size: 2rem;
    font-weight: 590;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 1.4px;
  }
  .filter-button {
    padding: 0.6em 1.2em;
  }

  .tab-visual-item {
    width: 70%; 
    height: 200px;
    margin: auto auto auto;
    padding: 0 70px;
  }
  .tab-image {
    width: 290px; 
    height: 700px;
    margin: 0 auto;
    object-fit: contain;

  }
  .card-1 h1{
    font-size: 1.3rem;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 590;
  }
  .call-action-content p {
    font-size: 19px;
    font-weight: 490;
  }
  .reachout-icons i{
    font-size: 30px;
    padding: 20px 14px 0px 14px;
  }
  .Get-in-Touch-box2{
    margin: 149px auto auto auto;
    height: 330px;
    width: 340px;
  }
  .contacts-inputs{
    width: 270px;
    height: 37px;
    font-size: 18px;
  }
  .contact-left{
    gap: 14px;
  }
  .footer-title-text{
    font-size: 83px;
    font-weight: 800;
  }
  .footer-container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 850px) {
  #hero{
    height: 490px;
  }
  .hero-img{
    width: 240px;
    height: 240px;
  }
  .hero-img img{
    width: 240px;
    height: 240px;
  }
  .hero-text{
    margin-right: -40px;
  }
  .hero-text h1{
    font-size: 2rem;
    font-weight: 500;
  }
  .hero-text h3{
    font-size: 20px;
    font-weight: 500;
  }
  .hero-text p{
    font-size: 20px;
    font-weight: 500;
  }
  .scroll-down h2{
    font-size: 20px;
    font-weight: -300;
  }
  .About-box1{
    margin-right: -50px;
  }
  #Projects{
    height: 500px;
  }
  .tab-container {
    width: 100%;
  }
  .tab-content__heading {
    font-size: 17px;
    font-weight: 490;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 1.8rem;
    font-weight: 590;
    line-height: 1;
  }
  .tab-container-top{
    width: 100%;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 1.4px;
  }
  .filter-button {
    padding: 0.6em 1.2em;
  }
  .tab-visual-item {
    width: 240px; 
    height: 240px;
  }
  #Testimonials{
    height: 540px;
  }
  .Testimonials-box2{
    height: 240px;
    width: 240px;
  }
  .Testimonials-box2 img{
    height: 240px;
    width: 240px;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 590;
  }
  .call-action-content p {
    font-size: 18px;
    font-weight: 490;
  }
  .reachout-icons i{
    font-size: 30px;
    padding: 20px 12px 0px 12px;
  }
  .contacts-inputs{
    width: 320px;
    height: 40px;
  }
  .footer-title{
    padding: 20px 0px 0px 0px;
  }
  .footer-title-text{
    font-size: 80px;
    font-weight: 900;
  }
  .box-A1{
    margin: -24px 0px 0px 20px;
  }
  .box-A1 h4{
    margin: 30px -120px 0px 0px;
    font-size: 14px;
  }
  .box-1{
    margin: -80px 0px 0px 20px;
  }
  .box-2{
    margin: 27px 0px 0px -30px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 14px;
    margin: 0px -180px 0px 150px;
  }
  .box-3{
    margin: -60px 0px 80px -90px;
  }
}
@media only screen and (max-width: 820px) {
  .navlist{
    width: 37%;
  }
  .nav-btn{
    width: 44%;
  }
  #hero{
    height: 499px;
  }
  .hero-img{
    width: 230px;
    height: 230px;
  }
  .hero-img img{
    width: 230px;
    height: 230px;
  }
  .hero-text h1{
    font-size: 2rem;
    font-weight: 500;
  }
  .hero-text h3{
    font-size: 20px;
    font-weight: 500;
  }
  .hero-text p{
    font-size: 20px;
    font-weight: 500;
  }
  .scroll-down h2{
    font-size: 20px;
    font-weight: -300;
  }
  .scroll-down-about{
    align-content: center;
  }
  .tab-content__heading {
    width: 200px;
    font-size: 17px;
    font-weight: 490;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 1.8rem;
    font-weight: 590;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 1.4px;
  }
  .filter-button {
    padding: 0.6em 1.2em;
  }
  .tab-visual-item {
    width: 230px; 
    height: 230px;
  }
  .call-action-content{
    justify-content: center;
    text-align: center;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 590;
  }
  .call-action-content p {
    font-size: 18px;
    font-weight: 490;
  }
  .reachout-icons i{
    font-size: 30px;
    padding: 20px 10px 0px 10px;
  }
  .Get-in-Touch-box2{
    width: 300px;
    height: 340px;
  }
  .contacts-inputs{
    width: 250px;
    height: 35px;
  }
  .footer-title-text{
    font-size: 75px;
    font-weight: 900;
  }
  .footer-container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 780px) {
  .navlist{
    width: 40%;
  }
  .navlist li a{
    font-size: 18px;
    font-weight: 490;
  }
  .nav-btn{
    font-size: 18px;
    font-weight: 490;
    margin: 40px 0px 40px 0px;
    width: 43%;
  }
  .hero-img{
    align-items: center;
  }
  .hero-text h1{
    font-size: 2rem;
    font-weight: 500;
  }
  .hero-text h3{
    font-size: 20px;
    font-weight: 500;
  }
  .hero-text p{
    font-size: 20px;
    font-weight: 500;
  }
  .scroll-down h2{
    font-size: 20px;
    font-weight: -300;
  }
  #Projects{
    height: 500px;
  }
  .tab-content__heading {
    font-size: 18px;
    font-weight: 490;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 1.7rem;
    width: 200px;
    font-weight: 590;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 1.4px;
  }
  .filter-button {
    padding: 0.6em 1.2em;
  }
  .tab-visual-item {
    width: 230px; 
    height: 230px;
  }
  .card-1 h1{
    font-size: 1.3rem;
  }
  .call-action-content{
    justify-content: center;
    text-align: center;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 590;
  }
  .call-action-content p {
    font-size: 18px;
    font-weight: 490;
  }
 .contacts-inputs{
    width: 250px;
    height: 35px;
  }
  .footer-title-text{
    font-size: 2.3em;
    font-weight: 900;
  }
  .footer-title{
    padding: 20px 0px 0px 0px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 14px;
    margin: 0px -140px 0px 130px;
  }
}  
@media only screen and (max-width: 752px) {
  body{
    overflow-x: hidden;
  }
  .navlist{
    width: 40%;
  }
  .navlist li a{
    font-size: 18px;
    font-weight: 490;
    margin: 10px 0px 20px 0px;
  }
  .nav-btn{
    font-size: 18px;
    font-weight: 490;
    margin: 40px 0px 40px 0px;
    width: 40%;
  }
  #hero{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 680px;
  }
  .hero-img{
    width: 260px;
    height: 260px;
    margin-top: -20px;
  }
  .hero-img img{
    margin: 0 auto;
    width: 260px;
    height: 260px;
  }
  .hero-text{
    margin: 90px 0px 0px 0px;
  }
  .hero-text h1{
    font-size: 2.7rem;
    font-weight: 600;
  }
  .hero-text h3{
    font-size: 21px;
    font-weight: 600;
    margin: -40px 0px 0px 0px;
  }
  .hero-text p{
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px -30px 0px;
  }
  .scroll-down{
    margin-top: -40px;
    font-size: 40px;
  }
  .scroll-down h2{
    display: none;
  }
  #About{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 700px;
  }
  .About-box2{
    width: 250px;
    height: 250px;
    align-items: center;
    margin: -30px auto auto auto;
  }
  .About-box2 img{
    margin: 0 auto;
    width: 250px;
    height: 250px;
  }
  .About-box1{
    margin: 10px 0px 0px 0px;
  }
  .About-box1 h3{
    font-size: 2.7rem;
    font-weight: 600;
    margin: -57px 0px 0px 0px;
  }
  .About-box1 p{
    font-size: 21px;
    font-weight: 500;
    margin: -10px 0px -60px 0px;
  }
  .logos{
    margin: -70px auto auto auto;
  }
  #Projects{
    display: grid;
    grid-template-columns: 1fr;
    height: 700px;
    justify-content: center;
    margin: 0;
  }
  .tab-layout-col {
    padding: 0;   
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .tab-layout-container{
    width: 100vw;
    height: 470px;
    margin: -130px auto -90px auto;
  }
  .tab-layout-container hr{
    align-items: center;
    text-align: center;
    align-content: center;
  }
  .tab-layout{
    padding: 0;
    margin: -80px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100vw;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .tab-content-wrap{
    width: 100vw;
    padding: 0;
  }
  .tab-content-item{
    width: 100%;
  }
  .tab-container{
    width: 100vw;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
  }
  .tab-layout-heading {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
    width: 100%;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
    margin-top: 10px;
  }
  .tab-visual-item{
    width: 100vw; 
    height: 0px;
  }
  .tab-visual-wrap{
    padding: 0;
    height: 0px;
    margin: 0;
  }
  .tab-image{
    width: 400px;
    height: 240px;
  }
  #Testimonials{
    height: 700px;
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
  }
  .Testimonials-box1{
    margin: 20px 0px 0px 0px;
  }
  .Testimonials-box1 h3{
    font-size: 2.7rem;
    font-weight: 600;
    margin: -40px 0px 0px 0px;
  }
  .Testimonials-box1 p{
    font-size: 21px;
    font-weight: 500;
    margin: 0px 0px -60px 0px;
  }
  .Testimonials-box2{
    width: 250px;
    height: 250px;
    align-items: center;
    margin: -70px auto;
  }
  .Testimonials-box2 img{
    margin: 0 auto ;
    width: 250px;
    height: 250px;
  }
  .card-1 h1{
    border-radius: 40px;
    font-size: 2rem;
  }
  .call-to-action {
    padding: 0;
    height: 400px;
  }
  .call-action-content{
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 600px;
    margin: auto; 
  }
  .call-action-content::before,
  .call-action-content::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 92%;
    height: 1px;
    background-color: var(--text-color2);
    transform: translateX(-50%);
  }
  .call-action-content{
    justify-content: center;
    text-align: center;
  }
  .call-action-content h2 { 
    font-size: 2.7rem;
    font-weight: 600;
  }
  .call-action-content p {
    font-size: 21px;
    font-weight: 499;
  }
  .btn{
    margin: 0px 10px 0px 0px;
  }
  #Get-in-Touch{
    height: 920px;
    padding-bottom: 30px;
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    align-content: center;
  }
  .Get-in-Touch-box1{
    margin-top: 110px;
  }
  .Get-in-Touch-box1 h3{
    font-size: 2.7rem;
    font-weight: 600;
    margin: -50px 0px 0px 0px;
  }
  .reach-out-imagee img{
    height: 110px;
    width: 180px;
  }
  .reachout-icons{
    margin: -4px 0px -40px 0px;
  }
  .reachout-icons i{
    font-size: 38px;
    padding: 20px 20px 0px 20px;
  }
  .Get-in-Touch-box2{
    border-radius: 34px;
    height: 100%;
    width: 500px;
    margin: -20px auto 0px auto;
  }
  .contacts-inputs{
    width: 400px;
    height: 47px;
  }
  #footer{
    height: 120px;
    margin: 0px 0px 0px 0px;
  }
  .footer-title{
    padding: 180px -240px 0px 0px;
  }
  .footer-title-text{
    font-size: 70px;
    font-weight: 800;
  }
  #footer-2{
    overflow: hidden;
    height: 520px;
    grid-template-columns: 1, 2fr;
  }
  .box-A1{
    margin: 400px -190px -40px 0px;
  }
  .box-A1 a img{
    margin: 0px 0px 0px 0px;
  }
  .box-A1 h4{
    margin: 20px -100px 90px -40px;
    font-weight: 400;
    font-size: 14px;
  }
  .box-1{
    margin: -420px 0px -190px -40px;
  }
  .box-1 h4{
    font-weight: 400;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
  }
  .box-2{
    margin: 180px -80px -10px 40px;
  }
  .box-2 h4{
    margin: -6px 0px 0px 0px;
    padding: 0px 0px -40px 0px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 14px;
    margin: -60px -40px 0px 0px;
  }
  .box-2 ul {
    margin: 4px 0px 0px 0px;
  }
  .box-3{
    margin: -320px 0px -30px -140px;
  }
  .box-3 h4{
    padding: 0px 0px 0px 0px; 
  }
}
@media only screen and (max-width: 730px) {
  body{
    overflow-x: hidden;
  }
  .navlist{
    width: 40%;
  }
  .navlist li a{
    font-size: 18px;
    font-weight: 490;
    margin: 10px 0px 20px 0px;
  }
  .nav-btn{
    font-size: 18px;
    font-weight: 490;
    margin: 40px 0px 40px 0px;
  }
  #pricing{
    padding: 0 10%;
  }
  .call-action-content{
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 700px;
    padding: 0 20px;
    margin: 0px auto auto auto;  
  }
   .call-action-content::before,
  .call-action-content::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 91%;
    height: 1px;
    background-color: var(--text-color2);
    transform: translateX(-50%);
  }
  .footer-title-text{
    font-size: 60px;
    font-weight: 800;
  }
  .box-3{
    margin: -320px 0px -30px -130px;
  }
}    
@media only screen and (max-width: 710px) {
  body{
    overflow-x: hidden;
  }
  .navlist{
    width: 42%;
  }
  .navlist li a{
    font-size: 17px;
    font-weight: 490;
    margin: 10px 0px 20px 0px;
  }
  .nav-btn{
    font-size: 17px;
    font-weight: 490;
    padding: 10px 10px 10px 10px ;
    margin: 40px 0px 40px 0px;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  #Testimonials{
    height: 700px;
  }
  .Testimonials-box1{
    margin: -10px 0px 0px 0px;
  }
  .call-to-action {
    height: 400px;
  }
  .call-action-content{
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 600px;
    margin: 0px auto auto auto;  
  }
  .footer-title-text{
    font-size: 65px;
    font-weight: 800;
  }
  .footer-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 70px;
  }
  .footer-col ul li {
    margin: 3px 0;
  }
  .footer-col ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
} 
@media only screen and (max-width: 670px) {
  body{
    overflow-x: hidden;
  }
  .navlist{
    width: 42%;
  }
  .navlist li a{
    font-size: 16px;
    font-weight: 470;
    margin: 10px 0px 20px 0px;
  }
  .nav-btn{
    font-size: 17px;
    font-weight: 470;
    padding: 10px 10px 10px 10px;
    margin: 40px 0px 0px 0px;
    width: 44%;
  }
  #About{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 700px;
  }
  .About-box2{
    width: 240px;
    height: 240px;
    align-items: center;
    margin: -30px auto auto auto;
  }
  .About-box2 img{
    margin: 0 auto;
    width: 240px;
    height: 240px;
  }
  .About-box1{
    margin: 10px 0px 0px 0px;
  }
  .About-box1 h3{
    font-size: 2.7rem;
    font-weight: 600;
     margin: -57px 0px 0px 0px;
    }
  .About-box1 p{
    font-size: 21px;
    font-weight: 500;
    margin: -10px 0px -60px 0px;
  }
  .logos-slide img{
    height: 47px;
    margin: 0 23px;
  }
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  .call-action-content .action-title { 
    font-size: 2.7rem;
    font-weight: 600;
  }
  .call-action-content{
    width: 500px;
    margin: auto;  
  }
  .call-action-content p {
    font-size: 21px;
    font-weight: 499;
  }
  .footer-title-text{
    font-size: 61px;
    font-weight: 800;
  }
  .box-3{
    margin: -320px 0px -30px -118px;
  }
}  
@media only screen and (max-width: 629px) {
  body{
    overflow: hidden;
  }
  .navlist{
    width: 44%;
  }
  .navlist li a{
    font-size: 17px;
    font-weight: 470;
    margin: 10px 0px 20px 0px;
  }
  .nav-btn{
    font-size: 17px;
    font-weight: 470;
    padding: 10px 10px 10px 10px;
    margin: 40px 0px 0px 0px;
    width: 44%;
  }
  #About{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 720px;
  }
  .About-box2{
    width: 240px;
    height: 240px;
    align-items: center;
    margin: -30px auto auto auto;
  }
  .About-box2 img{
    margin: 0 auto;
    width: 240px;
    height: 240px;
  }
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  #thanks{
    font-size: 20px;
  }
  .box-3{
    margin: -320px 0px -30px -108px;
  }
} 
@media (max-width: 590px) {
  .navlist{
    width: 44%;
  }
  .nav-btn{
    width: 44%;
  }
  .footer-title-text{
    font-size: 54px;
    font-weight: 800;
  }
  .box-A1{
    margin: 400px -140px -40px 0px;
  }
  .box-3{
    margin: -320px 0px -30px -100px;
  }
}
@media (max-width: 570px) {
  .navlist{
    width: 45%;
  }
  .nav-btn{
    width: 50%;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  .call-action-content p {
    font-size: 21px;
    font-weight: 499;
  }
  .call-action-content .action-title { 
    font-size: 2.7rem;
    font-weight: 600;
  }
  .Get-in-Touch-box2{
    width: 440px;
    border-radius: 27px;
    margin: -20px auto 0px auto;
  }
  .contacts-inputs{
    width: 340px;
    height: 47px;
  }
  .footer-title-text{
    font-size: 52px;
    font-weight: 800;
  }
  .box-3{
    margin: -320px 0px -30px -93px;
  }
} 
@media (max-width: 544px) {
  .navlist{
    width: 50%;
  }
  .nav-btn{
    width: 50%;
  }
  #About{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 749px;
  }
  #pricing{
    padding: 0 4%;
  }
  .call-action-content .action-title { 
    font-size: 2.7rem;
    font-weight: 600;
  }
  #Get-in-Touch{
    height: 880px;
  }
  .reachout-icons i{
    font-size: 37px;
    padding: 20px 17px 0px 17px;
  }
  .footer-title-text{
    font-size: 50px;
    font-weight: 700;
  }
  .box-3{
    margin: -320px 0px -30px -70px;
  }
}
@media (max-width: 520px) {
  body{
    overflow: hidden;
  }
  .navlist{
    width: 52%;
  }
  .navlist li a{
    font-size: 17px;
    font-weight: 470;
    margin: 10px 0px 20px 0px;
  }
  .nav-btn{
    font-size: 17px;
    font-weight: 470;
    padding: 10px 10px 10px 10px;
    margin: 40px 0px 0px 0px;
    width: 50%;
  }
  #hero{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
  }
  .hero-img{
    width: 240px;
    height: 240px;
    align-items: center;
    margin: -30px auto;
  }
  .hero-img img{
    margin: 0 auto;
    width: 240px;
    height: 240px;
  }
  .hero-text{
    margin: 90px 0px 0px 0px;
  }
  .hero-text h1{
    font-size: 2rem;
    font-weight: 600;
  }
  .hero-text h3{
    font-size: 20px;
    font-weight: 600;
    margin: -40px 0px 0px 0px;
  }
  .hero-text p{
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px -30px 0px;
  }
  .scroll-down{
    align-items: center;
    margin: -17px auto auto auto;
    padding: 0px 0px 0px 0px;
  }
  .scroll-down h2{
    display: none;
  }
  #About{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 730px;
  }
  .About-box2{
    width: 240px;
    height: 240px;
    align-items: center;
    margin: -30px auto auto auto;
  }
  .About-box2 img{
    margin: 0 auto;
    width: 240px;
    height: 240px;
  }
  .About-box1{
    margin: 10px 0px 0px 0px;
  }
  .About-box1 h3{
    font-size: 2rem;
    font-weight: 600;
    margin: -57px 0px 0px 0px;
  }
  .About-box1 p{
    font-size: 20px;
    font-weight: 500;
    margin: -10px 0px -60px 0px;
  }
  .logos-slide img{
    height: 40px;
    margin: 0 18px;
  }
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  .tab-image{
    width: 300px;
  }
  .call-action-content{
    width: 480px;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 600;
  }
  .call-action-content p {
    font-size: 20px;
    font-weight: 499;
  }
  .Get-in-Touch-box1 {
    margin: 110px 0px 0px 0px;
  }
  .Get-in-Touch-box2{
    width: 420px;
    border-radius: 27px;
    margin: -20px auto 0px auto;
  }
  .contacts-inputs{
    width: 320px;
    height: 47px;
  }
  .reachout-icons i{
    font-size: 37px;
    padding: 20px 16px 0px 16px;
  }
   .footer{
    height: 530px;
    padding: 40px 20px 40px 20px;
  }
  .footer-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px, 10px;
  }
  .footer-col h4{
    margin-bottom: 8px;
    font-size: 14px;
  }
  .footer-col ul li {
    margin: 3px 0;
  }
  .footer-col ul li a{
    font-size: 15px;

  }
}
@media (max-width: 480px) {
  .navlist{
    width: 54%;
  }
  #About{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 760px;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  .call-action-content{
    width: 440px;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 600;
  }
  .call-action-content p {
    font-size: 19px;
    font-weight: 499;
  }
  .reachout-icons i{
    font-size: 34px;
    padding: 20px 15px 0px 15px;
  }
  .Get-in-Touch-box2{
    width: 400px;
    border-radius: 27px;
    margin: -20px auto 0px auto;
  }
  .contacts-inputs{
    width: 310px;
    height: 47px;
  }
  .footer-title-text{
    font-size: 43px;
    font-weight: 700;
  }
  .box-A1{
    margin: 400px -80px -40px 0px;
  }
  .box-3{
    margin: -320px 0px -30px -48px;
  }
}
@media (max-width: 450px) {
  body{
    overflow: hidden;
  }
  .navlist{
    width: 66%;
    right: 14px;
  }
  header{
    padding: 0 10px;
  }
  .hamburger{
    margin-right: -10px;
  }
  .navlist li a{
    font-size: 17px;
    font-weight: 470;
    margin: 4px 0px 4px 0px;
  }
  .nav-btn{
    font-size: 17px;
    font-weight: 470;
    padding: 10px 10px 10px 10px;
    width: 50%;
  }
  #hero{
    position: relative;
    width: 100%;
    height: 700px;
    background: url(img/bg.png);
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    align-items: center;
    text-align: center;
  }
  .hero-img{
    width: 230px;
    height: 230px;
  }
  .hero-img img{
    margin: 0 auto;
    width: 230px;
    height: 230px;
  }
  .hero-text{
    margin: 90px 0px 0px 0px;
  }
  .hero-text h1{
    font-size: 1.9rem;
    font-weight: 590;
  }
  .hero-text h3{
    font-size: 18px;
    font-weight: 490;
    margin: -40px 0px 0px 0px;
  }
  .hero-text p{
    font-size: 18px;
    font-weight: 490;
    margin: 0px 0px -30px 0px;
  }
  .scroll-down{
    align-items: center;
    margin: -70px auto;
  }
  .scroll-down h2{
    display: none;
  }
  #About{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 700px;
    background-attachment: scroll;
  }
  .About-box2{
    width: 230px;
    height: 230px;
    align-items: center;
    margin: -24px auto auto auto;
  }
  .About-box2 img{
    margin: 0 auto ;
    width: 230px;
    height: 230px;
  }
  .About-box1{
    margin: 30px 0px 0px 0px;
  }
  .About-box1 h3{
    font-size: 2rem;
    font-weight: 600;
    margin: -50px 0px 0px 0px;
  }
  .About-box1 p{
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px -60px 0px;
  }
  .scroll-down-about{
    display: none;
  }
  .logos{
    margin: -60px auto auto auto; 
  }
  .logos-slide img{
    height: 40px;
    margin: 0 20px;
  }
  .logos:before,
  .logos:after {
    position: absolute ;
    top: 0;
    width: 20px;
    height: 100%;
    content: "";
    z-index: 2;
  } 
  #Projects{
    background-attachment: scroll;
  }
  .tab-content__heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
   #Testimonials{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    background-attachment: scroll;
  }
  .Testimonials-box2{
    width: 240px;
    height: 240px;
    align-items: center;
    margin: -70px auto;
  }
  .Testimonials-box2 img{
    margin: 0 auto ;
    width: 240px;
    height: 240px;
  }
  .Testimonials-box1{
    margin: -10px 0px 0px 0px;
  }
  .Testimonials-box1 h3{
    font-size: 2rem;
    font-weight: 600;
    margin: -30px 0px 0px 0px;
  }
  .Testimonials-box1 p{
    font-size: 20px;
    font-weight: 450;
    margin: 0px 0px -60px 0px;
  }
  .scroll-down-Testimonials{
    margin: -30px 0px 0px 0px;
  }
  .what-clients-say-image img{
    height: 80px;
    width: 150px;
  }
  #pricing{
    background-attachment: scroll;
    height: 1340px;
  }
  #pricing h3{
    font-size: 34px;
    font-weight: 600;
  }
  #pricing h4{
    font-size: 18px;
    font-weight: 500;
  }
  .pricing-card-holder{
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .card-1{
    height: 300px;
    width: 300px;
    border-radius: 27px;
    margin: 20px 0px 50px 0px;
  }
  .card-1 h1{
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
  }
  .card-1 h1 i{
    margin-left: -50px;
  }
  .card-1 ul li{
    margin: 5px 0px 0px 0px;
  }
  .call-action-content{
    width: 390px;
    margin: -30px auto auto auto;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 600;
  }
  .call-action-content p {
    font-size: 19px;
    font-weight: 499;
  }
  .call-action-content::after {
    bottom: 80px; /* Line below */
  }
  #Get-in-Touch{
    height: 870px;
    background-attachment: scroll;
  }
  .Get-in-Touch-box1 {
    margin: 100px 0px 0px 0px;
  }
  .Get-in-Touch-box2{
    width: 370px;
    height: 400px;
    margin: -40px auto 0px auto;
  }
  .reach-out-imagee img{
    width: 150px;
    height: 100px;
  }
  .reachout-icons i{
    font-size: 33px;
    padding: 20px 13px 0px 13px;
  }
  .contacts-inputs{
    width: 300px;
    height: 47px;
  }
  .contact-left button{
    font-size: 20px;
    font-weight: 500;
  }
  .footer-title{
    line-height: 40px;
    padding-top: 20px;
  }
  .footer-title-text{
    font-size: 40px;
    font-weight: 700;
  }
  .box-A1{
    margin: 400px -40px -40px 0px;
  }
  .box-A1 a img{
    margin: -24px 0px 0px 0px;
  }
  .box-A1 h4{
    margin: 60px -100px 90px -40px;
    font-weight: 400;
    font-size: 13px;
  }
  .box-1{
    margin: -494px 0px -190px -50px;
  }
  .box-1 h4{
    font-weight: 400;
    font-size: 13px;
  }
  .box-2{
    margin: 180px -170px -10px 70px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 13px;
    margin: -17px -80px 0px 0px;
  }
  .box-2 h4{
    font-size: 13px;
    padding: 0px 0px 0px 0px;
  }
  .box-3{
    margin: -390px 0px -30px 0px;
  }
  .box-3 h4{
    padding: 0px 0px 0px 0px; 
    font-size: 13px;
  }
  .box-1 ul li a{
    font-size: 16px;
  }
  .box-2 ul li a{
    font-size: 16px;
  }
  .box-3 ul li{
    font-size: 16px;
  }
  .box-3 ul li a{
    font-size: 16px;
  }
}
@media (max-width: 418px) {
  .navlist{
    width: 66%;
  }
  .nav-btn{
    width: 50%;
  }
  #About{
    height: 740px;
  }
  .About-box2{
    margin: -20px auto auto auto;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  .tab-visual-item{
    padding: 0;
  }
  .call-action-content .action-title { 
    font-size: 2rem;
    font-weight: 600;
  }
  #Get-in-Touch{
    height: 900px;
  }
  .Get-in-Touch-box1 {
    margin: 70px 0px 0px 0px;
  }
  .call-action-content p {
    font-size: 19px;
    font-weight: 499;
  }
  .Get-in-Touch-box2{
    width: 340px;
    height: 400px;
    margin: -40px auto 0px auto;
  }
  .reachout-icons i{
    font-size: 31px;
    padding: 20px 12px 0px 12px;
  }
  .contacts-inputs{
    width: 290px;
    height: 45px;
  }
  #thanks{
    font-size: 18px;
  }
  .box-1{
    margin: -494px -20px -190px -40px;
  }
  .box-A1{
    margin: 400px -70px -40px 0px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 13px;
    margin: -17px -200px 0px -40px;
  }
  .box-3{
    text-align: center;
    margin: -390px 0px -30px 14px;
  }
  .box-2{
    margin: 180px -200px -10px 140px;
  }
}
@media (max-width: 390px) {
  .navlist{
    width: 66%;
  }
  .nav-btn{
    width: 50%;
  }
  .tab-content__heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
  }
  .tab-layout-heading {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1; 
    white-space: nowrap;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  .call-to-action {
    height: 380px;
  }
  .call-action-content .action-title { 
    font-size: 1.8rem;
    font-weight: 600;
  }
  .call-action-content p {
    font-size: 16px;
    font-weight: 497;
  }
  .reachout-icons i{
    font-size: 30px;
    padding: 20px 10px 0px 10px;
  }
  .Get-in-Touch-box2{
    width: 330px;
    height: 380px;
  }
  .contacts-inputs{
    width: 270px;
    height: 44px;
  }
  #thanks{
    font-size: 15px;
    font-weight: 600;
  }
  .footer-bottom {
    font-size: 11px;
  }
}
@media (max-width: 374px) {
  .navlist{
    width: 68%;
    backdrop-filter: blur(2.7px);
    -webkit-backdrop-filter: blur(2.7px);
  }
  .nav-btn{
    width: 50%;
  }
  #hero{
    position: relative;
    width: 100%;
    height: 720px;
    background: url(img/bg.png);
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    align-items: center;
    text-align: center;
  }
  .hero-text p{
    font-size: 17px;
  }
  .About-box1 p{
    font-size: 17px;
  }
  .call-action-content{
    width: 340px; 
  }
  .call-action-content p {
    font-size: 17px;
  }
  #Get-in-Touch{
    height: 840px;
  }
  .Get-in-Touch-box1 {
    margin: 120px 0px 0px 0px;
  }
  .Get-in-Touch-box2{
    background-color: var(--main-blackish);
    width: 310px;
    height: 370px;
    margin-bottom: 20px;
    overflow-x: visible;
  }
  .reachout-icons i{
    font-size: 29px;
    padding: 20px 10px 0px 10px;
  }
  .contacts-inputs{
    width: 257px;
    height: 44px;
  }
  .footer-title{
    padding: 20px 0px 0px 0px;
  }
  .footer-title-text{
    line-height: 1;
    font-size: 33px;
    font-weight: 700;
  }
  .box-A1 h4{
    margin: 60px -100px 90px -40px;
    font-weight: 400;
    font-size: 12px;
  }
  .box-1{
    margin: -494px -40px -190px -30px;
  }
  .box-2{
    margin: 180px -210px -10px 140px;
  }
  .box-2 h3{
    font-weight: 400;
    font-size: 12px;
    margin: -17px -230px 0px -27px;
  }
}
@media (max-width: 353px) {
  .navlist{
    width: 70%;
  }
  .nav-btn{
    width: 50%;
  }
  .About-box2{
    margin: -30px auto auto auto;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 1.8rem;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
  #pricing{
    padding: 0 1.7%;
  }
  .call-action-content .action-title { 
    font-size: 1.7rem;
    font-weight: 600;
  }
  .call-action-content p {
    font-size: 16px;
    font-weight: 490;
  }
  .btn-1{
    padding: 4px 4px;
    font-size: 20px;
  }
  .btn-2{
    padding: 4px 4px;
    font-size: 20px;
  }
  .Get-in-Touch-box2{
    width: 290px;
    height: 370px;
    overflow-x: visible;
  }
  .contacts-inputs{
    width: 253px;
    height: 42px;
  }
  .footer-title-text{
    font-size: 31px;
    font-weight: 700;
  }
  .box-1{
    margin: -494px -70px -190px -10px;
  }
}
@media (max-width: 331px) {
  body{
    overflow: hidden;
  }
  .navlist{
    width: 70%;
  }
  .navlist li a{
    font-size: 17px;
    font-weight: 470;
    margin: 4px 0px 4px 0px;
  }
  .nav-btn{
    font-size: 17px;
    font-weight: 470;
    padding: 10px 10px 10px 10px;
    width: 60%;
  }
  #hero{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
  }
  .hero-img{
    width: 230px;
    height: 230px;
  }
  .hero-img img{
    margin: 0 auto;
    width: 230px;
    height: 230px;
  }
  .hero-text{
    margin: 90px 0px 0px 0px;
  }
  .hero-text h1{
    font-size: 2rem;
    font-weight: 590;
  }
  .hero-text h3{
    font-size: 18px;
    font-weight: 490;
    margin: -40px 0px 0px 0px;
  }
  .hero-text p{
    font-size: 18px;
    font-weight: 490;
    margin: 0px 0px -30px 0px;
  }
  .scroll-down{
    align-items: center;
    margin: -40px auto;
  }
  .scroll-down h2{
    display: none;
  }
  #About{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 788px;
  }
  .About-box2{
    width: 230px;
    height: 230px;
    align-items: center;
    margin: -27px auto auto auto;
  }
  .About-box2 img{
    margin: 0 auto ;
    width: 230px;
    height: 230px;
  }
  .About-box1{
    margin: 30px 0px 0px 0px;
  }
  .About-box1 h3{
    font-size: 2rem;
    font-weight: 590;
    margin: -50px 0px 0px 0px;
  }
  .About-box1 p{
    font-size: 18px;
    font-weight: 490;
    margin: 0px 0px -60px 0px;
  }
  .logos{
    margin: -60px 0px 0px 0px; 
  }
  .logos-slide img{
    height: 34px;
    margin: 0 20px;
  }
  .logos:before,
  .logos:after {
    position: absolute ;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
   #Testimonials{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
  }
  .Testimonials-box2{
    width: 240px;
    height: 240px;
    align-items: center;
    margin: -70px auto;
  }
  .Testimonials-box2 img{
    margin: 0 auto ;
    width: 240px;
    height: 240px;
  }
  .Testimonials-box1{
    margin: 10px 0px 0px 0px;
  }
  .Testimonials-box1 hr{
    margin: 60px 0px 70px 0px;
  }
  .Testimonials-box1 h3{
    font-size: 2rem;
    font-weight: 600;
    margin: -70px 0px 0px 0px;
  }
  .Testimonials-box1 p{
    font-size: 18px;
    font-weight: 450;
    margin: 0px 0px -60px 0px;
  }
  .what-clients-say-image img{
    height: 80px;
    width: 150px;
  }
  #pricing{
    height: 150%;
  }
  #pricing h3{
    font-size: 2.2rem;
    font-weight: 600;
  }
  #pricing h4{
    font-size: 20px;
    font-weight: 500;
  }
  .pricing-card-holder{
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .card-1 h1{
    border-radius: 40px;
    font-size: 20px;
  }
  .card-1 ul li{
    margin: 5px 0px 0px 0px;
  }
  .call-action-content{
    width: 310px;
  }
  .call-action-content .action-title { 
    font-size: 1.6rem;
    font-weight: 600;
  }
  .call-action-content p {
    font-size: 16px;
    font-weight: 490;
  }
  .btn-1{
    padding: 4px 4px;
    font-size: 20px;
  }
  .btn-2{
    padding: 4px 4px;
    font-size: 20px;
  }
  .Get-in-Touch-box2{
    width: 262px;
    height: 370px;
    overflow-x: visible;
  }
  .contacts-inputs{
    width: 237px;
    height: 40px;
  }
  .footer-title-text{
    font-size: 28px;
    font-weight: 800;
  }
  .footer-col h4{
    margin-bottom: 8px;
    font-size: 12px;
  }
  .footer-col ul li a{
    font-size: 13px;

  }
}  
@media (max-width: 295px) {
  body{
    overflow: hidden;
  }
  .navlist{
    width: 74%;
  }
  .navlist li a{
    font-size: 17px;
    font-weight: 470;
    margin: 6px 0px 6px 0px;
  }
  .nav-btn{
    font-size: 17px;
    font-weight: 470;
    padding: 10px 10px 10px 10px;
    width: 63%;
  }
  #hero{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
  }
  .hero-img{
    width: 210px;
    height: 210px;
  }
  .hero-img img{
    margin: 0 auto;
    width: 210px;
    height: 210px;
  }
  .hero-text{
    margin: 90px 0px 0px 0px;
  }
  .hero-text h1{
    font-size: 1.7rem;
    font-weight: 580;
  }
  .hero-text h3{
    font-size: 17px;
    font-weight: 480;
    margin: -40px 0px 0px 0px;
  }
  .hero-text p{
    font-size: 17px;
    font-weight: 480;
    margin: 0px 0px -30px 0px;
  }
  .scroll-down{
    align-items: center;
    margin: -70px auto;
  }

  .scroll-down h2{
    display: none;
  }
  #About{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    height: 700px;
  }
  .About-box2{
    width: 210px;
    height: 210px;
    align-items: center;
    margin: -30px auto auto auto;
  }
  .About-box2 img{
    margin: 0 auto ;
    width: 210px;
    height: 210px;
  }
  .About-box1{
    margin: 10px 0px 0px 0px;
  }
  .About-box1 h3{
    font-size: 1.7rem;
    font-weight: 580;
    margin: -57px 0px 0px 0px;
  }
  .About-box1 p{
    font-size: 17px;
    font-weight: 480;
    margin: -10px 0px -70px 0px;
  }
  .scroll-down-about{
    display: none;
  }
  .logos{
    margin: -60px 0px 0px 0px;
  }
  .logos-slide img{
    height: 35px;
    margin: 0 20px;
  }
  .logos:before,
  .logos:after {
    position: absolute ;
    top: 0;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;
  } 
  .tab-content__heading {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
  }
  .tab-layout-heading {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
  }
  .filter-bar {
    border-radius: 30px;
    padding: 2px;
  }
   #Testimonials{
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
  }
  .Testimonials-box2{
    width: 230px;
    height: 230px;
    align-items: center;
    margin: -70px auto;
  }
  .Testimonials-box2 img{
    margin: 0 auto ;
    width: 230px;
    height: 230px;
  }
  .Testimonials-box1{
    margin: 30px 0px 0px 0px;
  }
  .Testimonials-box1 h3{
    font-size: 2rem;
    font-weight: 590;
    margin: -50px 0px 0px 0px;
  }
  .Testimonials-box1 p{
    font-size: 18px;
    font-weight: 490;
    margin: 0px 0px -60px 0px;
  }
  .scroll-down-Testimonials{
    margin: -30px 0px 0px 0px;
  }
  .what-clients-say-image img{
    height: 80px;
    width: 150px;
  }
  #pricing{
    height: 150%;
  }
  #pricing h3{
    font-size: 2rem;
    font-weight: 590;
  }
  #pricing h4{
    font-size: 18px;
    font-weight: 490;
  }
  .pricing-card-holder{
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .card-1{
    height: 240px;
    width: 260px;
    border-radius: 30px;
    margin: 10px 0px 20px 0px;
  }
  .card-1 h1{
    border-radius: 40px;
    font-size: 20px;
  }
  .card-1 ul li{
    margin: 5px 0px 0px 0px;
  }
  .call-action-content{
    width: 300px; 
  }
  .call-action-content .action-title { 
    font-size: 1.4rem;
    font-weight: 500;
  }
  .call-action-content p {
    font-size: 16px;
    font-weight: 400;
  }
  .btn-1{
    padding: 4px 4px;
    font-size: 20px;
  }
  .btn-2{
    padding: 4px 4px;
    font-size: 20px;
  }
}
