/* basic template css started */
*,
html,
body {
	scroll-behavior: smooth;
}

body {
	padding: 0 !important;
}

header.masthead {
	position: fixed;
}

#scroll-logo {
	display: none;
	/* Hide the scroll logo initially */
}
.mobile-show
{
	display: none;
}
svg#scroll-logo .ah-logo-mark {
	fill: #fff !important;
}

#scroll-logo .ah-logo-mark {
    /* transition: fill 0.3s ease; */
	transition: .2s all;
  }
  
  /* On hover, change the fill color to orange */
  #scroll-logo:hover .ah-logo-mark {
    fill: #ff5945 !important;
    cursor: pointer;
  }
.scrolled .get-in-touch-header a:after {
	margin-top: 12px;
	bottom: -16.5px;
	transition: .3s all;
}
.scrolled .get-in-touch-header a:before{
	top: 6.5px;
	transition: .3s all;
}


.ah-logo-mark {
	/* transition: fill 0.3s ease; */
	transition: .3s all;
}

.masthead-sticky {
	display: none;
}

.newbasictemplate {
	padding-top: 120px;
	padding-left: calc(var(--blockspacervalue) * 2px);
	padding-right: calc(var(--blockspacervalue) * 2px);
}

.hero-container {
	position: relative;
	overflow: hidden;
	height: auto;
	aspect-ratio: 2 / 1;
}

.atmo-video-slide {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.hero-image-better {
	position: absolute;
	top: 42%;
	left: 5%;
	width: 36%;
	height: auto;
	z-index: 2;
	transform: translate(0, -50%);
}

.row.video-block.ofh.locked.no-pad-top.push-bottom-xl {
	position: relative;
	z-index: 1;
	/* Ensure the slider is above the hero image */
}

.atmo-video-slider {
	height: 100%;
    aspect-ratio: 2 / 1;
}

.getintouchflex {
	display: flex;
	justify-content: space-between;
}

.get-in-touch-header {
	left: -125px;
}

.Linkarea h2 {
	padding: 0 !important;
	margin: 0 !important;
}

.menu-toggle {
	padding-right: initial !important;
}

.get-in-touch-header a:after {
	content: '';
	position: absolute;
	width: 100%;
	cursor: pointer;
	float: left;
	height: 100%;
	display: block;
	margin-top: 10px;
	left: 0;
	background: #fff;
	-webkit-transition: width .4s ease;
	transition: width 0.3s ease;
	background: url(/wp-content/uploads/2024/12/white-text-underline-4.svg);
	background-repeat: no-repeat;
	animation: slide-out 1s forwards;
	bottom: -23.5px;
}

.get-in-touch-header a:before {
	content: '';
	position: absolute;
	/* width: 0%; */
	cursor: pointer;
	float: left;
	height: 100%;
	display: block;
	margin-top: 10px;
	left: 0;
	background: #fff;
	-webkit-transition: width .4s ease;
	transition: width 0.3s ease;
	background: url(/wp-content/uploads/2022/05/text-underline-4.svg);
	top: 13.5px;
	background-repeat: no-repeat;
}

.get-in-touch-header div:hover a {
	color: #FF5945;
	transition: .2s all;
}

/*.get-in-touch-header a:hover:after{     background: url(/wp-content/uploads/2022/05/text-underline-4.svg); width: 100%; background-repeat: no-repeat;    animation: slide-in 1s forwards;
 }*/
.get-in-touch-header div:hover a:before {
	width: 100%;
	margin-top: 10px;
	z-index: 2;
	transition: .2s all;
}

.get-in-touch-header a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: .2s all;
    font-weight: 700;
    letter-spacing: .027em;
    line-height: .9;
    font-size: 15px;
}

/* .get-in-touch-header a:before { width:100%; top:14px; background: url(/wp-content/uploads/2022/05/text-underline-4.svg);}
.get-in-touch-header a:hover:before {width: 100%; left: 0; } */
.overwrite-to-video {
	margin-top: -28%;
}

.Linkarea svg {
	fill: #FF5945;
}

.Linkarea svg:hover {
	fill: #FFF;
}

.Linkareasvg {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 40px;
	margin-left: 0;
	bottom: -50px;
}

.Linkareasvg path {
	stroke: #FF5945;
	fill: transparent;
	stroke-width: 3px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}

.backtotop path {
	stroke: #FF5945;
	fill: transparent;
	stroke-width: 3px;
}

/*@keyframes slide-in {
    0% {
        width: 100%;
        margin-top: 10px;
        background: url(/wp-content/uploads/2022/05/white-text-underline-4.svg) no-repeat;
    }
    100% {
        width: 100%;
        margin-top: 10px;
        background: url(/wp-content/uploads/2022/05/text-underline-4.svg) no-repeat;
    }
}
@keyframes slide-out {
    0% {
        background: url(/wp-content/uploads/2022/05/text-underline-4.svg) no-repeat;
                margin-top: 10px;
    }
    100% {
        background: url(/wp-content/uploads/2022/05/white-text-underline-4.svg) no-repeat;
            margin-top: 10px;
}
}
*/
@keyframes arrow {
	0% {
		opacity: 0;
		transform: translateY(10px)
	}

	80% {
		opacity: 1;
		transform: translateY(50px)
	}

	100% {
		opacity: 0;
		transform: translateY(50px)
	}
}

