@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


@font-face {
    font-family: 'Arial';
    src: url('fonts/Arial-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dharma Gothic E';
    src: url('fonts/DharmaGothicE-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dharma Gothic E';
    src: url('fonts/DharmaGothicE-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-VariableFont_wdth\,wght.ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/*==BASIC-SETUP==*/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}

.scrolltotop {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  background: #F66913;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 25px;
  bottom: 121px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  display: none;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}

@keyframes lab_top_up {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}

.pluse,
.pluse2 {
  position: relative;
  top: 9px;
  left: -8px;
  z-index: -1;
}

.pluse::before,
.pluse2::before {
  width: 40px;
  height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
  background: #F66913;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
}

.pluse::after,
.pluse2::after {
  width: 30px;
  height: 30px;
  background: transparent;
  margin-left: -15px;
  margin-top: -15px;
}

.pluse::before {
  -webkit-animation: pluse_animate 2.5s infinite linear;
  animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

/*==THIS IS START==*/
.header-area {
  width: 100%;
  background: #000;
  padding: 5px 0;
  z-index: 1000;
}

 .sticky {
  position: fixed;
  top: 0;
  left: 0;
  animation: goDown 0.6s ease-in-out forwards;
}

@keyframes goDown {
  0%{
    top: -60px;
  }
   100% {
    transform: translateY(0);
  } 
} 

.logo-item img {
  max-width: 226px;
  height: auto;
  margin-top: 12px;
  margin-bottom: -68px;
}

.reason-area {
  background: #ffffff;
  padding: 110px 0 31px 0;
}

.reason-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.reason-left h6 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #1C1C1C;
}

.reason-left h6 span {
  color: #FFA065;
}

.reason-left h2 {
  font-family: 'Dharma Gothic E';
  font-weight: 900;
  font-size: 70px;
  color: #1C1C1C;
  letter-spacing: 1px;
  line-height: 59px;
  margin-top: 12px;
}

.reason-left a {
  font-weight: 500;
  font-size: 15px;
  background: #F66913;
  letter-spacing: 0.7px;
  color: #F5F5F5;
  padding: 17px 28px;
  display: inline-block;
  margin-top: 21px;
  transition: 0.2s all ease;
}

.reason-left a:hover {
  opacity: 0.9;
}

.reason-left a span img {
  max-width: 30px;
  margin-left: 11px;
}

.reason-right img {
  width: 100%;
}

/* bulldog-section */
.bulldog-area {
  background: #F5F5F5;
  padding: 98px 0 95px 0;
}

.bulldog-main {
  display: grid;
  grid-template-columns: 41% auto;
  column-gap: 64px;
}

.bulldog-left img {
  max-width: 100%;
  border-radius: 44px;
}

.bulldog-right h2 {
   font-family: 'Dharma Gothic E';
   font-weight: 700;
   font-size: 70px;
   color: #1C1C1C;
   text-transform: uppercase;
   letter-spacing: 1px;
   line-height: 100%;
   margin-bottom: 12px;
}

.bulldog-right h5 {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}

.bulldog-right p {
  font-weight: 500;
  font-size: 16px;
  color: #7A7A7A;
}

.subscrib-btn a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-radius: 12px;
  background: #FF6B00;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 33px 10px 16px;
  margin-top: 23px;
  transition: 0.2s all ease;
}

.subscrib-btn a:hover {
  opacity: 0.9;
}

.subscrib-btn a img {
  max-width: 28px;
  margin-right: 7px;
}

/* work-section */
.work-area {
  background: #ffffff;
  background: #FFF;
  padding: 91px 0 104px 0;
}

.work-title h2 {
   font-family: 'Dharma Gothic E';
   font-weight: 700;
   font-size: 70px;
   color: #1C1C1C;
   text-transform: uppercase;
}

.work-title h6 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #54595F;
}

.work-title p {
  font-weight: 500;
  font-size: 16px;
  color: #54595F;
  margin-top: 6px;
}

.work-title a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-radius: 12px;
  background: #FF6B00;
  padding: 10px 25px 10px 16px;
  display: inline-block;
  margin-top: 30px;
  transition: 0.2s all ease;
}

.work-title a:hover {
  opacity: 0.9;
}

.work-title a img {
  max-width: 28px;
  margin-right: 7px;
}
.work-title.text-center.next_class {
    margin-top: 40px;
}

.work-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  margin-top: 57px;
}

.work-item img {
  width: 100%;
  border-radius: 20px;
}

.work-item h3 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-top: 26px;
}

.work-item h3 span {
  color: #FF6B00;
}

.work-item p {
  font-weight: 400;
  font-size: 16px;
  color: #7A7A7A;
  text-align: center;
}

/* special-section */
.special-area {
  background: #F5F5F5;
  padding: 49px 0 71px 0;
}

.special-main {
  display: grid;
  grid-template-columns: 41% auto;
  column-gap: 88px;
  justify-content: center;
    align-items: center;
}

.special-left img {
  width: 100%;
  border-radius: 44px;
}

.special-right h6 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #F66913;
}

.special-right h2 {
  font-family: 'Dharma Gothic E';
  font-weight: 700;
  font-size: 70px;
  color: #1C1C1C;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
}

