/*************************************************************************************************
                                      Font
*************************************************************************************************/

@font-face {
  font-family: Addictive-Caps;
  src: url("../assets/font/addictive-caps.otf");
}

@font-face {
  font-family: "Addictive-Regular";
  src: url("../assets/font/addictive-regular.otf");
}

@font-face {
  font-family: "Futura-Book";
  src: url("../assets/font/Futura Book font.ttf");
}

@font-face {
  font-family: "Futura-Light";
  src: url("../assets/font/futura light bt.ttf");
}

@font-face {
  font-family: "Garamond-Regular";
  src: url("../assets/font/Garamond Regular.ttf");
}

@font-face {
  font-family: "Times-Sans-Serif";
  src: url("../assets/font/Times-Sans-Serif.ttf");
}

.roboto-thin {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*************************************************************************************************
                                      /Font
*************************************************************************************************/

:root {
  --script-caps-font: "Roboto", arial;
  --script-font: "Roboto", arial;
  --navigation-font: "Roboto", arial;
  --navigation-light-font: "Roboto", arial;
  --paragraph-font: "Roboto", arial;
  --header-font: "Roboto", arial;

  background: #ffffff;
}

p,
div,
.paragraph-font {
  font-family: var(--paragraph-font);
}

.script-font {
  font-family: var(--script-font);
  text-shadow: 2px 0px #444746;
  line-height: 0.9 !important;
}

.header-font,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: var(--header-font);
}

.negative50 {
  margin-top: -50px;
}

.negative150 {
  margin-top: -150px;
}

.negative100 {
  margin-top: -100px;
}

.negative200 {
  margin-top: -200px;
}

.gd-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem #cccccc95 !important;
}

.navbar-collapse ul{
  padding: 0 0 0 40px;
  font-weight: 700;
  margin: 40px 0;
}

  .navbar-toggler {

  background-color: #ee4c1e;
  margin-right:20px;

}
.error-404{
  text-align: center;
    margin: 200px 0;
}

.footer * {
  font-family: var(--navigation-font) !important;
}

body,
html {
  margin: 0;
  position: relative;
  font-size: 100%;
}

img,
svg {
  object-fit: cover;
  object-position: center;
}

#wrapper-navbar {
  z-index: 80;
  /* height: 9vw;
  min-height:100px; */
}

.navbar-collapse {
  justify-content: end;
  margin-right: 50px;
}

a {
  color: #444746;
}

h1 {
  font-size: max(2.7vw, 3rem);
}

h2 {
  font-size: max(2.1vw, 2.1rem);
}

h5 {
  font-size: max(1.1vw, 1.25rem);
}

.custom-logo {
  max-width: min(150px, 30vw);
  margin-left: 100px;
  min-width: min(150px, 30vw);
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.container {
  max-width: 100%;
  padding: 0;
}

div {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.gd-btn {
  position: relative;
  padding: 12px 40px;
  min-width: 220px;
  max-width: 80%;
  color: #ffffff;
  background-color: #124567;
  border-radius: 0;
  font-size: 18px;
}
.gd-btn-round {
  position: relative;
  padding: 12px 40px;
  min-width: 220px;
  max-width: 80%;
  color: #ffffff;
  background-color: #124567;
  border-radius: 0 20px;
  font-size: 18px;
}

.gd-btn-animatedborder {
  content: "";
  display: block;
  border: 3px solid;
  border-left: 0;
  border-top: 0;
  top: 10px;
  width: 18vw;
  height: 100%;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: -7px;
  width: 90%;
}

.gd-btn-round-animatedborder {
  content: "";
  display: block;
  border: 3px solid;
  border-left: 0;
  border-top: 0;
  top: 28px;
  width: 18vw;
  height: 60%;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: -7px;
  width: 90%;
}

.hasanimatedborder:hover .gd-btn-animatedborder,
.hasanimatedborder:focus .gd-btn-animatedborder {
  top: 1px;
  right: 0;
}

.hasanimatedborder:hover .gd-btn-round-animatedborder,
.hasanimatedborder:focus .gd-btn-round-animatedborder {
  top: 19px;
  right: 0;
}

.screen_reader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wp-block-columns {
  margin-bottom: 0;
}


form#form_contact-form{
	padding:0 10px;
}
.gd-footer {
  background-color: #52595d;
  /* min-height: 200px; */
  color: #f4f4f4;
  font-size: 13px;
  display: flex;
   
  padding: 50px 0 ;
}
.gd-footer .section { 
  color: #f4f4f4;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between; 
  width:100%;
  max-width: 1100px;
  margin: 0 auto;
}
.gd-footer ul {
  display: inline;
  padding-left:0;
  display: flex;
    padding-left: 0;
    flex-wrap: wrap; 
    gap: 30px;
    margin-bottom:50px;
}
 
.gd-footer li {
  display: inline-block;
  margin:0 30px 0 0;
}
.gd-footer a {
text-decoration: none;
color:#f4f4f4;
}

.gd-footer a:visited {
  text-decoration: none;
  color:#f4f4f4;
  }

@media (min-width: 1000px) {
  .hide-over1000 {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .hide-under100 {
    display: none !important;
  }
}

@media (min-width: 901px) {
  .hide-on-nonmobile {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .hide-on-mobile {
    display: none !important;
  }
  .gd-footer ul {
     
      flex-direction: column;
      gap: 10px;
      margin-bottom:50px;
      padding-left:30px
  }
   
  .gd-footer {
     
    padding:  30px;
  
}
.navbar-togler{
  display:block;
}
.custom-logo { 
  margin-left: 20px; 
}
}
