/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* montserrat-500 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local(''),
         url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat-v25-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* montserrat-800 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local(''),
         url('../fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat-v25-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* montserrat-900 - latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local(''),
         url('../fonts/montserrat-v25-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/montserrat-v25-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* amiri-regular - latin */
@font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/amiri-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/amiri-v24-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* amiri-700 - latin */
  @font-face {
    font-family: 'Amiri';
    font-style: normal;
    font-weight: 700;
    src: local(''),
         url('../fonts/amiri-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/amiri-v24-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

html {
    box-sizing: border-box;
}

*, *::before, *::after{
    box-sizing: inherit;
}


/* MAIN CSS */
/*  */
/*  */
/*  */

body{
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #FFFFFF;
}
.wrapper-big{
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

.wrapper-mid{
    max-width: 971px;
    margin: 0 auto;
}

/* HEADER START */

.header{
    /* background-color: #000; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    transition: .3s;
}

.header__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 35px;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 22px;
    transition: .3s;
}

.header__wrapper__m{
    position: fixed;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 5;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 22px;
    display: none;
    width: 100%;
    transition: .3s;
}

.isColored{
    background-color: #080d11e5;
    transition: .3s;
}



.burger__line{
    width: 40px;
    height: 5px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
}


.header__list{
    display: flex;
    flex-wrap: wrap;
    /* gap: 40px; */
    /* padding-top: 22px; */
}

.header__nav__m{
    position: fixed;
    top: 91px;
    padding: 22px 22px 40px 40px;
    z-index: 5;
    width: 100%;
    background-color: #080d11ee;
    transition-property: opacity;
    transition-duration: .3s;
    opacity: 0;
    visibility: hidden;
}

.isOpen{
    visibility: visible;
    transition-property: opacity;
    transition-duration: .3s;
}

.header__nav__m .header__list{
    flex-direction: column;
    gap: 40px;
}

.header__nav__m .header__item{
    font-size: 28px;
    font-weight: 600;
}

.header__item{
    margin-right: 86px;
    transition: .3s;
    opacity: 1;
}

a:active, a:focus {
    outline: none !important;
}
a::-moz-focus-inner {
    border: 0 !important;
}

.header__logo-link{
    text-decoration: none;
    outline: none;
}

.header__item:hover, .header__item:active, .header__item:focus{
    transition: .3s;
    opacity: .6;
    outline: none;
}

.header__item:last-child{
    margin-right: 0;
}

.header__link{
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
/* HEADER END */
/* ABOUT START */
.about{
    /* min-height: 100vh;   */
    background: url(/static/img/backgrounds/about.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 230px;
}

.about__wrapper{
    padding-top: 167px;
}

.about__upper__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about__title-block{
    background-color: rgba(255, 255, 255, 0.220);
    backdrop-filter: blur(10px);
    padding: 63px 96px 23px 100px;
    width: 46%;
    transition: .3s;
}

.about__title{
    font-weight: 800;
    font-size: 58px;
    line-height: 71px;
}

.about__text-block{
    text-align: justify;    
    line-height: 31.2px;
    padding: 0px 0px 0px 10px;
    width: 50%;
}

.about__lower__block{
    text-align: justify;
    padding-top: 33px;
    line-height: 195%;
}

/* ABOUT END */
/* WHO WE ARE START */

.whoweare{
    background: linear-gradient(0deg, rgba(255,255,255, 1), rgba(255,255,255, 0) 40%), linear-gradient(180deg, rgba(255,255,255, 1), rgba(255,255,255, 0) 40%), url(/static/img/backgrounds/whoweare.png) no-repeat center;
    background-size: cover;
    padding-bottom: 100px;
}

.whoweare__wrapper{
    position: relative;
    padding: 0px 100px 0px 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    /* flex-direction: row; */
    justify-content: space-between;
}

.whoweare__card{
    margin-top: 27px;
    height: fit-content;
    width:   48.5%;
    padding: 29px 47px 43px 47px;
    /* background: linear-gradient(155deg, rgba(8, 12, 17, 0) 30%, rgba(8, 8, 17, .8) 50%); */
    background: linear-gradient(155deg, #111e2900 30%, #111e29cc 50%);
    transition: .3s;
}

.whoweare__card-title{
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #0A1117;
}

.whoweare__title{
    position: absolute;
    top: -78px;
    left: 0px;
    font-weight: 800;
    font-size: 58px;
    line-height: 71px;
    padding-left: 100px;
}

.whoweare__card-pic{
    margin: 0 auto;
    width: 150px;
    height: 150px;
    margin-top: 72px;
    margin-bottom: 72px;
    border-radius: 90px;
}

.Michael{
    background: url(/static/img/avas/Michael.jpg) no-repeat center;
    background-size: cover;
}

.Louis{
    background: url(/static/img/avas/Louis.jpg) no-repeat center;
    background-size: cover;
}

.whoweare__card-text{
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    width: 100%;
}

/* WHO WE ARE END */
/* WHAT WE DO START */

.whatwedo{
    background: url(/static/img/backgrounds/whatwedo.png) no-repeat center;
    background-size: cover;
    padding-bottom: 108px;
}

.whatwedo__wrapper{
    padding: 60px 100px 0px 100px;
}

.whatwedo__title{
    font-weight: 800;
    font-size: 58px;
    line-height: 71px;
}

.whatwedo__cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    padding-top: 17px;
}


.whatwedo__card{
    margin-top: 80px;
    height: 220px;
    width: 200px;
    background-color: rgba(255, 255, 255, .08);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: .5s;
}

.whatwedo__card:hover{
    transform: scale(1.1);
    transition: .2s;
}

.maincard{
    width: 250px;
}

.whatwedo__card div{
    padding: 6px 11px 6px 11px;
}

.specialized .big{
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acuire .big{
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workwith .big{
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transaction .up{
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.typicalsize .big{
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.typicalsize .up{
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maturities .up{
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maturities .low{
    /* height: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 16px;
}

.currencies .up{
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.currencies .low{
    /* height: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark{
    background-color: #080D11;
}

.big{
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
}

.small{
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    flex-grow: 2;
}

.up{
    display: flex;
    align-items: flex-end;
}

.low{
    flex-grow: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* WHAT WE DO END */
/* ADVANTAGES START */

.advantages{
    background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255,255,255, 0) 100%), url(/static/img/backgrounds/advantages.png) no-repeat center;
    background-size: cover;
    padding-bottom: 30px;
    color: #080D11;
    padding-bottom: 100px;
    padding-top: 50px;
}

.advantages__wrapper{
    padding-top: 42px;
}

.advantages__upper{
    padding-left: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: space-between;
    flex-direction: row;
    background: linear-gradient(135deg, rgba(255,255,255, .6), rgba(255,255,255, 0) 40%);
    backdrop-filter: blur(4px);
}

.advantages__title{
    font-weight: 800;
    font-size: 58px;
    line-height: 71px;
    padding-top: 29px;
}

.small_title{
    font-weight: 500;
    font-size: 58px;
    line-height: 71px;
}

.advantages__upper__list{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    padding-top: 29px;
}

.list-item{
    display: flex;
}


.list-item-marker{
    min-width: 15px;
    height: 15px;
    background-color: #080D11;
    margin-right: 40px;
    margin-top: 5px;
    transition: .5s;
}

.list-item-text{
    max-width: 370px;
    text-align: justify;
}

.advantages__mid{
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
    padding: 12px 0px 12px 100px;
    background-color: #080D11;
    color: #FFFFFF;
}

.advantages__low{
    padding-top: 33px;
    padding-left: 10vw;
}

.wide{
    max-width: none;
}

/* ADVANTAGES END */
/* CONTACTUS START */

.contactus{
    background: url(/static/img/backgrounds/contactus.jpg) no-repeat center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 41px;
}

.contactus__title{
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.contactus__info{
    text-align: center;
    padding-top: 22px;
    max-width: 350px;
    margin: 0 auto;
}

.footer__logo{
    padding-top: 22px;
    text-align: center;
}

.copyright{
    padding-top: 22px;
    text-align: center;
}


/* MEDIA QUERIES */

@media screen and (max-width: 1060px) {
    .maincard{
        width: 200px;
    }
}

@media screen and (max-width: 995px) {
    .header__wrapper{
        display: none;
    }

    .header__wrapper__m{
        display: flex;
    }

    .whoweare__wrapper{
        flex-direction: column;
        justify-content: center;
    }

    .whoweare__card{
        width: 100%;
    }

    /* .whoweare__card:last-of-type{
        background-color: #ffffff25;
        color: #ffffff;
    } */

    .whoweare__card:last-of-type .whoweare__card-title{
        color: #FFFFFF;
    }

    .advantages__upper, .advantages__low{
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    
}

@media screen and (max-width: 830px) {
    .whoweare__wrapper{
        padding-left: 0px;
        padding-right: 0px;
    }

    .about__title-block{
        padding-right: 10px;
        text-align: center;
        padding: 20px 0px 20px 0px;
    }

    .about__title, .whoweare__title, .whatwedo__title, .advantages__title{
        font-size: 36px;
    }

    .whatwedo__title, .whoweare__title{
        text-align: center;
        padding-left: 0;
        width: 100%;
    }

    .small_title{
        font-size: 24px;
    }

    .advantages__title{
        line-height: 0;
        flex-grow: 2;
        text-align: center;
    }

    .advantages__mid{
        font-size: 24px;
        text-align: center;
        padding-left: 0;
    }

    /* .about__title-block, .whoweare__title{
        padding-left: 10vw;
    } */


}

@media screen and (max-width: 674px) {
    .whatwedo__cards{
        gap: 20px;
        padding-top: 10px;
    }

    .whatwedo__card{
        width: 85%;
    }

    .about__upper__block{
        flex-direction: column;
    }

    .about__upper__block *{
        width: 100%;
    }

    .about__text-block{
        padding-top: 33px;
        padding-left: 0px;
    }

    .whatwedo__wrapper{
        padding-left: 0;
        padding-right: 0;
    }


    .whoweare__card{
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer__logo-pic{
        width: 100px;
        height: 50px;
    }

    .contactus__title{
        font-size: 20px;
    }

}

/* @media screen and (max-width: 459px) {
    .whatwedo__card{
        width: 60%;
    }
} */