.special-right h5 {
  font-weight: 700;
  font-size: 16px;
  color: #F66913;
  margin-top: 15px;
  line-height: 150%; 
}

.special-right h5 span {
  font-weight: 500;
}

.special-right p {
  font-weight: 500;
  font-size: 16px;
  color: #7A7A7A;
  margin-top: 10px;
}

.subscrib-btn2 a {
  margin-top: 38px;
}

/* touch-section */
.touch-area {
  background: #ffffff;
  padding-top: 83px;
}

.touch-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-radius: 50px;
  background: #000;
  column-gap: 20px;
  padding: 66px 120px;
}

.touch-item {
  display: flex;
  align-items: center;
  column-gap: 15px;
  border-radius: 12px;
  border-bottom: 3px solid #FF6B00;
  background: #FFF;
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 15px 25px 15px;
}

.touch-item p {
  font-weight: 400;
  font-size: 11px;
  color: #7A7A7A;
  margin-top: 9px;
}

.touch-item h4 {
  font-weight: 400;
  font-size: 12px;
  color: #F66913;
  text-transform: uppercase;
}

.touch-item img {
  max-width: 58px;
}

/* gellary-section */

.gellalry-area {
  background: #ffffff;
  padding: 25px 0 42px 0;
}

.gellary-main {
  display: grid;
  grid-template-columns: 58.4% auto;
  column-gap: 23px;
}

.gellary-main img {
  width: 100%;
}

.gellary-left img {
  border-radius: 44px;
}

.gellary-right img {
  border-radius: 42px;
}

/* Bullymake section here */
.bullymake-section {
  padding-bottom: 120px;
}

.bullymake-top {
  text-align: center;
}

.bullymake-top h2 {
  font-family: 'Dharma Gothic E';
  font-weight: 700;
  font-size: 12px;
  font-size: 70px;
  text-transform: uppercase;
}

.bullymake-top p {
  font-weight: 500;
  color: #7A7A7A;
  font-size: 16px;
  padding-top: 12px;
}

.bullymake-items {
  margin-top: 45px;
  background: #fff;
  box-shadow: 0px 0px 11.82px 0px #0000001F;
  min-height: 470px;
  border-radius: 12px;
  text-align: center;
  padding-bottom: 18px;
}

.bullymake-items-top {
  padding: 6px 0;
  background: #F66913;
  border-radius: 12px 12px 0 0;
}

.bullymake-items-top h4 {
  font-family: 'Dharma Gothic E';
  font-size: 48px;
  font-weight: 400;
  color: #FFFFFF;
}

.bullymake-items-bottom > img {
  padding-top: 20px;
}

.bullymake-items-bottom h5 {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #F66913;
}

.bullymake-items-bottom del {
  padding-top: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #54595F;
  display: block;
}

.bullymake-items-bottom h6 {
  padding-top: 12px;
  font-size: 20px;
  font-weight: 600;
  color: #61CE70;
}

.bullymake-items-bottom span {
  padding-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #7A7A7A;
  display: block;
  font-family: 'Roboto';
}

.bullymake-items-btn a span {
  display: inline-block;
  padding-top: 0;
  color: #F5F5F5;
}

.bullymake-items-btn a {
  margin-top: 5px;
  padding: 14px 24px;
  background: #F66913;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
}

.bullymake-items-btn a img {
  margin-left: 14px;
}

.bullymake-items-btn a:hover {
  background-color: #e66a12;
}

.bullymake-items-bottom p {
  font-weight: 500;
  padding-top: 8px;
  font-size: 18px;
  color: #333333;
  font-family: 'Roboto';
}

.bullymake-section .col-xl-3 {
  padding: 0 10px;
}

.bullymake-section .row {
  padding: 0 -10px;
}

.bullymake-bottom p {
  font-weight: 500;
  font-size: 16px;
  padding-top: 30px;
  text-align: center;
  color: #7A7A7A;
}

.bullymake-bottom-inner {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullymake-bottom-inner img {
  max-width: 100%;
}

.bullymake-bottom-inner div {
  margin: 0 15px;
}

.bullymake-items-bottom-one h6 {
  padding-top: 30px;
}

.bullymake-items-bottom-one .bullymake-items-btn a {
  margin-top: 40px;
}


/* footer-section */
.footer-area {
  background: #000;
  padding: 28px 0;
}


.footer-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-items: center;
}

.footer-left img {
  max-width: 214px;
  height: auto;
  margin-top: -86px;
  margin-bottom: 25px;
}

.footer-right ul {
  display: flex;
  align-items: center;
  column-gap: 13px;
  justify-content: flex-end;
}

.footer-right ul li a {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.40);

}
.footer-right ul li a:hover {
    color: #F66913;
}


i.fa-solid.fa-star {
    color: #FF6B00;
}

ul {
    display: flex;
}
.reason-right {
    display: flex;
    position: relative;
}
img.position-image {
    position: absolute;
    right: -13px;
    width: 400px;
    height: 520px;
}


@media only screen and (max-width: 770px) {
.reason-area {
    padding: 40px 0 31px 0 !important;
}
img.position-image {
    width: 230px !important;
    height: 290px !important;
}
}
@media only screen and (max-width: 1024px) {
    img.position-image {
        width: 60% !important;
        height: 100% !important;
    }
}

