*{
    margin: 0px;
    padding: 0px;
}

body {
    background: url(img/background-site.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Montserrat-Regular";
    text-align: center;
    background-position-y: center;
}

html{
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("fonts/Montserrat-Bold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}

@font-face {
    font-family: "Minecraft";
    src: url("fonts/minecraft.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}
.trigers{
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.circle-for-who-block{
    width:160px;
    height:160px;
    border-radius: 50%;
    margin: auto;
    box-shadow:0 0 104px rgba(0, 0, 0, 0.5);
    background-color: black;
}

.circle-for-who-block-white{
    width:160px;
    height:160px;
    border-radius: 50%;
    margin: auto;
    box-shadow:0 0 104px rgba(0, 0, 0, 0.219);
    background-color: #ffc600;
    box-shadow:0 0 85px rgba(255, 255, 255, 0.418);
}

.border-white{
    border: solid 1px white;
}

.triger-title-block{
    font-family: "Montserrat-Regular";
    font-size: 24px;
    padding-top: 20px;
    color: white;
}
.circle-img-1{
    margin-top: 27.5px;
}

.circle-img-2{
    margin-top: 39.5px;
}

.circle-img-3{
    margin-top: 31.5px;
}

.title-for-who-this-course{
    position: absolute;
    width: 100%;
}

.for-who-block-part-one{
    width: 60%;
    height: 530px;
    float: left;
}

.for-who-block-part-two {
    width: 40%;
    height: 530px;
    background-color: black;
    float: right;
    background-image: url(img/for-who-img-lines.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: right;
    background-position-y: top;
    clip-path: polygon(40% 0, 100% 0%, 100% 100%, 0% 100%);
}

.pod-for-who-blocks{
    position: absolute;
    width: 100%;
    padding-top: 190px;
}

.circle-triger{
    width: 156px;
    height: 156px;
    background-color: #ffc600;
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0px 90px rgb(255 255 255 / 63%);
}

#circle-triger-icon-one{
    width: 110px;
    margin-top: 25px;
}
#circle-triger-icon-two{
    width: 110px;
    margin-top: 25px;
}
#circle-triger-icon-three{
    width: 100px;
    margin-top: 30px;
    margin-left: 7px;
}
.triger-blocks{
    width: 85%;
    height: max-content;
    margin: auto;
    margin-top: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10%;
}
.triger-block{
    width: 100%;
    height: max-content;
    display: grid;
    grid-template-rows: 7fr 4fr;
}


@font-face {
    font-family: "Montserrat-Medium";
    src: url("fonts/Montserrat-Medium.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
} 

@font-face {
    font-family: "Montserrat-Regular";
    src: url("fonts/Montserrat-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
} 

.arrow-bottom img {
    width: 70px;
}

.triger-description-text {
    margin-top: 15px;
    font-size: 12px;
    font-family: "Montserrat-Medium";
}
header{
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat-Bold";
    box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.253);
    background: linear-gradient( 
156deg, rgba(255,210,0,1) 0%, rgba(255,0,114,1) 150%);
}

header .menu ul {
    display: flex;
    list-style: none;
}

.header-logo {
    padding-left: 4%;
}

.header-logo img {
    height: 70px;
}

.menu{
    margin-left: auto;
}

header .menu ul li {
    border-right: 1px solid rgba(0, 0, 0, 0.377);
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
}

header .menu ul li:last-child {
	border-right: none
}

header a{
    text-decoration: none;
    color: black;
}

.phone-number img{
    width: 12%;
}

.phone-number{
    display: flex;
    align-items: center;
    padding-left: 4%;
}

#menu-mobile{
    display: none;
}

.menu-btn{
    display: flex;
    align-items: center;
    position: absolute;
    top: 30%;
    right: 10px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 33;
}    
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition-duration: .25s;
}
.menu-btn > span::before {
    content: '';
    top: -8px;
}
    .menu-btn > span::after {
      content: '';
      top: 8px;
    }
     .menubox ul{
      list-style: none;
     }
    .menubox{
      display: block;
      position: fixed;
      visibility: hidden;
      top: 0;
      left: -100%;
      width: 300px;
      height: 100%;
      margin: 0;
      padding: 80px 0;
      
      background-color: #00000099;
      box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
      transition-duration: .25s;
      z-index: 9999;
    }
     
    .menu-item {
      display: block;
      padding: 12px 24px;
      color: #ffc600;
      font-family: 'Montserrat-Bold';
      font-size: 20px;
      font-weight: 600;
      text-decoration: none;
      transition-duration: .25s;
    }
    .menu-item:hover {
      background-color: #000;
    }
     
     
    #menu-toggle{
      opacity: 0;
    }
     
    #menu-toggle:checked ~ .menu-btn > span{
      transform: rotate(45deg);
    }
    #menu-toggle:checked ~ .menu-btn > span::before{
      top: 0;
      transform: rotate(0);
    }
    #menu-toggle:checked ~ .menu-btn > span::after{
      top: 0;
      transform: rotate(90deg);
    }
    #menu-toggle:checked ~ .menubox{
      visibility: visible;
      left: 0;
    }
    .logo, .phone {
        width: 150px;
        height: 86px;
        float: left;
        display: flex;
        align-items: center;
    }
    .menu-mobile{
        height: 60px;
        width: 100%;
    }
    .mob-header{
        width: 100%;
        height: 60px;
        background: linear-gradient( 
156deg, rgba(255,210,0,1) 0%, rgba(255,0,114,1) 150%);
    }
    .triger-description-text {
    display: block;
    margin: auto;
    max-width: 354px;
    margin-top: 12px;
}
.triger-description-text-mobile{
    display:none;
}
    .burger-menu{
      display: block;
      position: relative;
      align-items: center;
      justify-content: center;
      height: 100%;
      overflow: hidden;
    }
    .logo img{
        width: 100%;
    }
    .banner{
        width: 100%;
        background: radial-gradient(black, transparent);
        overflow: hidden;
        height: calc(100vh - 70px);
        background: url(img/banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x:60%;
    }
    #scroll-down-btn-mob{
        display: none;
    }
    .banner-content{
        width: max-content;
        height: max-content;
        margin: auto;
        padding-top: 150px;
        color: white;
        font-family: "Montserrat-Regular";
    }
    .banner-content h1 {
        font-family: "Montserrat-Medium";
        font-size: 60px;
        letter-spacing: 6px;
    }
    .banner-content span{
        color: #fffc00;
    }
    .banner-description-text{
        font-size: 12px;
        margin-top: 45px;
    }
    .main-banner-description-text{
        font-size: 24px;
        margin-top: 25px;
    }
    .banner-button{
        height: 60px;
        border-radius: 25px;
        border: 0px;
        background: linear-gradient(156deg, rgba(255,210,0,1) 0%, rgba(255,0,114,1) 100%);
        margin-top: 45px;
        font-size: 28px;
        color: white;
        font-family: "Montserrat-Regular";
        padding-left: 80px;
        padding-right: 80px;
        cursor: pointer;
        transition: all .3s;
    }
    .banner-button:hover{
        color: black;
    }
    .banner-description-text-two{
        font-size: 12px;
        margin-top: 25px;
    }
    .arrow-bottom{
        position: absolute;
        display: block;
        bottom: 50px;
        left: calc(50% - 33px);
    }
