*,
*:before,
*:after {
  box-sizing: content-box;
}

.downloads {
  background: #f5f6f8;
}

:root {

  --main-blue-ads: #15ADF3;
  --sec-blue-ads: #0B3A5C;
  --at-blue: #1b345e;
  --at-dark-blue: #102342;
  --at-yellow: #f8ab1a;
  --at-dark-yellow: #d79417;
}

.at .sidenav {background: var(--at-blue);}

.pc-menu span {
  height: 13px;
  width: 1px;
  background: var(--darkblue);
  margin-top: 33px;
  margin-right: 14px;
  margin-left: 14px;
}

nav {
  background: white;
}

.top-part {
  width: 100%;
  max-width: var(--content-width);
  margin: auto;
  height: 450px;
  padding-top: 6px;
  position: relative;
}

.bg-img-bottom {
  width: 100%;
  height: auto;
  position: absolute;
  top: 200px;
}

h1 {
  font-family: "Source Sans Pro Bold";
  font-size: 49px;
  color: #0b3a5c;
  padding-left: 60px;
  padding-right: 60px;
}

h1 span {
  font-size: 36px;
  display: block;
  color: #12a9ed;
  line-height: 1.2;
}

.top-title {
  display: flex;
  align-items: center;
  height: 264px;
}

