*{
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.containerboxa {
    position: relative;
    width: 1519px;
    height: 6000px;
    background: #171717;
    overflow: hidden;
}

.bg {
    width: 100%;
    background: #171717;
    height: 800px;
    overflow: hidden;
    margin-top: -190px;
}



/* Mobile Responsive */
@media (max-width: 768px) {
    .animal {
        display: none;
    }
    #header {
        display: none;
    }
}

#arsu {
    display: inline-block;
    font-size: 40px;
}

#arsu:hover {
    transform: scale(1.1);
}

.animal:hover {
    color:  #71a3c1;
    ;
    text-decoration: none;
    cursor: pointer;
}

#join-us:hover {
    background-color:  #71a3c1;
    ;
    color: black;
    box-shadow: 0px 0px 30px -4px white;
    cursor: pointer;
}

#header {
    color: #171717;
    position: fixed;
    z-index: 50;
    border-radius: 10px;
    height: 50px;
    margin: 0px;
    margin-top: 50px;
    margin-left: 400px;
    width: 43%;
     background: hsl(205deg 0% 0% / 0.1);
  backdrop-filter: blur(9px) brightness(1.1);
  
  box-shadow: 
    0 4px 20px hsl(205deg 50% 30% / 0.15),
    0 4px 10px hsl(205deg 30% 10% / 0.075),
    inset 0 -4px 15px 6px hsl(205deg 70% 90% / 0.2),
    inset 0 -2px 5px hsl(205deg 70% 90% / 0.15),
    inset 0 -1px 1px hsl(205deg 70% 90% / 0.4),
    inset 0 10px 15px hsl(205deg 30% 10% / 0.2),
    inset 0 1px 2px hsl(205deg 70% 90% / 0.3);

}

#join-us {
    border-radius: 10px;
    padding: 10px 25px;
    position: absolute;
    left: 1200px;
    top: 50px;
    color:#fff;
    font-size: 20px;
    /* background-color: #fff; */
    border-color: white;
      background: hsl(205deg 0% 0% / 0.1);
  backdrop-filter: blur(9px) brightness(1.1);
  /* border-radius: 100vw; */
  padding: 0.6em;
  box-shadow: 
    0 4px 20px hsl(205deg 50% 30% / 0.15),
    0 4px 10px hsl(205deg 30% 10% / 0.075),
    inset 0 -4px 15px 6px hsl(205deg 70% 90% / 0.2),
    inset 0 -2px 5px hsl(205deg 70% 90% / 0.15),
    inset 0 -1px 1px hsl(205deg 70% 90% / 0.4),
    inset 0 10px 15px hsl(205deg 30% 10% / 0.2),
    inset 0 1px 2px hsl(205deg 70% 90% / 0.3);
}

#company {
    height: 50px;
    width: 150px;
    border-radius: 10px;
    position: absolute;
    left: 100px;
    top: 50px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#company:hover {
    transform: scale(1.05);
}

#content {
    border-radius: 30px;
    padding: 10px 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 300px;
    color: #fff;
    font-size: 19px;
    background-color: none;
    border-color: white;
    line-height: 149%;
}

#link {
    border-radius: 30px;
    padding: 10px 25px;
    position: absolute;
    left: 46%;
    transform: translate(-45%, 0);
    top: 610px;
    color: #fff;
    font-size: 20px;
    border: solid 3px #344966;
    border-color: rgb(232, 233, 235);
    display: inline-block;
    padding-top: 6px;
      background: hsl(205deg 0% 0% / 0.1);
  backdrop-filter: blur(9px) brightness(1.1);

  box-shadow: 
    0 4px 20px hsl(205deg 50% 30% / 0.15),
    0 4px 10px hsl(205deg 30% 10% / 0.075),
    inset 0 -4px 15px 6px hsl(205deg 70% 90% / 0.2),
    inset 0 -2px 5px hsl(205deg 70% 90% / 0.15),
    inset 0 -1px 1px hsl(205deg 70% 90% / 0.4),
    inset 0 10px 15px hsl(205deg 30% 10% / 0.2),
    inset 0 1px 2px hsl(205deg 70% 90% / 0.3);
}

/* clicknocolor */
.clicknocolor:hover {
    color: #171717;
    background-color:  #71a3c1;
    padding: 8px;
    border-radius: 5px;
    transition: 1s background-color;

}

.clicknocolor {
    text-decoration: none;
    color: #fff;
}

/* home part 2 */

