.blog {
    background-image: url("../img/bg/bg-gray.png");
    /* display: none; */
    /* width: 100vw; */
    /* height: 50vw; */
}

.single_blog,
.carousel_blog {
    /*display: none;*/
}

.soon {
    margin: auto;
    width: 50%;
    margin-top: 10%;
    text-align: center;
    padding-bottom: 25vw;
}

.soon h1 {
    font-size: 50px;
}


/* .menu {
  text-align: center;
  margin: auto;
  margin-left: -5%;
}

.menu ul {
  margin-left: -3%;
}

.menu li {
  display: inline;
  margin-left: 3%;
  margin-right: 3%;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
} */

.single_blog {
    font-family: 'Raleway', sans-serif;
}

.single_blog {
    padding: 100px 0 100px 0;
}

.single_blog li {
    display: inline;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 15px;
}

.single_blog ul {
    margin-top: 0;
    margin-left: -10%;
    margin-top: 13%;
    color: gray;
}

.left {
    float: right;
}

.single_blog h4 {
    color: #00ccff;
}

.single_blog p {
    color: gray;
    margin-top: 7%;
}

.like img {
    width: 10%;
}

.single_blog img {
    width: 90%;
}

.single_blog:nth-child(2n) .text {
    float: right;
}

.single_blog:nth-child(2n) img {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.single_blog:nth-child(3n) {
    background-image: url("../img/bg/bg-blue.png");
    height: 50%;
}


/* .container:nth-child(3n) .single_blog  {
  background-size: cover;
  background-color: red;
  /* width: 100%; */


/* } */

.ion-ios-arrow-down,
.ion-ios-arrow-up {
    text-align: center;
    font-size: 50px;
    margin-top: 3%;
}

.full_text {
    margin-top: 10%;
}

.full_text span {
    color: gray;
}

.full_text img {
    width: 40%;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.img_fullText {
    text-align: right;
}

.title_fullText {
    margin-left: -20px;
}

.full_text h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
}

.full_text h5 {
    margin-top: 5%;
}

.full_text li {
    display: inline;
    /* margin-left: 3%; */
    margin-right: 3%;
    font-size: 15px;
}

.full_text ul {
    margin-top: 0;
    margin-left: -6%;
    margin-top: 3%;
    color: gray;
}

.content {
    margin-top: 21%;
}

.content p {
    line-height: 25px;
    margin-top: 2%;
}

.is-collapsed {
    display: none;
    animation-duration: 3s;
}

.is-collapsed1 {
    display: none;
    animation-duration: 3s;
}

.backToBlogs {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 30px;
    cursor: pointer;
}

.carousel_blog {
    padding-top: 5%;
    background-color: white;
}

.carousel_blog h1 {
    text-align: center;
}

.carousel_blog h5 {
    text-align: center;
    margin-bottom: 5%;
}

.carousel_blog h2 {
    font-size: 22px;
    color: gray;
}

@media screen and (max-width: 319px) {
    body {
        display: none;
    }
}

@media (min-width: 319px) {
    .soon h1 {
        font-size: 30px;
    }
}

@media (min-width: 1440px) {
    .soon h1 {
        font-size: 50px;
    }
}

@media (min-width: 2560px) {
    .single_blog h4 {
        font-size: 30px;
    }
    .single_blog h2 {
        font-size: 60px;
    }
    .single_blog p {
        margin-top: 5%;
        font-size: 21px;
    }
    .single_blog ul {
        margin-left: -6%;
    }
    .single_blog li {
        font-size: 25px;
    }
    .carousel_blog h1 {
        font-size: 60px;
    }
    .carousel_blog h5 {
        text-align: center;
        margin-bottom: 5%;
        font-size: 25px;
    }
}