:root {
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
  --blue12: #1034a6;
  --blue11: #161F6D;
  --uniblue: #092464;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding: 10rem;
}

body {
  line-height: 1.2;
}


#main-overflow {
  overflow-x: hidden;
  letter-spacing: -0.8px;
}

.singleimg {
  position: absolute;
}

.single1 {
  width: 26vw;
  top: -45px;
  left: 15px;
}

.single2 {
  width: 20vw;
  right: 0;
}

.single3 {
  width: 28%;
  top: 16vmax;
}

.single4 {
  width: 30vw;
  top: 38vmax;
  right: 0;
}


main {
  height: 100%;
  width: 100%;
}

#main-header {
  padding: 0.1px;
  width: 100%;
  /*background-color: red;*/
  /*background-image: url('Assets/images/hero-bg-img.png');*/
  background-size: cover;
  background-position-y: 22%;
  padding-bottom: 2rem;
}


/**************************************************************/

.navigation {
  z-index: 1000;
  width: 100%;
  position: fixed;
  height: 55px;
  color: black;
  background-color: rgba(255, 255, 255, 0.116);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.socialbeeislogo {
  position: absolute;
  float: left;
  width: 160px;
  height: 100%;
  background-image: url("socialbeelogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
  color: var(--blue11);
}

nav ul li a {
  display: block;
  padding: 0 20px;
  line-height: 55px;
  /*color: black;*/
  font-weight: 680;
  letter-spacing: 0.8px;
  background: #262626;
  text-decoration: none;
}

nav ul li a:hover {
  border-bottom: 2.5px solid var(--blue11);
}


nav ul li a {
  background: transparent;
  /*color: black;*/
  color: var(--blue11);
}

/*
nav ul li a:hover, nav ul li a:visited:hover {
	background: #2581DC;
	color: #ffffff;
}
*/

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' \025BE';
}


/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}

@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }

  .nav-container {
    margin: 0 2rem;
  }

  nav {
    width: 100%;
    padding: 55px 0 15px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }


  nav ul li a:hover {
    border-bottom: 2px solid var(--blue11);
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
    background: #faca1d;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

}


@media screen and (min-width:800px) {
  .nav-list {
    display: block !important;
  }
}

#navbar-toggle {
  position: absolute;
  left: 18px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: var(--blue11);
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#navbar-toggle span:before {
  top: -10px;
}

#navbar-toggle span:after {
  bottom: -10px;
}

#navbar-toggle.active span {
  background-color: transparent;
}

#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
  top: 0;
}

#navbar-toggle.active span:before {
  transform: rotate(45deg);
}

#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}





/**********HEADER CONTENT************/



#content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
  margin: 13vw 0 0 0;
  /*background-color: yellow;*/
  font-size: 16px;
  text-align: center;
  color: var(--blue11);
}

#content-center h1 {
  font-size: 3.5em;
  font-weight: 900;
  margin-bottom: 1.5vw;
}

#content-center h5 {
  width: 48vw;
  font-size: 1.4em;
  font-weight: 450;
  text-align: center;
}


.besttext {
  margin-bottom: 1vw;
  font-size: 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  column-gap: 1.6rem;
}

.besttext::before,
.besttext::after {
  content: "";
  height: 2.5px;
  background-color: green;
  display: block;
}

#content-center button {
  margin-top: 3vw;
  font-size: 1.2rem;
  padding: 10px 3.5rem;
  border-radius: 30rem;
  border: 1px solid rgba(255, 255, 0, 0.397);
  background-color: yellow;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#content-center button a {
  text-decoration: none;
}

#content-center button:hover {
  background-color: transparent;
  border: 2px solid var(--blue11);
}
@keyframes blinkZoomEffect {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 255, 0, 0.7);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.3);
  }
}

#content-center button {
  margin-top: 3vw;
  font-size: 1.2rem;
  padding: 12px 4rem;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 0, 0.6);
  background: linear-gradient(135deg, yellow, #f5e663);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  color: #000;
  animation: blinkZoomEffect 1.8s infinite ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}

