/*==================== GOOGLE FONTS ====================*/
/* 
@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');


*/

@font-face {
    font-family: Futura;
    src: url("./assets/fonts/futura/Futura\ Book\ font.ttf");
    font-weight: normal !important;
}

@font-face {
    font-family: Futura-Medium;
    src: url("./assets/fonts/futura/futura\ medium\ bt.ttf");
    font-weight: normal !important;
}

@font-face {
    font-family: Futura-Bold;
    src: url("./assets/fonts/futura/unicode.futurab.ttf");
    font-weight: normal !important;
}

@font-face {
    font-family: Futura-Black;
    src: url("./assets/fonts/futura/unicode.futurab.ttf");
    font-weight: normal !important;
}

/* @font-face {
    font-family: Poppins;
    src: url("./assets/fonts/poppins/Poppins-Regular.ttf");
  }
  
  @font-face {
    font-family: Futura-Bold;
    src: url("./assets/fonts/poppins/Poppins-SemiBold.ttf");
  } */

@font-face {
    font-family: Ridin Dirty;
    src: url("./assets/fonts/RidinDirty.ttf");
    font-weight: normal !important;
    /* src: url("./assets/fonts/poppins/Poppins-ExtraBold.ttf"); */
}

@font-face {
    font-family: HighSpiritedFont;
    src: url("./assets/fonts/High\ Spirited.ttf");
    font-weight: normal !important;
}

@font-face {
    font-family: Wulkan-Black;
    src: url("./assets/fonts/wulkan/WulkanDisplayBlack.ttf");
    font-weight: normal !important;
}

@font-face {
    font-family: Wulkan-Bold;
    src: url("./assets/fonts/wulkan/WulkanDisplayBold.ttf");
    font-weight: normal !important;
}

@font-face {
    font-family: Wulkan-Medium;
    src: url("./assets/fonts/wulkan/WulkanDisplayMedium.ttf");
    font-weight: normal !important;
}

@font-face {
    font-family: Wulkan-Font;
    src: url("./assets/fonts/wulkan/WulkanDisplayRegular.ttf");
    font-weight: normal !important;
}

@font-face {
    font-family: Wulkan-Medium-italic;
    src: url("./assets/fonts/wulkan/WulkanDisplayMediumItalic.ttf");
    font-weight: normal !important;
}



*,
html,
body {
    margin: 0;
    padding: 0;
    font-family: Futura;
    box-sizing: border-box;
}

.spirited-font {
    font-family: HighSpiritedFont !important;
    /* font-weight: normal; */
    margin: 0;
    padding: 0;
    /* font-size: 200px !important; */
    /* border: 1px solid red; */
}

.wulkan-font {
    font-family: Wulkan-Medium !important;
    /* font-weight: normal; */
    margin: 0;
    padding: 0;
    /* font-size: 200px !important; */
    /* border: 1px solid red; */
}

.wulkan-medium {
    font-family: Wulkan-Medium !important;
    /* font-weight: normal; */
    margin: 0;
    padding: 0;
    /* font-size: 200px !important; */
    /* border: 1px solid red; */
}

.wulkan-title1 {
    font-family: Wulkan-Bold !important;
    /* font-weight: normal; */
    margin: 0;
    padding: 0;
    /* font-size: 200px !important; */
    /* border: 1px solid red; */
}

.wulkan-title2 {
    font-family: Wulkan-Black !important;
    /* font-weight: normal; */
    margin: 0;
    padding: 0;
    /* font-size: 200px !important; */
    /* border: 1px solid red; */
}

.btn:hover {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-family: Futura-Medium;
    font-weight: normal;
}

h2 {
    font-size: 30px !important;
}

h3 {
    font-size: 25px !important;
}

p,
span {
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    line-height: 1.37;
    /* font-weight: bold; */
}

.custom-elevation-z2 {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08) !important;
    border-radius: 7px !important;
}

.show {
    position: fixed !important;
    transition: all 0.5s;
    top: 0;
}

/* img {
    border-radius: 7px!important;
  } */

@media (min-width: 320px) and (max-width: 767px) {
    p {
        font-size: 17px !important;
    }
}

/* ----- paddings ----- */

.p-0 {
    padding: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.55rem !important;
}


/* ----- margins ------ */

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.w-25 {
    width: 25% !important;
}

