@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Barlow: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&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("bootstrap.min.css");
@import url("animate.min.css");
@import url("aos.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.css");
@import url("nice-select.css");
@import url("header.css");
@import url("footer.css");

:root {
    --font-family-Barlow: "Barlow", sans-serif;
    --font-family-Montserrat: "Montserrat", sans-serif;
    --font-36: 36px;
    --font-30: 30px;
    --font-33: 33px;
    --font-24: 24px;
    --font-21: 21px;
    --font-18: 18px;
    --font-16: 16px;
    --font-15: 15px;
    --font-14: 14px;
    --font-13: 13px;
    --font-12: 12px;
    --font-12new: 12px;
    --font-11: 11px;
    --font-10: 10px;

    --line-height42: 42px;

    --line-height30: 30px;
    --line-height26: 26px;
    --line-height24: 24px;
    --line-height21: 21px;
    --line-height18: 18px;
    --line-height17: 17px;
    --line-height15: 15px;
    --line-height14: 14px;
    --color-1: #BA181C;
    --color-2: #2F653E;
    --color-3: #18BA45;
    --color-4: #7A2F30;
    --color-5: #D8D8D8;
    --color-5: #00000029;
    --color-6: #F2F2F2;
    --color-7: #B8B8B8;
    --color-8: #343434;
    --colorda: #FEDADA;
    --color54: #FC5454;
    --colore6: #6E6E6E;
    --colorf9: #F9F9F9;
    --colorf8: #F6F7F8;
    --color34: #343434;
    --color_yellow: #EA7000;
    --color_yellow2: #fcbf02;
    --color_red: #FF0000;
    --color_black: #000;
    --color_white: #fff;
}


@media(min-width:1800px) {
    :root {
        --font-36: 42px;
        --font-30: 36px;
        --font-33: 42px;
        --font-24: 28px;
        --font-21: 24px;
        --font-18: 22px;
        --font-16: 20px;
        --font-15: 19px;
        --font-14: 18px;
        --font-13: 15px;
        --font-12: 14px;
        --font-11: 13px;
        --font-10: 12px;
        --line-height42: 48px;
        --line-height30: 34px;
        --line-height26: 30px;
        --line-height24: 30px;
        --line-height21: 24px;
        --line-height18: 18px;
        --line-height17: 17px;
        --line-height15: 15px;
        --line-height14: 14px;
    }
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: var(--font-family-Barlow);
}

#errorModalContent {
    font-size: var(--font-16);
}

#closeErrorModalBtn {
    font-size: var(--font-16);
}

#confirmModalContent {
    font-size: var(--font-16);
}

#closeHintModalBtn {
    font-size: var(--font-16);
}

#emailUsMessage {
    font-size: var(--font-14);
}

#messageModelContent {
    font-size: var(--font-16);
}

#closeMessageModalBtn {
    font-size: var(--font-16);
}

#confirmModalContent {
    font-size: var(--font-16);
}

#confirmBtnOk {
    font-size: var(--font-16);
}
#confirmBtnCancel {
    font-size: var(--font-16);
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    max-width: 100%;
    width: 100%;
}
ol, ul{padding-left: 0;margin: 0;}
.owl-theme .owl-nav.disabled+.owl-dots {display: flex;justify-content: center;align-items: center;}
.owl-theme .owl-dots .owl-dot {background: none;border: none;padding: 0;margin: 0 .5rem;}
.owl-theme .owl-dots .owl-dot span{width: .6rem;height: .6rem;border-radius: 100%;background: #CCCCCC;margin: 0;}
.owl-theme .owl-dots .owl-dot.active span{width: .8rem;height: .8rem;background:var(--color-3);}
li{list-style-type: none;}
figure{margin: 0;}
summary {
    display: list-item;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    padding-top: 133px;
}
@media(max-width:991px){
    body {
        padding-top: 120px;
    }
}
@media(min-width:1800px){
    body {
        padding-top: 140px;
    }
}


html {
    font-size: 62.5%;
}

p {
    margin-bottom: 1rem;
    font-weight: 500;
}

p:empty {
    display: none !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

    color: var(--bs-dark);
}

h1,
.h1 {
    font-size: var(--font-60);
}

h2,
.h2 {
    font-size: var(--font-36);
}

h3,
.h3 {
    font-size: var(--font-30);
}

h4,
.h4 {
    font-size: var(--font-24);
}

h5,
.h5 {
    font-size: var(--font-21);
}

h6,
.h6 {
    font-size: var(--font-18);
}

.font-36{
    font-size: var(--font-36);
}
.font-30{
    font-size: var(--font-30);
}

.font-24{
    font-size: var(--font-24);
}

.font-21{
    font-size: var(--font-21);
}
.font-18{
    font-size: var(--font-18);
}
.font-16{
    font-size: var(--font-16);
}
.font-15{
    font-size: var(--font-15);
}
.font-14{
    font-size: var(--font-14);
}
.font-13{
    font-size: var(--font-13);
}
.font-12{
    font-size: var(--font-12);
}
.font-11{
    font-size: var(--font-11);
}

@media(min-width:1366px) {
    .container {
        max-width: 1108px;
        padding: 0 15px;
    }
}

@media(min-width:1800px) {
    .container {
        max-width: 1570px;
        padding: 0 15px;
    }
}



/*
.siteloader{
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 96%);
    width: 100%;
    height: 100%;
    z-index: 11111;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.loaderimage{
    position: absolute;
    width: 80px;
    margin: 0 auto;
    animation: bounce2 2s ease infinite;
    -webkit-animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}

.loadspinner {
    position: relative;
    margin: auto;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    -webkit-mask: linear-gradient(rgba(0, 0, 0, 0.1), #000000 90%);
    transform-origin: 50% 60%;
    transform: perspective(200px) rotateX(66deg);
    animation: spinner-wiggle 1.2s infinite;
  }

  @keyframes spinner-wiggle {
    30% {
      transform: perspective(200px) rotateX(66deg);
    }
    40% {
      transform: perspective(200px) rotateX(65deg);
    }
    50% {
      transform: perspective(200px) rotateX(68deg);
    }
    60% {
      transform: perspective(200px) rotateX(64deg);
    }
  }
  .loadspinner:before,
  .loadspinner:after {
    content: "";
    position: absolute;
    margin: -4px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: .05;
    border: inherit;
    border-color: transparent;
    animation: spinner-spin 1.2s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, spinner-fade 1.2s linear infinite;
  }

  .loadspinner:before {
    border-top-color: #66e6ff;
  }

  .loadspinner:after {
    border-top-color: #f0db75;
    animation-delay: 0.3s;
  }

  @keyframes spinner-spin {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes spinner-fade {
    20% {
      opacity: .1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: .1;
    }
  } */



.btn_theme{
    position: relative;
    display: inline-block;
    padding: 12px 21px;
    border: 1px solid var(--color-1);
    background-color: var(--color-1);
    border-radius: 5px;
    letter-spacing: 0.7px;
    font-size: var(--font-18);
    font-family: var(--font-family-Barlow);
    letter-spacing: 0.9px;
    font-weight: 600;
    color: var(--bs-white);
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease;
}
.btn_theme::before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bs-black);
    transition: all .5s ease;
    z-index: -1;
}
.btn_theme:hover::before{
    width: 100%;
}
.btn_theme:hover{
    color: var(--bs-white);
}
.btn_theme>span{
    margin-left: 5px;
}
.title36 {
    font-size: var(--font-36);
    line-height: var(--line-height42);
    font-weight: 700;
    color: var(--color-1);
}