.container-2 {
  
    height: 100vh;
    width: 1516px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.limages {
    border-radius: 30px;
    margin-left: 40%;
    height: 500px;
    width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.limages:hover {
    animation-play-state: paused;
    transform: scale(1.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

@keyframes continuousFlip {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
}

.img {
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
}

.img:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.contentB {
    margin-left: 350px;
    margin-top: 0px;
    height: max-content;
    width: 400px;
    color: white;
    font-size: 25px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    animation: fadeIn 4s ease-in-out infinite;
}

.expertise {
    background-image: linear-gradient(135deg,#6dbfb8 0%, #71a3c1 100%);
    height: 165px;
    width: 95%;
    font-size: 20px;
    color: black;
    margin-left: 30px;
    border-radius: 30px;

}

.icon {
    text-align: center;
    height: 100px;
    width: 100px;
    background: #2b2a2a;
    border-radius: 15px;
    margin: 30px;
}

.bi-gear-fill {
    margin-top: 15px;
    color: white;
    height: 40px;
    width: 40px;

}
.ba{
    font-size: 13px;
    font-weight: bolder;
    color:  #71a3c1;
    position: relative;
    animation: fadeIn 12s ease-in-out infinite;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #fff; }
}

@keyframes typewriter {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 0; }
}

@keyframes blink {
    0%, 50% { border-color: #fff; }
    51%, 100% { border-color: transparent; }
}

@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    50% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-20px); }
}

/* expertise 2 */

.container-3{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 210vh;
    width: 105%;
    margin-left: -2%;
    background-image:linear-gradient( rgba(17, 17, 17, 0.8), rgb(109, 191, 184)30%,rgba(17, 17, 17, 0.8), rgb(109, 191, 184)30%,rgba(17, 17, 17, 0.8));
}
.sec{
    margin: 30px;
    border: solid rgb(30, 29, 29) 2px;
    height: 310px;
    width: 310px;
    background-color: rgb(30,30,30);
    border-radius: 15px;
    text-align:center;
}
.sechead{
    color: rgb(109, 191, 184);
    position: relative;
    animation: fadeIn 3s ease-in-out infinite;
}

.sec-desc {
    position: relative;
    animation: fadeIn 4s ease-in-out infinite;
}

.fade-text {
    position: relative;
    animation: fadeIn 3s ease-in-out infinite;
}


/* our coursess */
.parent {
    margin-left: 50px;
  width: 290px;
  height: 300px;
  perspective: 1000px;
  
}

.card {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(135deg,  hsl(205deg 0% 0% / 0.1) 0%,  hsl(205deg 0% 0% / 0.1)  100%);
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
  box-shadow: rgba(5, 71, 17, 0) 40px 50px 25px -40px, rgba(5, 71, 17, 0.2) 0px 25px 25px -5px;
  
}

.glass {
  transform-style: preserve-3d;
  position: absolute;
  inset: 8px;
  border-radius: 55px;
  border-top-right-radius: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.349) 0%, rgba(255, 255, 255, 0.815) 100%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transform: translate3d(0px, 0px, 25px);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transition: all 0.5s ease-in-out;
  
}

.contentA {
  padding: 100px 60px 0px 30px;
  transform: translate3d(0, 0, 26px);
}

.contentA .title {
  display: block;
  color: #111111;
  font-weight: 900;
  font-size: 20px;
}

.contentA .textA {
  display: block;
  color:#111111;
  font-size: 12px;
  margin-top: 20px;
}

.bottom {
  padding: 10px 12px;
  transform-style: preserve-3d;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate3d(0, 0, 26px);
}

.bottom .view-more {
  display: flex;
  align-items: center;
  width: 40%;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}

.bottom .view-more:hover {
  transform: translate3d(0, 0, 10px);
}

.bottom .view-more .view-more-button {
  background: none;
  border: none;
  color:#111111;
  font-weight: bolder;
  font-size: 12px;
}

.bottom .view-more .svg {
  fill: none;
  stroke: #111111;
  stroke-width: 3px;
  max-height: 15px;
}

.bottom .social-buttons-container {
  display: flex;
  gap: 10px;
  transform-style: preserve-3d;
}

.bottom .social-buttons-container .social-button {
  width: 30px;
  aspect-ratio: 1;
  padding: 5px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border: none;
  display: grid;
  place-content: center;
  box-shadow: rgba(5, 71, 17, 0.5) 0px 7px 5px -5px;
}

.bottom .social-buttons-container .social-button:first-child {
  transition: transform 0.2s ease-in-out 0.4s, box-shadow 0.2s ease-in-out 0.4s;
}

.bottom .social-buttons-container .social-button:nth-child(2) {
  transition: transform 0.2s ease-in-out 0.6s, box-shadow 0.2s ease-in-out 0.6s;
}

.bottom .social-buttons-container .social-button:nth-child(3) {
  transition: transform 0.2s ease-in-out 0.8s, box-shadow 0.2s ease-in-out 0.8s;
}

.bottom .social-buttons-container .social-button .svg {
  width: 15px;
  fill: #111111;
}

.bottom .social-buttons-container .social-button:hover {
  background: black;
}

.bottom .social-buttons-container .social-button:hover .svg {
  fill: white;
}

.bottom .social-buttons-container .social-button:active {
  background: rgb(255, 234, 0);
}

.bottom .social-buttons-container .social-button:active .svg {
  fill: black;
}

.logo {
  position: absolute;
  right: 0;
  top: 0;
  transform-style: preserve-3d;
}

.logo .circle {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 0;
  right: 0;
  box-shadow: rgba(100, 100, 111, 0.2) -10px 10px 20px 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease-in-out;
}

.logo .circle1 {
  width: 170px;
  transform: translate3d(0, 0, 20px);
  top: 8px;
  right: 8px;
}

.logo .circle2 {
  width: 140px;
  transform: translate3d(0, 0, 40px);
  top: 10px;
  right: 10px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  transition-delay: 0.4s;
}

.logo .circle3 {
  width: 110px;
  transform: translate3d(0, 0, 60px);
  top: 17px;
  right: 17px;
  transition-delay: 0.8s;
}

.logo .circle4 {
  width: 80px;
  transform: translate3d(0, 0, 80px);
  top: 23px;
  right: 23px;
  transition-delay: 1.2s;
}

.logo .circle5 {
  width: 50px;
  transform: translate3d(0, 0, 100px);
  top: 30px;
  right: 30px;
  display: grid;
  place-content: center;
  transition-delay: 1.6s;
}

.logo .circle5 .svg {
  width: 20px;
  fill: white;
}

.parent:hover .card {
  transform: rotate3d(1, 1, 0, 30deg);
  box-shadow: rgba(5, 71, 17, 0.3) 30px 50px 25px -40px, rgba(5, 71, 17, 0.1) 0px 25px 30px 0px;
}

.parent:hover .card .bottom .social-buttons-container .social-button {
  transform: translate3d(0, 0, 50px);
  box-shadow: rgba(5, 71, 17, 0.2) -5px 20px 10px 0px;
}

.parent:hover .card .logo .circle2 {
  transform: translate3d(0, 0, 60px);
}

.parent:hover .card .logo .circle3 {
  transform: translate3d(0, 0, 80px);
}

.parent:hover .card .logo .circle4 {
  transform: translate3d(0, 0, 100px);
}

.parent:hover .card .logo .circle5 {
  transform: translate3d(0, 0, 120px);
}

/* container4 */

.container-4{
   
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
   height: 40vh;
    width: 105%;
    margin-left: -2%;
    background-image:linear-gradient( rgba(17, 17, 17, 0.8),  rgb(109, 191, 184)30%,rgba(17, 17, 17, 0.8), rgb(109, 191, 184)30%,rgba(17, 17, 17, 0.8));
}

.sec-4{
    margin: 30px;
    border: solid hsl(205deg 0% 0% / 0.1) 2px;
    height: 170px;
    width: 340px;
  
    background: linear-gradient(270deg, #ce68d9, #45c6db, #45db79);
  background-size: 800% 800%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  
  transition: .4s ease-in-out;
    border-radius: 15px;
}


@keyframes AnimationName {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.container-5{
    height: 120vh;
    width: 105%;
    margin-left: -2%;
    background-image:linear-gradient( rgba(17, 17, 17, 0.8),  rgb(109, 191, 184)30%,rgba(17, 17, 17, 0.8), rgb(109, 191, 184)30%,rgba(17, 17, 17, 0.8));
}

/* contact css */
.bgadd-c{
    background-color: #144734;
    height: 60vh;
    width: 100%;
}

.bgcap-c{
    color:white;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    left: 43%;
    top: 38%;
    transform: translate(-43% 0);
}

.bgcap-ci{
    color:#fff;
    font-size: 75px;
    font-weight: bolder;
    position: absolute;
    left:-20%;
    top: 60%;
   
    width: max-content;
}

#headercontact {
    font-weight: bold;
    color:#fff;
    position: fixed;
    opacity: 0.8;
    height: 60px;
    margin: 0px;
    background-color: transparent;
    padding: 10px;
    padding-left: 100px;
    width: 77%;
    margin-left: 260px;
    margin-top: 0;
    margin-top: -200px;
}

.clicknocolor-add-c:hover {
    color: #8f7230;
}


.clicknocolor-add-c {
    text-decoration: none;
    color: #fff;
}


#link-2 {
    border-radius: 30px;
    padding: 10px 25px;
margin-left: 270px;
    transform: translate(-45%, 0);
  background: hsl(205deg 0% 0% / 0.1);
    color: #fff;
    font-size: 20px;
    border: solid 3px rgb(255, 238, 0);
    border-color: rgb(255, 238, 0);
    display: inline-block;
    padding-top: 6px;
}

/* whatspp css */
.Btn {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  /* overflow: hidden; */
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 590px;
  margin-left: 1400px;
  position: fixed;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(4px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
}

.bhaichara {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #00d757;
  background: #00d757;
  background: #00d757;
  background: #00d757;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  z-index: -1;
  border-radius: 9px;
  pointer-events: none;
  transition: all 0.3s;
}

.Btn:hover .bhaichara {
  transform: rotate(35deg);
  transform-origin: bottom;
}

.Btn:hover .svgContainer {
  background-color: rgba(156, 156, 156, 0.466);
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  fill: white;
}

/* footer css */
.footer {   
    background-color: #111111;
    height: 200px;
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-size: 20px;
}

.footer-links {
    margin-top: 20px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-copy {
    margin-top: 10px;
    font-size: 16px;
}
#content-text {
    font-size: 50px;
    margin-left: 0px;
    line-height: 50px;
    width: 720px;
    position: relative;
    animation: fadeIn 3s ease-in-out infinite;
    will-change: opacity, transform;
}

#hero-para {
    display: block;
    position: relative;
    animation: fadeIn 4s ease-in-out infinite;
    will-change: opacity, transform;
}
#icons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
#expert{
  font-family: "Playwrite NZ Basic", cursive;
    font-size:18px;font-weight: bolder;text-align: center;letter-spacing: 8px;font-size:18px;font-weight: 400;text-align: center;letter-spacing: 8px;
}