.w-45 {
    width: 45% !important;
}

.w-47 {
    width: 47% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.border-rad-5 {
    border-radius: 5px !important;
}

.text-white {
    color: #fff;
}

.font-size-25 {
    font-size: 25px !important;
    font-weight: 300 !important;
}

.font-size-7 {
    font-size: 11px !important;
}

.h-100 {
    height: 100% !important;
}







/* --- css loaders --- */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.item-active {
    color: #fec465 !important;
}


.style {
    width: 0;
    /* height: 100%; */
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    background-color: #31494b;
    overflow-x: hidden;
    transition: all 0.5s ease 0.5s;
}

.overlay__links {
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.overlay__links a {
    padding: 15px;
    font-family: Futura-Bold;
    font-size: 27px;
    display: block;
    transition: all 0.3s ease 0s;
    color: #fff;
    text-decoration: none;
}

.overlay__links a:hover,
.overlay__links a:focus,
button:hover {
    color: #000;
}

button {
    /* position: absolute; */
    transition: all 0.3s ease 0s;
    background: transparent;
    border: none;
    outline: none;
    top: 15px;
    right: 40px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.overlay__links a img {
    width: 220px;
    margin: 30px;
    text-align: center;
}

@media screen and (max-width: 420px) {
    .overlay__links a img {
        width: 130px;
        margin: 20px;
        text-align: center;
    }

    .overlay__links a {
        font-size: 20px;
    }
}

.footnav {
    display: flex;
    /* // flex-direction: column; */
    align-items: center;
    justify-content: center;
}

a {
    padding: 7px 15px;
    font-family: Futura-Medium;
    font-size: 20px;
    display: block;
    transition: all 0.3s ease 0s;
    color: #fff;
    text-decoration: none;
}

a:hover,
a:focus,
button:hover {
    color: #000;
}

.footnav a:hover {
    color: #fec465 !important;
}

@media screen and (max-width: 420px) {
    .footnav {
        display: flex;
        flex-direction: column !important;
        text-align: center !important;
        align-items: center;
        justify-content: center;
    }

    img {
        width: 130px;
    }

    a {
        /* // font-size: 16px; */
        font-weight: 500;
        padding: 7px auto !important;
    }
}

/* //// */
.contacting {
    display: flex;
    /* // background-image: linear-gradient(rgba(47, 72, 74, 0.7), rgba(47, 72, 74, 0.5)), url(${skyview});
    // background-position:center;
    // background-size:cover;
    // background-repeat:no-repeat;
    // background-attachment:fixed; */
    background-color: #31494b;
    padding: 35px 0;
    justify-content: center;
}

/* // @media (min-width: 320px) and (max-width: 767px) {
    //     padding: 50px 0;
    // } */

.maindiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 87%;
}

.div {
    text-align: center;
    color: #fff;
    margin: 0 7px;
    display: flex !important;
    align-items: center;
}

.div .address,
.div .phone,
.div .email {
    display: flex !important;
}

.div .contact-address {
    margin-bottom: 7px;
    font-size: 35px !important;
    font-weight: 600 !important;
}

.div .img-icon {
    width: 60px;
    margin: 20px;
}

.div .ssezi-link {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
}

@media (min-width: 320px) and (max-width: 575px) {

    .maindiv {
        flex-direction: column;
        width: 75%;
    }

    .div {
        margin: 25px 0;
    }

    .div .img-icon {
        width: 50px;
    }
}

@media (min-width: 576px) and (max-width: 1024px) {

    .maindiv {
        width: 90%;
    }

}

.h2.experience {
    color: #31494b !important;
}

.border-1 {
    border: 1px solid red;
}

.bg-green {
    background-color: #31494b;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex !important;
}

.justify-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: start !important;
}








/* /////// ACTIVITIES CSS */

.bread {
background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.7)), url('./assets/images/logossezi.png');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}
    

    .bread h1 {
        font-size: 50px;
        margin-top: 100px;
        /* // font-family: Ridin Dirty;
        // font-family: Futura-Bold; */
        font-weight: normal;
        text-align: center;
        color: #fec465;
    }

    @media (min-width: 320px) and (max-width: 767px) {
        
        .bread h1 {
          font-size: 45px;
        }
    }