/* 
Theme Name:		 roboit-child
Theme URI:		 https://mim.in.ua/wordpress/roboit/
Description:	 roboit-child is a child theme of "ROBOit - Multipurpose IT&Tech Landing Page WordPress Theme"
Author:			 Nikita "Tennik" Kliushnikov from "MIMThemes"
Author URI:      https://www.templatemonster.com/authors/mimthemes/
Template:		 roboit
Version:		 1.0.0
Text Domain:	 roboit-child
*/

/*
    Add your custom styles here
*/

html {
    scroll-behavior: smooth;
}

html, body {
    font-family: "Montserrat", Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.header{
    padding: 15px 60px;
}

.header__logo img{
    width: 375px
}

.jarallax{
    min-height: 400px;
}

.creative-btn:before, .creative-btn:after{
    background: linear-gradient(45deg, #2C48AC, #0F1925, #F5931E);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#2C48AC, endColorstr=#F5931E, GradientType=0 );
}

.contact-box__title{
    background: linear-gradient(135deg, #2C48AC 5%, #2C48AC 55%, #2C48AC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#2C48AC, endColorstr=#2C48AC, GradientType=0 )
}

.wp-block-search__inside-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.wp-block-latest-comments__comment{
    list-style: none;
    padding-left: 15px;
}

.wp-block-latest-comments li:not(:last-child){
    margin-bottom: 7px;
}

.wp-block-latest-posts__featured-image{
    float: left;
}

.footer{
    position: relative;
    overflow: hidden;
}

.footer__logo,
.footer__logo img{
    width: 390px;
}

.footer__copyright{
    margin-top: 15px;
}

.clip-pathed{
    clip-path: polygon(0 0, 100% 100%, 0% 100%, 0 50%);
}

.border-triangle::after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: 50px; bottom: -20px; /* Положение треугольника */
    border: 100px solid transparent; /* Прозрачные границы */
    border-left: 20px solid green; /* Добавляем треугольник */
}