@import url('https://fonts.cdnfonts.com/css/vollkorn-sc');

body {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: #060516 !important;
  font-family: 'Varela Round', sans-serif;
}

.leptop_pic {
  /* background-color: #060516; */
  background: -webkit-radial-gradient(circle farthest-corner at center center, #184177 0%, #000000 93%);
  background: -o-radial-gradient(circle farthest-corner at center center, #184177 0%, #000000 93%);
  background: -moz-radial-gradient(circle farthest-corner at center center, #184177 0%, #000000 93%);
  background: radial-gradient(circle farthest-corner at center center, #184177 0%, #000000 93%);
}

.pwnnnig {
  background-image: url("../images/pngwing\ 10.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* opacity: 0.6; */
  position: relative;
  width: 100%;
  height: auto;
  /* Adjust the height as needed */
  overflow: hidden;

}

.pwnnnig video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  /* Place the video behind other content */
  opacity: 0.5;
}

.pwnningstart {
  background-image: url("../images/pngwingstart.png");
  background-position: right;
  background-repeat: no-repeat;
}

.exclusions {
  font-family: Georgia;
  font-size: 8pt;
  letter-spacing: 1px;
  text-shadow: none;
  font-style: normal;
}

.nav-transparent {
  background-color: transparent;
}

.logo-main img {
  width: 100%;
  height: 100px;
  overflow: visible;
  position: relative;

}

.navbar-brand img {
  width: 80px;
}

.navbar-nav {
  align-items: center;
}

.navbar .navbar-nav .nav-link {
  font-size: 1.1em;
  padding: 0.5em 1.2em;
  font-family: 'Varela Round', sans-serif;
}

.navbar-div {
  background-color: transparent;
  margin-top: 50px;
  border: 4px solid rgba(214, 195, 112, 1);
  border-radius: 30px;
  background-color: #1a263e;
  opacity: 0.8
}

.pwnningblueclr a img {
  width: 133.52px;
  position: absolute;
  left: 595px;
  top: 0;
  z-index: 1000;
  margin-top: 25px;
  height: 157.66px;
}

.operatörler {
  margin-right: 100px;
}

.fiyatlar {
  margin-left: 25px;
}

.nav-border {
  margin: 10px 0px;
}

.nav-item .nav-link {
  color: red;
  opacity: 1 !important;
}

.navbar-nav .nav-item .nav-link.active {
  border-bottom: 4px solid rgba(185, 166, 84, 1);
  /* Add a red border to the active nav-link */
  ;
}

.hero-area-picture {
  display: flex;
  justify-content: center;
}

.get-in-touch-nav {
  display: flex;
  justify-content: space-around;
  border-radius: 15px;
  border: 2px solid #EDDFA1;
  padding: 10px;
  cursor: pointer;
  margin: 0;
  margin-top: -10px;
}

.bg-i {

  background: -webkit-radial-gradient(ellipse farthest-corner at top left, #0b2975 0%, #000000 50%, #123163 96%);
  background: -o-radial-gradient(ellipse farthest-corner at top left, #0b2975 0%, #000000 50%, #123163 96%);
  background: -moz-radial-gradient(ellipse farthest-corner at top left, #0b2975 0%, #000000 50%, #123163 96%);
  background: radial-gradient(ellipse farthest-corner at top left, #0b2975 0%, #000000 50%, #123163 96%);
}


.nav-item {
  display: flex;
  text-align: center;
  align-items: center;
}

/* new areahero css */
.main-nav-hero-image {
  /* background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(15,15,134,1) 0%, rgba(12,14,95,1) 5%, rgba(0,0,0,1) 92%); */
  width: 100%;
  height: auto;
}

.hero-text1 {

  animation: fadeIn 1s ease-in-out forwards;
  margin-top: 80px;
}

/* contarmatic animation css */
/* .hero-text1 {
  -webkit-animation:bounce-out 2s linear 0s 1 normal;
  -moz-animation:bounce-out 2s linear 0s 1 normal;
  -ms-animation:bounce-out 2s linear 0s 1 normal;
  animation:bounce-out 2s linear 0s 1 normal;
  }
  
  @-webkit-keyframes bounce-out {
  0%{ -webkit-transform: scale(1); transform: scale(1); }
  50%{ -webkit-transform: scale(0.90); transform: scale(0.90); }
  70%{ opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); }
  100%{ opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); }
  }
  
  @keyframes bounce-out {
  0%{ transform: scale(1); }
  50%{ transform: scale(0.90); }
  70%{ opacity: 1; transform: scale(1.1); }
  100%{ opacity: 0; transform: scale(0.3); }
  }
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */
/* contarmatic animation css */
.hero-text1 h1 {
  color: #F6D283;
  font-size: 75.90px;
  font-family: Vollkorn SC;
  font-weight: 400;
  line-height: 90.87px;
  word-wrap: break-word;
  width: 100%;
  background: linear-gradient(180deg, #F6D283 0%, rgba(246, 210, 131, 0.00) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-text1 h2 {
  /* font-family: 'Varela Round', sans-serif;
  text-shadow: 1px 1px #000;
  font-size: 70px;
  width: 100%;
  color: white;
  font-weight: 500;
  margin: 0; */
  color: white;
  font-size: 75.90px;
  font-family: Vollkorn SC;
  font-weight: 400;
  line-height: 69.49px;
  word-wrap: break-word;
  width: 100%;
}

.get-in-touch-button1 {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  position: relative;

  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 15px;
  border: 2px solid #6A5D22;
  background: linear-gradient(146deg, #D1C075 0.38%, #FFF8D8 42.39%, #D1C072 44.62%, #FFF8D8 96.41%);
  padding: 20px;
  width: 30%;
  cursor: pointer;
  margin-top: 50px;
  font-family: 'Varela Round', sans-serif;
}

.get-in-touch-button1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  /* Adjust the distance from the left */
  height: 100%;
  width: 10px;
  /* Adjust the width of the shadow */
  background: linear-gradient(146deg, #D1C075 0.38%, #FFF8D8 42.39%, #D1C072 44.62%, #FFF8D8 96.41%);
  box-shadow: 10px 0 15px rgba(0, 0, 0, 0.5);
  /* Adjust the shadow color and size */
  z-index: -1;
  /* Place the pseudo-element behind the content */
}

.get-in-touch-text1 {
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: Varela Round;
}

/* new heroarea css */
.hero-text {

  position: absolute;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text h1 {

  font-weight: bold;
  /* margin: 10px; */
  margin-top: 200px;
  text-shadow: 2px 2px #413b3b;
  font-size: 100px;
  color: rgba(246, 210, 131, 1);
}

.hero-text h2 {

  text-shadow: 1px 1px #000;
  font-size: 100px;
  width: 80%;
}

.hero-exclusions {
  position: fixed;
  text-align: center;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 12px 35px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  border: 5px solid black;
  margin-left: -1px;
  margin-top: 50px;
  font-size: 8pt;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: 'Varela Round', sans-serif;
}

.hero-text button:hover {
  background-color: transparent;
  color: white;
  border: 5px solid black;
  text-shadow: 2px 2px #000;
}

.get-in-touch-button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* margin: 5px !important; */
  border-radius: 15px;
  border: 2px solid #6A5D22;
  background: linear-gradient(146deg, #D1C075 0.38%, #FFF8D8 42.39%, #D1C072 44.62%, #FFF8D8 96.41%);
  padding: 20px;
  width: 18%;
  cursor: pointer;
  margin-top: 100px;
}

.get-in-touch-form {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5px !important;
  border: 2px solid #6A5D22;
  padding: 20px;
  width: 20%;
  cursor: pointer;
  border-radius: 15px;
  background: linear-gradient(89deg, #5B492D -2.89%, #EEE2B0 104.76%);
  box-shadow: 0px 0px 30px 0px #080C24;
}

.form-btn {
  display: flex;
  justify-content: center;
}

.get-in-touch-text {
  cursor: pointer;
  color: black;


}

.card {
  background-color: transparent;
  border: none;
}

.card-body .card-title {
  font-size: 20px;
  position: absolute;
  top: 103px;
  color: white;
  left: 112px;
  font-family: Varela Round;

}

.card-body .card-text {
  position: absolute;
  top: 150px;
  left: 60px;
  overflow: hidden;
  color: #FFF;
  font-family: Varela Round;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
}

.get-in-touch-button-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 15px;
  border: 2px solid #6A5D22;
  background: linear-gradient(146deg, #D1C075 0.38%, #FFF8D8 42.39%, #D1C072 44.62%, #FFF8D8 96.41%);
  padding: 20px;
  max-width: 100%;
  cursor: pointer;
  position: absolute;
  bottom: 2px;
  left: 93px;
  overflow: hidden;
  gap: 10px;
}

.vector-stroke-side {
  position: absolute;
  top: 135px;
  left: 3px;
  overflow: hidden;
}

.vector-stroke-icon-longboxleftborder {
  position: relative;
  width: 6%;
  height: 33px;
}

.border_brands {
  width: 100%;
  text-align: center;
}

.vector-stroke-icon-longboxrightborder {
  position: relative;
  width: 6%;
  height: 33px;
  top: 8px;
  right: 407px;
}

.vector-stroke-icon-taj-mid {
  text-align: center;
  width: 47px;
  height: 30px;
  position: relative;
  left: 33px
}

.brand-mid-taj {
  position: relative;
  top: -23px;
}

.brand-mid-taj h1 {
  font-size: 15px;
}

.vector-stroke-side2 {
  position: absolute;
  top: 135px;
  left: 270px;
}

.get-in-touch-text-box {
  font-size: 12px;
  color: #151618;
  font-family: Varela Round;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.vector-stroke-icon {
  margin-left: 10px;
  /* Adjust as needed */
  transform: scale(1);
  transition: transform 0.3s ease;
}

.get-in-touch-button1:hover .get-in-touch-text1 {
  color: rgb(122, 109, 30);
  /* Set your desired background color on hover */
}

.get-in-touch-button1:hover .vector-stroke-icon {
  transform: translateX(5px);
  /* Adjust as needed for the desired hover effect */
}

.vector-stroke-icon-taj {
  position: relative;
  left: 97px;
}

.cards-box-taj {
  /* background-color: rgb(17, 17, 117); */
  margin-top: -64px;

}

.cards-main {
  padding: 50px 0px 50px 0px;
}

.vector-stroke-icon-head {
  position: absolute;
  top: 78px;
  left: 53px;
}

.card-body-slider-border {
  border-top: 2px solid gold;
  border-left: 2px solid gold;
  border-right: 2px solid gold;
  padding: 10px;
}

.img-fluid-footer-logo {
  width: 150px;
  height: 150px;
}

.btn.btn-outline-light.btn-floating.m-1.rounded-circle.btn-twitter:hover {
  color: #3b5998;
  /* Change to the desired color */
}

.contramatic-logo {
  margin-left: 50px !important;
}

.ContracmaticLLC-head {
  color: #F0E5B6;
  font-family: Vollkorn;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.contramatic-logo p {

  color: #FFF8DC;

  font-family: Varela Round;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.supplier p {
  color: #FFF8DC;
  font-family: Varela Round;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.operator p {
  color: #FFF8DC;

  font-family: Varela Round;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.Partners p {
  color: #FFF8DC;

  font-family: Varela Round;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.copyright-main {
  display: flex;
  justify-content: space-between;
}

.copyright-text {
  color: rgba(240, 229, 182, 1);
}

.copyright-text a {
  color: rgba(240, 229, 182, 1);
}

.bg-footer {
  padding: 50px 0px;
  background-color: #060516 !important;
}

.form-input {
  text-decoration: none;
  border-color: none;
  border-radius: 8px;
  padding: 25px;
}

.form-textarea {
  text-decoration: none;
  border-color: none;
  border-radius: 8px;
}

.form-border {
  border: 4px solid rgba(240, 229, 182, 1);
  border-radius: 30px;
  opacity: 2;
}

.paypal-img img {
  width: 100%;
  height: 100%;
}

.bg-paypal {
  background-color: #06132e;
  border-radius: 30px;
  padding: 50px;
}

.license-head h2 {
  color: rgba(240, 229, 182, 1);
  font-family: 'Varela Round', sans-serif;

}

.license-head p {
  color: #FFF9E0;
  font-family: Varela Round;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.provider-main {
  display: flex;
  text-align: center;
  align-items: center;
}

.provider-btn-div {
  display: flex;
  justify-content: center;
  margin: 0px 0px;

}

.get-in-touch-provider {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5px !important;
  border-radius: 15px;
  background: linear-gradient(89deg, #5B492D -2.89%, #EEE2B0 104.76%);
  box-shadow: 0px 0px 30px 0px #080C24;
  padding: 20px;
  width: 16%;
  cursor: pointer;


}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.golden-coursel-main {
  border-top: 2px solid rgba(221, 210, 161, 0.6);
  border-right: 2px solid rgba(221, 210, 161, 0.6);
  border-left: 2px solid rgba(221, 210, 161, 0.6);
  padding: 29px;
  border-radius: 10px;
  /* background: linear-gradient(180deg, rgba(221, 210, 161, 0.6) 0%, rgba(221, 210, 161, 0) 100%),
linear-gradient(0deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)); */
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(14, 14, 65, 0.6)),
              linear-gradient(0deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)); */
  background-color: #060516;
  background-blend-mode: overlay;
  /* Add this to blend the two gradients */


  margin-bottom: 40px;

}

.carousel-dark .carousel-control-prev-icon {
  background-color: red !important;
  position: absolute;
  left: -106px;
}

.carousel-dark .carousel-control-next-icon {
  background-color: red !important;
  position: absolute;
  left: 220px;
}

.provider-cont-border {
  border: 4px solid rgba(221, 208, 161, 1);
  padding: 40px;
  border-radius: 30px;
  background-color: rgba(51, 72, 114, 0.6);
  margin-top: 100px;
}

.frame-box-main h6 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.2%;
  /* 20.944px */
}

.frame-box-main p {
  color: #FFF;
  font-family: Inter;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.2%;
}

.software-head {
  margin-top: 50px;
  margin-bottom: 50px;
}

.software-head h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 300% */
  letter-spacing: 2px;
}

.hero-sport-para2008 {
  color: #FFF;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.hero-main-sport .hero-sport-paragrapgh {
  color: #FFF;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.hero-sport-para {
  color: #FFF;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 158.824% */
}

.hero-main-sport h6 {}

.hero-main-sport h4 {
  color: #F0E5B6;
  font-family: Vollkorn SC;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 100% */
}

.hero-sport-para {
  color: #FFF;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 158.824% */
}

.hero-sport-paragrapgh {
  color: #FFF;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 158.824% */
}

.vector-stroke-icon-longboxleft {
  position: absolute;
  top: 347px;
  left: -5px;
}

.vector-stroke-icon-longboxright {
  position: relative;
  bottom: 416px;
  left: 256px;
}

.vector-stroke-icon-taj {
  max-width: 100%;
  height: auto;
}

.vector-stroke-icon-longboxleft,
.vector-stroke-icon-longboxright {
  max-height: 100%;
  width: auto;
}

.vector-stroke-icon-longboxleft-op {
  position: absolute;
  top: 151px;
  left: 6px;
}

.vector-stroke-icon-longboxright-op {
  position: absolute;
  top: 151px;
  right: 7px;
}

.main-odds {

  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  top: 0;
  left: -70px;
}

.main-odds h4 {
  /* color: #ffffff;
  display: flex;
  align-content: center;
  margin-top: 10px; */
  color: #FFF;
  font-family: Varela Round;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card-box-inside-data {
  width: 70%;
  position: absolute;
  top: 89px;
  left: 78px;
}

.sport-h {
  color: #ffffff;
}

.sport-h h5 {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.30);
  font-size: 15px;
  /* padding: 5px;  */
  color: #FFF;
  font-family: Varela Round;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
  /* 146.667% */
}

.sport-h p {
  color: #FFF;
  font-family: Varela Round;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
}

.white-label-head {
  color: #ffffff;
  align-items: center;
  margin-top: 150px;
}

.white-label-head h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 300% */
  letter-spacing: 2px;
}

.white-label-head h2 {
  color: #F0E5B6;
  font-family: Vollkorn SC;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 100% */
}

.white-label-head h5 {
  color: #F0E5B6;
  font-family: Vollkorn SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 200% */
}

.white-label-head p {
  color: #FFF;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 182.353% */
}

.get-in-touch-white-label {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 15px;
  border: 2px solid #EDDFA1;
}

.white-label-pic {
  opacity: 0.9;
  /* filter: blur(92px); */
}

.third-box {
  margin-top: 180px;
}

.basic-head {

  text-align: center;
  width: 100%;
}

.basic-head h5 {
  color: #FFF;
  font-family: Varela Round;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.basic-head hr {
  color: gold;
  height: 2px;
  max-width: 100%;
}

.basic-head h4 {
  color: #EDDFA1;
  text-align: center;
  font-family: Vollkorn SC;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
  /* 78.182% */
  letter-spacing: -4.4px;
}

.basic-head h1 {
  font-size: 1rem;
  color: rgba(237, 223, 161, 1);
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.basic-head h6 {
  color: #EDDFA1;
  text-align: center;
  font-family: Vollkorn SC;
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 69px; /* 197.143% */
  letter-spacing: -2.8px;
}

.basic-head h2 {
  color: #EDDFA1;
  text-align: center;
  font-family: Vollkorn SC;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  /* 105.714% */
}

.basic-head h3 {
  color: #AA9A52;
  font-family: Vollkorn SC;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}

.sport-box {
  margin-top: 20px;
}

.vector-stroke-icon-border-longbox {
  width: 100%;
  margin: auto;
  height: 665px;

}
.vector-stroke-icon-border-longbox1 {
  width: 100%;
  margin: auto;
  height: 720px;

}
.Longbox-btn-main {
  display: flex;
  justify-content: space-around;
  border-radius: 15px;
  /* background: linear-gradient(101.58deg, #6A5D22 12.35%, #CDBA6A 86.86%),
    linear-gradient(145.84deg, #D1C075 0.38%, #FFF8D8 42.39%, #D1C072 44.62%, #FFF8D8 96.41%); */
  padding: 20px;
  width: 54%;
  cursor: pointer;
  margin: auto;
  border-radius: 15px;
  background: linear-gradient(89deg, #5B492D -2.89%, #EEE2B0 104.76%);
  box-shadow: 0px 0px 30px 0px #080C24;
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.price-head {
  width: 62%;
}

.price-head h5 {
  color: #F0E5B6;
  font-family: Vollkorn SC;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 100% */
}

.price-head h2 {
  color: #AA9A52;
  font-family: Vollkorn SC;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 133.333% */
}

.third-box-steric-text {
  color: #EDDFA1;
  font-family: Vollkorn SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-main-sport p {
  color: #FFF;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 158.824% */
}

.hero-text-headings h1 {
  font-size: 5rem;

}

.hero-text-headings h2 {
  font-size: 4rem;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
  height: 0;
  border: 8px solid rgba(158, 143, 91, 1);
  border-radius: 20px;

}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.vector-stroke-icon2 {
  color: red !important;
}

.vector-stroke-icon-upLocation {
  position: absolute;
  top: -25px;
  left: 500px;
  z-index: 999;
}

.vector-stroke-icon-downLocation {
  position: absolute;
  z-index: 999;
  bottom: -27px;
  right: 535px;
}

.bg-contact {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  fill: linear-gradient(94deg, rgba(230, 217, 158, 0.36) 6.19%, rgba(230, 217, 158, 0.12) 90.36%);
opacity: 0.9;
background:-webkit-linear-gradient(95deg, #292828 0%, #121212 80%);
background:-o-linear-gradient(95deg, #292828 0%, #121212 80%);
background:-moz-linear-gradient(95deg, #292828 0%, #121212 80%);
background:linear-gradient(95deg, #292828 0%, #121212 80%);


}

.bg-contact p {
  color: #ffffff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 147px;
height: 15px;
flex-shrink: 0;
}

.get-in-touch-button1 {
  color: black;
}

.read_m_btn {
  text-decoration: none;
  color: #000;
  text-decoration-line: none;

}

.read_m_btn:hover {
  color: rgb(27, 26, 26);
  text-decoration-line: none;
  text-decoration: none;
}

.brand_border {
  background-color: red;
  height: 2px !important;
}

.lable_input-head {}

.lable_input-head label {
  color: #FFF9E0;
  font-family: Varela Round;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.lable_input-head input {
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.30);
  font-family: Varela Round;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.formuptaj {
  position: relative;
  left: 800px;
  top: 13px;

}

.formupdown {
  position: relative;
  left: 800px;
  bottom: 13px;
}

.txtarea {
  border-radius: 10px;
}

.Suplier-box_border {
  border: 2px solid red;
  border-radius: 10px;
}

.formuptajgetup {
  position: relative;
  left: 550px;
  top: 13px;

}

.formuptajgetdown {
  position: relative;
  left: 550px;
  bottom: 13px;
}

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

  .hero-image {
    width: 100%;

    background-size: cover;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .hero-text h2 {
    font-size: 40px;
  }

  .get-in-touch-button {
    width: 70%;
  }

  .navbar-nav {
    padding: 10px;
  }

  .Suplier-box {
    text-align: center;

  }

  .vector-stroke-icon-head {
    position: absolute;
    top: 84px;
    left: 64px;
  }

  .card-body .card-title {
    font-size: 21px;
    position: absolute;
    top: 107px;
    color: white;
    left: 128px;
  }

  .vector-stroke-icon-taj {
    position: relative;
    left: 4px;
  }

  .card-body .card-text {
    overflow: hidden;
    width: 50%;
    text-align: center;
    /* margin-top: 20px; */
    margin-left: 40px;
    font-size: 13px;

  }

  .get-in-touch-button-box {
    left: 119px;
  }

  .get-in-touch-text-box {
    font-size: 12px;
  }

  .vector-stroke-side2 {
    position: absolute;
    top: 144px;
    left: 285px;
  }

  .vector-stroke-side {
    position: absolute;
    top: 135px;
    left: 25px;
    overflow: hidden;
  }

  .get-in-touch-form {
    width: 100%;
    text-align: center;
  }

  .get-in-touch-provider {
    width: 60%;
  }

  .carousel-dark .carousel-control-next-icon {
    background-color: red !important;
    position: absolute;
    left: 0px;
  }

  .contramatic-logo h6 {
    margin-left: -42px;
    font-family: 'Varela Round', sans-serif;
    font-weight: 500;
  }

  .contramatic-logo p {
    margin-left: -70px;
    color: #FFF8DC;
    font-family: Varela Round;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .paypal-img {
    margin: auto;
    text-align: center;
  }

  .paypal-img img {
    width: 100px;
    height: auto;
    text-align: center;
    margin: auto;
  }

  .license-img {
    width: 50%;
    margin: auto;
  }

  .license-head h2 {
    text-align: center;
    margin-top: 30px;
  }

  .license-head p {
    text-align: center;
    margin-top: 30px;
  }

  .hero-main-sport h4 {
    font-size: 10px;
  }

  .software-head {}

  .hero-main-sport {
    width: 100%;
  }

  .hero-main-sport h6 {
    font-size: 10px;
  }

  .hero-main-sport h3 {
    color: rgba(240, 229, 182, 1);
    font-size: 10px;
  }

  .hero-text-headings {
    margin-top: 50px !important;
  }

  .hero-text-headings h1 {
    font-size: 20px;
    margin-top: 277px;

  }

  .hero-text-headings h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .hero-text {
    height: auto;
  }

  .longbox-container {
    margin-top: 100px;
  }
  .vector-stroke-icon-border-longbox1 {
    width: 100%;
    margin: auto;
    height: 770px;
  }
  .vector-stroke-icon-border-longbox {
    width: 100%;
    margin: auto;
    height: 704px;

  }

  .vector-stroke-icon-taj-longbox {
    position: relative;
    top: 0px;
    width: 49px;
    left: 0px;
  }

  .vector-stroke-icon-longboxright {
    position: relative;
    left: 127px;
    width: 25px;
    top: -318px;

  }

  .vector-stroke-icon-longboxleft {
    position: relative;
    width: 25px;
    left: -128px;
    top: -319px;
  }

  .white-label {
    text-align: center;
  }

  .get-in-touch-white-label {
    width: 55%;
    margin: auto;
  }

  .basic-head {
    width: 100%;
  }

  .basic-head h5 {
    font-size: 0.8rem;
    color: #ffffff;
  }

  .basic-head hr {
    color: gold;
    height: 2px;
    max-width: 100%;
  }

  .basic-head h4 {
    font-size: 1rem;
    color: rgba(237, 223, 161, 1);
    text-transform: uppercase;
  }

  .basic-head h2 {
    font-size: 1rem;
    color: rgba(237, 223, 161, 1);
    text-transform: uppercase;
  }

  .basic-head h3 {
    font-size: 1rem;
    color: rgba(170, 154, 82, 1);
    text-transform: uppercase;

  }

  .card-box-inside-data {
    width: 70%;
    position: absolute;
    top: 68px;
    left: 54px;
  }

  .basic-head h6 {
    font-size: 2rem;
  }

  .basic-head h1 {
    font-size: 1rem;
  }

  .Longbox-btn-main {
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    background: linear-gradient(101.58deg, #6A5D22 12.35%, #CDBA6A 86.86%),
      linear-gradient(145.84deg, #D1C075 0.38%, #FFF8D8 42.39%, #D1C072 44.62%, #FFF8D8 96.41%);
    padding: 20px;
    width: 85%;
    cursor: pointer;
    margin: auto;
  }

  .vector-stroke-icon-upLocation {
    position: absolute;
    top: -21px;
    left: 135px;
  }

  .vector-stroke-icon-downLocation {
    position: absolute;
    left: 135px;
  }

  .hero-text1 {
    text-align: center;

  }

  .hero-text1 h1 {

    font-size: 35px;

  }

  .hero-text1 h2 {

    font-size: 40px;

  }

  .get-in-touch-button1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    border: 2px solid #6A5D22;
    background: linear-gradient(146deg, #D1C075 0.38%, #FFF8D8 42.39%, #D1C072 44.62%, #FFF8D8 96.41%);
    padding: 20px;
    width: 62%;
    cursor: pointer;
    margin-top: 50px;
    margin: auto;
    color: black;
  }

  .vector-stroke-icon-border-longbox-op {
    width: 100%;
    height: 365px;
  }

  .main-odds {
    position: relative;
    left: -40px;
  }

  .main-odds img {
    width: 8%;
  }

  .main-odds h4 {
    font-size: 17px;
    margin: 0;
  }

  .vector-stroke-icon-longboxleft-op {
    position: absolute;
    top: 151px;
    left: -5px;
  }

  .vector-stroke-icon-longboxright-op {
    position: absolute;
    top: 151px;
    right: -5px;
  }
.price-head
{
  width: 100%;
  text-align: center;
  justify-content: center;
}
  .cards-main {
    margin-top: 30px;
  }

  .formuptaj {
    position: relative;
    left: 92px;
    top: 13px;

  }

  .formupdown {
    position: relative;
    left: 92px;
    bottom: 13px;
  }

  .formuptajgetup {
    position: relative;
    left: 90px;
    top: 13px;

  }

  .formuptajgetdown {
    position: relative;
    left: 90px;
    bottom: 13px;
  }

  .ContracmaticLLC_head_main {
    text-align: center;
    display: flex;
  }

  .contramtic-para {
    margin-left: -35px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 481px)and (max-width: 768px) {
  .hero-image {
    width: 100%;

    background-size: cover;
  }

  .hero-text h1 {
    font-size: 40px;
  }

  .hero-text h2 {
    font-size: 40px;
  }

  .get-in-touch-button {
    width: 50%;
  }

  .get-in-touch-form {
    width: 50%;
  }

  .pwnningblueclr a img {
    width: 133.52px;
    position: absolute;
    left: 112px;
    top: -28px;
    z-index: 1000;
    margin-top: 25px;
    height: 157.66px;
  }

  .vector-stroke-icon-taj {
    position: relative;
    left: 170px;
    top: -147px;
  }

  .vector-stroke-icon-head {
    position: absolute;
    top: 61px;
    left: 130px;
  }

  .card-body .card-title {
    top: 67px;
    color: white;
    left: 190px;

  }

  .card-body .card-text {

    top: 130px;
    left: 135px;
    overflow: hidden;
    width: 43%;
  }

  .vector-stroke-side {
    position: absolute;
    top: 104px;
    left: 78px;
    overflow: hidden;
  }

  .get-in-touch-button-box {

    left: 160px;
  }

  .contramatic-logo h6 {
    margin-left: -42px;
  }

  .contramatic-logo p {
    margin-left: -70px;
  }

  .paypal-img {
    margin: auto;
    text-align: center;
  }

  .paypal-img img {
    width: 185px;
    height: 96px;
    text-align: center;
    margin: auto;
  }

  .license-img {
    width: 50%;
    margin: auto;
  }

  .license-head h2 {
    text-align: center;
    margin-top: 30px;
  }

  .license-head p {
    text-align: center;
    margin-top: 30px;
  }

  .hero-main-sport h4 {
    font-size: 10px;
  }

  .software-head {}

  .hero-main-sport {
    width: 100%;
  }

  .hero-main-sport h6 {
    font-size: 10px;
  }

  .hero-main-sport h3 {
    color: rgba(240, 229, 182, 1);
    font-size: 10px;
  }

  .hero-text-headings {
    margin-top: 50px !important;
  }

  .hero-text-headings h1 {
    font-size: 20px;
    margin-top: 277px;

  }

  .hero-text-headings h2 {
    font-size: 20px;
    margin-bottom: 50px;

  }

  .hero-text {
    height: auto;
  }

  .white-label {
    text-align: center;
  }

  .get-in-touch-white-label p {
    text-align: center;
  }

  .get-in-touch-white-label {
    width: 40%;
    margin: auto;
  }

  .vector-stroke-icon-upLocation {
    position: absolute;
    left: 303px;
  }

  .vector-stroke-icon-downLocation {
    position: absolute;
    left: 303px;
  }

  .vector-stroke-icon-border-longbox-op {
    width: 100%;
    height: 357px;
  }

  .main-odds {
    position: relative;
    left: -40px;
  }

  .main-odds img {
    width: 8%;
  }

  .main-odds h4 {
    font-size: 17px;
    margin: 0;
  }

  .formupdown {
    position: relative;
    left: 96px;
    bottom: 13px;
  }

  .formuptajgetup {
    position: relative;
    left: 166px;
    top: 13px;

  }

  .formuptajgetdown {
    position: relative;
    left: 166px;
    bottom: 13px;
  }

  .formuptaj {
    position: relative;
    left: 170px;
    top: 13px;

  }

  .formupdown {
    position: relative;
    left: 170px;
    bottom: 13px;
  }

  .get-in-touch-nav {

    padding: 2px;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 13px;
  }

}

/* @media screen and (min-width: 768px) {
  .navbar-brand img {
    width: 100px;
  }

  .navbar-brand {
    margin-right: 0;
  }
} */
@media screen and (min-width: 769px)and (max-width: 968px) {
  .hero-image {
    width: 100%;

  }

  .hero-text h1 {
    font-size: 40px;
    position: relative;
    /* bottom: 203px; */
  }

  .hero-text h2 {
    font-size: 40px;
    position: relative;
    /* bottom: 203px; */
  }

  .get-in-touch-button {
    width: 50%;
    position: relative;
    bottom: 180px;
  }

  .get-in-touch-provider {
    width: 20%;
  }

  .get-in-touch-form {
    width: 30%;
  }

  .pwnningblueclr a img {
    width: 133.52px;
    position: absolute;
    left: 315px;
    top: 0;
    z-index: 1000;
    margin-top: 25px;
    height: 157.66px;
  }

  .card-body .card-text {

    top: 161px;
    left: 64px;
    overflow: hidden;
    width: 50%;
  }

  .hero-main-sport h4 {
    font-size: 10px;
  }

  .software-head {}

  .hero-main-sport {
    width: 100%;
  }

  .hero-main-sport h6 {
    font-size: 10px;
  }

  .hero-main-sport h3 {
    color: rgba(240, 229, 182, 1);
    font-size: 10px;
  }

  .hero-text-headings {
    margin-top: 50px !important;
  }

  .hero-text-headings h1 {
    font-size: 20px;
    margin-top: 277px;

  }

  .hero-text-headings h2 {
    font-size: 20px;
    margin-bottom: 50px;

  }

  .hero-text {
    height: auto;
  }

  .vector-stroke-icon-upLocation {
    position: absolute;
    left: 303px;
  }

  .vector-stroke-icon-downLocation {
    position: absolute;
    left: 303px;
  }

  .vector-stroke-icon-border-longbox-op {
    width: 100%;
    height: 357px;
  }

  .main-odds {
    position: relative;
    left: -40px;
  }

  .main-odds img {
    width: 8%;
  }

  .main-odds h4 {
    font-size: 17px;
    margin: 0;
  }

  .formupdown {
    position: relative;
    left: 96px;
    bottom: 13px;
  }

  .formuptajgetup {
    position: relative;
    left: 350px;
    top: 13px;

  }

  .formuptajgetdown {
    position: relative;
    left: 350px;
    bottom: 13px;
  }

  .formuptaj {
    position: relative;
    left: 348px;
    top: 13px;

  }

  .formupdown {
    position: relative;
    left: 348px;
    bottom: 13px;
  }

  .get-in-touch-nav {

    padding: 2px;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 13px;
  }

}

@media screen and (min-width: 969px)and (max-width: 1100px) {
  .hero-image {
    width: 100%;

  }

  .hero-main-sport h4 {
    font-size: 30px;
  }

  .software-head {}

  .hero-main-sport {
    width: 100%;
  }

  .hero-main-sport h6 {
    font-size: 10px;
  }

  .hero-main-sport h3 {
    color: rgba(240, 229, 182, 1);
    font-size: 10px;
  }

  .hero-text h1 {
    font-size: 20px;
    position: relative;
    /* bottom: 203px; */
  }

  .hero-text h2 {
    font-size: 20px;
    position: relative;
    /* bottom: 203px; */
  }

  .get-in-touch-button {
    width: 50%;
  }

  .pwnningblueclr a img {
    width: 133.52px;
    position: absolute;
    left: 486px;
    top: 0;
    z-index: 1000;
    margin-top: 25px;
    height: 157.66px;
  }

  .col-md-6 .col-lg-3 {
    display: inline;
    justify-content: center;
  }

  .formuptaj {
    position: relative;
    left: 413px;
    top: 13px;

  }

  .formupdown {
    position: relative;
    left: 413px;
    bottom: 13px;
  }
}

@media screen and (min-width: 1100px)and (max-width: 1500px) {
  .hero-image {
    width: 100%;

  }

  .hero-main-sport h4 {
    font-size: 30px;
  }

  .software-head {}

  .hero-main-sport {
    width: 100%;
  }

  .hero-main-sport h6 {
    font-size: 10px;
  }

  .hero-main-sport h3 {
    color: rgba(240, 229, 182, 1);
    font-size: 10px;
  }

  .hero-text h1 {
    font-size: 40px;
    position: relative;
    /* bottom: 203px; */
  }

  .hero-text h2 {
    font-size: 40px;
    position: relative;
    /* bottom: 203px; */
  }

  .get-in-touch-button {
    width: 50%;
  }

  .col-md-6 .col-lg-3 {
    display: inline;
    justify-content: center;
  }

  .formuptaj {
    position: relative;
    left: 610px;
    top: 13px;

  }

  .formupdown {
    position: relative;
    left: 610px;
    bottom: 13px;
  }

  .pwnningblueclr a img {
    width: 133.52px;
    position: absolute;
    /* left: 647px; */
    left: 472px;
    top: 0;
    z-index: 1000;
    margin-top: 25px;
    height: 157.66px;
  }
}

@media screen and (min-width: 1500px)and (max-width: 1600px) {
  .hero-image {
    width: 100%;

  }

  .hero-main-sport h4 {
    font-size: 30px;
  }

  .software-head {}

  .hero-main-sport {
    width: 100%;
  }

  .hero-main-sport h6 {
    font-size: 10px;
  }

  .hero-main-sport h3 {
    color: rgba(240, 229, 182, 1);
    font-size: 10px;
  }

  .hero-text h1 {
    font-size: 40px;
    position: relative;
    /* bottom: 203px; */
  }

  .hero-text h2 {
    font-size: 40px;
    position: relative;
    /* bottom: 203px; */
  }

  .get-in-touch-button {
    width: 50%;
  }

  .col-md-6 .col-lg-3 {
    display: inline;
    justify-content: center;
  }

  .formuptaj {
    position: relative;
    left: 800px;
    top: 13px;
  }

}

@media screen and (min-width: 1600px)and (max-width: 1700px) {
  .hero-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-text-headings h1 {
    font-size: 40px;
    margin-top: 277px;

  }

  .hero-text-headings h2 {
    font-size: 40px;
    margin-bottom: 50px;

  }

  .pwnningblueclr a img {
    width: 133.52px;
    position: absolute;
    left: 750px;
    top: 0;
    z-index: 1000;
    margin-top: 25px;
    height: 157.66px;
  }

  .get-in-touch-button {
    width: 30%;
    position: relative;
    top: 0px;
    left: -170px;
  }

  .hero-main-sport h4 {
    font-size: 30px;
  }

  .software-head {}

  .hero-main-sport {
    width: 100%;
  }

  .hero-main-sport h6 {
    font-size: 10px;
  }

  .hero-main-sport h3 {
    color: rgba(240, 229, 182, 1);
    font-size: 10px;
  }

  .formuptaj {
    position: relative;
    left: 715px;
    top: 13px;
  }

  .formupdown {
    position: relative;
    left: 715px;
    top: -13px;
  }
}

@media screen and (min-width: 1701px)and (max-width: 1801px) {
  .hero-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-text-headings h1 {
    font-size: 40px;
    margin-top: 277px;

  }

  .hero-text-headings h2 {
    font-size: 40px;
    margin-bottom: 50px;

  }

  .pwnningblueclr a img {
    width: 133.52px;
    position: absolute;
    left: 785px;
    top: 0;
    z-index: 1000;
    margin-top: 25px;
    height: 157.66px;
  }

  .get-in-touch-button {
    width: 30%;
    position: relative;
    top: 0px;
    left: -170px;
  }

  .hero-main-sport h4 {
    font-size: 30px;
  }

  .software-head {}

  .hero-main-sport {
    width: 100%;
  }

  .hero-main-sport h6 {
    font-size: 10px;
  }

  .hero-main-sport h3 {
    color: rgba(240, 229, 182, 1);
    font-size: 10px;
  }

  .formuptaj {
    position: relative;
    left: 715px;
    top: 13px;
  }

  .formupdown {
    position: relative;
    left: 715px;
    top: -13px;
  }
  /* .vector-stroke-icon-longboxleft {
    position: absolute;
    top: 347px;
    left: -5px;
}
.vector-stroke-icon-longboxright {
  position: relative;
  bottom: 415px;
  left: 256px;
} */
}

@media screen and (min-width: 1801px)and (max-width: 2000px) {
  .pwnningblueclr a img {
    width: 133.52px;
    position: absolute;
    left: 829px;
    top: 0;
    z-index: 1000;
    margin-top: 25px;
    height: 157.66px;
  }
}

@media screen and (min-width: 2001px)and (max-width: 2100px) {
  .pwnningblueclr a img {
    width: 133.52px;
    position: absolute;
    left: 872px;
    top: 0;
    z-index: 1000;
    margin-top: 25px;
    height: 157.66px;
  }

}

@media screen and (min-width: 2101px)and (max-width: 2200px) {
  .pwnningblueclr a img {
    width: 133.52px;
    position: absolute;
    left: 994px;
    top: 0;
    z-index: 1000;
    margin-top: 25px;
    height: 157.66px;
  }

}

/* animation */
/* Animation */
@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Apply animation to an element with the 'animated' and 'slideIn' classes */
.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}

.slideIn {
  animation-name: slideInFromBottom;
}

/* license animation */
.license-head {
  /* text-align: center; */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 2s ease-in-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.license-img {
  text-align: center;
  opacity: 0;
  transform: translateX(20px);
  animation: slideInRight 2s ease-in-out forwards;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* license animationn */