﻿

.content_part {
    background: #fff;
    padding: 50px 0;
    text-align: center;
}

    .content_part h1 {
        font-weight: bold;
        letter-spacing: 0.6px;
        font-size: 35px;
    }

    .content_part p {
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 0.6px;
        margin-bottom: 0;
    }

    .content_part span {
        color: #ADC45B;
    }

.google_ads01 {
    width: 100%;
    padding: 40px 0;
}

    .google_ads01 img {
        margin: 0 auto;
        display: block;
        background: #fff;
    }

.img_area_01 {
    width: 300px;
    height: 250px;
    background: #fff;
    box-shadow: 0 0 35px rgba(95, 95, 95, 0.07);
    border-radius: 6px;
    margin-bottom: 40px;
    transition: .3s;
}

    .img_area_01 img {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .img_area_01:hover {
        box-shadow: 0 0 35px rgba(95, 95, 95, 0.25);
        transform: translate(2px);
    }




/*Wheel Spinner ==========================|| Start ||======*/



/*#wheelOfFortune {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

#wheel {
  display: block;
}

#spin {
  user-select: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 55%;
  left: 52%;
  width: 25%;
  height: 25%;
  margin: -15%;
  color: #fff;
  box-shadow: 0 0 0 6px currentColor, 0 0px 15px 5px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: 0.8s;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#spin::after {
  content: "";
  position: absolute;
  top: -17px;
  border: 15px solid transparent;
  border-bottom-color: currentColor;
  border-top: none;
}

.content_left h2 {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #212529;
}*/


/*Wheel Spinner ==========================|| End ||======*/










/*Responsive Area=========================== || Start|| ========*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .content_part h1 {
        font-size: 25px;
    }

    .content_part p {
        font-size: 14px;
    }

    .content_part {
        padding: 20px 0;
    }

    .google_ads01 img {
        max-width: 90%;
    }

    .google_ads01 {
        padding: 20px 0;
    }

    .img_area_01 {
        margin: 0 auto 40px;
    }
}

/*Responsive Area=========================== || End|| ========*/


