



@font-face {
    font-family: 'sacramentoregular';
    src: url('../fonts/sacramento-regular-webfont.woff2') format('woff2'),
         url('../fonts/sacramento-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displaybold';
    src: url('../fonts/playfairdisplay-bold-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsthin';
    src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
         url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



:root{
    --colorall-yellow: #ffb848;
    --colorall-black: #000000;
    --colorall-white: #ffffff;
    --colorall-red: #eb174a;
    --colorall-brown: #5f4b3a;
    --colorlight-gray: #808080;
}

html, body, span, applet, object, iframe, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;outline: 0;padding: 0;vertical-align: baseline;}

html {
    -webkit-text-size-adjust: none;
}
:focus {
    outline: 0;
}
ol, ul {
    margin: 0; padding: 0px; list-style:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

embed, iframe, object {
    max-width: 100%;
}

body {
    color: var(--colorall-black); 
    background: var(--colorall-white);
    word-wrap: break-word; 
    font: 14px/1.4 'poppinsregular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    overflow-x: hidden; 
    background: url('../images/bg.jpg') no-repeat center center fixed;
    background-size: cover;
}
cite, em, i {
    font-style: italic;
}

input, textarea {
    -webkit-border-radius: 0px;
}

::placeholder {
  color: var(--colorall-black);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: var(--colorall-black);;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: var(--colorall-black);
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
   -moz-appearance: none !important; -webkit-appearance: none !important; appearance: none !important;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
    padding: 12px 10px;
    border: 1px solid var(--colorlight-gray);
    width: 100%;
    margin: 0 0 30px;
    background-color: var(--colorall-white);
    border-radius: 5px;
    height: 50px;
    font: 14px/1.4 'poppinsregular';
    color: var(--colorall-black);
}

input[type="reset"], input[type="button"], input[type="submit"], .button, button {
    color: var(--colorall-black);
    display: inline-block;
    margin: 15px 0px;
    padding: 16px 38px 16px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background: var(--colorall-white);
    border: 0px;
    border-radius: 50px;
    font: 14px/1.4 'poppinsregular';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 9px 0px rgba(2, 2, 2, 0.08);
    box-shadow: 0px 4px 9px 0px rgba(2, 2, 2, 0.08);
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:hover, button:hover {
    color: var(--colorall-white); background: var(--colorall-red);	
}

input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
a {color: var(--colorall-black); text-decoration: none; cursor: pointer;}
a:focus, a:active, a:hover {text-decoration: none;}
a:hover {color: var(--colorall-black);}
figure {margin: 0; text-align: center;}
img {max-width: 100%; height: auto; vertical-align: top;}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    line-height: 1.2; 
    font-family: 'oswaldregular';
    font-weight: inherit;
}

h1 {font-size: 58px;}
h2 {font-size: 52px;}
h3 {font-size: 30px;}
h4 {font-size: 26px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

p{font-size: 14px; line-height: 1.6; }

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clear, .clearfix {
    clear: both;
}
.clearfix:after {
    clear: both;
    display: table;
    content: ""
}
strong, b {
    font-weight: 700;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    color: var(--colorall-white);
}

.btn {
    position: relative;
    display: inline-flex;
    padding: 12px 28px 11px;
    margin: 0;
    border: 1px solid var(--colorall-red);
    border-radius: 5px;
    font: 14px/1.4 'oswaldregular';
    color: var(--colorall-white);
    background: var(--colorall-red);
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn:hover {background: var(--colorall-red);  color: var(--colorall-black);}

.container {
    max-width: 1180px; 
    margin: 0 auto; 
    padding: 0 20px;
    width: 100%;
}

.containerfull {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0px;
    width: 100%;
}

/* .container-fauid{
    width: 100%;
    max-width: 100%;
    margin: 0 auto; 
    padding-left: 15px; 
    padding-right: 15px; 
} */

/************************** MOBILE MENU START **************************************/

.mobile__menu {
    position: fixed;
    padding: 0;
    overflow: hidden;
    background: var(--colorall-white);
    height: 100vh;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity .2s linear,-webkit-transform .3s ease-in-out;
    transition: opacity .2s linear,transform .3s ease-in-out;
    transition: opacity .2s linear,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    width: 100vw;
    z-index: 9999;
    max-width: 520px;
}

.mobile__header {
    position: fixed;
    top: 0;
    right: 40px;
    left: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
    height: 50px;
    background: var(--colorall-white);
    z-index: 2;
    text-align: right;
    border-bottom: 0.0625rem solid hsla(0,0%,100%,.22);
}

#close__mobile--menu{
    cursor: pointer;
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
}

#close__mobile--menu:after, #close__mobile--menu:before {
    background: var(--colorall-black);
    display: block;
    height: 2px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: -webkit-transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s;
    transition: transform .25s ease-in-out 0s,-webkit-transform .25s ease-in-out 0s;
    -webkit-transition: -webkit-transform .25s ease-in-out 0s;
    width: 24px;
    z-index: 2;
    content: "";
}

#close__mobile--menu:before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

#close__mobile--menu:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu__icon .icon__bar {
    display: block;
    background: var(--colorall-black);
    height: 2px;
    transition: all .4s;
}

.menu__icon .icon__bar+.icon__bar {
    margin-top: 6px;
}

.mobile__body {
    overflow: hidden;
    overflow-y: auto;
    padding: 50px 40px 40px;
    height: 100%;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.menu li {
    border-bottom: 0.0625rem solid hsl(0deg 0% 51% / 22%);
    padding-right: 40px;
    position: relative;
}

.menu a {
    display: block;
    font-weight: 600;
    color: var(--colorall-black);;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font: 14px/1.4 'poppinsregular';
    text-transform: upper;
    letter-spacing: 1px;
    padding: 1.3rem 0;
}

.menu a:hover, .menu li.active a {
    color: var(--colorall-red);
}

.mobile__menu.active .menu a {
    -webkit-animation: a .4s .2s backwards;
    animation: a .4s .2s backwards
}

.mobile__menu.active .menu li:nth-of-type(2) a {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.mobile__menu.active .menu li:nth-of-type(3) a {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.mobile__menu.active .menu li:nth-of-type(4) a {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.mobile__menu.active .menu li:nth-of-type(5) a {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.mobile__menu.active .menu li:nth-of-type(6) a {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.mobile__menu.active .menu li:nth-of-type(7) a {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.menu__icon{
    display: none;
    width: 30px;
    height: 19px;
    margin: 3px 0;
    padding: 0;
    cursor: pointer;
}

.menu__icon .icon-bar+.icon-bar {
    margin-top: 6px;
}

.mobile__menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mbl__hiden {
    overflow-y: hidden;
}

/************************** MOBILE MENU CSS END **************************************/

.small__sticky {
    background: var(--colorall-white);
}
.small__sticky.header {
    background: var(--colorall-white);
}

.small__sticky .logo{
    width: 90px;
    
}

.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    margin: auto;
    height: 120px;
}

.header__main{
    padding: 15px 0;
}

.logo a{
    display: inline-flex;
    align-items: center;
}

.logo h3{
    margin: 0;
}

.header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.destop__menu ul li{
    display: inline-flex;
    margin-right: 30px; 
}

.destop__menu ul li:last-child{
    margin-right: 0;
}

.destop__menu li>a {
    position: relative;
    text-transform: uppercase;
    padding: 12px 0px;
    display: block;
    transition: all .1s linear;
    font: 13px/1.2 'oswaldregular';
}

.destop__menu li>a:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 0;
    background: var(--colorall-red);
    display: block;
    transition: width .3s ease 0s,left .3s ease 0s;
}

.destop__menu li>a:hover:after, .destop__menu li.active a:after{
    width: 100%;
    left: 0;
}

.destop__menu li>a:hover, .destop__menu li.active a{
    color: var(--colorall-red);
}

.destop__menu ul{
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.destop__menu--main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.destop__menu--header{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.destop__menu--header li span img{
    width: 45px;
}

.destop__menu--list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

/************************** Header CSS END **************************************/

.banner {
    position: relative;
}

/* .banner{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    background-position: center;
} */

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.banner__inner-main {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner__inner {
    max-width: 900px;
    background: #f4f4f4a8;
    padding: 30px 30px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.banner__inner h1{
    font-family: 'playfair_displaybold';
    color: var(--colorall-black);
    font-size: 90px;
}

.banner__inner h5{
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.banner__btn {
    display: flex;
    justify-content: flex-start;
    gap: 0 20px;
    margin: 0  0 25px;
}

.banner__btn a{
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner__btn a:hover{
    color: var(--colorall-white);
    background: var(--colorall-red);
    border: 1px solid var(--colorall-red);
}

.empty_btn{
    background: transparent;
    color: var(--colorall-black); 
    border: 1px solid var(--colorall-black);
}

.empty_btn:hover{
    
}

.banner__inner h6{
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/************************** Banner CSS END **************************************/

.home__about .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home__about--lhs{
    width: 50%;
}

.home__about--Rhs{
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.home__about--lhs img{
    position: relative;
}

.home__about--lhs img:before{
    position: absolute;
    content: '';
    background: var(--bgcolor-green);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home__about{
    padding: 120px 0 60px;
}

.home__about--lhs img{
    width: 100%;
}

.happy__Rhs--inner{
    width: 100%;
    max-width: 430px;
}

.home__about--inner h6{
    font-family: 'sacramentoregular';
    text-transform: lowercase;
    color: var(--colorall-red);
    font-size: 36px;
    margin-bottom: 5px;
}

.des{
    color: #444;
    font-family: 'poppinsmedium';
}

/* .auther{
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
} */

.home__computronics{
    padding: 60px 0;
    position: relative;
}

.home__computronics--LHS{
    /* position: relative;
    overflow: hidden; */
    width: 50%;
}

/* .home__computronics--LHS:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/computronics_one.jpg') no-repeat;
   background-size: cover;
}

.home__computronics--inner--reverse .home__computronics--LHS:before{
    background: url('../images/computronics_two.webp') no-repeat;
    background-size: cover;
} */

.home__computronics--inner{
    display: flex;
    flex-wrap: wrap;
}

.home__computronics--inner img{
    width: 100%;
    height: 100%;
}

.home__computronics--RHS{
    width: 40%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 120px;
    padding-bottom: 143px;
}

.home__computronics--inner--reverse{
    gap: 0;
}

.home__computronics--inner--reverse .home__computronics--RHS{
    width: 50%;
    max-width: 100%;
    padding: 0 90px 0 175px;
}

.home__computronics--inner--reverse .home__computronics--LHS{
    padding: 0;
}

.home__computronics--rinner{
    max-width: 450px;
    width: 100%;
}

.home__about--lhs .middle-animated{
    animation: slideDown 1s ease-out .5s forwards;
}

@keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(30px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(30px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0)
    }
} 

/************************** HOME VIDEO CSS START **************************************/

.home__video{
    position: relative;
    background: rgba(0,0,0,0.80) url('../images/banner.webp') no-repeat center center fixed;
    height: 600px;
    margin: 60px 0;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
  
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  width: 100%;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

/************************** HOME VIDEO CSS END **************************************/