/*check later*/
.top-details {
 /* height: 186px;*/
 padding-top:40px;
 padding-bottom:42px;
  width: 100%;
  border-radius: 6px;
  /* background-image: url(../img/spaceline-1.png); */

  background-image: url(https://publisher1st.com/rmp/img/spaceline-2x-o.png);
  background-size: cover;
  background-color: #f5f6f8;
  display: flex;
  align-items: center;
  max-width: 1265px;
}

.publisher .top-details {border-radius: 0;}

.publisher .dl-btn-continer {
  display: grid;
      margin-top: 0;
      grid-template-columns: auto auto;
      grid-gap: 15px;
      justify-content: start;
  
}

.publisher .top-details-inner p {
  max-width:420px;}

.agency .top-details-inner {padding-bottom:6px;}
.agency .top-details-inner-title {margin-bottom:14px;}

.top-details-inner {
  padding-right: 60px;
  padding-left: 60px;
}

.top-details-inner p {
  font-family: "Source Sans Pro Bold";
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

.top-details-inner p span {
  font-family: "Source Sans Pro Light";
}

.biker {
  position: absolute;
  right: 60px;
  top: 66px;
}

.biker img {
  width: 288px;
  height: 344px;
}

.opa-the-text {
  animation-delay: 0.001s !important;
  animation-duration: 1.56s !important;
}

.top-details-inner-title {
  margin-bottom: 18px;
}

.every-card {
  position: relative;
}

@media only screen and (max-width: 990px) {
  h1 {
    font-size: 36px;
  }

  h1 span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 979.9px) {
  .top-part {
    padding-top: 0;
  }

  .biker {
    top: 60px;
  }
}

@media only screen and (max-width: 850px) {
  h1 {
    max-width: 300px;
  }

  .biker img {
    max-width: 200px;
    height: auto;
  }
}

@media only screen and (max-width: 700px) {
  .biker img {
    width: 48vw;
    height: auto;
    max-width: 229px;
  }

  .biker {
    right: 0;
  }

  h1 {
    font-size: calc(21px + 3vw);
    max-width: 50vw;
    padding-left: 0;
    line-height: 1.2;
  }

  h1 span {
    font-size: calc(18px + 1vw);
    padding-bottom: 4px;
  }

  .top-details {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
  }
}

@media only screen and (max-width: 480px) {
  .top-details-inner {
    padding-left: 6%;
    padding-right: 6%;
  }

  .top-details {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

 .publisher .top-details-inner button{
    margin-top:0!important;
  }
  .publisher .dl-btn-continer {
    grid-template-columns: 1fr;
    margin-top:16px;
  }


  h1 {
    font-size: calc(20px + 3vw);
    max-width: 50vw;
    padding-left: 0;
    line-height: 1.2;
  }

  .top-details-inner-title {
    margin-bottom: 12px;
  }

  .top-title {
    height: 250px;
  }

  .top-part {
    height: 446px;
  }

  .biker {
    top: 57px;
  }
}

@media only screen and (max-width: 350px) {
  .biker img {
    width: 43vw;
  }
}

.cover {
  position: absolute;
  z-index: 2;
  background-size: cover;
  width: 100%;
  height: auto;
  object-fit: cover;
  left: 0;
  top: 0;
}

.container,
.card-outer {
  position: relative;
  margin: auto;
  cursor: pointer;
  aspect-ratio: 3 / 2;
}

@supports not (aspect-ratio: 3 / 2) {
  .container::before {
    float: left;
    padding-top: calc(50% + 30px);
    content: "";
  }

  .container::after {
    display: block;
    content: "";
    clear: both;
  }
}

.container {
  border-radius: 6px;
}

.container:hover {
  transform: scale(1.8) translateY(-20px);
  z-index: 3;
  box-shadow: 0 29px 60px 0 rgba(54, 57, 73, 0.2);
  transition: transform 0.38s ease;
  overflow: hidden;
}

.container {
  margin-top: 30px;
  width: calc(100% - 20px);
}

.myVid {
  width: 100%;
  height: auto;
}

.container:hover .cover {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

video {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.every-card {
  display: grid;
  width: var(--content-width);
  margin: auto;
  padding-top: 86px;
  padding-bottom: 140px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  min-width: 1114px;
}

.card-outer {
  width: 100%;
  padding-bottom: 120px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px -9px 16px 0 rgba(222, 233, 239, 0.8),
    0 6px 16px 0 rgba(222, 233, 239, 1);
}

.card-outer h2 {
  font-size: 17px;
  font-family: "Source Sans Pro Bold";
  position: absolute;
  bottom: 70px;
  left: 50%;
  font-weight: unset;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  color: #000;
  transform: translateX(-50%);
  text-transform: capitalize;
}

.button-keeper-formats {
  width: calc(100% - 20px);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  left: 10px;
  bottom: 15px;
  position: absolute;
}

.button-keeper-formats a {
  display: block;
  font-family: "Source Sans Pro Bold";
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  align-items: center;
  height: 36px;
  border-radius: 6px;
  background: black;
  color: #fff;
  transition: all 0.4s ease-out;
}

.button-keeper-formats a.dl-btn {
  background-color: #12a9ed;
}

.button-keeper-formats a.dl-btn:hover {
  box-shadow: inset 0 100px 0 0 rgba(18, 37, 56, 1) !important;
  color: #12a9ed;
}

.button-keeper-formats a:hover {
  color: #12a9ed;
}

@media only screen and (max-width: 1229.9px) {
  .every-card {
    min-width: unset;
  }
}

@media only screen and (max-width: 1180px) {
  .every-card {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container:hover {
    transform: scale(1.6) translateY(-20px);
  }
}

@media only screen and (max-width: 910px) {
  .every-card {
    grid-template-columns: repeat(auto-fit, minmax(201px, 1fr));
  }

  .container:hover {
    transform: scale(1.3) translateY(-20px);
  }

  .button-keeper-formats {
    width: 92%;
    left: 4%;
  }

  @supports not (aspect-ratio: 3 / 2) {
    .container::before {
      padding-top: calc(50% + 44px);
    }
  }
}

@media only screen and (max-width: 560px) {
  .every-card {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: auto;
  }

  .container:hover {
    transform: scale(1.13) translateY(-16px);
  }

  .button-keeper-formats {
    width: 90%;
    left: 5%;
    bottom: 26px;
  }

  .every-card {
    padding-top: 60px;
  }

  .card-outer h2 {
    bottom: 80px;
  }

  .container {
    margin-top: 26px;
  }

  @supports not (aspect-ratio: 3 / 2) {
    .container::before {
      padding-top: calc(50% + 60px);
      content: "";
    }
  }
}

/* check-later */
.support {
  margin-bottom: -3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://publisher1st.com/rmp/img/space.jpg);
  width: 100%;
  height: 558px;
  background-size: cover;
}

.support-inner {
  max-width: 980px;
  width: 78%;
}

.inner-support-white {
  border-radius: 21px;
  background: white;
}

.inner-support-white {
  color: #000;
}

.support-inner p {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: "Source Sans Pro Regular";
}

.support-h {
  font-family: "Source Sans Pro Bold";
  font-size: 36px;
  padding-left: 26px;
  padding-right: 26px;
  color: white;
}

p.top-white-p {
  font-size: 19px;
  color: white;
  padding-bottom: 0;
  font-family: "Source Sans Pro Light";
  margin-bottom: 30px;
}

.top-white-p a {
  text-decoration: none;
  transition: text-shadow 0.3s ease;
  font-family: "Source Sans Pro Bold";
}

.top-white-p a:hover {
  color: #fff;
  text-shadow: 0.3px 0 0 #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.6);
  text-underline-offset: 2px;
}

@media only screen and (max-width: 490px) {
  .support-inner {
    width: 88%;
  }

  .support-inner p {
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .support-h {
    font-size: 32px;
    padding-left: 5%;
    padding-right: 5%;
  }

  p.top-white-p {
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

nav {
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
  position: relative;
}

@media only screen and (min-width: 480px) {
  .animated-6 img {
    display: none;
  }

  .animated-6 {
    padding-right: 33px !important;
    margin-right: inherit !important;
  }
}

.loader {
  position: absolute;
  z-index: 0;
  width: 40px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #15ADF3;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;

}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

.lc-wl {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container:hover .lc-wl {
  transition: all .6s ease;
  transition-delay: .1s;
  opacity: 1;
}

.publisher .top-details {
  height: 206px;
  padding:0;
  background-size: cover;
}

.top-details-inner {
  padding-top: 0;
}

.publisher .top-details-inner button {
  position: absolute;
  top: 29px;
  left: 136px;
  font-family: "Source Sans Pro Bold" !important;
  font-size: 13px !important;
  text-transform: uppercase;
  ;
  padding: 7px 14px !important;
  background-color: var(--lightgray) !important;
  color: #0b3a5c !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  transition: background-color 0.3s !important;
}

.publisher .biker {
  z-index: 2;
}

.publisher .top-details-inner button:hover {
  color: white !important;
  background-color: #0b3a5c !important;
}

.publisher .top-details-inner div {
  padding: 0 !important;
}

.publisher .top-details {
  position: relative;
  z-index: 0;
}

.publisher .card-outer h2 {
  width: calc(100% - 18px);
}

/*ver 3 from here*/

.publisher .top-details-inner {
  padding-bottom: 2px;
}

/* check later */
.publisher .top-details {
  background-image: url(https://publisher1st.com/rmp/img/spaceline-2x-o.png);
  background-size: contain;
  height: auto;
  padding-top:30px;
  padding-bottom:30px;
}

.publisher .top-details-inner button {
  left: unset;
  top: unset;
  margin-top: 17px;
  position: relative;

}

.publisher .top-part {
  height: auto;
}

.publisher .top-details-inner-title {
  margin-bottom: 11px;
  font-size: 16px !important;
}

@media only screen and (max-width: 700px) {

  .publisher .top-details {
    background-size: cover;
    background-position: 12% 50%;
  }

}



@media only screen and (max-width: 370px) {

  .publisher .top-title {
    height: 241px;
  }
}







.agency .card-outer h2 {
  width: calc(100% - 30px);
}

.agency h1 span {
  width: 73px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.agency .card-outer {
  padding-bottom: 140px;
}

.agency .card-outer h2 {
  bottom: 90px;
}

.agency .button-keeper-formats {
  bottom: 35px;
}

.agency .button-keeper-formats {

  width: calc(100% - 20px);
  max-width: 75%;
  margin: auto;
  margin-left: 0;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  position: absolute;

}


@media only screen and (max-width: 1890px) {
  .agency .card-outer h2 {
    width: calc(100% - 18px);
  }

}


@media only screen and (max-width: 910px) {
  .agency .button-keeper-formats {
    width: 84%;
    left: 8%;
    transform: none;
    max-width: 86%;
  }
}



@media only screen and (max-width: 560px) {
  .agency .card-outer h2 {
    bottom: 100px;
  }
}


@media only screen and (max-width: 560px) {
  .button-keeper-formats {
    width: 84%;
    left: 8%;
    bottom: 39px;
  }

}


.at h1 span {color:var(--at-blue); }
.at h1 {color:var(--at-blue); font-size:46px; }
.at .top-details {margin-bottom: 86px;
  margin-top: -19px;
background-image:none;
background:var(--at-blue);
border-radius:20px;}
.at .biker {display:none;}
.at .top-part {height:auto;}
.at .top-title {height:295px;}
.at .every-card {padding-top:0;}
.at .downloads.agency  {border-top-left-radius: 20px; border-top-right-radius: 20px;}
.at {max-width: 1780px;  margin:auto;}
.atmedia-navigation {box-shadow:none!important;}
.at .container:hover {
  transform: none;
  z-index: unset;
  box-shadow: none;
}
.at .container:hover .cover {
  opacity: 1;
  pointer-events: auto;
  z-index: unset;
}
.at .container, .at .card-outer {cursor:unset;}
.at .card-outer {background: #f5f6f8;
 box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius:12px;}
.at .button-keeper-formats a.dl-btn {background-color: var(--at-blue);}
.at .button-keeper-formats a {
 
  border-radius: 12px;
}

.at .agency .button-keeper-formats {
  max-width: 86%;
  bottom: 20px;
  position: absolute;
}
.at .agency .card-outer {
  padding-bottom: 127px;
}

.at .agency .card-outer h2 {
  bottom: 80px;
}
.at .button-keeper-formats a.dl-btn:hover {
  box-shadow: inset 0 100px 0 0 var(--at-dark-blue) !important;

  color:#fff;
  color: var(--at-yellow);
}

.at footer {
  background-color: var(--at-blue);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom:78px;
}

.at .top-white-p a:hover {color:var(--at-blue);     text-shadow: 0.3px 0 0 var(--at-blue);
  text-decoration-color: rgba(var(--at-blue) 0.6);}

.at .logoatfooter
{width:180px; height:auto;}
.at .support {
  background: #fcc5c2;
  background-image: url(https://publisher1st.com/rmp/img/at-bubbles-3-o.jpg);
  height: 558px;
  background-position: bottom;
  background-attachment: fixed;
  background-size: 1780px;
  background-repeat: no-repeat;
}
@media (pointer:coarse) {
  .at .support {
  
    background-attachment: unset;

    background-size: 100%!important;
  }
}
.at .support h3, .at p.top-white-p, .at .support-inner p {color:var(--at-blue)}
@media only screen and (max-width: 1890px) {
  .at footer {
    height:320px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom:0;
  }
  .at .support {background-size: 100%;}
  .at .top-title {height:290px;}
  .at {max-width: 100%;  margin:auto;}
  .at .downloads.agency  {border-top-left-radius: 0; border-top-right-radius: 0;}
  .at h1 {font-size:44px;}
  .at .support-inner {max-width:840px;}
}


@media only screen and (max-width: 990px) {
  .at h1 {
      font-size: 36px; 
  }
  .at .top-title {height:220px; max-width: unset!important; width:auto!important;}

}
@media only screen and (max-width: 850px) {
  .at h1 {
    max-width: unset;
  }
}

@media only screen and (max-width: 700px) {
  .at h1 {
    font-size: calc(19px + 3vw);
    width: 100%;
    padding-left:8px;
   

  }
  .top-details, .at .top-details {border-radius: 0;}
  .at h1 span {
  width: 100%;
 }
}


@media only screen and (max-width: 480px) {
.at .top-title {
  height: 48vw;}
  h1 span {
    padding-bottom:0;
  }
  .publisher .top-details {padding-top:26px; padding-bottom: 28px;}
  .at h1 {padding-left:0;}
  .at .support {
  background-image: none;
  background:white;
  }
  .at .top-details {margin-bottom:70px;}
}

@media only screen and (max-width: 355px) {
  .at h1 {
   white-space: nowrap;
   padding-left: 0;
  }}