/*

  Theme Name: Chris Google Ads Expert
  Description: Made by Chris Stylios Chris Google Ads Expert
  Author: Chris Stylios
  Author URI: https://chris-marketing.com/
  Version: 1.0
  Text Domain: twentytwenty
  Domain Path: /languages
  Template: twentytwenty
  Version: 1.0

*/

body{
  font-family: 'Mulish', sans-serif;
  color: #161616;
}

/* HEADER STARTS HERE */
.header-desktop > div.row{
  height: 10vh;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.chris-h1{
  font-size: 50px;
  font-weight: 600;
}
.google-ads-expert-header{
  font-family: 'Lobster', sans-serif !important;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.kolona-menu{
  gap: 20px;
  font-size: 40px;
}
.menu-name{
  letter-spacing: 5px;
  font-weight: 200 !important;
}
.menu-click{
  color: #161616 !important;
}
.menu-modal-popup{
  position: fixed;
  background: #161616;
  color: #fff;
  height: 100vh;
  top: 0;
  z-index: 9999;
}
.kolona-menu.opened{
  display: flex;
  justify-content: end;
  padding-right: 40px;
}
.menu-modal-popup.opened{
  overflow-y: auto;
}
.kolona-menu.opened > div:nth-child(2) > a.menu-click{
  color: #fff !important;
}
.opened-menu-contenet-row{
  padding-left: 20px;
}
.social-follow-menu > h2{
  font-family: 'Lobster', sans-serif !important;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.social-follow-menu > iframe{
  border-radius: 20px;
  box-shadow: 0 0 10px 0 #fff3;
  width: 100% !important;
  height: 560px !important;
}
.social-follow-menu > p{
  width: 100%;
  margin-top: 20px;
}
.social-links-menu > div.row{
  padding-left: 80px;
}
.social-links-menu > div.row > div.col-2 > a > img{
  margin-left: auto;
  margin-right: auto;
}
.social-links-menu > div.row > div.col-10 > a{
  font-size: 60px;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Lobster', sans-serif !important;
  letter-spacing: 0.3px;
}
.social-links-menu > div:nth-child(3) > div > img{
  margin-left: auto;
  margin-right: auto;
}
.menu-modal-popup.closed{
  display: none;
}
.menu-modal-popup.opened{
  display: block;
  animation: show_menu_modal 0.5s ease-in;
}
@keyframes show_menu_modal {
  0%{
    top: 100%;
    opacity: 0;
  }
  100%{
    top: 0%;
    opacity: 1;
  }
}
/* HEADER ENDS HERE */

/* HOMEPAGE STARTS HERE */
h1{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
h1 > img{
  width: 25px;
  height: 25px !important;
  margin-top: 10px;
  animation: rotate_google_ads_circle 5s linear infinite;
}
h2{
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
p{
  width: 75%;
  font-size: 25px;
}
div.first-row-right-col > p:nth-child(3){
  margin-top: 65px;
}
.first-row{
  position: relative;
}
.first-row > div.row{
  height: 90vh;
}
.first-row-right-col{
  padding-top: 80px;
}
.chris-img{
  display: grid;
  align-items: end;
}
.chris-img > img{
  width: 90%;
}
.subscribe-section{
  display: flex;
}
.subscribe-form-email-input{
  border: 5px solid #FBBC04 !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  width: 50% !important;
  height: 80px;
  line-height: 80px;
  padding-left: 10px !important;
}
.subscribe-form-email-input::placeholder{
  padding-left: 10px;
  font-size: 20px;
}
.subscribe-form-email-input:focus-visible{
  outline: none !important;
}
.subscribe-form-submit-input{
  border: 5px solid #FBBC04 !important;
  border-radius: 20px !important;
  background: #FBBC04 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 3px !important;
  padding-top: 5px !important;
  margin-left: -20px !important;
  font-size: 20px !important;
  color: #161616 !important;
  height: 80px;
  transition: all 0.3s ease-in !important;
}
.subscribe-form-submit-input:hover{
  color: #fff !important;
  background: #161616 !important;
  text-decoration: none !important;
}
.mc4wp-alert{
  width: 70%;
  background: #161616;
  color: #fff;
  padding: 10px;
  position: relative;
}
.mc4wp-alert::before{
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  top: -10px;
  background: #161616;
  color: #fff;
  width: 10px;
  padding: 10px;
  border-bottom-right-radius: 20px;
  transform: rotate(45deg);
}
.mc4wp-alert > p{
  width: 100%;
  margin-bottom: 0;
}
.blue-color{
  font-weight: 600;
  color: #4285F4;
}
.absolute-pos-container{
  position: absolute;
  bottom: 60px;
  right: 15px;
}
.absolute-pos-container > div{
  display: grid;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}
.vertical-line{
  border-left: 5px solid #161616cc;
  border-radius: 20px;
  height: 25vh;
  width: 5px;
  transform: translate(39px, -30px);
}
.services-container{
  display: grid;
  align-items: center;
  justify-content: center;
  grid-gap: 35px;
}
.hidden{
  display: none;
}
.tooltip-link{
  position: relative;
}
.tooltip-link, .tooltip-link > span{
  transition: all 0.3s ease-in;
}
.tooltip-link:hover > span{
  position: absolute;
  display: block;
  right: 100px;
  top: 7px;
  background: #161616;
  color: #fff;
  width: 165px;
  padding: 10px;
  border-bottom-right-radius: 20px;
}
.tooltip-link:hover > span:before{
  content: "";
  position: absolute;
  display: block;
  right: -7px;
  top: 20px;
  background: #161616;
  color: #fff;
  width: 10px;
  padding: 10px;
  border-bottom-right-radius: 20px;
  transform: rotate(130deg);
}
.subscribe-yt-section{
  border: 5px solid #161616;
}
.subscribe-yt-section > div > div > div{
  padding: 20px;
  justify-content: center;
  gap: 80px;
}
.vertical-line-small{
  display: block;
  border-left: 5px solid #000;
  width: 5px;
  height: 80px;
  border-radius: 20px;
}
.subscribe-yt-section > div > div > div > h3{
  margin: 0;
  font-size: 50px;
}
.subscribe-yt-section > div > div > div > a{
  transition: all 0.3s linear;
}
.subscribe-yt-section > div > div > div > a:hover{
  box-shadow: 0 0 40px 12px #f7d360;
  border-radius: 50%;
}
.subscribe-yt-section > div > div > div > a > img{
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  transition: all 0.3s linear;
}
.subscribe-yt-section > div > div > div > a:hover > img{
  padding: 10px;
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.subscribe-yt-section-two{
  background: #161616;
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.subscribe-yt-section-two > div:nth-child(1) > div > iframe{
  width: 85% !important;
  height: 560px !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.subscribe-yt-section-two > div:nth-child(2) > div > p{
  width: 100%;
  margin-top: 20px;
}
.subscribe-yt-section-two > div:nth-child(3) > div > a{
  display: inline-block;
  transition: all 0.3s linear;
}
.subscribe-yt-section-two > div:nth-child(3) > div > a > img{
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: animated_pulse 2s infinite ease-in-out;
  -moz-animation: animated_pulse 2s infinite ease-in-out;
  -ms-animation: animated_pulse 2s infinite ease-in-out;
  -o-animation: animated_pulse 2s infinite ease-in-out;
  animation: animated_pulse 2s infinite ease-in-out;
  transition: all 0.3s linear;
}
.subscribe-yt-section-two > div:nth-child(3) > div > a:hover > img{
  -webkit-animation: animated_pulse_blue 2s infinite ease-in-out !important;
  -moz-animation: animated_pulse_blue 2s infinite ease-in-out !important;
  -ms-animation: animated_pulse_blue 2s infinite ease-in-out !important;
  -o-animation: animated_pulse_blue 2s infinite ease-in-out !important;
  animation: animated_pulse_blue 2s infinite ease-in-out !important;
}
@keyframes animated_pulse {
  0% {
    box-shadow: 0 0 0 0px #e04f5f;
  }
  100% {
    box-shadow: 0 0 0 10px #e04f5f40;
  }
}
@keyframes animated_pulse_blue {
  0% {
    box-shadow: 0 0 0 0 #0e39ff40, 0 0 0 0 #0e39ff1f;
  }
  100% {
    box-shadow: 0 0 0 14px #0e39ff40, 0 0 0 24px #0e39ff1f;
  }
}
.highlight{
  color: #fbbd0d;
  font-weight: 600;
}
.fiverr-section > div:nth-child(2){
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
}
.gigs-boxes{
  border: 5px solid #161616;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s linear;
}
.gigs-boxes:hover{
  box-shadow: 0 0 20px 0 #4285f457;
  transform: scale(1.1);
}
.gigs-boxes > a{
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: all 0.3s linear;
}
.gigs-boxes > a > img:nth-child(1){
  position: absolute;
  left: 10px;
  top: 10px;
  transition: all 0.3s linear;
}
.gigs-boxes:hover > a > img:nth-child(1){
  left: 85%;
  animation: rotate_google_ads_circle 5s linear infinite;
}
.gigs-boxes > a > img:nth-child(2){
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gigs-boxes > a > h3{
  margin: 0;
  color: #161616;
  font-size: 35px;
  font-weight: 600;
}

@keyframes rotate_google_ads_circle{
  0%{
    transform: rotate(0deg);
  }
  0%{
    transform: rotate(360deg);
  }
}
/* .gigs-reveal{
  margin-top: 40px;
  background: #161616;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start !important;
  gap: 20px;
  overflow-x: auto;
  position: relative;
} */
.gigs-items-container{
  margin-top: 10px;
  background: #161616;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start !important;
  gap: 20px;
  overflow-x: auto;
  position: relative;
}
.gigs-title{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
.gigs-title > h5{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #fff;
}
.gigs-reveal{
  margin-top: 10px;
  background: #161616;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start !important;
  gap: 20px;
  overflow-x: auto;
  position: relative;
}
.gig-item{
  flex: 0 0 45%;
  padding: 20px;
  background: #161616;
  border: 5px solid #fbbc04;
  border-radius: 20px;
}
.gig-item > h4{
  color: #fff;
  margin-top: 10px;
  font-size: 2.5rem;
}
.gig-item > p{
  color: #fff;
  width: 100%;
  font-size: 18px;
}
.gig-item > a{
  background: #fbbc04;
  padding: 10px 20px;
  border-radius: 20px;
  color: #161616;
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
  transition: all 0.3s linear;
}
.gig-item > a > i{
  transition: all 0.3s linear;
}
.gig-item > a:hover{
  padding-right: 40px;
}
.gig-item > a:hover > i{
  transform: translate(20px, 0px);
}
.hidden-gigs{
  display: none;
}
/* HOMEPAGE ENDS HERE */

/* FOOTER STARTS HERE */
.footer-subscribe-yt-section{
  background: #161616;
  color: #fff;
  padding: 20px;
}
.footer-subscribe-yt-section > div.row{
  background: #161616;
  color: #fff;
  padding: 20px;
}
.footer-subscribe-yt-section > div.row > div > div > div > div:nth-child(1) > h4{
  margin: 0;
}
.red-highlight{
  color: #fe0000;
}
.footer-subscribe-yt-section > div.row > div > div > div > div:nth-child(1) > p{
  margin: 0;
  width: 100%;
}
.footer-subscribe-yt-section > div.row > div > div > div > div:nth-child(2) > form#mc4wp-form-1 > div.mc4wp-form-fields > div.subscribe-section > input.subscribe-form-email-input{
  width: 80% !important;
}
/* FOOTER ENDS HERE */

/* NEWSLETTER STARTS HERE */
.newsletter-body {
  position: relative;
}
.newsletter-body::before {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  top: 50%;
  left: 10%;
  background: repeating-linear-gradient(
    to right,
    black 0px,
    black 10px,
    transparent 10px,
    transparent 20px
  );

  /* Animation for organic abstract movement */
  -webkit-animation: moveDashes 2s linear infinite, abstractMotion 5s ease-in-out infinite alternate;
  -moz-animation: moveDashes 2s linear infinite, abstractMotion 5s ease-in-out infinite alternate;
  -ms-animation: moveDashes 2s linear infinite, abstractMotion 5s ease-in-out infinite alternate;
  -o-animation: moveDashes 2s linear infinite, abstractMotion 5s ease-in-out infinite alternate;
  animation: moveDashes 2s linear infinite, abstractMotion 5s ease-in-out infinite alternate;
}
@keyframes moveDashes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0; /* Moves the dashed line */
  }
}
@keyframes abstractMotion {
  0% { transform: translateY(0px) translateX(0px) rotate(0deg); }
  20% { transform: translateY(30px) translateX(-10px) rotate(2deg); }
  40% { transform: translateY(-20px) translateX(20px) rotate(-3deg); }
  60% { transform: translateY(15px) translateX(-30px) rotate(5deg); }
  80% { transform: translateY(-10px) translateX(10px) rotate(-2deg); }
  100% { transform: translateY(0px) translateX(0px) rotate(0deg); }
}
#mc_embed_signup{
  width: 100%;
}
.hidden-label{
  display: none !important;
}
.newsletter-img{
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#mce-responses{
  margin: 0 !important;
  margin-bottom: 20px !important;
  background: #5484ef;
}
#mce-responses > div{
  display: block;
  padding: 0 !important;
  color: #fff !important;
}
/* NEWSLETTER ENDS HERE */


/*****************************/
/* MEDIA QUERIES STARTS HERE */
/*****************************/

/* MACBOOK PRO */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min--moz-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2/1),
       only screen and (min-device-pixel-ratio: 2)
{
    h2{
     font-size: 60px!important;
    }
    p{
      font-size: 25px;
    }
    .vertical-line{
     height: 30vh;
    }
    .chris-img > img {
     width: 98%;
    }
    .fiverr-section{
      max-width: 80%;
    }
    .subscribe-form-email-input{
      width: 65% !important;
      height: 100px;
    }
    .subscribe-form-submit-input{
      height: 100px;
    }
}
@media (max-width: 1400px) {
  .chris-img > img {
    width: 95%;
  }
  .tooltip-link > img{
    width: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .vertical-line{
    height: 40vh;
    transform: translate(28px, -30px);
  }
  .subscribe-form-email-input::placeholder{
    font-size: 14px;
  }
  .subscribe-yt-section > div > div > div > h3 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  h2{
    font-size: 50px;
  }
}

/* IPAD PRO */
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .first-row > div.row, .fiverr-section > div.row {
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: auto !important;
    gap: 30px;
    padding: 0 20px;
  }
  .first-row > div.row > .col-lg-6, .fiverr-section > div.row > div{
    width: 100%;
  }
  h2 {
    font-size: 80px;
  }
  p{
    width: 100%;
  }
  .subscribe-form-email-input{
    width: 75% !important;
    font-size: 30px !important;
  }
  .subscribe-form-email-input::placeholder{
    font-size: 30px;
  }
  .subscribe-form-submit-input{
    font-size: 30px !important;
  }
  .opened-menu-contenet-row {
    justify-content: flex-end;
    height: auto !important;
    gap: 30px;
    padding: 0 20px;
  }
  .opened-menu-contenet-row > div {
    width: 100%;
  }
}
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
  and (min-device-width: 1366px)
  and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    h2 {
        font-size: 50px;
    }
    p {
    font-size: 35px;
    }
}

@media (max-width: 1024px) {

}
@media (max-width: 992px) {
  .newsletter-body::before {
    display: none !important;
  }
  .gig-item{
    flex: 0 0 85%;
  }
  .header-mobile{
    padding-top: 20px;
  }
  .footer-subscribe-yt-section > div.row {
    padding: 20px 0;
  }
  .footer-subscribe-yt-section > div.row > div > div > div > div:nth-child(2){
    margin-top: 20px;
  }
  .footer-subscribe-yt-section{
    padding-bottom: 60px;
  }
  .gigs-boxes:hover{
    box-shadow: none !important;
    transform: none !important;
  }
  .fiverr-section > div:nth-child(2){
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: flex-start !important;
  }
  .subscribe-yt-section-two > div:nth-child(1) > div > iframe{
    height: 260px !important;
  }
  .tooltip-link > img {
    width: 40px;
  }
  .fixed-footer.mobile > div > div.kolona-menu > div{
    display: grid;
  }
  .subscribe-yt-section-two > div:nth-child(1) > div > iframe {
    width: 85% !important;
  }
  .first-row > div.row{
    flex-direction: column-reverse !important;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: auto !important;
    gap: 30px;
  }
  .first-row > div.row > div:nth-child(2){
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  .first-row-right-col {
    padding-top: 40px;
  }
  .chris-img > img {
    width: 75%;
  }
  .fixed-footer.mobile{
    background: #161616;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
  }
  .menu-name{
    color: #fff;
    font-size: 30px;
  }
  .menu-click > i{
    color: #fff;
  }
  .services-container-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  p{
    width: 100%;
  }
  .subscribe-form-email-input{
    width: 80% !important;
  }
  .opened-menu-contenet-row {
    padding-right: 20px;
  }
  .kolona-menu.opened{
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .kolona-menu.opened > div > span.menu-name{
    font-size: 50px;
  }
  .social-follow-menu > h2{
    font-size: 40px;
  }
  .social-follow-menu > iframe{
    height: 260px !important;
  }
  .social-links-menu > div.row > div.col-10 > a {
    font-size: 40px;
  }
  .social-follow-menu > p{
    font-size: 16px;
  }
  .social-links-menu > div.row{
    padding-left: 0;
  }
  .subscribe-yt-section > div > div > div{
    display: grid !important;
    text-align: center;
    grid-gap: 30px;
  }
  .subscribe-yt-section > div > div > div > img{
    margin-left: auto;
    margin-right: auto;
  }
  .vertical-line-small{
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
    border-bottom: 5px solid #161616;
    border-left: none;
    width: 80px;
    height: 0;
  }
  .subscribe-yt-section > div > div > div > h3{
    font-size: 40px;
  }
  .subscribe-yt-section > div > div > div > a{
    margin-left: auto;
    margin-right: auto;
  }
}

/* iPhone 14 Pro Max */
@media only screen and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 3),
       only screen and (max-width: 992px) and (min--moz-device-pixel-ratio: 3),
       only screen and (max-width: 992px) and (-o-min-device-pixel-ratio: 3/1),
       only screen and (max-width: 992px) and (min-device-pixel-ratio: 3)
{
    p{
      font-size: 25px;
    }
}

@media only screen and (max-width: 992px)  and (-webkit-min-device-pixel-ratio: 2),
       only screen and (max-width: 992px)  and (min--moz-device-pixel-ratio: 2),
       only screen and (max-width: 992px)  and (-o-min-device-pixel-ratio: 2/1),
       only screen and (max-width: 992px)  and (min-device-pixel-ratio: 2)
{
    p{
      font-size: 25px;
    }
}

@media (max-width: 576px) {
  h2{
    font-size: 40px;
  }
  .chris-h1 {
    font-size: 40px;
  }
  .google-ads-expert-header {
    font-size: 28px;
  }
  .fiverr-section > div:nth-child(2) > div{
    width: 80%;
  }
}
@media (max-width: 375px) {
  h1 > img {
    width: 20px;
    height: 20px !important;
  }
  .chris-h1 {
    font-size: 30px;
  }
  .google-ads-expert-header {
    font-size: 25px;
  }
  .menu-name {
    font-size: 20px;
  }
  .kolona-menu.opened > div > span.menu-name {
    font-size: 40px;
  }
  .social-links-menu > div.row > div.col-10 > a {
    font-size: 30px;
  }
}

/***************************/
/* MEDIA QUERIES ENDS HERE */
/***************************/
