
/*-------------------------------------------------
################### BOX ARCULAT ###################
--------------------------------------------------*/
.icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  border-radius: 20px;
  border-top-left-radius: 25px;
  border: 2px solid #925125;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.icon-box .icon {
  margin-bottom: 10px;
  float: left;
  position: relative;
  margin-top: -55px;
  margin-left: -30px;
  text-align: left;
  
}

.icon-box .icon i {

    color: white;
    background-color: #925125;
    padding: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 50px;
    margin-top:5px;
  font-size: 30px;
  transition: 0.3s;
}

.icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.icon-box:hover h4 a {
  color: #925125;
}

 
      
   .course-hero {
    position: relative;
    min-height: 30vw;
    background: #962d2d;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.course-hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background-image: var(--bg-img);


    background-size: cover;
    background-position: center;

    /* EZ A VARÁZSLAT */
    mask-image: linear-gradient(
        to left,
        rgba(0,0,0,1) 60%,
        rgba(0,0,0,0.6) 75%,
        rgba(0,0,0,0.3) 85%,
        rgba(0,0,0,0) 100%
    );

    -webkit-mask-image: linear-gradient(
        to left,
        rgba(0,0,0,1) 60%,
        rgba(0,0,0,0.6) 75%,
        rgba(0,0,0,0.3) 85%,
        rgba(0,0,0,0) 100%
    );
}


.course-hero-content {
    position: relative;
    z-index: 2;

    max-width: 900px;
    padding: 4rem;

    color: #fff;
}

.course-hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}



.course-hero-content p {
    font-size: 1.2rem;
    max-width: 600px;
    margin-bottom: 2rem;
    line-height: 1.6;
}
.hero-btn {
    display: inline-block;
    padding: 12px 26px;
    background: #e53935;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.25s ease;
}

.hero-btn:hover {
    background: #c62828;
    transform: translateY(-2px);
}
.maincikk {
    position: relative;
    z-index: 3;
    background: #962d2d;
    padding-bottom: 20px;
}


.icon-box:first-child {
    box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

.content-bg {
    position: relative;
    margin-top: -110px;   /* felcsúszás a hero-ra */
    z-index: 3;
    width: 80%
}
@media (max-width: 768px) {
    
    .kepzestartalom{
        margin-left: 0px;
        width: 100%;
    }
    
    .heroikon{
        display:none;
    }
    
}


