@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'EB Garamond', serif;
}

html {
    user-select: none;
}

body {
    background-color: #f2f2f2;
}

/**{*/
/*  color: #486dac;*/
/*}*/
@font-face {
    font-family: headingFont;
    src: url(./font/TrajanPro-Regular.ttf);
}

@font-face {
    font-family: bodyFont;
    src: url(./font/HelveticaNeue_Regular.ttf);
}

@font-face {
    font-family: bodyFontBold;
    src: url(./font/Helvetica_Neue_W01_77_Bd_Cn_Obl.otf);
}

@font-face {
    font-family: bodyFontBold2;
    src: url(./font/Helvetica_Neue_W01_77_Bd_Cn_Obl.ttf);
}

#generatePDFDiv{
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 50%;
}

#generatePDFDiv img {
    max-width: 64px;
}



.active {
    color: #000f1d;
}

.hidden {
    display: none;
}

ul {
    margin-bottom: 0;
}

.main-parent {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: fixed;
}

.iframe-box {
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    /*height: 100%;*/
    height: 100vh;
    width: 100%;
}

.leftTopLogo {
    position: absolute;
    top: 30px;
    left: 25px;
    cursor: pointer;
}

.logo {
    width: 270px;
}

.uiDivMain {
    position: absolute;
    /* bottom: 200px; */
    bottom: 140px;
    display: flex;
    gap: 60px;
    font-size: 20px;
    justify-content: center;
    /* width: 850px; */
    /* width: 940px; */
    /*width: 1140px;*/
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'headingFont';
    font-weight: 700;
}

.optionLink {
    cursor: pointer;
    font-family: 'headingFont';
    font-weight: 700;
    padding-top: 10px;
    border-top: 3px solid transparent;
    transition: color 0.5s ease-in-out, border-top 0.5s ease-in-out;
    text-transform: uppercase;
}

.optionLink,
.active-color {
    color: #486dac;
}

.optionLink.active {
    color: #000f1d;
    border-top: 3px solid #000f1d;
}

.uiDivMainBorder {
    position: absolute;
    /* bottom: 205px; */
    bottom: 140px;
    /* width: 700px; */
    width: 1080px;
    height: 2px;
    background: #000f1d;
    left: 50%;
    transform: translate(-50%, -50%);
}

.categoryName {
    position: absolute;
    bottom: 145px;
    display: flex;
    gap: 60px;
    font-size: 16px;
    justify-content: center;
    width: 850px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.categoryName div {
    font-family: 'headingFont';
    font-weight: 700;
}

.categoryNameBorder {
    position: absolute;
    bottom: 145px;
    width: 370px;
    height: 2px;
    background: #000f1d;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ui_options {
    position: absolute;
    bottom: 25px;
    display: flex;
    gap: 40px;
    font-size: 26px;
    justify-content: center;
    width: 850px;
    left: 50%;
    transform: translate(-50%, -0%);
}

.optionDiv {
    display: grid;
    justify-content: center;
    text-align: center;
    height: 108px;
    /*transition: color 0.5s ease-in-out, border-top 0.5s ease-in-out;*/
    text-transform: uppercase;
}

.optionDiv img {
    max-width: 50px;
    margin-bottom: 6px;
}

.optionDiv div {
    font-size: 12px;
    line-height: 1.1;
    font-family: "bodyFont";
    font-weight: 600;
    letter-spacing: 1px;

}

.dial_option,
.pipes_option,
.ring_option,
.strap_option,
.backGrill_option,
.innerdial_option,
.hands_option,
.piston_option {
    display: none !important;
}


.display-block-important {
    display: block !important;
    width: 73px;
    padding-top: 13px;
}

.display-block-important.active {
    border-top: 3px solid #000f1d;
    padding-top: 10px;
}

.optionDiv.active img {
    border: 2px solid #000;
    border-radius: 50%;
}

.optionDiv.active .active-color {
    color: #000f1d;
    /*border-bottom: 3px solid #000f1d;*/
    /*padding-bottom: 10px;*/
    font-family: "bodyFont";
    font-weight: 800;
}

.desktopUI {
    height: 230px;
}




/* popup design */
.modal {
    font-family: 'headingFont' !important;
}

.form-control:focus {
    box-shadow: none;
}

input,
textarea,
input:focus {
    outline: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    box-shadow: 0 !important;
}

.modal-dialog {
    max-width: 800px;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal-dialog2{
    width: 400px;
}
.modal-content2{
    width: 400px;
}
.modal-header {
    border: 0 !important;
}

.formMainDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logosDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logoImg {
    width: 500px;
    margin-top: 30px;
}

.logoImg2 {
    width: 350px;
}

.forHdng {
    font-size: 30px;
    font-weight: normal;
}

.conFormHdng {
    color: #486dac;
    margin: 90px 0 50px 0;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 2px solid #000f1d;
}

.eMailInput {
    margin-top: 36px;
}

.form-control {
    border: 0;
    border-bottom: 2px solid #000f1d;
    border-radius: 0;
}

.submitBtn {
    background-color: transparent;
    color: #000f1d;
    border: 2px solid #000f1d;
    border-radius: 0;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    float: right;
}

.submitBtn:hover {
    background-color: #000f1d;
    color: #fff;
}

/* popup design */
/* loader */
.loader_container {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.loader_container span{
    padding: 20px;
    font-size: 26px;
}
.i-loader-inf-horizontal-container {
    width: 400px;
    text-align: center;
}

.i-loader-inf-horizontal-container span {
    color: #475161;
    font-family: sans-serif;
}

.i-loader-inf-horizontal {
  width: 100%;
  height: 3px;
  background: linear-gradient(#5399ee 0 0) 0/0% no-repeat#ddd;
  border-radius: 4px;
  animation: loader-inf linear;
}

@keyframes loader-inf {
    100% {background-size:100%}
}



.pt-8px {
    padding-top: 8px;
}
/* loader */

/* success modal */
#successModal h1 {
    color: #486dac;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
  }
  #successModal p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size:20px;
    margin: 0;
  }
#successModal i {
  color: #486dac;
  font-size: 100px;
  line-height: 200px;
  margin-left:-15px;
}
#successModal .card {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #486dac;
  display: inline-block;
  margin: 0 auto;
}
#successModal2 h1 {
    color: #486dac;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
  }
  #successModal2 p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size:20px;
    margin: 0;
  }