@-webkit-keyframes arrow

/*Safari and Chrome*/
	{
	0% {
		opacity: 0;
		transform: translateY(10px)
	}

	80% {
		opacity: 1;
		transform: translateY(50px)
	}

	100% {
		opacity: 0;
		transform: translateY(50px)
	}
}

.Linkareasvg path.a1 {
	animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s;
	/* Safari and Chrome */
}

.banner_menu {
	position: absolute;
	right: 50px;
	color: #ffff;
	top: inherit;
	bottom: 35%;
	z-index: 999;
	cursor: pointer;
}

.banner_menu>li {
	margin-bottom: .05em;
}

.banner_menu a {
	-webkit-transition: all 450ms ease;
	transition: color 0.5s cubic-bezier(0.3, 0.36, 0.71, 1.06), transform 0.5s cubic-bezier(0.47, 0.5, 0.68, 1.05);
	position: relative;
	/*  font-size: 2.5rem; line-height: 5rem;*/
	font-size: 35px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: right;
	/* transition: width .4s ease; */
}

.banner_menu li:hover a {
	color: #ff5945;
	/*    line-height: 4.8rem;*/
	line-height: 6rem;
	transform: scale(1.2);
}

.banner_menu * {
	letter-spacing: .027em;
	text-align: right;
}

.banner_menu li {
	position: relative;
}

.banner_menu a {
	display: inline-block;
	cursor: pointer;
}

/* .banner_menu li a:after {
	position: absolute;
	top: 80%;
	left: 0;
	z-index: -1;
	overflow: hidden;
	margin: 0;
	width: 0;
	height: 15px;
	opacity: 1;
	content: '';
	background-image: url(/wp-content/uploads/2024/10/Service-Underline.svg);
	background-size: 380px;
	background-position: center;
	background-repeat: no-repeat;
} */

/* .banner_menu li a:after {
    position: absolute;
    top: 80%;
    left: 0;
    z-index: -1;
    overflow: hidden;
    margin: 0;
    width: 0;
    height: 13px;
    opacity: 1;
    content: '';
    background-image: url(https://atomhawk2.expre.co.uk/wp-content/uploads/2024/11/text-underline-420x13-01-1.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
} */
.banner_menu li a:hover:after {
	width: 100%;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
}


.project-tiles-carousel .inner h2.customh2 
{
	margin-top: -3px;
}
.home-project-tiles .inner .customh2 
{
	margin-top: -3px;
}

.customheight .tile .tile-content {
	height: 97.2%;
}

.additional-textblock .inner {
	width: 50%;
	margin: 0;
	z-index: 1;
}

/* basic template css ended */
/*17-07-2024*/

.atmo-video-slider .slick-slide.atmo-video-slide .atmo-image {
	position: relative;
	padding-top: 56.25%;
}

.atmo-video-slider .slick-slide.atmo-video-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.hero-container .overwrite-to-video {
	bottom: 100px;
	position: absolute;
	left: 50px;
	width: calc(100% - 100px);
	background: transparent;
	margin-top: 0;
	bottom: 28px;
}

.hero-container .overwrite-to-video .inner {
	padding: 0;
}

.hero-container .overwrite-to-video .g-size-sm {
	font-size: 1.9rem;
	padding-left: 30px;
}

.hero-container .overwrite-to-video .g-size-l {
	line-height: 55px;
	margin-bottom: 0;
}

.hero-container .slick-dots {
	position: absolute;
	bottom: 61px;
}

.hero-container .slick-dots li {
	margin: 0 8px;
}

.hero-container .slick-dots li.slick-active {}

.hero-container .slick-dots li button {
	height: 10px;
	width: 10px;
	outline: none;
	border: 0;
	background: rgba(255, 255, 255, 0.6)
}

.hero-container .slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 1)
}

.desktop-none {
	display: none;
}

.mobile-none {}

