/* fonts*/
@font-face {
    font-family: gilroyblack;
    src: url(../fonts/gilroy/Gilroy-Black.ttf);
}

@font-face {
    font-family: gilroymedium;
    src: url(../fonts/gilroy/Gilroy-Medium.ttf);
}

@font-face {
    font-family: gilroybold;
    src: url(../fonts/gilroy/Gilroy-Medium.ttf);
}

@font-face {
    font-family: gilroylight;
    src: url(../fonts/gilroy/Gilroy-Light.ttf);
}

@font-face {
    font-family: poppinmedium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: poppinlight;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}

/* #sec1,#our-brands{
    min-height: 800px;
} */
/* nav */
nav {
    transition: 0.7s all ease-in-out;
}


/* home main */
.mainDiv {
    position: relative;

}

.mainDiv::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: url(../img/1x/main-home1.png) no-repeat;
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%;
    z-index: -1;
    transform: scaleX(-1);
}

.cstm-nav {
    padding: 1rem 0 !important;
}

.logo-box {
    width: 100px;
    height: 100px;
}

.section {
    height: 100vh;
    transition: opacity 1s;

}

.home-main {
    /* overflow-y: auto; */
    /* scroll-snap-type: y mandatory; */
    /* height: 100vh; */
}

.cstm-nav {
    /* scroll-snap-align: start; */
}

.our-brands-sec {
    /* scroll-snap-align: start; */

}

.footer {
    /* scroll-snap-align: start; */

}

.body-content h2 {
    font-family: gilroylight;
    font-size: 3rem;
    color: #fff;
    margin: 0;
}

.glob-head {
    position: relative;
}

#myearth1 {
    background: url(../img/1x/o.png);
    background-size: 116px 116px;
    background-repeat: no-repeat;
    background-position: calc(50% - 0px) 50%;
}



.body-content .glob-head h2,
.our-brands-sec .card1 h1 {
    font-size: 9rem;
    color: #fff;
    font-family: gilroyblack;
    user-select: none;
}


.right-side {
    width: 90%;
    transform: translateY(-110px);
}

.st0 {
    opacity: 0.2;
    fill: #626262 !important;
}

.body-content p {
    color: #CCCCCC;
    font-family: poppinlight;
}

.our-brands-sec .our-brands-head h1,
.our-brands-sec .our-brands-head h6,
.our-brands-sec .card1 {
    color: #fff;
    text-align: center;
}

.our-brands-sec .our-brands-head h1 {
    font-family: gilroyblack;
    font-size: 3rem;
}

.our-brands-sec .our-brands-head h6 {
    font-family: poppinlight;
    color: #cccccc;
}

.our-brands-sec .card1 {
    width: 340px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgb(255 255 255 / 12%);
    border-radius: 20px;
    border: 3px solid rgb(255 255 255 / 42%);
    padding: 1rem 2rem;
    margin: 1rem;
}

.our-brands-sec .card1 .card-img {
    width: 270px;
    height: 155px;
}

.our-brands-sec .card1 .card-img img {
    object-fit: cover;
    object-position: center;
}

.our-brands-sec .card1 h1 {
    font-size: 7rem;
}

.footer {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgb(255 255 255 / 12%);
    padding: 1rem 0;
}

.footer p,
.footer a {
    color: #fff;
    text-align: center;
    font-family: gilroylight;
    margin: 0;
}




.card1 {
    position: relative;
    overflow: hidden;
}

.card1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.card1:after {
    content: '';
    position: absolute;
    top: -90%;
    left: -30%;
    width: 30%;
    height: 150%;
    background: linear-gradient(175deg, transparent, rgba(255, 255, 255, .4), transparent);
    transition: 0.5s;
    transition-delay: 0.2s;
    transform: rotate(45deg);
    opacity: 0.5;
}

.card1:hover:after {
    top: 70%;
    left: 90%;
}