footer{
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
    background: black;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.wrap-footer{
    width: 90%;
    margin: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    column-gap: 10%;
    padding-top: 15px;
    margin-top: 30px;
}
.f-logo img{
    width: 150px;
    margin: auto;
    display: block;
}
.f-map{
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 0px 16px 0px #ffffff;
    min-height: 300px;
    display: flex;
}
.f-map iframe{
    width: 100%;
    height: auto;
}
.f-menu{
    width: max-content;
    margin: auto;
    margin-top: 30px;
}
.f-menu ul{
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.f-menu ul li a{
    color: #747474;
   font-size: 20px;
   text-decoration: none;
   font-family: "Montserrat-Bold";
}
.f-menu ul li+li{
    margin-left: 30px;
}
.f-col-one a{
    color: #747474;
    font-size: 20px;
    text-decoration: none;
    font-family: "Montserrat-Bold";
    display: block;
}
.f-col-one a+a{
    margin-top: 10px;
}
.f-copirate{
    text-align: center;
    margin-top: 40px;
}
.f-icons a{
    display: block;
    font-size: 25px;
    float: left;
    color: #747474;
    text-decoration: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer a:hover, .f-menu a:hover{
    color: #ffc600;
}
.menu-desktop a{
    color: black;
}
.f-col-three a:hover{
    border: solid 1px #ffc600;
}
.f-col-two-new{
    display: none;
}
.f-col-one, .f-col-three{
    text-align: left;
}
.feedback-wrap{
    width: 100%;
    overflow: hidden;
}
.form-wrap{
    width: 90%;
    margin-top: 50px;
    margin: auto;
    background: url(img/formback.png) no-repeat;
    background-size: 67%;
    overflow: hidden;
    background-position-x: center;
    background-position-y: 53%;
    padding-top: 60px;
    padding-bottom: 150px;
}
.feedback-wrap h1{
       text-align: center;
       width: 80%;
       margin: auto;
       padding: 30px 0;
       margin-top: 35px;
}
.form{
    width: 35%;
    margin: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 4%;
    padding-top: 3%;
    background-color: black;
    box-shadow: 0px 0px 38px 25px rgba(255, 255, 255, 0.363);
    border-radius: 30px;
}
.black-baner {
    height: calc(100vh - 70px);
    width: 100%;
    background-color: #00000009;
    position: relative;
}

.form-line-one{
    display: grid;
    grid-template-columns:1fr;
}
.form input, .form textarea, .form label{
    display: block;
}
.form label{
    color: white;
    font-size: 24px;
    font-family: "Montserrat-Bold";
    margin-top: 10px;
    margin-left: 20px;
}
.form input{
    background-color: #ffc600;
    border-radius: 17px;
    border: solid 1px #1b1b1b;
    width: calc(100% - 20px);
    height: 45px;
    font-size: 24px;
    color: #a88200;
    padding-left: 20px;
}
.form-line-two{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 50px;
}
.form textarea{
    background-color: #ffc600;
    border-radius: 30px;
    border: solid 1px #1b1b1b;
    width: 100%;
    height: 150px;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 10px;
}
.form-line-three{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}
.form-line-three button {
    font-size: 15px;
    border-radius: 17px;
    width: 100%;
    transition: all .5s;
    cursor: pointer;
}
.form-line-three button {
    padding: 10px;
    border: solid 1px #000000;
    font-family: "Montserrat-Medium";
    -webkit-text-fill-color: rgba(0, 0, 0, 1); 
  }
.form input::placeholder, .form textarea::placeholder{
    font-size: 15px;
    color: black;
    font-family: Montserrat-Regular;
}
.line{
    width: 100%;
    height: 5px;
    background: black;
    margin-top: 5px;
}
.form{
    text-align: left;
}
.form-title{
    font-size: 32px;
    font-family: "Montserrat-Bold";
}
.mobile-for-who-link{
    display: none;
}
.capcha {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.capcha input {
    width: 40px;
    padding: 0;
    text-align: center;
}
.comments{
    width: 100%;
    height: max-content;
}
.title-two{
    font-size: 32px;
    font-family: "Montserrat-Bold";
    margin-top: 70px;
    color: white;
    padding-bottom: 50px;
}
#slider {
    position: relative;
	text-align: center;
    top: 10px;
}
#slider{
	margin: 0 auto;
}
#slides article{
	width: 20%;
	float: left;
}
#slides .image{
	width: 500%;
	line-height: 0;
}
#overflow{
	width: 100%;
	overflow: hidden;
}
article img {
    width: 28%;
    margin-left: 15px;
}
#desktop:checked ~ #slider {
    width: 100%;
    overflow: hidden;
}
#switch1:checked ~ #controls label:nth-child(3), 
#switch2:checked ~ #controls label:nth-child(1),
#switch3:checked ~ #controls label:nth-child(2){
	background: url('img/left-arrow.png') no-repeat;
	float: left;
	margin: 0 0 0 -84px;
	display: block;
	height: 68px;
	width: 68px;
}

