@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/**! ***COLORS*************/
/**! ***COLORS*************/
/**! ***COLORS*************/
:root {



    --white: #fff;



    /**! *****DARK THEME********/
    --text-dark: #C4C4C4;

    /******HERO , Our Services,*******/
    --background-gradient-dark: linear-gradient(219.84deg, #474747 4.14%, #222222 44.22%);

    /*****About block*****/
    --card-gradient-grey: linear-gradient(219.84deg, #FFFFFF 4.14%, #CBCBCB 82.76%);

    /*******projects-background**********/
    --projects-background-dark: linear-gradient(219.84deg, #474747 4.14%, #222222 44.22%);


    /*****BACKGROUN OF PAGE*********/
    --basic-background-grey: #484848;




    /**! **WHITE THEME*******/
    --text-grey: #3F3F3F;

    /******HERO , Our Services,*******/
    --card-gradient-dark: linear-gradient(219.84deg, #474747 4.14%, #222222 44.22%);

    /*****About block*****/
    --background-gradient-grey: linear-gradient(219.84deg, #FFFFFF 4.14%, #CBCBCB 82.76%);

    /*******projects-background**********/
    --projects-background-white: linear-gradient(219.84deg, #FFFFFF 4.14%, #CBCBCB 82.76%);


    /*****BACKGROUND OF PAGE*********/
    --basic-background-white: #F8F8F8;



    /**! ***OVERALL STYLEs**********/

    /*******HERO BLOCK**********/
    --background-gradient-red: linear-gradient(97.73deg, #C66565 -6.96%, #CA2225 40.89%, #830002 73.64%);

    /*******ALL buttons ********/
    --background-gradient-red-button: linear-gradient(97.65deg, #C66565 0.33%, #830002 93.35%);

    /******ALL lines*********/
    --background-gradient-red-line: linear-gradient(97.73deg, #C66565 -6.96%, #CA2225 40.89%, #830002 73.64%);

    --basic-red: #DF0615;
    --black: #000;

    /******ALL swiper's arrows*********/
    --arrows-swiper: linear-gradient(97.65deg, #C66565 0.33%, #830002 93.35%);

    /******Forms background*****/
    --form-background: linear-gradient(38.67deg, #474747 11.49%, #222222 76.87%);


    /**! *****Fonts and radiuses**/
    --button-radius: 5px;

}



* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Poppins", sans-serif;

}

body::-webkit-scrollbar {
    width: 0;
}

body.lock {
    overflow: hidden;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-ms-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}



/************all rest styles**************/
.main__wrapper{
    width: 100%;
    min-height: 100vh;
}