.card1 span {
    position: absolute;
    display: block;
    transition: 0.5s ease;
}

.card1 span:nth-child(1) {
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
}

.card1:hover span:nth-child(1) {
    width: 100%;
    transform: translateX(100%);
}

.card1 span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
}

.card1:hover span:nth-child(3) {
    width: 100%;
    transform: translateX(-100%);
}

.card1 span:nth-child(2) {
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #fff;
}

.card1:hover span:nth-child(2) {
    height: 100%;
    transform: translateY(100%);
}

.card1 span:nth-child(4) {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #fff;
}

.card1:hover span:nth-child(4) {
    height: 100%;
    transform: translateY(-100%);
}


/* globe css */
.earth-container {
    position: relative;
    z-index: 1
}

.earth-container::before {
    content: "";
    display: block;
    padding-top: 100%
}

.earth-container>canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    user-select: none
}

.earth-draggable {
    cursor: all-scroll;
    cursor: -webkit-grab;
    cursor: grab
}

.earth-dragging * {
    cursor: all-scroll;
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important
}

.earth-clickable {
    cursor: pointer
}

.earth-overlay {
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
    transform-origin: 0 0
}

.earth-overlay a,
.earth-overlay input,
.earth-overlay button {
    pointer-events: all
}

.earth-hittest {
    position: fixed;
    width: 200vh;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 999999
}

.earth-hittest svg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    opacity: 0
}

#myearth {
    width: 100%;
    height: 83vh;
    max-height: 100vw;
    overflow: hidden;

    opacity: 0;
    transition: opacity 1.5s ease-in;
}

#myearth.earth-ready {
    opacity: 1;
}

#myearth::before {
    content: none;
}

.designpros #myearth1 {
    width: 130px;
    height: 130px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1.5s ease-in;
    position: absolute;
    top: 24px;
    transform: translateX(130%);
    pointer-events: none;
    user-select: none;
}

.designpros #myearth1.earth-ready {
    opacity: 1;
}

.designpros #myearth1::before {
    content: none;
}

.designpros #glow {
    width: 135px;
    height: 135px;
}

.designpros {
    background: url(../img/1x/1x/Asset\ 4.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    position: relative;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/* background glow */

#glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 100vh;
    height: 85vh;
    max-height: 100vw;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(192, 192, 192, 0.05) 25%, rgba(192, 192, 192, 0.15) 53%, rgba(192, 192, 192, 0.05) 56%, rgba(192, 192, 192, 0) 70%);
    z-index: 200;
    pointer-events: none;
}

.contact-btn {
    background: none;
    border: 1px solid #fff;
    height: 100%;
    padding: 0.5rem 2rem;
    color: #fff;
    border-radius: 100px;
    font-weight: 600;
    transition: 0.5s all ease-in-out;
}

.contact-btn:hover {
    background: #fff;
    color: #fb4547;
}

/* contact button hover effect */
.cstm-btn {
    position: relative;
    padding: 0.5rem 2rem;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    user-select: none;
}

.cstm-btn:before,
.cstm-btn:after {
    content: '';
    position: absolute;
    transition: inherit;
    z-index: -1;
}

.cstm-btn:hover {
    transition-delay: .1s;
}

.cstm-btn:hover:before {
    transition-delay: 0s;
}

.cstm-btn:hover:after {
    background: #fb4547;
    transition-delay: .1s;
}

/* From Top */

.from-top:before,
.from-top:after {
    left: 0;
    height: 0;
    width: 100%;
}

.from-top:before {
    bottom: 0;
    border: 1px solid #fb4547;
    border-top: 0;
    border-bottom: 0;
}

.from-top:after {
    top: 0;
    height: 0;
}

.from-top:hover:before,
.from-top:hover:after {
    height: 100%;
}

.contact-modal {
    position: relative;
}

.contact-modal .modal-content {
    background: transparent;
    border: none;
}