#switch1:checked ~ #controls label:nth-child(2), 
#switch2:checked ~ #controls label:nth-child(3),
#switch3:checked ~ #controls label:nth-child(1){
	background-color: #7f6300;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 57% 100%, 83% 51%, 59% 0);
	float: right;
	margin: 0 -84px 0 0;
	display: block;
	width: 87.5px;
    height: 68.5px;
}
label, a{ 
	cursor: pointer;
}
.all input{ 
	display: none;
}
#switch1:checked ~ #slides .image{
	margin-left: 0;
}
#switch2:checked ~ #slides .image{
	margin-left: -100%;
}
#switch3:checked ~ #slides .image{
	margin-left: -200%;
}
#switch4:checked ~ #slides .image{
	margin-left: -300%;
}
#switch5:checked ~ #slides .image{
	margin-left: -400%;
}
#controls{ 
	margin: -25% 0 0 0;
	width: 100%;
	height: 50px;
}
#active label {
    border-radius: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 3px black;
    margin-top: 35px;
    margin-left: 9px;
}
#active{ 
	margin: 23% 0 0;
	text-align: center;
}
#active label:hover{
	border-color: black !important; 
}
#switch1:checked ~ #active label:nth-child(1),
#switch2:checked ~ #active label:nth-child(2),
#switch3:checked ~ #active label:nth-child(3),
#switch4:checked ~ #active label:nth-child(4),
#switch5:checked ~ #active label:nth-child(5){
	background: black;
	border-color: black !important;
}
#slides .image{ 
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
#controls label:hover{ 
	opacity: 0.6;
}
#controls label{ 
	transition: opacity 0.2s ease-out;
}
.information-about-course{
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.all-information-blocks{
    width: 85%;
    height: max-content;
    margin: auto;
    display: grid;
    grid-template-columns: 8fr 4fr;
    grid-column-gap: 1.5%;
    padding-bottom: 50px;
}
.second-info-about-us-block{
    width: 100%;
    background-color: white;
    border-radius: 25px;
    padding-top: 10%;
    padding-bottom: 10%;
}

.first-info-about-us-block{
    width: 100%;
    height: max-content;
    padding-bottom: 5%;
    overflow: hidden;
    background-color: #ffd200;
    border-radius: 25px;
    box-shadow: 0px 0px 43px 15px rgba(255, 255, 255, 0.363);
}

.about-us-main-text{
    font-size: 48px;
    font-family: "Montserrat-Regular";
    margin-top: 35px;
}

.first-info-about-us-block-content{
    width: 95%;
    height: max-content;
    margin: auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
}

.label-cost-of-animate-course{
    width: 65%;
    height: 100px;
    background: white;
    border-radius: 25px;
    margin: auto;
}

.label-cost-of-animate-course p{
    line-height: 100px;
}

.about-us-text-1{
    font-size: 80px;
    margin-top: 75px;
}

.about-us-large-text{
    font-size: 180px;
}

.about-us-text-description{
    font-size: 20px;
    font-family: "Montserrat-Regular";
}

.about-us-text-main-description{
    font-size: 32px;
    font-family: "Montserrat-Regular";
}

.bonus-block-about-course h1{
    font-size: 32px;
    font-family: "Montserrat-Regular";
    color: white;
}

.bonus-block-about-course button{
    font-size: 24px;
    font-family: "Montserrat-Regular";
    color: black;
    margin-top: 35px;
    border: none;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 0px 30px 12px rgba(255, 255, 255, 0.33);
}
@media (max-width:1290px){
    .where-used-1 {
        left: 220px!important;
    }
    .where-used-animation-main-left {
        height: 355px!important;
    }
    .where-used-animation-main-list {
        width: 230px;
        height: 310px;
        background: linear-gradient(#ffc60050, #ff007250);
        border-radius: 5%;
        float: left;
    }
    .where-used-animation-main-list p {
        text-align: center;
        font-family: "Minecraft";
        color: white;
        margin-top: 25px;
        font-size: 22px;
    }
    .where-used-3 {
        width: 100px!important;
        height: 120px!important;
        background: url(img/where-used-3.png);
        background-size: cover;
        position: absolute;
        bottom: 0px!important;
        right: 0!important;
    }
    .where-used-1 {
        bottom: 80px!important;
        left: 255px!important;
    }
    .form-wrap {
        background-position-x: center;
        background-position-y: 60%;
    }
}

@media (min-width:1260px) {
    .where-used-animation-main-left {
        background: url(img/where-used-1.png);
        background-size: 87%;
        background-repeat: no-repeat;
        background-position-y: -10px;
        background-position-x: 99%;
        position: relative;
        height: 435px;
    }
}

@media (max-width:1148px){
    .the-benefits-blocks {
        width: 85%;
        height: 190px;
        margin: auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 2%;
        grid-row-gap: 8%;
    }
}

@media (max-width:1220px){
    .who-conducts-blocks span {
        font-size: 16px;
        color: white;
    }
}


.bonus-block-about-course{
    width: 100%;
    height: max-content;
    padding-bottom: 120px;
}

.info-about-course-block{
    display: grid;
    grid-template-columns: 1fr 5fr;
}

.info-about-course-block span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-family: "Montserrat-Regular";
    text-align: left;
}

.info-about-course-block-circle-in{
    width: 5px;
    height: 5px;
    border: solid 3px #ff0072;
    border-radius: 50%;
}

.info-about-course-block-circle{
    display: flex;
    align-items: center;
    justify-content: start;
}


.info-about-course-block-in{
    width: 80%;
    height: max-content;
    display: grid;
    margin: auto;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 20.8%;
}

.info-about-course-block-sumbit button:hover{
    color: black;
}


.info-about-course-block-sumbit button{
    border-radius: 25px;
    border: 0px;
    background: linear-gradient(156deg, rgba(255,210,0,1) 0%, rgba(255,0,114,1) 100%);
    font-size: 24px;
    color: white;
    font-family: "Montserrat-Regular";
    padding-left: 13%;
    padding-right: 13%;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: all .3s;
}

@media(max-width:1192px){
    .info-about-course-block-in {
        grid-row-gap: 20%;
    }
}
@media(max-width:1086px) and (max-width:1191px){
    .info-about-course-block-in {
        grid-row-gap: 11.3%!important;
    }
}
@media(min-width:992px){
    .triger-blocks {
        grid-column-gap: 8%!important;
    }
}

.where-used-animation-course{
    width: 85%;
    height: 700px;
    margin: auto;
    background: green;
    margin-top: 5%;
}
.content-used-animation{
    width: 100%;
    height: 600px;
    margin-top: 35px;
    background-color: red;
}

.the-benefits-of-our-course{
    width: 100%;
    height: max-content;
    padding-bottom: 50px;
}

.the-benefits-blocks{
    width: 85%;
    height: 235px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2%;
    grid-row-gap: 8%;
}

.the-benefits-block{
    background-color: white;
    border-radius: 26px;
    position: relative;
    overflow: hidden;
}
.title-the-benefits-block{
    width: 100%;
    line-height: 35px;
    background-color: #000000c2;
    border-radius: 0px 0px 26px 26px;
    position: absolute;
    bottom: 0;
    line-height: 50px;
}

.title-the-benefits{
    font-family: "Montserrat-Bold";
    font-size: 24px;
    color: #ffc600!important;
}
.where-used-animaiton-block{
    width: 85%;
    height: max-content;
    margin: auto;
    padding-bottom: 50px;
}
.where-used-animation-main{
    height: max-content;
    margin-top: 50px;
}
.where-used-animation-main-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.where-used-animation-main-left {
    background: url(img/where-used-1.png);
    background-size: 87%;
    background-repeat: no-repeat;
    background-position-y: -10px;
    background-position-x: 99%;
    position: relative;
    height: 60Vh;
}
.where-used-animation-main-right{
    position: relative;
}
.where-used-animation-main-list {
    width: 265px;
    height: 350px;
    background: linear-gradient(#ffc60050, #ff007250);
    border-radius: 5%;
    float: left;
}
.where-used-animation-main-list p{
    text-align: center;
    font-family: "Minecraft";
    color: white;
    margin-top: 25px;
    font-size: 28px;
}
.where-used-1 {
    width: 190px;
    height: 207px;
    background: url(img/where-used-2.png);
    background-size: cover;
    position: absolute;
    bottom: 35%;
    left: 305px;
}
.where-used-3 {
    width: 100px;
    height: 120px;
    background: url(img/where-used-3.png);
    background-size: cover;
    position: absolute;
    bottom: 15%;
    right: 0;
}

@media(min-height:750px){
    .where-used-animation-main-left {
        height: 535px!important;
    }
    .where-used-3 {
        bottom: 150px!important;
        right: 0;
    }
    .where-used-1 {
        bottom: 270px!important;
        left: 305px;
    }
    .the-benefits-blocks{
    height: 325px;
    }
    .examples-blocks{
    height: 620px!important;
    }

}
.where-used-animaiton-block h1{
    font-size: 40px;
    font-family: "Montserrat-Bold";
    color: white;
}

.who-conducts-classes{
    width: 50%;
    height: max-content;
    margin: auto;
}

.who-conducts-blocks {
    width: 100%;
    height: max-content;
    display: grid;
    grid-template-rows: 5fr 3fr;
    grid-row-gap: 15px;
}

.circle-teacher{
    width: 270px;
    height: 270px;
    background: url(img/Sanya.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: auto;
    border-radius: 50%;
}

.who-conducts-blocks span{
    font-size: 20px;
    color: white;
}

.examples-of-works{
    width: 85%;
    height: max-content;
    margin: auto;
}

.examples-blocks{
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-bottom: 50px;
}
.examples-blocks div{
    background-color: #ffc600;
    border-radius: 25px;
}

#project-1{
    background: url(img/projects/project-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#project-2{
    background: url(img/projects/project-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#project-3{
    background: url(img/projects/project-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#project-4{
    background: url(img/projects/project-4.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#project-5{
    background: url(img/projects/project-5.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#project-6{
    background: url(img/projects/project-6.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#the-benefits-block-1{
    background: url(img/trigers/online.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#the-benefits-block-2{
    background: url(img/trigers/lesson_9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#the-benefits-block-3{
    background: url(img/trigers/sertificat.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.comments h1{
    padding-bottom: 30px!important;
}
.triger-in span{
    display: none;
}
@media (max-width:1111px){
    .triger-in p{
        display: none;
    }
    .triger-in span{
        display: block;
        font-family: "Montserrat-Regular";
        font-size: 24px;
        padding-top: 20px;
        color: white;
    }
}

.the-benefits-block:hover .title-the-benefits{
    animation-name: go;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-duration:1s;
    animation-fill-mode: both;
}
.the-benefits-block:hover span{
    color: white;
}
@keyframes go{
    from{
        height: 50px;
    }to{
        height: 235px;
    }
}

.re{
    display: block;
    position: absolute;
    top: 70px;
    color: rgba(255, 255, 255, 0);
    transition: 1s;
    line-height: 20px;
    width: 85%;
    left: 7%;
}