body {
	overflow-y: scroll;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

body::-webkit-scrollbar {
	width: 12px;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #ccc;
}
.pagefooter .footer-main-cols h2 {
    padding-top: 70px;
    padding-bottom: 50px;
}
.service-line{
	display: none;
}
h2.our-work-heading {
	display: none;
}

@media (min-width: 1921px) {
    .atmo-video-slider {
		height: 100%;
		aspect-ratio: 2 / 1;
	}
	.hero-container .overwrite-to-video .g-size-l {
		line-height: 65px;
	}

	.banner_menu {
		bottom: 35%;
	}
}

@media(max-width:1750px) {
	.banner_menu a {
		font-size: 2.5rem;
		line-height: 5rem;
	}

	.banner_menu li:hover a {
		line-height: 4.8rem;
	}

	.banner_menu li:after {
		background-size: 100% 100%;
	}

	.banner_menu ul {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

@media(max-width:1450px) {
	.banner_menu a {
		font-size: 2.3rem;
        line-height: 1;
        margin-top: 7px;
        margin-bottom: 7px;
	}

	.banner_menu li:hover a {
		font-size: 2.6rem;
		line-height: 1;
	}

	.get-in-touch-header {
		left: -125px;
	}

	.banner_menu {
		bottom: 230px;
	}

	.hero-container .overwrite-to-video {
		bottom: 0;
	}

	.hero-container .slick-dots {
		bottom: 50px;
	}
	.hero-container .overwrite-to-video .g-size-l {
		line-height: 55px;
		margin-bottom: 0;
		width: 100%;
		font-size: 39px;
	}
}

@media(max-width: 1199px) {
	.row.video-block.ofh.locked.no-pad-top.push-bottom-xl {
		padding-bottom: 60px;
	}

	.home-project-tiles .tile .g-size-l {
		font-size: 20px;
	}

	.atomgrid .g-size-reg {
		font-size: 18px;
		padding: 0;
		margin: 20px 0;
	}

	.pagefooter .footer-logos img {
		height: 37px;
	}

	.banner_menu a {
		font-size: 2.1rem;
		line-height: 3rem;
	}

	.banner_menu li:hover a {
		font-size: 2.4rem;
		line-height: 2.8rem;
	}

	.hero-container .overwrite-to-video {
		bottom: 19px;
	}

	.banner_menu {
		bottom: 60px;
	}
}

@media(max-width: 1050px) {
	.banner_menu {
		top: 50px;
	}
	.hero-container .slick-dots {
		bottom: 90px;
	}
	.pagefooter .footer-main-cols .fm .col1-4:nth-child(n+2):before {
		display: none;
	}

	.pagefooter .footer-signoff ul {
		padding-left: 38px;
	}
	.hero-container .overwrite-to-video .g-size-l {
		line-height: 34px;
		margin-bottom: 0;
		font-size: 22px;
	}
}

@media(max-width: 991px) {
	.banner_menu.mobile-show {
        padding-top: 40px;
        margin-top: 0;
		display: none;
    }
	.hero-container .overwrite-to-video .g-size-l {
        font-size: 21.5px;
        line-height: 30px;
        margin-bottom: 12px;
    }

	/* .hero-container .overwrite-to-video .g-size-sm {font-size: 1.5rem; } */
	.banner_menu a {
		font-size: 1.8rem;
		line-height: 2.8rem;
	}

	.banner_menu li:hover a {
		font-size: 2rem;
		line-height: 2.6rem;
	}

	.row.video-block.ofh.locked.no-pad-top.push-bottom-xl {
		padding-bottom: 45px;
	}

	.pagefooter .footer-signoff ul {
		flex-wrap: wrap;
	}

	.Linkarea {
		text-align: center;
	}

	.Linkareasvg {
		left: 47%;
		bottom: -25px;
	}

	.mobile-bottom-show .Linkareasvg {
		bottom: 0px;
	}

	.banner_menu {
		right: 40px;
		bottom: 109px;
	}

	.hero-container .overwrite-to-video {
		left: 40px;
		z-index: 2;
	}

	.banner_menu a {
		font-size: 22px !important;
        line-height: 25px !important;
	}
	.ourclient-title {
		font-size: 4.25rem !important;
		line-height: 50px !important;
		padding-left: 40px !important;
	}
	.Linkareasvg {
		width: 42px;
		height: 76px;
	}

	.hero-container .slick-dots {
		bottom: 0;
        transform: scale(0.5);
	}

	.home-project-tiles .tile .inner>div {
		padding-bottom: 0;
	}
}

@media (max-width: 950px) {
    .menu-toggle {
        padding-right: 0px;
    }
}


@media(max-width: 768px) {
	/* .masthead>.inner {
		height: auto;
	} */
	.row.video-block.ofh.locked.no-pad-top.push-bottom-xl
	{
		top: -10px;;
	}
	.menu-toggle
	{
		top: 15px !important;
		padding-right: 0px !important;
	}
	.banner_menu {
        top: 75px !important;
    }
	.projects-section{
		padding: 0px !important;
	}
	.projects-section .projects-textarea {
		padding: 0 20px;
	}
	.additional-textblock .inner {
		width: 60% !important;
	}
	.banner_menu a {
		font-size: 20px !important;
        line-height: 15px !important;
	}
	.hero-container .overwrite-to-video {
        width: 75%;
    }
	.hero-container .overwrite-to-video .g-size-l {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0px;
    }
	.scrolled .menu-toggle {
        top: 5px !important;
        padding-right: 0px !important;
    }
	.footer-logos .logo-item {
		margin: 11px 16px 0 0;
	}
}


@media(max-width: 700px) {
	.desktop-show
	{
		display: none;
	}
	.banner_menu.mobile-show {
		display: block;
        padding-top: 40px;
        margin-top: 0;
        /* bottom: -20px !important; */
        background: url(/wp-content/uploads/2024/12/Mech_White_30-opacit.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
		position: unset !important;
    }
	.pic img {
		width: auto;
		height: 120px;
	}
	body .MarqueeSection .ourclient-title {
		font-size: 5.5rem !important;
	}
	.letsmake-title
	{
		font-size: 4.5rem !important;
	}
	.pic img, .left_marquee, .left_scroll, .right_scroll {
		height: 70px !important;
		padding-bottom: 10px !important;
	}
	
	.service-line {
		font-size: 3rem;
		padding: 0px 0 10px !important;
		font-weight: bold;
		text-transform: uppercase;
		color: #ff5945;
		display: block;
	}
	h2.our-work-heading {
		font-size: 5.5rem;
		color: #fff;
		padding: 20px;
		display: block;
	}
	#page {
		/* margin-top: 80px; */
	}
	.menu-toggle{
		top: 18px !important;
		
	}
	.banner_menu a {
        font-size: 22px !important;
        line-height: 30px !important;
    }
	header.masthead{
		height: 80px !important;
		/* background: #171426 !important; */
	}
	.Linkarea.our-project, .Linkarea.mobile-bottom-show.our-work, .Linkarea.ourclientarea {
		display: none;
	}
	.pagefooter .footer-signoff ul {
		padding-left: 25px;
	}
	body .footer-signoff .footer-main-cols {
		margin-left: 25px !important;
	}
	
	header.masthead.scrolled {
		height: 66px !important;
	}
	header.masthead.scrolled .menu-toggle {
		top: 14px !important;
		font-size: 5.5rem !important;
	}
	body .projects-textarea h2 {
		font-size: 5.5rem !important;
	}
    body .MarqueeSection .ourclient-title{
		padding-left: 20px !important;
		line-height: .9 !important;
	}
	.banner_menu * {
		padding: 0;
	}

	.banner_menu,
	.hero-container .overwrite-to-video {
		padding: 0 20px;
	}

	.banner_menu {
		right: inherit;
		margin-top: 100px;
		top: inherit;
		bottom: inherit;
		margin: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.hero-container .overwrite-to-video {
		bottom: inherit;
		position: inherit;
		left: inherit;
		margin: auto;
	}

	.hero-container .overwrite-to-video .inner {
		padding: 0 0 0px;
	}

	.row.video-block.ofh.locked.no-pad-top.push-bottom-xl {
		padding-bottom: 0;
	}

	.banner_menu a {
		font-size: 2.1rem;
		line-height: 3rem;
	}

	.banner_menu li:hover a {
		font-size: 2.4rem;
		line-height: 2.8rem;
	}

	.banner_menu ul {
		display: inline-block;
	}

	.banner_menu li:after {
		background-size: 164px;
		left: 0;
		right: inherit !important;
		transform: rotate(-1deg);
	}

	.banner_menu li:hover:after {
		width: 100% !important;
		width: -webkit-fill-available;
		left: 0;
	}

	.hero-container .overwrite-to-video {
		width: 100%;
	}

	.desktop-none {
		display: block;
	}

	.hero-container .overwrite-to-video.mobile-none h1 {
		display: none;
	}

	.hero-container .overwrite-to-video.desktop-none {
		margin: 40px 0 0;
	}

	.hero-container .overwrite-to-video .g-size-sm {
		padding-left: 0;
	}

	.Linkareasvg {
		left: 45%;
	}

	.home-project-tiles .tile-more .label {
		bottom: 0 !important;
		left: 0 !important;
	}

	.banner_menu li {
		padding: 4px 0;
	}
	.get-in-touch-header{
		display: none;
	}
	header.masthead.scrolled .get-in-touch-header{
		display: block;
	}
	header.masthead .logo {
		width: 200px !important;
	}
	.hero-container .slick-dots {
		left: -16px;
        margin: 0 auto;
	}
	.banner_menu a {
		margin-top: -3px;
		margin-bottom: -13px;
	}
	.our-work svg.Linkareasvg.mobile-bottom-show-svg {
		left: 46.5%;
	}
	.footer-logos img {
		height: 70px;
		width: auto;
		margin: 0 auto;
	}
	.MarqueeSection:before {
		background: url(/wp-content/uploads/2024/12/Atomhawk_Logo_OutlineSVG-1.svg) no-repeat right center !important;
		background-size: cover !important;
		opacity: 0.6;
	}
}
@media(max-width: 480px) {
	.hero-container .slick-dots {
		top: 100px;
        transform: scale(0.7);
    }
	.Linkarea.our-project .Linkareasvg {
		left: 41%;
	}
	.our-work svg.Linkareasvg.mobile-bottom-show-svg {
		left: 45%;
	}
	.hero-container .overwrite-to-video {
        width: 100%;
    }
	.additional-textblock .inner {
        width: 100% !important;
    }
	.hero-container .overwrite-to-video .inner {
        padding: 0 0 10px;
    }
}
@media(max-width: 400px) {
	.our-work svg.Linkareasvg.mobile-bottom-show-svg {
		left: 44%;
	}
	.Linkarea.our-project .Linkareasvg {
		left: 39%;
	}
	.Linkarea.ourclientarea .Linkareasvg{
		left: 43%;
	}
	.hero-container .overwrite-to-video {
        width: 100%;
    }
	.additional-textblock .inner {
        width: 100% !important;
    }
	.hero-container .overwrite-to-video .inner {
        padding: 0 0 10px;
    }
	.masthead>.inner {
        height: inherit;
    }
}
@media(max-width: 350px) {
	.our-work svg.Linkareasvg.mobile-bottom-show-svg {
		left: 43%;
	}
	.Linkarea.our-project .Linkareasvg {
		left: 38%;
	}
	.Linkarea.ourclientarea .Linkareasvg {
		left: 42%;
	}
	.get-in-touch-header a {
		font-size: 12px;
	}
	.masthead>.inner {
        height: inherit !important;
    }
}
@media(max-width: 1365px) and  (max-width: 1451px){
	.banner_menu {
		top: 100px;
	}
}

/* for the atomhawk revamp */
.customh2 {
	padding: 0;
	margin: 0;
}

.is-active .customh3 {
	margin-top: 0px;
	padding: 0;
}

.atomgrid .customh3 {
	padding: 0;
	margin: 18px 0 -15px 0px !important;
}

.project-tiles-revamp .tile.is-active h3 {
	margin: 0;
}

.project-tiles-revamp .tile .reveal-text p {
	max-width: 34em;
	padding-bottom: 0px;
	font-size: 24px;
}

.ourclienturl {
	height: 130px;
}


.footer-logos .logo-item {
	margin: 20px 30px 0 0;
}

.footer-logos {
	margin-top: auto;
	justify-content: center;
	margin-bottom: 70px;
	transition: transform 0.3s ease-in-out;
}

.footer-logos img {
	height: 90px;
	width: auto;
}

.footer-upper-title {
	margin: 0;
	padding: 24px 0px 30px 0;
	font-size: 7rem;
}

.footer-cta-banner .inner {
	display: inline-block;
}

.bg-media {
	transition: transform 0.3s, filter 0.3s;
}

.blur-image.hover-effect {
	filter: brightness(0.4);
	transition: all 0.3s ease;
}

.letsmake-title:hover~.bg-media {
	filter: blur(5px);
	transition: filter 0.3s ease-in-out;
}

.zoom-hover {
	transition: all 0.3s ease;
	overflow: hidden;
	overflow-x: hidden;
	transform-origin: center;
}

.zoom-hover .hover-title {
	transition: color 0.3s ease, transform 0.3s ease;
	color: #fff;
}

.zoom-hover:hover .hover-title {
	color: #ff5945;
	transform: scale(1.1);
	transform-origin: center;
}

.zoom-hover .logo-img {
	transition: transform 0.3s ease;
	transform: scale(1);
}

.zoom-hover:hover .logo-img {
	transform: scale(1.1);
	transform-origin: center;
}

/* .zoom-hover:hover {
    transform: scale(1.05);
    overflow-x: hidden;
    transition: transform 0.3s ease;
} */

.letsmake-title {
	font-size: 7rem;
	margin: 35px 0;
}

/* Marquee section */
.left_scroll,
.right_scroll {
	duration: 30s;
	gap: 30px;
	display: flex;
	background: #171426;
	height: 130px;
	overflow: hidden;
	user-select: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.right_scroll {
	margin-top: 30px;
}

.left_marquee {
	flex-shrink: 0;
	display: flex;
	min-width: 100%;
	animation: left_scroll 80s linear infinite;
	padding-top: 0;
	/* background: rgb(0, 0, 0); */
	height: 130px;
	margin-left: -30px;
}

.pic img {
	width: 85%;
	height: 120px;
}

.right_marquee {
	flex-shrink: 0;
	display: flex;
	min-width: 100%;
	animation: right_scroll 80s linear infinite;
	/* background: rgb(0, 0, 0); */
	margin-left: -30px;
}

@keyframes left_scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-100% - 10px));
		
	}
}

@keyframes right_scroll {
	0% {
		transform: translateX(calc(-100% - 10px));
	
	}

	100% {
		transform: translateX(0);
	}
}

.MarqueeSection {
	background: linear-gradient(to bottom right, #ff0061 0%, #ff87ff 15%, #9100FF 30%, #4f00ff 50%, #00e1ff 70%, #00dc96 85%, #ffff90 100%);
	background-size: 1000% 1000%;
	animation: GradientShift 30s ease infinite;
	padding: 3em 0 16em 0;
	color: #fff;
	/* height: 120vh; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.MarqueeSection:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/wp-content/uploads/2024/12/atomlogo.png') no-repeat right center;
	background-size: 65% 100%;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}

.Marquee {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 330vw;
	height: 150px;
	overflow: hidden;
	position: relative;
	bottom: -60px;
}

.marquee {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 11vh;
	width: 8.5vw;
	margin: 10px;
	border-radius: 15px;
	flex-shrink: 0;
}

.FirstRow,
.SecondRow {
	display: flex;
}

.FirstRow {
	animation: Scroll 20s linear infinite;
	background-color: #000;
}

.SecondRow {
	animation: Scroll 20s linear infinite;
	animation-direction: reverse;
	background: #000;
}

.pb0-25em {
	padding-bottom: 5.25em !important;
	padding-top: 60px;
}

.pl-70 {
	padding-left: 70px !important;
}

.ourclient-title {
	font-size: 100px;
	/* margin: 60px 0; */
	line-height: 120px;
	position: relative;
	top: 150px;
}

@keyframes Scroll {
	0% {
		transform: translateX(0);
		/* Start at the beginning */
	}

	100% {
		transform: translateX(-50vw);
		/* Move to the left */
	}
}

@keyframes GradientShift {
	0% {
		background-position: 0% 0%
	}

	50% {
		background-position: 100% 100%
	}

	100% {
		background-position: 0% 0%
	}
}

.projects-section {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 50px;
	height: 100%;
	position: relative;
}

.projects-textarea {
	flex: 2;
	max-width: 30%;
	color: #ffffff;
	display: flex;
	flex-direction: column;

}


.projects-textarea h2 {
	font-size: 85px;
	font-weight: bold;
}

.projects-text p {
	font-size: 1.2rem;
	line-height: 1.6;
}

.linkfont {
	font-size: 1.9rem !important;
}

.gallery-item {
	overflow: hidden;
	height: 273px;
	position: relative;
}

/* Fading Images Container */
.fade-images {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.fade-images img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	/* Smooth transition */
}

/* Keyframes for paired fade (two items) */
@keyframes fade-paired {

	0%,
	100% {
		opacity: 0;
	}

	20%,
	80% {
		opacity: 1;
	}
}

/* Keyframes for individual fade (single item) */
@keyframes fade-single {

	0%,
	100% {
		opacity: 0;
	}

	30%,
	70% {
		opacity: 1;
	}
}

/* Paired fade items (synchronized fading) */
/* Synchronizing item-1 and item-4 */
.item-1 .fade-images img:nth-child(1),
.item-4 .fade-images img:nth-child(1) {
	animation: fade-paired 10s infinite;
	
}

.item-1 .fade-images img:nth-child(2),
.item-4 .fade-images img:nth-child(2) {
	animation: fade-paired 10s infinite 5s;
	/* Paired fading */
}

/* Independent fading for other items with longer duration for clarity */

.item-2 .fade-images img:nth-child(1) {
	animation: fade-single 12s infinite 2s;
}

.item-2 .fade-images img:nth-child(2) {
	animation: fade-single 12s infinite 8s;
}

.item-3 .fade-images img:nth-child(1) {
	animation: fade-single 12s infinite 4s;
}

.item-3 .fade-images img:nth-child(2) {
	animation: fade-single 12s infinite 10s;
}

.item-5 .fade-images img:nth-child(1) {
	animation: fade-single 12s infinite 3s;
}

.item-5 .fade-images img:nth-child(2) {
	animation: fade-single 12s infinite 9s;
}

.item-6 .fade-images img:nth-child(1) {
	animation: fade-single 12s infinite 5s;
}

.item-6 .fade-images img:nth-child(2) {
	animation: fade-single 12s infinite 11s;
}

.item-7 .fade-images img:nth-child(1) {
	animation: fade-single 12s infinite 6s;
}

.item-7 .fade-images img:nth-child(2) {
	animation: fade-single 12s infinite 12s;
}

.item-8 .fade-images img:nth-child(1) {
	animation: fade-single 12s infinite 7s;
}

.item-8 .fade-images img:nth-child(2) {
	animation: fade-single 12s infinite 13s;
	/* Staggered */
}

/* new gallery */
/* new gallery end */


/* General gallery structure */
.projects-gallery {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: 273px 273px 273px;
	gap: 20px;
	width: 70%;
	position: relative;
}

.gallery-item {
	overflow: hidden;
	height: 273px;
	position: relative;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Fading Images */

/* Fading Images */
.fade-images {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.fade-images img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
}

.fade-images img:nth-child(1) {
	animation: fade1 20s infinite;
	/* Original timing */
}

.fade-images img:nth-child(2) {
	animation: fade1 10s infinite 3s;
	/* Original timing */
}

/* Images 3, 4, and 7 - similar timing but staggered */
.fade-images img:nth-child(3) {
	animation: fade1 15s infinite 4s;
	/* Slightly staggered */
}

.fade-images img:nth-child(4) {
	animation: fade1 15s infinite 4.5s;
	/* Slightly later than image 3 */
}

.fade-images img:nth-child(7) {
	animation: fade1 15s infinite 5s;
	/* Slightly later than image 4 */
}

/* Remaining images */
.fade-images img:nth-child(5) {
	animation: fade1 15s infinite 3s;
	/* Original timing */
}

.fade-images img:nth-child(6) {
	animation: fade1 8s infinite 3s;
	/* Original timing */
}

.fade-images img:nth-child(8) {
	animation: fade1 15s infinite 3s;
	/* Original timing */
}


/* Add more images and adjust animations as needed for other gallery-items */

/* Keyframes for fading effect */
@keyframes fade1 {

	0%,
	100% {
		opacity: 0;
	}

	33%,
	66% {
		opacity: 1;
	}
}

/* First row */
.item-1 {
	grid-column: span 8;
	grid-row: 1;
}

.item-2 {
	grid-column: span 2;
	grid-row: 1;
}

/* Second row */
.item-3 {
	grid-column: span 2;
	grid-row: 2;
}

.item-4 {
	grid-column: span 2;
	grid-row: 2;
}

.item-5 {
	grid-column: span 6;
	grid-row: 2;
}

/* Third row */
.item-6 {
	grid-column: span 6;
	grid-row: 3;
}

.item-7 {
	grid-column: span 2;
	grid-row: 3;
}

.item-8 {
	grid-column: span 2;
	grid-row: 3;
}

/* Logo positioning */
.logo-image-item {
	position: absolute;
	bottom: 10%;
	left: 40%;
}

.logo-image-item2 {
	bottom: 4%;
	left: 16%;
}

.atomgrid .g-size-l,
.atomgrid .text-content h2 {
	font-size: 3rem;
	line-height: 3rem;
}

.atomgrid .g-size-reg {
	font-size: 24px;
	padding: 0;
	margin: 22px 0;
}

.mobile-bottom-show {
	display: none;
}

.mobile-top-hide {
	display: block;
}

.galleryparent {
	position: relative;
}

.galleryarrow {
	position: absolute;
	bottom: 30px;
	padding-left: 50px;
}

.galleryarrow .Linkareasvg {
	position: absolute;
	left: 50%;
	margin-left: 0;
	bottom: -20px;
}

@media (max-width:1366px) {
	.atomgrid .g-size-reg {
		font-size: 20px;
		padding: 0;
		margin: 22px 0;
	}

	.tile .inner>div {
		min-height: auto;
	}

	.atomgrid .g-size-l,
	.atomgrid .text-content h2 {
		font-size: 24px;
		line-height: 3rem;
	}

	.customh2 {
		font-size: 30px;
	}

	.home-project-tiles .tile-more .label {
		font-size: 18px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.projects-gallery {
		grid-template-rows: 195px;
	}

	.gallery-item {
		height: 195px;
	}

	.item-2 {
		grid-column: span 8;
	}

	.item-3 {
		grid-column: span 3;
	}

	.item-4 {
		grid-column: span 3;
	}

	.item-5 {
		grid-column: span 10;
	}

	.item-7 {
		grid-column: span 3;
	}

	.item-8 {
		grid-column: span 7;
	}

	.projects-textarea h2 {
		font-size: 4.25rem !important;
		font-weight: bold !important;
	}

	.projects-textarea .g-size-reg {
		font-size: 2.0rem !important;
	}
}

@media (max-width:950px) {
	.mobile-bottom-show {
		display: block;
	}

	.mobile-top-hide {
		display: none;
	}

	.pl-70 {
		padding-left: 20px;
	}

	.Marquee {
		margin-top: 20px;
	}
}

/* Position arrows at the center bottom */
.custom-prev,
.custom-next {
	position: absolute;
	bottom: 20px;
	/* Adjust this value to move arrows up/down */
	transform: translateY(50%);
	background: rgba(0, 0, 0, 0.5);
	/* Optional: background for better visibility */
	color: white;
	/* Arrow color */
	border: none;
	z-index: 2;
	padding: 10px;
	cursor: pointer;
}

/* Align previous button to the left center */
.custom-prev {
	left: 50%;
	transform: translate(-100%, -50%);
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

/* Align next button to the right center */
.custom-next {
	right: 50%;
	transform: translate(100%, -50%);
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.custom-prev:hover,
.custom-next:hover {
	background: rgba(0, 0, 0, 0.8);
	/* Darken background on hover */
}

.atmo-video-slider .slick-arrow {
	width: 35px;
	height: 35px;
}

.pagefooter .footer-signoff {
	padding: 0px 5px 38px 10px !important;
	font-size: 1.5rem;
	background: #333340;
}
.footer-signoff .footer-main-cols {
    margin-left: 40px !important;
}

/* .anim-links a:hover, .anim-links span.current:hover {
    width: 100%;
    left: 0;
    color: #ff5945;
} */


.pagefooter .logo-mark svg {
	fill: #ff5945;
	transform: rotate(180deg);
	margin: 0;
}

.pagefooter .logo-mark {
	width: auto;
	margin-top: auto;
	max-width: max-content;
	cursor: pointer;
	z-index: 20;
	/* margin-top: 101px; */
}

.pagefooter .footer-signoff ul {
	margin: 0px;
}

.container-top {
	display: flex;
	align-items: flex-end;
	width: 60px;
}

.container-top a:hover {
	color: transparent;
}

.container-top .top {
	position: sticky;
	bottom: 0;
	margin-right: 0px;
	width: 90%;
	/* aspect-ratio: 1 / 1; */
	background: transparent;
	border-radius: 0px;
	padding: 0 0px;
	height: 54px;
	outline: 0;
}

.container-top .top:before {
	content: "";
	position: absolute;
	inset: 28%;
	transform: translateY(20%) rotate(-45deg);
	border-top: 4px solid #ff5945;
	border-right: 4px solid #ff5945;
}

#btn-back-to-top {
	position: fixed;
	bottom: 0px;
	right: 30px;
	display: none;
	transition: 0.3s all;
}

.scrolled-backtotop #btn-back-to-top {
	position: fixed;
	bottom: -10px;
	right: -7px;
	display: none;
	transition: 0.3s all;
}

.container-top a::after {
	display: none;
}

@media(max-width: 1180px) {
	.ourclient-title {
		top: 15px;
	}

}

@media(max-width: 600px) {
	.pagefooter .footer-signoff ul {
		padding-left: 15px;
	}
	body .footer-signoff .footer-main-cols {
		margin-left: 16px !important;
	}
}

@media (min-width: 1367px) and (max-width: 1600px) {
	.projects-textarea h2 {
		font-size: 65px;
		font-weight: bold;
	}
	.atmo-video-slider .slick-slide.atmo-video-slide img {
		height: 100%;
		object-fit: cover;
	}
}

@media (min-width: 950px) and (max-width: 1366px) {
	.logo-image-item2 {
		bottom: 4%;
		left: 25px !important;
	}

	.projects-textarea {
		height: 73vh;
	}

	.logo-image-item {
		left: 30%;
	}

	.home-project-tiles .tile .g-size-l {
		font-size: 18px;
		line-height: 20px;
	}

	.atomgrid .g-size-reg {
		font-size: 18px;
		padding: 0;
		margin: 15px 0;
	}

	.projects-textarea h2 {
		font-size: 70px;
		font-weight: bold;
	}

	.projects-textarea h2 {
		font-size: 65px;
		font-weight: bold;
	}
}

@media (min-width:1921px) {
	.g-size-xl {
		font-size: 3.15vw
	}

	/* .gallery-item {
        height: 400px !important;
    }
    .projects-gallery {
        grid-template-rows: 400px 400px 400px !important;
    } */
	.projects-gallery {
		grid-template-rows: 33.33vh;
		gap: 30px;
	}

	.gallery-item {
		height: 33.33vh;
	}

	.logo-image-item2 {
		bottom: 4%;
		left: 31%;
	}

	.customheight .tile .tile-content {
		height: 98%;
	}
}

@media (min-width: 701px) and (max-width: 991px) {

	.Linkarea {
		text-align: left;
	}

	.Linkareasvg {
		left: 10%;
		bottom: -23px;
	}

	.mobile-bottom-show h5 {
		text-align: center;
	}

	.mobile-bottom-show .Linkareasvg {
		left: 48%;
		bottom: 0;
	}

	.Linkarea.ourclientarea {
		text-align: center;
	}

	svg.Linkareasvg.ourclientarea-svg {
		left: 47%;
		bottom: -30px;
	}

	.galleryarrow .Linkareasvg {

		bottom: 0;
	}
}

@media (min-width: 320px) and (max-width: 700px) {
	.hero-container {
		position: relative;
		overflow: hidden;
		height: auto;
		aspect-ratio: auto;
	}
	.pic img {
		max-width: 90px;
		height: 120px;
		width: 85%;
	}
	.left_scroll, .right_scroll {
		overflow: hidden;
	}
	.atmo-video-slider
	{
		position: relative;
		width: 100%;
		/* overflow: hidden; */
		padding-top: 15.25%;
		aspect-ratio: 19/9;
		padding-bottom: 45%;
		transform: scale(1.9);
	}
	.atmo-video-slider iframe
	{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: none;
	}
	.hero-container .slick-dots li button {
		height: 7px;
		width: 7px;
	}
}





  


@-webkit-keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(calc(-250px * 7));
	  transform: translateX(calc(-250px * 7));
	}
  }
  @keyframes scroll {
	0% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	100% {
	  -webkit-transform: translateX(calc(-250px * 7));
	  transform: translateX(calc(-250px * 7));
	}
  }
  .slider {
	background: #000000;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;	
  }
 
  .slider .slide-track {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
  }
  .slider .slide {
	height: 100px;
	width: 250px;
  }
  