.contact-modal .modal-body {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgb(159 159 159 / 19%);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    color: #fff;
}

.contact-modal .modal-body .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent url(../img/svg/cross.svg) center/1em auto no-repeat;
}

.contact-modal .modal-body .row .col-lg-12 {
    display: flex;
    flex-direction: column;
}

.contact-modal .modal-body .row .col-lg-12 label {
    transform: translate(1rem, 18px);
    font-family: 'poppinlight';
    font-size: 10px;
}

.contact-modal .modal-body .row .col-lg-12 input,
.contact-modal .modal-body .row .col-lg-12 textarea {
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 1rem;
    color: #fff;
    font-size: 14px;
}

.select2-dropdown {
    z-index: 100000 !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    padding: 1rem 6px !important;
    height: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

.message.error {
    color: #ffdd00;
    margin-left: auto;
    font-weight: 600;
}


/* swal modals */
.swal-modal {
    background-color: #fff !important;
}

.swal-icon--error {
    border-color: #fb4547 !important;
}

.swal-title {
    color: #fb4547 !important;
}

.swal-button {
    background-color: #fb4547 !important;
    color: #fff !important;
}

/* commons */
body::-webkit-scrollbar,
.home-main::-webkit-scrollbar {
    display: none;
}

body,
.home-main {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide {
    display: none;
}

.scrollSec {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

button:focus:not(:focus-visible),
button,
select,
textarea,
input {
    outline: none;
    box-shadow: none;
    border: none;
}

a {
    text-decoration: none !important;
}

img {
    width: 100%;
    height: 100%;
}

.mt1 {
    margin-top: 1rem !important;
}

.mt2 {
    margin-top: 2rem !important;
}

.mt3 {
    margin-top: 3rem !important;
}

.mt4 {
    margin-top: 4rem !important;
}

.mt5 {
    margin-top: 5rem !important;
}

.mt6 {
    margin-top: 6rem !important;
}

.mt7 {
    margin-top: 7rem !important;
}

.mt8 {
    margin-top: 8rem !important;
}

.mt9 {
    margin-top: 9rem !important;
}

.mt10 {
    margin-top: 10rem !important;
}

.mt05 {
    margin-top: 0.5rem !important;
}

.mt1-5 {
    margin-top: 1.5rem !important;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mb2 {
    margin-bottom: 2rem !important;
}

.mb3 {
    margin-bottom: 3rem !important;
}

.mb4 {
    margin-bottom: 4rem !important;
}

.mb5 {
    margin-bottom: 5rem !important;
}

.mb6 {
    margin-bottom: 6rem !important;
}

.mb7 {
    margin-bottom: 7rem !important;
}

.mb8 {
    margin-bottom: 8rem !important;
}

.mb9 {
    margin-bottom: 9rem !important;
}

.mb10 {
    margin-bottom: 10rem !important;
}

.mb05 {
    margin-bottom: 0.5rem !important;
}

.mb1-5 {
    margin-bottom: 1.5rem !important;
}

/* .iosEnabled .designpros{
    display: inline !important;
} */


/* Media Queries */
@media only screen and (min-width:2560px) {
    .designpros #myearth1{
        top:9px;
    }
    .head {
        margin-top: 0 !important;
    }

    .left-side {
        transform: translateY(160px);
    }

    .right-side {
        width: 90%;
        transform: translateY(-30px);
    }

    #myearth {
        width: 100%;
        height: 660px !important;
    }

    .right-side #glow {
        width: 100% !important;
        height: 100%;
    }
}

@media only screen and (min-width:1920px) {
    .right-side #glow {
        width: 90%;
        height: 100%;
    }

    #myearth {
        width: 100%;
        height: 595px;
    }
}

@media only screen and (max-width:1600px) {
    .right-side #glow {
        width: 90%;
        height: 100%;
    }

    #myearth {
        width: 100%;
        height: 600px;
    }
}