#con4{
    color: aliceblue;
    font-size: 50px;
    font-weight: bold;
    margin-top: 170px;
}
.containerCON{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-left: 30%;
}
#arrowlink2{
    border: solid white; height:20px;width: 20px;background-color: rgb(255, 200, 0);;display: inline-block;border-radius: 20px;font-weight: bolder;padding: 7px;color: black;text-align: center;
}
#c{
    font-size: 12px; width: 800px;margin-left:-60px ; color:  rgb(109, 191, 184);
}
#companyC {
  margin-left:68%;
  margin-top: 270%;
   
}

/* submit btn */
button {
  font-family: inherit;
  font-size: 20px;
  background: linear-gradient(270deg, #ce68d9, #45c6db, #45db79);
  color: white;
  padding: 0.7em 1em;
  padding-left: 0.9em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}

button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}

button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

button:hover svg {
  transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

button:hover span {
  transform: translateX(5em);
}

button:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

/* hello */
#hello{
    color: #fff;
font-size: 60px;
    background-color: none;
    border-color: white;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    padding: 30px;

}
/* scroll COlor */
::-webkit-scrollbar {
    width: 17px;
    color: rgb(109, 191, 184);
}
::-webkit-scrollbar-track {
    background: #171717;
}
::-webkit-scrollbar-thumb {
    background-color:  rgb(109, 191, 184);
    border-radius: 20px;
    border: 3px solid #171717;
}
/* media queries for all devices */
@media only screen and (max-width: 768px) {
    .containerboxa {
        width: 100%;
        height: 1660%;
    }
    .parent{
        margin-left: -10px;
        margin-top: 40px;
    }

    /* #header {
       position: relative;
       display: block;
       height: 80px;
       background: hsl(205deg 0% 0% / 0.1);
       backdrop-filter: blur(9px) brightness(1.1);
       border-radius: 100vw;
       padding: 0.4em;
       box-shadow: 
         0 4px 20px hsl(205deg 50% 30% / 0.15),
         0 4px 10px hsl(205deg 30% 10% / 0.075),
         inset 0 -4px 15px 6px hsl(205deg 70% 90% / 0.2),
         inset 0 -2px 5px hsl(205deg 70% 90% / 0.15),
         inset 0 -1px 1px hsl(205deg 70% 90% / 0.4),
         inset 0 10px 15px hsl(205deg 30% 10% / 0.2),
         inset 0 1px 2px hsl(205deg 70% 90% / 0.3);
       width: 100%;
    }
     */
   .animal {
        display: none;
    }
    
#company {
        left: 10px;
        top: 20px;
        position: absolute;
        border-radius: 10px;
        
    }
    #join-us {
        left: auto;
        right: 10px;
        top: 20px;
    }

    .container-2 {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .limages {
        margin-top: 80px;
        margin-left: 0;
        height: 300px;
        width: 300px;
    }

    .contentB {
        margin-left: 20px;
        width: 90%;
        font-size: 13px;
        margin-top: 60px;
        position: relative;
        animation: fadeIn 4s ease-in-out infinite;
    }
#content {
    font-size: 14px;
    width: 90%;
    left: 5%;
    transform: translate(0, 0);
    top: 250px;
}
#content-text {
    font-size:28px;
    width: 90%;
    line-height: 35px;
    position: relative;
    animation: fadeIn 3s ease-in-out infinite;
}