.title30 {
    font-size: var(--font-30);
    line-height: var(--line-height30);
    font-weight: 500;
}



.title18 {
    font-size: var(--font-18);
    line-height: var(--line-height24);
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.sec_title:has(p) .title36 {
    margin-bottom: 30px;
}

.sec_title:has(p) .title30 {
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .title36 {
        font-size: 26px;
        line-height: 36px;
    }

    .title30 {
        font-size: 26px;
        line-height: 42px;
    }

    .title18 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
}


@media(min-width:1800px) {
    .sec_title:has(p) .title30 {
        margin-bottom: 50px;
    }
}

.btn-group-common {
    gap: 10px;
}

.btn-group-common>a {
    position: relative;
    display: inline-block;
    padding: 12px 21px;
    border: 1px solid var(--bs-white);
    border-radius: 5px;
    letter-spacing: 0.7px;
    font-size: var(--font-14);
    font-weight: bold;
    color: var(--bs-white);
    z-index: 1;
    overflow: hidden;
}

.btn-group-common>a:first-child>span {
    margin-left: 2px;
}

.btn-group-common>a:nth-child(2)>span {
    margin-right:1rem;
}

.btn-group-common>a:last-child {
    background-color: var(--bs-black);
    border: 1px solid var(--color-1);
    color: var(--bs-white);
    padding: 12px 50px;
    text-transform: uppercase;
}


.btn-group-common>a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-1);
    transition: all .5s ease;
    z-index: -1;
}

.btn-group-common>a:hover::before {
    width: 100%;
}

.btn-group-common>a:hover {
    color: var(--bs-white);
}

.owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.owl-nav [class*='owl-']:nth-child(2) {
    left: auto;
    right: -55px;
}

@media(max-width:991px) {
    .owl-nav [class*='owl-'] {
        left: 0;
    }

    .owl-nav [class*='owl-']:nth-child(2) {
        left: auto;
        right: 0;
    }
    :root{
        --font-36: 30px;
    }

}

@media(max-width:767px) {
    .owl-nav [class*='owl-'] {
        left: 0;
    }

    .owl-nav [class*='owl-']:nth-child(2) {
        left: auto;
        right: 0;
    }


}


/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 100%;
    right: 10px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    padding-top: 0;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    background: var(--color-1);
    color: var(--bs-white);
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    color: var(--bs-white);
    background-color: var(--bs-black);
}
#back-to-top.show {
    opacity: 1;
    bottom: 10px;
    transition: 0.8s ease-out;
}


@media(max-width:991px){
    #back-to-top.show {
        bottom: 100px;
        display: none;
    }
}
@media (max-width:575px) {
:root{
    --font-30: 21px;
    --font-18:16px;
    --font-24: 20px;
    --font-36: 24px;
}
}
@media (max-width: 375px) {
    :root{
        --font-12: 12px;
        --font-16: 14px;
        --font-18: 15px;
        --font-21: 18px;
    }
    #back-to-top {
        right: 0;
        width: 28px;
        height: 28px;
        padding-top: 0;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }
    #back-to-top.show {
        bottom: 70px;
    }
}