@media only screen and (max-width: 1440px) {
    .right-side #glow {
        width: 86%;
    }

    #myearth {
        width: 100%;
        height: 575px;
    }

}

@media only screen and (max-width: 1366px) {
    .right-side #glow {
        width: 80%;
    }

    #myearth {
        width: 100%;
        height: 425px;
    }
}

@media only screen and (max-width:1024px) {
    #myearth1 {
        background-size: 90px 90px;
        background-position: calc(50% - 0.1px) calc(50% - 0px);
    }

    .body-content .head {
        flex-direction: column;
    }

    .right-side {
        transform: translateY(0px);
        width: 100%;
    }

    .body-content .glob-head h2 {
        font-size: 7rem;
    }

    .designpros #myearth1 {
        width: 105px;
        height: 105px;
        top: 0;
        transform: translateX(123%);
    }

    .designpros #myearth1 canvas,
    .designpros #glow {
        width: 105px !important;
        height: 105px !important;
    }

    .right-side #glow {
        width: 57%;
    }

    .right-side #myearth {
        width: 100%;
        height: 550px;
    }

    /* .designpros #myearth1 {
        width: 105 px;
        height: 105 px;
        overflow: hidden;
        opacity: 0;
        transition: opacity 1.5s ease-in;
        position: absolute;
        top: 17 px;
        transform: translateX(123%);
        pointer-events: none;
        user-select: none;
    } */

}

@media only screen and (max-width:768px) {





    .right-side #glow {
        width: 80%;
    }

    /* .right-side #myearth {
        width: 100%;
    } */

    .our-brands-sec.mt5 {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width:540px) {
    .right-side #myearth {
        height: 415px;
    }

    #myearth1 {
        background-size: 90px 90px;
        background-position: calc(50% - 1 px) calc(50% - 1 px);
    }


}

@media only screen and (max-width:414px) {
    .body-content .glob-head h2 {
        font-size: 6rem;
    }

    /* .designpros img {
        left: 10px;
    } */

    .designpros #myearth1 {
        width: 90px;
        height: 90px;
        top: 3px;
        transform: translateX(123%);
        background-size: 78px 78px;
        background-position: calc(50% - 0px) calc(50% - 1px);
    }

    .designpros #myearth1 canvas,
    .designpros #glow {
        width: 90px !important;
        height: 90px !important;
    }

    .right-side #glow {
        width: 77%;
    }

    .right-side #myearth {
        height: 300px;
    }

    .head {
        margin-top: 1rem !important;
    }

    .our-brands-sec {
        margin-top: 2rem;
    }

    .footer {
        margin-top: 3rem !important;
    }

     .body-content .glob-head h2 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .body-content .glob-head h2 {
        font-size: 5rem;
    }

    .designpros #myearth1 {
        width: 75px;
        height: 75px;
        top: 3px;
        transform: translateX(123%);
        background-size: 65px 65px;
        background-position: calc(50% - 0px) calc(50% - 0px);
    }

    .designpros #myearth1 canvas,
    .designpros #glow {
        width: 75px !important;
        height: 75px !important;
    }

    .right-side #myearth {
        height: 275px;
    }
}

@media only screen and (max-width:320px) {
    .our-brands-sec .card1 {
        width: 280px;
    }

    .right-side #glow {
        width: 100%;
    }

    .right-side #myearth {
        height: 300px;
    }
}

/* iphone screen */
@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {
    .right-side #glow {
        width: 330px;
    }

    .right-side #myearth {
        height: 330px;

    }
    .designpros #myearth1 {
        top: 4.5px;
    }

}

@media only screen and (device-width : 412px) and (device-height : 915px) {
    .right-side #glow {
        width: 300px !important;
    }
    .designpros #myearth1 {
        top: 4.5px;
    }
}
@media only screen and (device-width : 414px) and (device-height : 736px) {
    .designpros #myearth1 {
        top: 5px;
    }
}