#content-center button a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}


@media (max-width:1000px) {
  #content-center h1 {
    font-size: 2.1em;
  }
}

@media (max-width:820px) {
  #main-header {
    padding-bottom: 0.6rem;
  }

  #content-center {
    padding-top: 1.1rem;
    margin: 16vw 0 5vw 0;
    font-size: 12px;
  }

  #content-center button {
    padding: 10px 2rem;
    font-size: 1rem;
  }

  #content-center h5 {
    width: 58vw;
    ;
  }

}





/**************Right Side Sticky Buttons********************/

.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -119px;
  top: 280px;
  width: 170px;
  z-index: 1000;
  color: var(--blue11);
}

.sticky li {
  list-style-type: none;
  background-color: white;
  /*color: #efefef;*/
  height: 43px;
  padding: 0px;
  margin: 0px 0px 6px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  border-radius: 6rem;
  border: 4px solid var(--blue11);
  /*border: 4px solid #333;*/
}

.sticky li:hover {
  margin-left: -115px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

.sticky li img {
  float: left;
  margin: 1px 5px;
  margin-right: 15px;
  border-radius: 6rem;

}

.sticky li a {
  text-decoration: none;
  color: var(--blue11);
  font-weight: 600;
  float: left;
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 33px;
}









/***********ABOUT US*************/
#about {
  width: 100%;
  padding: 6.5rem 0 4rem 0;
  padding-left: 10rem;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  /*background-color: blue;*/
  background-size: contain;
  background-position-x: right;
  background-repeat: no-repeat;
  font-size: 16px;
  color: var(--blue11);
}


#about .video {
  /*border: 4px solid #FBCB1A;*/
  border: 4px solid var(--blue11);
  width: 25rem;
  height: 17rem;
  border-radius: 15px;
}

#about .video iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.about-right {
  justify-self: flex-start;
  width: 40%;
  /* background-color: red;*/
}

.about-right h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.4em;

}

.about-right h2 {
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.about-right h5 {
  font-size: 1.2em;
  font-weight: 450;
}



/*************TRICKS SECTION*********************/

#tricks-section {
  position: relative;
}


.single5 {
  position: absolute;
  width: 30%;
  left: 0;
  top: -30px;
}

.single6 {
  position: absolute;
  width: 32%;
  right: 0;
  bottom: -130px;
}

#tricks-section {
  width: 100%;
  /*background-color: salmon;*/
  text-align: center;
  padding: 4rem 1rem;
  /*background-image: url('Assets/images/smalltrick.png');*/
  background-size: cover;
  background-position-y: center;
  font-size: 16px;
}

#tricks-heading h1 {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 0.2em;
}

#tricks-heading h2 {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 2vw;
}


.tricks-heading-h5text {
  margin: auto;
  width: 62%;
  padding: 2em;
  margin-bottom: 2vw;

}

.tricks-heading-h5text h5 {
  font-size: 1.3em;
  font-weight: 500;
}



#trick-text-box {
  text-align: center;
  margin: auto;
  width: 55%;
  border: 2px solid black;
  padding: 0.8rem 1.5rem;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}

#trick-text-box h1 {
  font-size: 1.5em;
  font-weight: 650;
}



/************TRICKS CARDS****************/

#grass-img-section {
  position: relative;
  padding: 4rem 0;
  /*background-color: palegreen;*/
  overflow: hidden;
}

#grass-img-section img {
  position: absolute;
  width: 30vw;
}

.grassleft1 {
  top: -50px;
  left: -70px;
}

.grassleft2 {
  bottom: 15px;
  left: -70px;
}

.grassright {
  right: -70px;
  top: 300px;
}

.text-overflow {
  font-weight: 300;
  font-size: 1.18em;
  padding-bottom: 1em;
  margin-top: 14px;
  width: 100%;
  overflow: hidden;
}



#three-tricks-cards {
  font-size: 0.55rem;
  padding: 5px 8vw;
  margin: auto;
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-size: cover; for grass img*/
  z-index: 100;
}

