.section-hero-home {
    overflow: hidden;
}
#section-hero {
    background: #17181c;
    padding: var(--sectionPaddingY) 0;
    position: relative;
}
@media (min-width: 768px) {
    :root {
        --gutter: 40px;
        --navbarH: 144px;
        --sectionPaddingY: 160px;
    }
}
#section-hero .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1640px;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    width: 100%;
}
@media (min-width: 768px) {
    .hero-layout {
        align-items: center;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
}
.hero-layout {
    display: flex
;
    flex-flow: row nowrap;
}
@media (min-width: 768px) {
    .section-hero-home .hero-content {
        text-align: left;
    }
}
.section-hero-home .hero-content {
    text-align: center;
}
@media (min-width: 1280px) {
    .hero-content {
        margin-right: 80px;
    }
}
@media (min-width: 768px) {
    .hero-content {
        margin-bottom: 0;
        margin-right: 60px;
        max-width: 760px;
    }
}
.hero-content {
    margin-bottom: 40px;
    position: relative;
    padding:0px;
}
.section-hero-home .hero-content .heading {
    margin: 0px;
  font-size: 58px;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(https://media2.giphy.com/media/HkEDr0jVekaZO/giphy.gif?cid=790b761…&ct=g&rid=giphy.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    position: relative;
}
@media screen and (min-width: 1440px) {
    .hero-content .heading {
        font-size: 192px;
    }
}
@media screen and (min-width: 768px) {
    .hero-content .heading {
        font-size: calc(-13.71429px + 14.28571vw);
    }
}
.hero-content .heading {
  font-size: 58px;
}
@media screen and (min-width: 1440px) {
    .hero-content .heading {
        font-size: 256px;
    }
}
@media screen and (min-width: 768px) {
    .hero-content .heading {
        font-size: calc(-86.85714px + 23.80952vw);
    }
}
.hero-content .heading {
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 80%;
}
.section-hero-home .hero-content .heading:before {
    background-color: #efece6;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    transition: opacity .6s;
    width: 100%;
}
/* .section-hero-home .hero-content .heading {
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(https://media2.giphy.com/media/HkEDr0jVekaZO/giphy.gif?cid=790b761…&ct=g&rid=giphy.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
    position: relative;
} */
@media (min-width: 768px) {
    /*.section-hero-home .hero-content .paragraph {*/
    /*    margin-left: 0;*/
    /*    margin-right: 0;*/
    /*}*/
}
/*.section-hero-home .hero-content .paragraph {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
@media (min-width: 1280px) {
    .hero-content .paragraph {
        margin-top: 40px;
    }
}
@media screen and (min-width: 1440px) {
    .hero-content .paragraph {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) {
    .hero-content .paragraph {
        font-size: calc(6.85714px + 1.19048vw);
    }
}
.hero-content .paragraph {
    text-align: center !important;
    color: white;
    font-size: 19px;
    line-height: 1.6;
    margin-top: 24px;
    /*max-width: 520px;*/
}
@media (min-width: 768px) {
    .section-hero-home .hero-content .buttons {
        justify-content: flex-start;
    }
}
.section-hero-home .hero-content .buttons {
    display: inline-flex
;
    justify-content: center;
}
@media (min-width: 1280px) {
    .hero-content .buttons {
        flex-flow: row nowrap;
        gap: 12px 24px;
        margin-top: 50px;
    }
}
.hero-content .buttons {
    display: flex
;
    flex-flow: row wrap;
    gap: 8px 10px;
    margin-top: 30px;
}
@media (min-width: 1280px) {
    .hero-content .buttons .btn {
        white-space: nowrap;
    }
}
.btn-neon-green, .btn-neon-green:focus {
    background-color: #a9ff5c;
    color: #0f0f0f;
}
@media (min-width: 1280px) {
    .btn-lg {
        --btnH: 80px;
        --paddingX: 40px;
        font-size: 24px;
    }
}
.btn-lg {
    --btnH: 56px;
    --paddingX: 24px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .btn {
        --btnH: 64px;
        --paddingX: 32px;
        border-radius: 1em;
        font-size: 20px;
    }
}
.btn {
    --btnH: 56px;
    --paddingX: 24px;
    --paddingY: 16px;
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 1em;
    box-sizing: border-box;
    display: inline-flex
;
    font-size: 16px;
    font-weight: 500;
    gap: 16px;
    height: var(--btnH);
    justify-content: center;
    line-height: calc(var(--btnH) - var(--paddingY) - 2px);
    padding: var(--paddingY) var(--paddingX);
    position: relative;
    transition-delay: 0s;
    transition-duration: .2s;
    transition-property: background-color, color, border-color;
    transition-timing-function: cubic-bezier(.38,.005,.215,1);
}
@media (min-width: 1280px) {
    .btn-lg {
        --btnH: 80px;
        --paddingX: 40px;
        font-size: 24px;
    }
}
@media (min-width: 1280px) {
    .hero-content .buttons .btn {
        white-space: nowrap;
    }
}
.btn-neon-green, .btn-neon-green:focus {
    background-color: #a9ff5c;
    color: #0f0f0f;
}
.btn-bg {
    border-radius: inherit;
    bottom: -1px;
    left: -1px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: -1px;
    transform: translateZ(0);
}
.btn-neon-green .btn-bg:before, .btn-neon-green:focus .btn-bg:before {
    background-color: #cb5cff;
}
.btn-bg:before {
    border-radius: 50%;
    content: "";
    height: calc(var(--btnH)* 8);
    left: 50%;
    margin-left: calc(var(--btnH)* 8 / -2);
    margin-top: calc(var(--btnH)* 8 / -2);
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transform-origin: center center;
    transition: transform .8s cubic-bezier(.38,.005,.215,1), opacity .2s cubic-bezier(.38,.005,.215,1);
    width: calc(var(--btnH)* 8);
}
.btn-text {
    align-items: center;
    display: flex
;
    gap: inherit;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.imagegrid-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 1rem;
    position: relative;
    width: 800px;
    height: 60vh;
    margin: auto;
    transition: all 400ms;
}
.imagegrid-container .img{
    background: var(--image) center center;
    width: 100%;
    height: 100%; 
    background-size: cover;
    transition: all 400ms;
    cursor: pointer;
    position: relative;
}
.imagegrid-container:hover .img{
    filter: grayscale(100%) opacity(24%);
    transition: all 400ms;
}
.imagegrid-container .img:hover{
    filter: grayscale(0%) opacity(100%);
    transition: all 400ms;
    
}
.imagegrid-container:has(.box-1:hover){
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
}
.imagegrid-container:has(.box-2:hover){
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr;
}
.imagegrid-container:has(.box-3:hover){
    grid-template-columns: 1fr 1fr 3fr 1fr 1fr;
}
.imagegrid-container:has(.box-4:hover){
    grid-template-columns: 1fr 1fr 1fr 3fr 1fr;
}
.imagegrid-container:has(.box-5:hover){
    grid-template-columns: 1fr 1fr 1fr 1fr 5fr;
}
.imagegrid-container .img:nth-child(odd){
    transform: translateY(-1rem);
}
.imagegrid-container .img:nth-child(even){
    transform: translateY(1rem);
}

.imagegrid-container .img::after{
    content: attr(data-text);
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 5px 8px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    opacity: 0;
    transition: all 600ms;
}
.imagegrid-container .img:hover::after{
    bottom: 20px;
    opacity: 1;
}
.imagegrid-container video {
    max-width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

/* contact form */
.contact .container{
  width: 85%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.contact .container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .container .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.contact .content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.contact .content .left-side .details{
  margin: 14px;
  text-align: center;
}
.contact .content .left-side .details i{
  font-size: 30px;
  color: #3e2093;
  margin-bottom: 10px;
}
.contact .content .left-side .details p{
  font-size: 13px;
}
.contact .content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.contact .content .left-side .details .text-one,
.contact .content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.contact .container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.contact .content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #bf0709;
}
.contact .right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.contact .right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.contact .right-side .message-box{
  min-height: 110px;
}
.contact .right-side .input-box textarea{
  padding-top: 6px;
}
.contact .right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.contact .right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #bf0709;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact .button input[type="button"]:hover{
  background: #bf0709;
}
@media (max-width: 950px) {
  .contact .container{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .contact .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .contact .container{
    margin: 40px 0;
    height: 100%;
  }
  .contact .container .content{
    flex-direction: column-reverse;
  }
  .contact .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .contact .container .content .left-side::before{
   display: none;
 }
 .contact .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}
.contact .icon{
  display: flex;
    flex-direction: row;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.contact .icon img{
  height: 30px;
}
/* Gallery */
.c-gallery {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .c-gallery {
    grid-template-columns: 1fr 1.7fr;
  }
}
.c-gallery .c-gallery__header {
  padding: 20px;
  height: 100%;
  display: grid;
  place-items: center;
}
@media (min-width: 1024px) {
  .c-gallery .c-gallery__header {
    height: 100vh;
  }
}
.c-gallery .c-gallery__header .c-gallery__header-inner {
  max-width: 400px;
}
.c-gallery .c-gallery__header .c-gallery__title {
  margin: 0 0 16px;
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
}
.c-gallery .c-gallery__header .c-gallery__subtitle {
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.c-gallery .c-gallery__header .c-gallery__description {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.c-gallery .c-gallery__header .c-gallery__link {
  position: relative;
  align-items: center;
  color: #141d24;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  text-transform: initial;
}
.c-gallery .c-gallery__header .c-gallery__link:hover {
  color: #0b1014;
}
.c-gallery .c-gallery__images {
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .c-gallery .c-gallery__images {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.c-gallery img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  padding: 10px;
  min-height: 414px;
}
.c-gallery .c-gallery__column {
  animation: slide 50s linear infinite;
}
.c-gallery .c-gallery__column:hover {
  animation-play-state: paused;
}
.c-gallery .c-gallery--reverse {
  animation-direction: reverse;
}
@keyframes slide {
  to {
    translate: 0 -50%;
  }
}
/* gallery popup */
/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 1001;
}

.img-popup img {
  max-width: 900px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

@media screen and (max-width: 880px) {

  .container .container__img-holder:nth-child(3n+1) {
    margin-left: 16px;
  }

}
/* Teams */
.teams{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 30px;
}
.teams .teamsimg{
  display: flex;
    justify-content: center;
    gap: 10%;
    padding: 20px;
}
.teams .card {
  width: 342px;
  height: 450px;
  border-radius: 10px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  padding: 8px;
  position: relative;
  cursor: pointer;
  transition: background-size 0.5s, background-position 0.5s;
  /* background: url("https://i.pinimg.com/originals/40/e4/f8/40e4f8e51249e4b3870de7073fe198ec.jpg"); */
  background-position: center;
  background-size: 342px;
  background-repeat: no-repeat;
}
.teams .card:hover {
  background-size: calc(342px * 2);
  background-position: -23px;
  transition: background-size 0.8s, background-position 0.8s;
}
.teams .card .inner {
  border: 2px solid white;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  transition: opacity 0.1s 0s;
}
.teams .card:hover .inner {
  opacity: 1;
  transition: opacity 0.3s 0.3s;
}
.teams .card .inner h3 {
  width: 50%;
  color: white;
  font-weight: 800;
  font-size: 40px;
  position: absolute;
  bottom: 10%;
  left: 20px;
  margin-bottom: 5px;
}
.teams .card .inner h3 p {
  color: white;
  font-weight: 500;
  font-size: 14px;
  margin-top:8px;
}
.teams .card .inner .social {
  display: flex;
  flex-direction: column;
  width: 50px;
  height: calc(450px / 3);
  align-items: center;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  top: 60%;
  left: 20px;
  border-radius: 4px;
}
.teams .social a {
  color: white;
  text-decoration: none;
}
.teams .social a svg {
  height: calc(450px / 14);
  fill: black;
  opacity: 1;
}
.teams .social a:nth-of-type(1) svg:hover {
  fill: white;
  opacity: 0.7;
}
.teams .social a:nth-of-type(2) svg:hover {
  fill: #00acee;
  opacity: 0.7;
}
.teams .social a:nth-of-type(3) svg:hover {
  fill: #0088cc;
  opacity: 0.7;
}

/* FOOTER */

footer {
    background-color: #202128;
    color: #777;
    padding: 25px 0 0;
}

.social-icons
{
  text-align:right
}

.social-icons a
{
  width:44px;
  height:44px;
  line-height:44px;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  background-color:#33353d;
}

@media (max-width:991px)
{
  .footer5 [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .footer5
  {
    padding-bottom:0
  }
  .footer5 #footerRights,
  .footer5 .social-icons
  {
    text-align:center
  }
}

.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:12px
}

.social-icons a {
  width: 44px;
  height: 44px;
  background-color:#eceeef;
  color:#818a91;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  display: inline-block;
  border-radius: 50%;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
}

.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}

.social-icons a.facebook:hover
{background-color:#3b5998}
.social-icons a.twitter:hover
{background-color:#00aced}
.social-icons a.instagram:hover
{background-color:#f00077}

#footerWrapper .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footerWrapper .copyright{
    display: flex;
}

/*feature css starts*/
.timeline__cover{
    background: #202128;
    padding: 100px 0;
    color: #ffffff;
}
.timeline__cover .timeline__title{
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
}
.timeline__cover .timeline__title h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.timeline__cover .timeline__title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #959595;
}

.timeline__cover .timeline{
    padding-top: 64px;
}
.timeline__cover .timeline ul{
    padding-top: 100px;
}
.timeline__cover .timeline ul li {
	background: #9a9a9a;
	position: relative;
	margin: 0 auto;
	width: 2px;
	margin-bottom: 48px;
	list-style-type: none;
	max-height: 62px;
}

.timeline__cover .timeline ul li:last-child {
	padding-bottom: 7px;
    width: 0;
    height: 0;
}

.timeline__cover .timeline ul li:before {
	content: '';
	background: #dc4a38;
	position: absolute;
	left: 50%;
	top: -32px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.timeline__cover .timeline ul li .hidden-content {
	opacity: 0;
}

.timeline__cover .timeline ul li .content {
	position: relative;
	top: -100px;
	width: 289px;
	padding-top: 20px;
}

.timeline__cover .timeline ul li .content .badge{
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    padding: 6px 12px;
    background: #2dcd71;
    border-radius: 1000px;
}

.timeline__cover .timeline ul li .content h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    margin: 16px 0 8px;
}

.timeline__cover .timeline ul li .content p{
	color: #acacac;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content {
	left: 70px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content:before {
	left: -38px;
}

.timeline__cover .timeline ul li:nth-child(even) .content {
	left: calc(-289px - 70px);
}

.timeline__cover .timeline ul li:nth-child(even) .content:before {
	right: -38px;
}

/* Media Queries */
@media screen and (max-width: 1020px) {
	.timeline__cover .timeline ul li .content {
		width: 41vw;
	}

	.timeline__cover .timeline ul li:nth-child(even) .content {
		left: calc(-41vw - 45px);
	}
}

@media screen and (max-width: 700px) {
    .timeline__cover {
        padding: 32px 0;
        background: #27272C;
    }
    .timeline__cover .timeline__title {
        text-align: left;
    }
    .timeline__cover .timeline {
        padding-top: 32px;
    }
    .timeline__cover .timeline ul li {
        margin-left: 48px !important;
    }
    .timeline__cover .timeline__title h2 {
        font-size: 32px;
        line-height: 44px;
        letter-spacing: 0.08px;
    }
	.timeline__cover .timeline ul li {
		margin-left: 20px;
	}

	.timeline__cover .timeline ul li .content {
		width: calc(100vw - 100px);
        transition: .2s;
	}

    .timeline__cover .timeline ul li .content p {
        min-height: 110px;
    }

	.timeline__cover .timeline ul li:nth-child(even) .content {
		left: 38px;
	}

	.timeline__cover .timeline ul li:nth-child(even) .content:before {
		left: -33px;
	}
    .timeline__cover .timeline ul li:nth-child(odd) .content {
        left: 38px;
    }
    .timeline__cover .timeline ul li .content {
    padding-top: 50px;
    }
    .timeline__cover .timeline ul li .content h3 {
        font-size:18px;
    }
    
}
@media screen and (max-width: 700px) {
    .section-hero-home .hero-content .heading {
        font-size: 36px;
        top: 60px;
    }
    .imagegrid-container {
        display: none;
    }
    .hero-content .paragraph {
        padding: 20px;
    }
     .first-para {
       position: relative;
        top: 68px;
    }
    #section-hero {
    height: 75vh;
    }
    .tg-circle-text {
        left: 56%;
    }
    .logos-slide img {
        height: 60px;
        margin: 0 0px;
    }
    .logos-slide {
    flex-wrap: wrap;
    }
    .c-gallery .c-gallery__images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contact{
        margin: 0px 20px;
    }
    .contact .container{
        width: 100%;
    }
    .contact .container .content .right-side {
        text-align: center;
    }
    .c-gallery img {
    object-fit: contain;
    min-height: 0;
    }
    .img-cover {
    object-fit: contain;
}
}

/* timeline__cover ends */