/*!
Theme Name: IT Artel International
Author: Sikora Kostyantin
Author URI: https://under_tree_e.com
Description: Theme for IT Artel International website
Version: 1.0.0
Requires at least: 6.0
Text Domain: it-artel.ua
*/

html,
body {
    border: none;
    margin: 0;
    padding: 0;
    font-family: 'Gotham Pro';
    font-size: 16px;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

@media only screen and (max-width: 2000px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1800px) {
    html {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1500px) {
    html {
        font-size: 12.5px;
    }
}

@media only screen and (max-width: 1300px) {
    html {
        font-size: 12px;
    }
}


.home-section .container .back {
	width: 75em !important;
}

.home-section .container .hand {
	width: 65em !important;
}