#hero-para {
    display: block;
    position: relative;
    animation: fadeIn 4s ease-in-out infinite;
    will-change: opacity, transform;
}
.Btn {
    margin-left: auto;
    right: 10px;
}
#icons{
    flex-direction: row;
    flex-wrap: wrap;
}
#expert{
    font-size: 14px;
    margin-left: 10px;
      font-family: "Playwrite NZ Basic", cursive;
}
.expertise {
    width: 90%;
    margin-left: 10px;
}
.container-3{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: auto;
}
#con4{
    font-size: 30px;
    margin-top: 50px;
}
 .container-4{
    margin-top: auto;
   display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
    height: auto;
 }
    .sec-4{
        width: 100%;
        margin-left: 10px;
    }
 .containerCON{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    width: 0;
  
 }
#text{
    width: 200%;
    font-size: 15px;
    margin-left: 10px;
  

}
#link-2{
    margin-left: 100px;
      background: hsl(205deg 0% 0% / 0.1);
  backdrop-filter: blur(9px) brightness(1.1);
  box-shadow: 
    0 4px 20px hsl(205deg 50% 30% / 0.15),
    0 4px 10px hsl(205deg 30% 10% / 0.075),
    inset 0 -4px 15px 6px hsl(205deg 70% 90% / 0.2),
    inset 0 -2px 5px hsl(205deg 70% 90% / 0.15),
    inset 0 -1px 1px hsl(205deg 70% 90% / 0.4),
    inset 0 10px 15px hsl(205deg 30% 10% / 0.2),
    inset 0 1px 2px hsl(205deg 70% 90% / 0.3);
}