.trick-card-left {
  width: 45%;
  /*background-color: red;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  gap: 12rem;
}

.trick-card-right {
  width: 45%;
  /*background-color: blue;*/
  display: flex;
  align-items: flex-start;
}

.trickcard-container {
  width: 80%;
  height: 19rem;
}


.underlay {
  position: relative;
  background-image: url("singleimgs/hexa3.png");
  height: 100%;
  width: 100%;
  background-size: cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 20%;
  border-radius: 25px;
  padding: 1.2rem 1.5rem;
  color: white;
}


.circle {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  /*background-color: pink; */
  border-radius: 50%;
}

.overlay h4 {
  font-size: 2.5em;
  font-weight: 600;
}

.overlay h5 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 1vw;
}

.overlay h6 {
  font-size: 1.6em;
  font-weight: 450;
  overflow: hidden;
}

.circle {
  font-size: 3.5em;
}

.fillorange {
  background-color: #FF4500;
}

.fillblue {
  background-color: #2061F9;
}

.fillblack {
  background-color: #363636;
}

.circlefillorange {
  background-color: #FF4500;
  color: white;
  border: 4px solid white;
}

.circlefillblue {
  background-color: #2061F9;
  color: white;
  border: 4px solid white;
}

.circlefillblack {
  background-color: #363636;
  color: white;
  border: 4px solid white;
}

@media (max-width:1025px) and (min-width:751px) {
  #three-tricks-cards {
    font-size: 0.52rem;
    padding: 5px 0;
    padding-right: 10px;
  }

  .trickcard-container {
    width: 90%;
    height: 24.5rem;
  }

  .underlay {
    background-image: none;
  }

  .text-overflow {
    margin-top: 14px;
    width: 100%;
    overflow: hidden;
  }

}


@media (max-width:750px) {
  #three-tricks-cards {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    align-items: flex-start;
    padding: 5px 0;
    padding-right: 50px;
    font-size: 0.45rem;
  }

  .overlay {
    padding: 1.2rem 1.5rem;
  }

  .overlay h4 {
    font-size: 2.4em;
  }

  .overlay h5 {
    padding-right: 4rem;
  }

  .trick-card-left {
    width: 92%;
    gap: 4rem;
  }

  .trick-card-right {
    width: 92%;
  }

  .trickcard-container {
    width: 95%;
    height: 20.6rem;
  }

  #grass-img-section img {
    display: none;
  }

}


/**************FEATURES*********************/

#featuresingleimg {
  position: relative;
}

.single7 {
  width: 25%;
  position: absolute;
  left: 0;
  top: -20px;
}

.single8 {
  position: absolute;
  width: 28%;
  left: 0;
  top: 25vmax;
}

.single9 {
  position: absolute;
  width: 28%;
  right: 0;
  top: -150px;
}

.single10 {
  position: absolute;
  width: 48%;
  bottom: -10px;
  z-index: -999;
}

.single11 {
  position: absolute;
  width: 45%;
  top: 450px;
  right: 0;
  z-index: -999;
}

#features {
  font-size: 16px;
  margin-top: 2rem;
  padding: 2.75rem;
  width: 100%;
  /*background-color: mediumslateblue;*/
  /*background-image: url("Assets/images/feature-bg.png");*/
  background-size: cover;
  background-position: bottom;
  color: var(--blue11);
}

#features h1 {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
}

#features h2 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 1.1rem;
  text-align: center;
}


.feature-container {
  margin: 55px auto;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: red;*/
}

.honeypot img {
  max-width: 7rem;
  border-radius: 50%;
  margin-right: 8px;
}

.feature-text h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.8px;
}

.feature-text h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 7px;
}

.feature-text h6 {
  font-size: 1rem;
  font-weight: 500;
  /*color: #494d4b;*/
}



/****************SERVICES*******************/
#service-section {
  width: 100vw;
  background-size: cover;
  background-position: top;
  justify-content: center;
  display: flex;
  padding: 6rem 0;
  color: var(--blue11);
}

