/*@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
*/
:root {
    --PrimaryColor: #832625;
    --PrimaryColor-dark: #7c090e;
    --SecondaryColor: #fca439;
    --SecondaryColorDisable: #fff4e0;
    --White: #ffffff;
    --Black: #000000;
    --DarkGreyOne: #222222;
    --DarkGreyTwo: #767676;
    --DarkGreyThree: #666666;
    --DarkGreyfour: #666666;
    --DarkGreyfive: #d7d3d3;
    --DarkGreySix: #1e1e1e;
    --DarkGreySeven: #909090;
    --DarkGreyEight: #9f9f9f;
    --DarkGreyNine: #484848;
    --GrayMid: #c4c4c4;
    --GrayMid-dark-one: #4f4f4f;
    --GrayMid-Two: #707070;
    --GrayMid-Three: #37393b;
    --GrayMid-four: #ababab;
    --GrayLow: #e5e5e5;
    --Parpel: #eef2f8;
    --Med-gary: #37393c;
    --Med-gary-three: #cfd8e1;
    --Light-gray: #eef1f6;
    --Light-gray-two: #dfdfdf;
    --Light-gray-three: #e9e9e9;
    --Light-gray-four: #EEF1F6;
    --Light-gray-five: #DEDEDE;
    --Error: #fb0f0f;
    --Rad: #ce3d3a;
    --Rad-V2: #dd4040;
    --Rad-V3: #ff000b;
    --ProgressColor: #e8b6a4;
    --dark-yellow-one: #fcd0a1;
    --dark-yellow: #f7a31e;
    --lite-yellow-shade: #f9edd8;
    --BgYellow: #fff5c4;
    --BgYellowDark: #e2d8a5;
    --light-yellow: #ffe2d1;
    --light-yellow-shade: #f3f0eb;
    --light-yellow-shade-two: #f3e8d6;
    --mixed-shade: #f4f4f4;
    --mixed-shade-two: #feeed7;
    --mixed-shade-V3: #fdc7b9;
    --Default-font: "Myriad Pro";
    --Lucida-Sans: "Lucida Sans";  
    --IN-Radius: 5px;
}

body {
  font-family: var(--Default-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--Black);
}

.big-container {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
  width: calc(100% - 30px);
}

.icon-hover-white img {
  path {
    fill: #fff;
  }
}