#successModal2 i {
  color: #486dac;
  font-size: 100px;
  line-height: 200px;
  margin-left:-15px;
}
#successModal2 .card {
  background: white;
  padding: 60px;
  border-radius: 4px;
  box-shadow: 0 2px 3px #486dac;
  display: inline-block;
  margin: 0 auto;
}
.successTickDiv{
    /* border-radius:200px; height:200px; width:200px; background: #F8FAF5;  */
    margin:0 auto;margin-bottom: 12px;
}
/* success modal */

@media(max-width: 992px) {
    .successTickDiv{
        height: 100px;
        width: 100px;
    }
    #successModal i{
        font-size: 50px;
        line-height: 100px;
    }
    #successModal h1{
        font-size: 20px;
    }
    #successModal p{
        font-size: 12px;
    }
    #successModal2 i{
        font-size: 50px;
        line-height: 100px;
    }
    #successModal2 h1{
        font-size: 20px;
    }
    #successModal2 p{
        font-size: 12px;
    }
    .i-loader-inf-horizontal-container {
        width: 90%;
    }
    #generatePDFDiv {
        position: absolute;
        top: 20px;
        bottom: auto;
        right: 10px;
        cursor: pointer;
    }
    #generatePDFDiv img {
        max-width: 40px;
    }
    .leftTopLogo {
        position: absolute;
        top: 20px;
        left: 10px;
        cursor: pointer;
    }

    .logo {
        width: 120px;
    }

    .iframe-box {
        height: 60vh !important;
    }

    .mobileUI {
        display: block !important;
        height: 40vh;
    }

    .desktopUI {
        display: none !important;
    }

    .uiDivMain {
        display: flex;
        gap: 5px;
        font-size: 10px;
        padding: 20px 10px;
        position: unset !important;
        transform: translate(0, 0) !important;
        width: 100%;
        text-align: center;
    }

    .dial_option,
    .pipes_option,
    .ring_option,
    .strap_option,
    .backGrill_option,
    .innerdial_option,
    .hands_option, 
    .piston_option {
        display: none;
    }
    

    .optionDiv div {
        text-align: center;
        display: flex;
        justify-content: center;
        font-size: 10px;
        height: auto;
    }

    .uiDivMainBorder {
        width: 90%;
        transform: translate(0%, 0%);
        margin: 0 auto;
        position: unset !important;
    }

    .swiper-pagination-clickable .swiper-pagination-bullet {
        display: none;
    }

    .display-block-important {
        width: auto;
    }

    /* pop up */
    .modal-dialog {
        max-width: 100%;
    }

    .logoImg {
        width: 80%;
        margin-top: 30px;
    }

    .logoImg2 {
        width: 50%;
    }

    .forHdng {
        font-size: 25px;
        font-weight: normal;
    }

    .conFormHdng {
        font-weight: normal;
    }

    .eMailInput {
        margin-top: 10px;
    }
    .modal-dialog2,#successImage {
        max-width: 100%;
    }
    .modal-content2 {
        width: 95%;
      }
      .successTickDiv {
        height: auto;
        width: auto;
      }

}

@media(min-width: 568px) and (max-width: 992px) {
    .iframe-box {
        height: 80vh !important;
    }

    .mobileUI {
        display: block !important;
        height: 20vh;
    }

    .uiDivMain {
        font-size: 16px;
        gap: 20px;
    }
}