.service-box {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  max-width: 1200px;
  padding: 7rem 6rem;
  background-color: rgba(242, 212, 212, 0.43);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 20px;
}

.service-item {
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgba(187, 163, 206, 1);
  background-color: #ffffff75;
  padding: 2% 0;
  border-radius: 40px;
  transition: transform 0.3s ease-in-out, color 0.3s ease;
}

.service-item .alignleft h3 {
  text-align: left;
}

.service-grid .text {
  padding: 10px 20px 20px 30px;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 500;
}

.service-item h3 {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  color: var(--blue11);
  transition: color 0.3s ease;
}

.item-1 {
  align-self: center;
}

.item-1 h3 {
  color: blue;
}

.item-1 h1 {
  color: var(--blue11);
  font-size: 3.5rem;
}

.icon {
  display: inline;
  font-size: 3.5rem;
  font-weight: 500;
  color: var(--blue11);
  background-color: transparent;
  margin-bottom: 3rem;
}

.red {
  border: 1px solid #e71d35;
  transition: all 0.4s ease-in;
}

.blue {
  border: 1px solid #2ec4b5;
  transition: all 0.4s ease-in;
}

/* DARKER + SMOOTH HOVER ANIMATION */
@keyframes colorSlideRed {
  0% {
    background: linear-gradient(to bottom, rgba(231, 29, 53, 0.3), transparent);
  }
  100% {
    background: linear-gradient(to bottom, rgba(231, 29, 53, 0.6), transparent);
  }
}

@keyframes colorSlideBlue {
  0% {
    background: linear-gradient(to bottom, rgba(46, 196, 181, 0.3), transparent);
  }
  100% {
    background: linear-gradient(to bottom, rgba(46, 196, 181, 0.6), transparent);
  }
}

/* Apply animation and text color white on hover */
.service-item.red:hover {
  animation: colorSlideRed 0.6s ease-in-out forwards;
 
}

.service-item.blue:hover {
  animation: colorSlideBlue 0.6s ease-in-out forwards;

}

.service-item:hover h3,
.service-item:hover .text {

}

.service-item:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease-in-out;
}

/* Yellow slider block effect */
.also-service-section-inner-block {
  position: relative;
  padding: 2rem;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.also-service-section-inner-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 215, 0, 0.45); /* Slightly darker yellow */
  transition: all 0.5s ease;
  z-index: 0;
}

.also-service-section-inner-block:hover::before {
  left: 0;
}

