*{margin:0;padding:0;font-family:"Montserrat",sans-serif;font-weight:700}body{padding:8px}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb{border-radius:10px;background:-webkit-gradient(linear,left top,left bottom,from(#537895),to(#09203F));background:linear-gradient(#537895,#09203F)}.h1-style{color:#FFF;font-size:48px;line-height:48px}@media screen and (max-width:1260px){.h1-style{font-size:38px;line-height:38px}}@media screen and (max-width:768px){.h1-style{font-size:26px;line-height:26px}}.title-style{color:#FFF;font-size:24px;line-height:28px;text-transform:uppercase}@media screen and (max-width:768px){.title-style{font-size:18px;line-height:22px}}.normal-style{color:#FFF;opacity:0.8;font-size:16px;line-height:18px}@media screen and (max-width:768px){.normal-style{font-size:14px;line-height:16px}}.link-style{color:#FFF;font-size:24px;line-height:26px;text-transform:uppercase;text-decoration:none}@media screen and (max-width:768px){.link-style{font-size:20px;line-height:22px}}.container{margin:auto;width:1200px}@media screen and (max-width:1260px){.container{width:992px}}@media screen and (max-width:1052px){.container{width:720px}}@media screen and (max-width:768px){.container{width:calc(100% - 40px)}}#main{width:100%;background:-webkit-gradient(linear,left top,left bottom,from(#537895),to(#09203F));background:linear-gradient(#537895,#09203F);display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:20px}#main .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:160px 0}@media screen and (max-width:768px){#main .container{padding:80px 0;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}#main .container .info-block{margin-right:60px}@media screen and (max-width:768px){#main .container .info-block{margin-right:0}}#main .container .info-block .h1-style{margin-bottom:12px}#main .container .info-block .normal-style{margin-bottom:8px}#main .container .info-block .links-row a{margin-right:8px}#main .container .info-block .links-row a:last-child{margin-right:0}#main .container .profile-image{position:relative;border-radius:50%;border:8px solid #FFFFFF;background:#FFFFFF}@media screen and (max-width:768px){#main .container .profile-image{margin-bottom:32px}}#main .container .profile-image img{width:400px;border-radius:50%}@media screen and (max-width:1260px){#main .container .profile-image img{width:360px}}@media screen and (max-width:1052px){#main .container .profile-image img{width:300px}}@media screen and (max-width:768px){#main .container .profile-image img{width:250px}}@media screen and (max-width:576px){#main .container .profile-image img{width:200px}}#projects{padding:80px 0}#projects .h1-style{background-image:-webkit-gradient(linear,left top,right top,from(#537895),to(#09203F));background-image:linear-gradient(90deg,#537895,#09203F);background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent;margin-bottom:32px}#projects .projects-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}@media screen and (max-width:576px){#projects .projects-row{margin:0}}#projects .projects-row .project-card{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 24px);margin:0 12px;background:-webkit-gradient(linear,left top,left bottom,from(#537895),to(#09203F));background:linear-gradient(#537895,#09203F);display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:16px}@media screen and (max-width:1052px){#projects .projects-row .project-card{width:calc(50% - 24px)}}@media screen and (max-width:576px){#projects .projects-row .project-card{width:100%;margin:0 0 24px}#projects .projects-row .project-card:last-child{margin-bottom:0}}#projects .projects-row .project-card .card-container{background:#FFFFFF;margin:auto;border-radius:16px;width:calc(100% - 36px);height:calc(100% - 36px);overflow:hidden;position:relative}@media screen and (max-width:768px){#projects .projects-row .project-card .card-container{width:calc(100% - 16px);height:calc(100% - 16px)}}#projects .projects-row .project-card .card-container .info{position:absolute;top:50%;left:50%;opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%;cursor:pointer;-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out}#projects .projects-row .project-card .card-container .info div{color:#FFFFFF;text-align:center}#projects .projects-row .project-card .card-container .info .title-style{margin-bottom:8px}#projects .projects-row .project-card .card-container img{width:100%;-o-object-fit:cover;object-fit:cover;height:auto;max-height:350px;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-filter:blur(5px) brightness(30%);filter:blur(5px) brightness(30%);-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out}@media screen and (max-width:1260px){#projects .projects-row .project-card .card-container img{max-height:300px}}@media screen and (max-width:768px){#projects .projects-row .project-card .card-container img{max-height:250px}}#projects .projects-row .project-card:hover .info{opacity:0}#projects .projects-row .project-card:hover img{-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0)}