#footer{
    text-align: center;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
    width: 100%;

}
#c{
    font-size: 17px; width: 120%; margin-left: 0; color: rgb(109, 191, 184) ;
    margin-top:30px;
}

#companyaddress {
    height: 50px;
    width: auto;
    border-radius: 10px;
   
}
#companyC {
  margin-left:10px;
  margin-top: 9100px;
  width: 80%;
  height: 100px;
}
#hello{
    color: #fff;
font-size: 22px;
    background-color: none;
    border-color: white;
    width: 900px;
   margin-left: -270px;
    margin-top: 20px;
    text-align: center;
    padding: 30px;

}
}  


/* media queries for ipads*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .containerboxa {
        width: 100%;
        height: 4000%;
       
    }
    #companyC {
  margin-left:68%;
  margin-top: 6200px;
   
}

#header {
   display: none;
}
#company {
        left: 10px;
        top: 20px;
        position: absolute;
        border-radius: 10px;
        
    }
.content {
    margin-left: 20px;
    width: 50%;
    margin-top: 700px;
    margin-left: -480px;
    font-size: 16px;
    position: relative;
    animation: fadeIn 4s ease-in-out infinite;
}
#link {
    font-size: 18px;
    left: 40%;
    transform: translate(-40%, 0);
    top: 600px; 
}
#join-us {
     left: auto;
        right: 10px;
        top: 20px;
}
#icons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
.Btn {
    margin-left: auto;
    right: 10px;
    margin-top: 500px;
}
#hello{
    color: #fff;
font-size: 40px;
    background-color: none;
    border-color: white;
    width: 900px;
  margin-left: -100px;
    margin-top: 200px;

    text-align: center;
    padding: 30px;


}

#c{
    font-size: 15px; width: 1000px; margin-left: -500px;
    margin-top: 500px;
     color: rgb(109, 191, 184) ;
}
}