.also-service-section-inner-block-title,
.also-service-section-inner-block-des {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.also-service-section-inner-block:hover .also-service-section-inner-block-title,
.also-service-section-inner-block:hover .also-service-section-inner-block-des {
  color:black;
}



/**************TESTIMONIAL******************/

.test-container {
  width: 100vw;
  position: relative;
  width: 100%;
  min-height: 450px;
  color: var(--blue11);
  font-weight: 500;
  /*background-color: #f5f5f5;*/
}

.test-container .test-contents-wraper {
  width: 70%;
  min-height: inherit;
  margin: 30px auto;
  text-align: center;
}

.test-contents-wraper .test-header h1 {
  position: relative;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

/*.test-contents-wraper .test-header h5{
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
}*/

.test-contents-wraper .testRow {
  width: 100%;
  min-height: inherit;
  position: relative;
  overflow: hidden;
}

.testRow .testItem {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testRow .testItem:not(.active) {
  top: 0;
  left: -100%;
}

.testRow .testItem img {
  width: 220px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.testRow .testItem h3 {
  font-size: 1.5em;
  padding: 7px;
  letter-spacing: 0px;
}

.testRow .testItem h4 {
  font-style: italic;
}

.testRow .testItem p {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px;
  letter-spacing: 0px;
}

.test-contents-wraper .indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  cursor: pointer;
}

.test-contents-wraper .indicators .dot {
  width: 15px;
  height: 15px;
  margin: 0px 3px;
  border: 3px solid #aaa;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.test-contents-wraper .indicators .active {
  background-color: #006994;
}

@keyframes next1 {
  from {
    left: 0%;
  }

  to {
    left: -100%;
  }
}

@keyframes next2 {
  from {
    left: 100%;
  }

  to {
    left: 0%;
  }
}

@keyframes prev1 {
  from {
    left: 0%;
  }

  to {
    left: 100%;
  }
}

@keyframes prev2 {
  from {
    left: -100%;
  }

  to {
    left: 0%;
  }
}

@media(max-width: 550px) {
  .container .contents-wraper {
    width: 90%;
  }

  .contents-wraper .header h1 {
    font-size: 32px;
  }

  .testRow .testItem h3 {
    font-size: 26px;
  }

  .testRow .testItem p {
    font-size: 16px;
    letter-spacing: initial;
    line-height: initial;
  }

}

/****************MARQUEE********************/
.marquee {
  width: 100%;
  padding: 10px 15px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #FFE812;
  text-align: center;
  overflow: hidden;
  color: var(--blue12);
}

.marquee h1 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.marquee .marquee-wrapper {
  width: 100000px;
  animation: marqueeAnimation 38s linear 0s infinite running;
}

.marquee h1 .marquee-title {
  margin-right: 20px;
  float: left;
}

.text-stroke-black {
  font-weight: 400;
  -webkit-text-stroke: 1.5px;
  -webkit-text-stroke-color: var(--blue12);
}

@keyframes marqueeAnimation {
  100% {
    transform: translateX(-4600px);
  }
}

@media (max-width: 992px) {
  .marquee h3 {
    font-size: 30px;
  }
}

@media (max-width: 549px) {
  .marquee h3 {
    font-size: 25px;
  }
}


/*************BLOG SECTION**********/

#blogs {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 5vw 0;
  color: var(--blue11);
  /*background: #7f7fd5;
  background: linear-gradient(to right, #91eae4, #86a8e7, #7f7fd5);*/
}


.blog-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin-block: 2rem;
  gap: 2rem;
}

.blogimg {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.blog-card {
  display: flex;
  flex-direction: column;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  overflow: hidden;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);

  /*box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);*/

  border-radius: 1em;
  background: #ECE9E6;
  background: linear-gradient(to right, #FFFFFF, #ECE9E6);
}


.blog-card__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}


.tag {
  align-self: flex-start;
  padding: .25em .75em;
  border-radius: 1em;
  font-size: .75rem;
}

.tag+.tag {
  margin-left: .5em;
}

.tag-blue {
  background: #56CCF2;
  background: linear-gradient(to bottom, #2F80ED, #56CCF2);
  color: #fafafa;
}

.tag-brown {
  background: #D1913C;
  background: linear-gradient(to bottom, #FFD194, #D1913C);
  color: #fafafa;
}

.tag-red {
  background: #cb2d3e;
  background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.blog-card__body h4 {
  font-size: 1.2rem;
  text-transform: capitalize;
}

.blog-card__body p {
  font-size: 0.9rem;
  letter-spacing: 0px;
  font-weight: 500;
}

.blog-card__body {
  border: 2px solid #2061F9;
  border-bottom: none;
  border-top: none;
}

.blog-card__footer {
  border: 2px solid #2061F9;
  border-top: none;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 2px solid #2061F9;
  border-bottom-right-radius: 2px solid #2061F9;
}


.blog-card__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}





/********************TEAM SECTION*********************/

#team-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
}

#team-circle {
  width: 100%;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  /*background-color: #0c5db9;*/
}

.team-profile-card {
  position: relative;
  font-family: sans-serif;
  width: 220px;
  height: 220px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  margin: 0 25px;
}


.team-profile-card:hover {
  border-radius: 10px;
  height: 260px;
}

.team-profile-card .team-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: black;
  transition: .6s;
  z-index: 99;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
}

.team-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  object-position: top;
  object-fit: cover;
}

.team-profile-card:hover .team-img {
  transform: translateY(-60px);
}

.team-profile-card:hover img {
  border-radius: 10px;
}

.team-caption {
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}

.team-profile-card:hover .team-caption {
  opacity: 1;
}

.team-caption h3 {
  font-size: 21px;
  font-family: sans-serif;
}

.team-caption p {
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 10px 0 5px 0;
}

.team-caption .team-social-links a {
  text-decoration: none;
  color: #333;
  margin-right: 15px;
  font-size: 1.5rem;
  transition: .6s;
}

.team-social-links a:hover {
  color: #0c52a1;
}

@media (max-width:440px) {
  #team-circle {
    flex-direction: column;
  }
}



/******************FOOTER*********************/

#footersection {
  margin: 0;
  padding-top: 2vw;
  padding-bottom: 7vw;
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-size: 14px;
  background-color: #f4f4f4;
  align-items: start;
  background-image: url('footer2.png');
  background-size: cover;
  background-position: bottom;
  background-color: rgba(255, 232, 18, 30%);
  letter-spacing: 0px;
  cursor: pointer;
}



.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 0 20px 0;
  color: #2f2f2f;
  margin: 0 5rem;
}

.footer>* {
  flex: 1 100%;
}

.footer__addr {
  margin-bottom: 2em;
}


.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 1rem;
  font-weight: 400;
}

.nav__title {
  font-weight: 750;
  font-size: 1rem;
}

.footer address {
  font-style: normal;
  /*color: #999;*/
}


.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer ul li a:hover {
  color: #0c52a1;
  font-weight: 800;
  transition: all 0.2s ease-in-out;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav>* {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: black;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1em;
}

.legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: black;
}

.legal__links {
  display: flex;
  align-items: center;
}


@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav>* {
    flex: 1;
  }

  .nav__item--extra {
    flex-grow: 2;
  }

  .footer__addr {
    flex: 1 0px;
  }

  .footer__nav {
    flex: 2 0px;
  }

}

@media (max-width:1000px) {
  .footer {
    display: block;
  }

}


/**************************************************/

@media (max-width:1024px) {
  #about {
    flex-direction: column;
    padding-left: 5px;
    padding: 2rem 0;
  }

  #about video {
    width: 20rem;
    height: 12rem;
  }

  .about-right {
    width: 80%;
    text-align: center;
  }

  #trick-text-box {
    width: 75%;
  }
}


@media (max-width: 850px) {
  .feature-container {
    max-width: 70%;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  #features {
    font-size: 10px;
  }

  #trick-text-box h1 {
    font-size: 1.2em;
  }
}

@media (max-width:770px) {
  .feature-container {
    max-width: 80%;
  }

}



@media (max-width:432px) {
  #about {
    font-size: 14px;
  }

  #about .video {
    width: 18rem;
    height: 12rem;
  }

  #tricks-section {
    padding: 5em 0;
    font-size: 12px;
  }

  #tricks-heading h2,
  #tricks-heading h1 {
    width: 60%;
    margin: 0 auto;
  }

  .tricks-heading-h5text {
    width: 88%;
  }


  .single1 {
    width: 42vw;
    top: 0;
    left: 15px;
  }

  .single2 {
    width: 42vw;
    right: 0;
  }

  .single3 {
    width: 28%;
    top: 25vmax;
  }

  .single4 {
    width: 30vw;
    top: 55vmax;
    right: 0;
  }


  .single5 {
    width: 45%;
    left: 0;
    top: -30px;
  }

  .single6 {
    width: 52%;
    right: 0;
    bottom: -85px;
  }

  /*
  .single7{
    width: 38%;
    left: 0;
    top: -50px;
  }

  .single8{
    width: 28%;
    left: 0;
    top: 25vmax;
  }

  .single9{
    width: 28%;
    right: 0;
    top: -150px;
  }
    .single11{
    width: 45%;
    top: 450px;
    right: 0;
    z-index: -999;
  }*/

  .single7,
  .single8,
  .single9,
  .single11 {
    display: none;
  }

  .single10 {
    width: 58%;
    bottom: -20px;
  }

  .testRow .testItem h3 {
    font-size: 18px;
    padding: 7px;
  }


}